Variable: ContextRuleChangedEventSchema
Makaio Framework / services-core/context-rules / ContextRuleChangedEventSchema
Variable: ContextRuleChangedEventSchema
Section titled “Variable: ContextRuleChangedEventSchema”
constContextRuleChangedEventSchema:ZodObject<{changeType:ZodEnum<{created:"created";deleted:"deleted";updated:"updated"; }>;current:ZodNullable<ZodObject<{projectId:ZodNullable<ZodString>;scope:ZodEnum<{global:"global";project:"project";session:"session"; }>;sessionId:ZodNullable<ZodString>; },$strict>>;previous:ZodNullable<ZodObject<{projectId:ZodNullable<ZodString>;scope:ZodEnum<{global:"global";project:"project";session:"session"; }>;sessionId:ZodNullable<ZodString>; },$strict>>;ruleId:ZodString;timestamp:ZodNumber; },$strict>
Defined in: ../../../packages/services/core/src/context-rules/schemas.ts:229
Lifecycle change event type for persisted context rules.