@fiado/type-kit 2.0.85 → 2.0.86

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.
@@ -96,6 +96,7 @@ export declare class PeopleResponse {
96
96
  selfieResult: string | null;
97
97
  externalReferenceId: string | null;
98
98
  SSN_ITINRequired: boolean | null;
99
+ hasSSN_ITIN: boolean | null;
99
100
  };
100
101
  SIN: string | null;
101
102
  documentNumber: string;
package/package.json CHANGED
@@ -1,23 +1,23 @@
1
1
  {
2
2
  "name": "@fiado/type-kit",
3
- "version": "2.0.85",
3
+ "version": "2.0.86",
4
4
  "description": "",
5
5
  "main": "bin/index.js",
6
6
  "types": "bin/index.d.ts",
7
7
  "scripts": {
8
- "test": "jest",
9
- "build": "tsc"
8
+ "test": "jest",
9
+ "build": "tsc"
10
10
  },
11
11
  "keywords": [],
12
12
  "author": "Fiado Inc",
13
13
  "license": "ISC",
14
14
  "devDependencies": {
15
- "@types/node": "^20.11.20",
16
- "install": "^0.13.0",
17
- "typescript": "^5.3.3"
15
+ "@types/node": "^20.11.20",
16
+ "install": "^0.13.0",
17
+ "typescript": "^5.3.3"
18
18
  },
19
19
  "dependencies": {
20
- "class-transformer": "^0.5.1",
21
- "class-validator": "^0.14.1"
20
+ "class-transformer": "^0.5.1",
21
+ "class-validator": "^0.14.2"
22
22
  }
23
- }
23
+ }
@@ -99,6 +99,7 @@ export class PeopleResponse {
99
99
  selfieResult:string | null;
100
100
  externalReferenceId:string | null;
101
101
  SSN_ITINRequired:boolean | null;
102
+ hasSSN_ITIN:boolean | null;
102
103
 
103
104
  }
104
105
  SIN: string | null;