feat: update add permit flow
This commit is contained in:
@@ -4,7 +4,7 @@ import { createEvent } from "./events/events.service";
|
||||
export type ChangeEvent = {
|
||||
tenantId: string;
|
||||
type: "insert" | "update" | "delete";
|
||||
collection: "permits" | "orgs";
|
||||
collection: "permits" | "processed" | "orgs";
|
||||
orgId?: string;
|
||||
document?: Object;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user