Subversion Repositories SmartDukaan

Rev

Rev 14898 | Rev 17274 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 14898 Rev 16244
Line 59... Line 59...
59
    1:i64 id,
59
    1:i64 id,
60
    2:string name,
60
    2:string name,
61
    3:string emailId,
61
    3:string emailId,
62
    4:optional i64 managerId,
62
    4:optional i64 managerId,
63
    5:string password,
63
    5:string password,
64
    6:bool is_active;
64
    6:bool is_active,
-
 
65
    7:bool is_pmCrmUser,
-
 
66
    8:bool is_allAssignable;
65
}
67
}
66
 
68
 
67
struct Ticket {
69
struct Ticket {
68
    1:i64 id,
70
    1:i64 id,
69
    2:optional i64 customerId,
71
    2:optional i64 customerId,