@quesmed/types 2.6.224 → 2.6.225

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.
@@ -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,
@@ -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) {
@@ -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,
@@ -33,6 +33,8 @@ export var EJobStatus;
33
33
  EJobStatus[EJobStatus["PUBLISHED"] = 8] = "PUBLISHED";
34
34
  //Closed, revision not allowed
35
35
  EJobStatus[EJobStatus["CLOSED"] = 9] = "CLOSED";
36
+ //Paid
37
+ EJobStatus[EJobStatus["PAID"] = 10] = "PAID";
36
38
  })(EJobStatus || (EJobStatus = {}));
37
39
  export var EJobType;
38
40
  (function (EJobType) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types",
3
- "version": "2.6.224",
3
+ "version": "2.6.225",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",