@quesmed/types-rn 2.6.261 → 2.6.262

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.
@@ -18,6 +18,7 @@ export interface ICircuit {
18
18
  createdAt: number | Date;
19
19
  updatedAt: number | Date;
20
20
  userId: number;
21
+ description: string;
21
22
  name: string;
22
23
  preDefined: boolean;
23
24
  stations?: IOsceStation[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types-rn",
3
- "version": "2.6.261",
3
+ "version": "2.6.262",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",
@@ -12,6 +12,7 @@ ${picture_1.PICTURE_FIELDS}
12
12
  updatedAt
13
13
  userId
14
14
  name
15
+ description
15
16
  preDefined
16
17
  stations {
17
18
  id