@quesmed/types-rn 2.6.223 → 2.6.224

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.
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types-rn",
3
- "version": "2.6.223",
3
+ "version": "2.6.224",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",
@@ -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
  }