Skip to content

Commit

Permalink
merging conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
RanyeM committed Nov 7, 2024
1 parent 5d1660e commit 1232307
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions lib/packages/shared-types/events/respond-to-rai.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
import { z } from "zod";
<<<<<<< HEAD
import { attachmentSchema } from "../attachments";
import { notificationMetadataSchema } from "../notification-metadata";
=======
import { attachmentArraySchema, attachmentArraySchemaOptional } from "../attachments";
>>>>>>> 96c494f1 (feat(new-sub-email: Add email notifications for new-submission events (#818))

export const respondToRaiBaseSchema = z.object({
id: z.string(),
Expand Down Expand Up @@ -33,9 +28,6 @@ export const respondToRaiBaseSchema = z.object({
submittedDate: z.number().optional(),
timestamp: z.number().optional(),
});
<<<<<<< HEAD
export type RaiResponse = z.infer<typeof raiResponseSchema>;
=======
export type RaiResponse = z.infer<typeof respondToRaiBaseSchema>;

export const medicaidSpaAttachments = z.object({
Expand Down Expand Up @@ -100,4 +92,3 @@ export const schema = baseSchema.extend({
submitterEmail: z.string().email(),
timestamp: z.number(),
});
>>>>>>> 96c494f1 (feat(new-sub-email: Add email notifications for new-submission events (#818))

0 comments on commit 1232307

Please sign in to comment.