@sniipwebmaster/kyc-client-grpcweb 25.2.1228 → 25.2.1235
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.
|
@@ -6050,7 +6050,9 @@ proto.kycserviceapi.UserStatus = {
|
|
|
6050
6050
|
USER_STATUS_PENDING_REVIEW: 0,
|
|
6051
6051
|
USER_STATUS_VERIFIED: 1,
|
|
6052
6052
|
USER_STATUS_UNVERIFIED: 2,
|
|
6053
|
-
USER_STATUS_REJECTED: 3
|
|
6053
|
+
USER_STATUS_REJECTED: 3,
|
|
6054
|
+
USER_STATUS_PENDING_EXTERNAL_REVIEW: 4,
|
|
6055
|
+
USER_STATUS_REJECTED_EXTERNALLY: 5
|
|
6054
6056
|
};
|
|
6055
6057
|
|
|
6056
6058
|
goog.object.extend(exports, proto.kycserviceapi);
|