RuleCondition$json top-level constant
Implementation
@$core.Deprecated('Use ruleConditionDescriptor instead')
const RuleCondition$json = {
'1': 'RuleCondition',
'2': [
{
'1': 'everyone',
'3': 1,
'4': 1,
'5': 11,
'6': '.common.RuleCondition.Everyone',
'9': 0,
'10': 'everyone'
},
{
'1': 'no_one',
'3': 2,
'4': 1,
'5': 11,
'6': '.common.RuleCondition.NoOne',
'9': 0,
'10': 'noOne'
},
{
'1': 'authenticated_users',
'3': 3,
'4': 1,
'5': 11,
'6': '.common.RuleCondition.AuthenticatedUsers',
'9': 0,
'10': 'authenticatedUsers'
},
{
'1': 'tagged_users',
'3': 4,
'4': 1,
'5': 11,
'6': '.common.RuleCondition.TaggedUsers',
'9': 0,
'10': 'taggedUsers'
},
{
'1': 'chat',
'3': 5,
'4': 1,
'5': 11,
'6': '.common.RuleCondition.Chat',
'9': 0,
'10': 'chat'
},
{
'1': 'users',
'3': 6,
'4': 1,
'5': 11,
'6': '.common.RuleCondition.UsersCollection',
'9': 0,
'10': 'users'
},
{
'1': 'users_push_notifications',
'3': 7,
'4': 1,
'5': 11,
'6': '.common.RuleCondition.UsersPushNotifications',
'9': 0,
'10': 'usersPushNotifications'
},
],
'3': [
RuleCondition_Everyone$json,
RuleCondition_NoOne$json,
RuleCondition_AuthenticatedUsers$json,
RuleCondition_TaggedUsers$json,
RuleCondition_Chat$json,
RuleCondition_UsersCollection$json,
RuleCondition_UsersPushNotifications$json
],
'4': [RuleCondition_TagType$json],
'8': [
{'1': 'condition'},
],
};