Skip to content

Commit

Permalink
🤖 Merge PR DefinitelyTyped#69362 [intercom-web] Add showConversation …
Browse files Browse the repository at this point in the history
…to IntercomCommandSignature by @teol99
  • Loading branch information
teol99 authored Apr 15, 2024
1 parent c54e648 commit da49c53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions types/intercom-web/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ declare namespace Intercom_ {
getVisitorId: () => string;
startTour: (tourId: number) => void;
showArticle: (articleId: number) => void;
showConversation: (conversationId: number) => void;
startSurvey: (surveyId: number) => void;
reattach_activator: () => void;
showSpace: (space: string) => void;
Expand Down
1 change: 1 addition & 0 deletions types/intercom-web/intercom-web-tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Intercom("showNewMessage");
Intercom("showNewMessage", "pre-populated content");
Intercom("startTour", 123);
Intercom("showArticle", 123);
Intercom("showConversation", 123);
Intercom("startSurvey", 123);
Intercom("reattach_activator");
Intercom("showSpace", "help");
Expand Down

0 comments on commit da49c53

Please sign in to comment.