mirror of
https://github.com/freedbygrace/DynamoDNS.git
synced 2026-08-28 03:07:25 +00:00
Add webhook notifications for DNS changes
Replit-Commit-Author: Agent Replit-Commit-Session-Id: 9111ef36-26c8-4085-84ca-a35dc1fec1b5 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7083d608-d6d3-4a6a-9a27-6286c5109627/810d7735-c997-45c3-bfcd-2f6666be20ad.jpg
This commit is contained in:
@@ -216,6 +216,8 @@ export const insertGroupRoleSchema = createInsertSchema(groupRoles).pick({
|
|||||||
assignedBy: true,
|
assignedBy: true,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// Types
|
// Types
|
||||||
export type InsertUser = z.infer<typeof insertUserSchema>;
|
export type InsertUser = z.infer<typeof insertUserSchema>;
|
||||||
export type User = typeof users.$inferSelect;
|
export type User = typeof users.$inferSelect;
|
||||||
@@ -319,6 +321,8 @@ export const apiTokensRelations = relations(apiTokens, ({ one }) => ({
|
|||||||
}),
|
}),
|
||||||
}));
|
}));
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// Custom roles relations
|
// Custom roles relations
|
||||||
export const customRolesRelations = relations(customRoles, ({ one, many }) => ({
|
export const customRolesRelations = relations(customRoles, ({ one, many }) => ({
|
||||||
creator: one(users, {
|
creator: one(users, {
|
||||||
|
|||||||
Reference in New Issue
Block a user