@quesmed/types-rn 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.
package/models/Job.d.ts CHANGED
@@ -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,
package/models/Job.js CHANGED
@@ -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) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types-rn",
3
- "version": "2.6.225",
3
+ "version": "2.6.226",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",