diff --git a/package.json b/package.json index ef081bb..36fa990 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lendry-erp/contracts", - "version": "1.0.3", + "version": "1.0.4", "description": "Protobuf definitions and generated TypeScript types", "type": "commonjs", "scripts": { diff --git a/proto/identity.proto b/proto/identity.proto index c4a4e0a..ecd7082 100644 --- a/proto/identity.proto +++ b/proto/identity.proto @@ -52,7 +52,6 @@ message Verify2FaRequest { string temp_token = 1; string totp_code = 2; string telegram_code = 3; - string reserve_code = 4; } message Verify2FaResponse {