chore: update identity status type to UserStatus #34

Open
mapoofano wants to merge 370 commits from chore-identity-user-status into main
Showing only changes of commit f87dc92d3e - Show all commits
+6 -6
View File
@@ -147,13 +147,13 @@ message UserBNPLResp {
message UserBNPLReq {
uint64 id = 1;
int64 bnpl_id = 2;
string created_at = 3;
string employee_id = 4;
int64 company_id = 5;
authorization.InternalIAM iam = 6;
float amount = 7;
PaymentPeriodInfo payment_period = 8;
bool has_agreed_contract = 9;
optional string created_at = 3;
optional string employee_id = 4;
optional int64 company_id = 5;
optional float amount = 7;
optional PaymentPeriodInfo payment_period = 8;
optional bool has_agreed_contract = 9;
optional int32 current_step = 10; //Can be useful for admin to change the current step
}