@tryvital/vital-node 1.0.1 → 1.0.2

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.
@@ -6,7 +6,7 @@ export interface ClientFacingProfile {
6
6
  * @type {number}
7
7
  * @memberof ClientFacingBody
8
8
  */
9
- age?: number;
9
+ dob?: string;
10
10
  /**
11
11
  * Height in cm.::cm
12
12
  * @type {number}
@@ -5,7 +5,7 @@ export interface ClientFacingProfile {
5
5
  * @type {number}
6
6
  * @memberof ClientFacingBody
7
7
  */
8
- age?: number;
8
+ dob?: string;
9
9
  /**
10
10
  * Height in cm.::cm
11
11
  * @type {number}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tryvital/vital-node",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Node client for Vital",
5
5
  "author": "maitham",
6
6
  "keywords": [