Skip to content

Commit

Permalink
fix type errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Dnouv committed Apr 12, 2023
1 parent 3b93e9e commit 106050a
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 274 deletions.
105 changes: 0 additions & 105 deletions apps/meteor/app/ui-utils/client/lib/openRoom.tsx

This file was deleted.

19 changes: 0 additions & 19 deletions apps/meteor/app/ui/client/views/app/roomSearch.ts

This file was deleted.

36 changes: 0 additions & 36 deletions apps/meteor/definition/methods/omnichannel.ts

This file was deleted.

This file was deleted.

This file was deleted.

14 changes: 0 additions & 14 deletions apps/meteor/ee/app/livechat-enterprise/server/methods/removeTag.js

This file was deleted.

This file was deleted.

14 changes: 0 additions & 14 deletions apps/meteor/ee/app/livechat-enterprise/server/methods/saveTag.js

This file was deleted.

14 changes: 0 additions & 14 deletions apps/meteor/ee/app/livechat-enterprise/server/methods/saveUnit.js

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion apps/meteor/lib/callbacks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ type ChainedCallbackSignatures = {
'on-business-hour-start': (params: { BusinessHourBehaviorClass: { new (): IBusinessHourBehavior } }) => {
BusinessHourBehaviorClass: { new (): IBusinessHourBehavior };
};
'livechat.saveInfo': (newRoom: IOmnichannelRoom, { user, oldRoom }: { user: IUser; oldRoom: IOmnichannelRoom }) => IOmnichannelRoom;
'renderMessage': <T extends IMessage & { html: string }>(message: T) => T;
'oembed:beforeGetUrlContent': (data: {
urlObj: Omit<UrlWithParsedQuery, 'host' | 'search'> & { host?: unknown; search?: unknown };
Expand Down

0 comments on commit 106050a

Please sign in to comment.