@quesmed/types-rn 2.6.224 → 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.
package/models/Job.d.ts CHANGED
@@ -26,7 +26,8 @@ export declare enum EJobStatus {
26
26
  TESTING = 6,
27
27
  PARTIAL_TRIALING = 7,
28
28
  PUBLISHED = 8,
29
- CLOSED = 9
29
+ CLOSED = 9,
30
+ PAID = 10
30
31
  }
31
32
  export declare enum EJobType {
32
33
  ALL = 0,
@@ -51,7 +52,8 @@ export declare enum EJobRecordStatus {
51
52
  APPROVED = 3,
52
53
  REJECTED = 4,
53
54
  TESTING = 5,
54
- PUBLISHED = 6
55
+ PUBLISHED = 6,
56
+ PAID = 7
55
57
  }
56
58
  export declare enum ELightGalleryType {
57
59
  QUESTION = 1,
package/models/Job.js CHANGED
@@ -36,6 +36,8 @@ var EJobStatus;
36
36
  EJobStatus[EJobStatus["PUBLISHED"] = 8] = "PUBLISHED";
37
37
  //Closed, revision not allowed
38
38
  EJobStatus[EJobStatus["CLOSED"] = 9] = "CLOSED";
39
+ //Paid
40
+ EJobStatus[EJobStatus["PAID"] = 10] = "PAID";
39
41
  })(EJobStatus = exports.EJobStatus || (exports.EJobStatus = {}));
40
42
  var EJobType;
41
43
  (function (EJobType) {
@@ -70,6 +72,8 @@ var EJobRecordStatus;
70
72
  EJobRecordStatus[EJobRecordStatus["TESTING"] = 5] = "TESTING";
71
73
  // Final version is live and visible
72
74
  EJobRecordStatus[EJobRecordStatus["PUBLISHED"] = 6] = "PUBLISHED";
75
+ // paid
76
+ EJobRecordStatus[EJobRecordStatus["PAID"] = 7] = "PAID";
73
77
  })(EJobRecordStatus = exports.EJobRecordStatus || (exports.EJobRecordStatus = {}));
74
78
  var ELightGalleryType;
75
79
  (function (ELightGalleryType) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types-rn",
3
- "version": "2.6.224",
3
+ "version": "2.6.226",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",