@sniipwebmaster/user-service-client-grpcweb-ts 24.14.11939 → 24.14.11959

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.
@@ -5821,6 +5821,7 @@ export enum VerificationScope {
5821
5821
  VERIFY_EMAIL = 4,
5822
5822
  VERIFY_USER = 5,
5823
5823
  VERIFY_PAYMENT = 6,
5824
+ VERIFY_EMAIL_WITH_CODE = 7,
5824
5825
  }
5825
5826
  export enum AppAccountType {
5826
5827
  ACCOUNT_TYPE_UNSPECIFIED = 0,
@@ -47453,7 +47453,8 @@ proto.sniipuserservice.VerificationScope = {
47453
47453
  UPDATE_PHONE: 3,
47454
47454
  VERIFY_EMAIL: 4,
47455
47455
  VERIFY_USER: 5,
47456
- VERIFY_PAYMENT: 6
47456
+ VERIFY_PAYMENT: 6,
47457
+ VERIFY_EMAIL_WITH_CODE: 7
47457
47458
  };
47458
47459
 
47459
47460
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sniipwebmaster/user-service-client-grpcweb-ts",
3
- "version": "24.14.11939",
3
+ "version": "24.14.11959",
4
4
  "description": "user-service-client-grpcweb-ts",
5
5
  "author": "Sniip Development Team",
6
6
  "license": "MIT",