Skip to content

Commit

Permalink
Add zendesk as possible origin
Browse files Browse the repository at this point in the history
  • Loading branch information
albandum committed Sep 16, 2024
1 parent 68deca8 commit fb49651
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions types/src/front/api_handlers/public/assistant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export const PublicPostMessagesRequestBodySchema = t.intersection([
t.literal("gsheet"),
t.literal("zapier"),
t.literal("make"),
t.literal("zendesk"),
t.null,
t.undefined,
]),
Expand Down
3 changes: 2 additions & 1 deletion types/src/front/assistant/conversation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ export type UserMessageOrigin =
| "api"
| "gsheet"
| "zapier"
| "make";
| "make"
| "zendesk";

export type UserMessageContext = {
username: string;
Expand Down

0 comments on commit fb49651

Please sign in to comment.