@quesmed/types 2.6.223 → 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) {
@@ -98,6 +98,7 @@ export interface IProduct {
98
98
  price: number;
99
99
  stripePriceId: string;
100
100
  duration: number;
101
+ interval: string;
101
102
  public: boolean;
102
103
  typeId: EProductType;
103
104
  subscription: boolean;
@@ -14,6 +14,7 @@ exports.PRODUCTS = (0, client_1.gql) `
14
14
  stripePriceId
15
15
  subscription
16
16
  duration
17
+ interval
17
18
  public
18
19
  typeId
19
20
  }
@@ -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) {
@@ -98,6 +98,7 @@ export interface IProduct {
98
98
  price: number;
99
99
  stripePriceId: string;
100
100
  duration: number;
101
+ interval: string;
101
102
  public: boolean;
102
103
  typeId: EProductType;
103
104
  subscription: boolean;
@@ -11,6 +11,7 @@ export const PRODUCTS = gql `
11
11
  stripePriceId
12
12
  subscription
13
13
  duration
14
+ interval
14
15
  public
15
16
  typeId
16
17
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types",
3
- "version": "2.6.223",
3
+ "version": "2.6.225",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",