add "is from local bubble instance" role condition
This commit is contained in:
@@ -56,6 +56,13 @@ type CondFormulaValueIsFromInstance = {
|
||||
subdomains: boolean;
|
||||
};
|
||||
|
||||
/**
|
||||
* Is the user from a local bubble instance
|
||||
*/
|
||||
type CondFormulaValueFromBubbleInstance = {
|
||||
type: 'fromBubbleInstance';
|
||||
};
|
||||
|
||||
/**
|
||||
* 既に指定のマニュアルロールにアサインされている場合のみ成立とする
|
||||
*/
|
||||
@@ -234,6 +241,7 @@ export type RoleCondFormulaValue = { id: string } & (
|
||||
CondFormulaValueIsLocal |
|
||||
CondFormulaValueIsRemote |
|
||||
CondFormulaValueIsFromInstance |
|
||||
CondFormulaValueFromBubbleInstance |
|
||||
CondFormulaValueIsSuspended |
|
||||
CondFormulaValueIsLocked |
|
||||
CondFormulaValueIsBot |
|
||||
|
||||
Reference in New Issue
Block a user