@healthcloudai/hc-settings-connector 0.2.4 → 0.3.0

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.
package/dist/index.d.cts CHANGED
@@ -74,6 +74,8 @@ interface IdentificationCaptureData {
74
74
  ExpiresDate: string | null;
75
75
  Dob: string | null;
76
76
  IDNumber: string | null;
77
+ Sex: string | null;
78
+ Country: string | null;
77
79
  }
78
80
  interface UserPhotoCaptureData {
79
81
  ImageKey: string | null;
package/dist/index.d.ts CHANGED
@@ -74,6 +74,8 @@ interface IdentificationCaptureData {
74
74
  ExpiresDate: string | null;
75
75
  Dob: string | null;
76
76
  IDNumber: string | null;
77
+ Sex: string | null;
78
+ Country: string | null;
77
79
  }
78
80
  interface UserPhotoCaptureData {
79
81
  ImageKey: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@healthcloudai/hc-settings-connector",
3
- "version": "0.2.4",
3
+ "version": "0.3.0",
4
4
  "description": "Healthcheck Settings SDK with TypeScript",
5
5
  "author": "Healthcheck Systems Inc",
6
6
  "license": "MIT",