constants for orguser type/status
This commit is contained in:
parent
214274f495
commit
79744d89ce
|
@ -7,6 +7,16 @@ angular.module('bit')
|
||||||
AesCbc256_HmacSha256_B64: 2,
|
AesCbc256_HmacSha256_B64: 2,
|
||||||
RsaOaep_Sha256_B64: 3
|
RsaOaep_Sha256_B64: 3
|
||||||
},
|
},
|
||||||
|
orgUserType: {
|
||||||
|
owner: 0,
|
||||||
|
admin: 1,
|
||||||
|
user: 2
|
||||||
|
},
|
||||||
|
orgUserStatus: {
|
||||||
|
invited: 0,
|
||||||
|
accepted: 1,
|
||||||
|
confirmed: 2
|
||||||
|
},
|
||||||
plans: {
|
plans: {
|
||||||
free: {
|
free: {
|
||||||
basePrice: 0,
|
basePrice: 0,
|
||||||
|
|
Loading…
Reference in New Issue