Skip to content

Commit

Permalink
fix: regenerate api
Browse files Browse the repository at this point in the history
  • Loading branch information
Pascal-Delange committed Mar 5, 2024
1 parent ddd3095 commit 55dd731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/marble-api/src/generated/marble-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export type CaseEventDtoBase = {
export type CaseCreatedEvent = {
event_type: "case_created";
} & CaseEventDtoBase & {
user_id: string;
user_id?: string;
};
export type CaseStatusUpdatedEvent = {
event_type: "status_updated";
Expand Down

0 comments on commit 55dd731

Please sign in to comment.