@sniipwebmaster/kyc-client-grpcweb 25.3.1273 → 25.3.1282

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.
@@ -6029,7 +6029,9 @@ proto.kycserviceapi.DocumentStatus = {
6029
6029
  UNVERIFIED: 0,
6030
6030
  UPLOADED: 1,
6031
6031
  PENDING_REVIEW: 2,
6032
- VERIFIED: 3
6032
+ VERIFIED: 3,
6033
+ PENDING_EXTERNAL_REVIEW: 4,
6034
+ REJECTED_EXTERNALLY: 5
6033
6035
  };
6034
6036
 
6035
6037
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sniipwebmaster/kyc-client-grpcweb",
3
- "version": "25.3.1273",
3
+ "version": "25.3.1282",
4
4
  "description": "kyc-client-grpcweb",
5
5
  "author": "Sniip Development Team",
6
6
  "license": "MIT",