uqudosdk-web 3.2.2 → 3.2.3

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/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 3.2.3
2
+
3
+ - Added new document type IND_PAN (Indian PAN Card)
4
+
1
5
  ## 3.2.2
2
6
 
3
7
  - Added new document type PHL_DL for Philippines driving license
package/index.d.ts CHANGED
@@ -108,6 +108,7 @@ export enum DocumentType {
108
108
  BHR_DL = "BHR_DL",
109
109
  PHL_DL = "PHL_DL",
110
110
  RSL_ID = "RSL_ID",
111
+ IND_PAN = "IND_PAN",
111
112
  }
112
113
 
113
114
  export enum BackgroundCheckType {