Skip to content

Commit

Permalink
Merge pull request #217 from webitel/feature/custom-chat-gateways
Browse files Browse the repository at this point in the history
feature: custom chat gateway enum and icon added [WTEL-4373]
  • Loading branch information
VladimirBeria authored Apr 10, 2024
2 parents 912fd01 + 5a14ac9 commit b440bb1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webitel/ui-sdk",
"version": "24.4.19",
"version": "24.4.20",
"private": false,
"scripts": {
"dev": "vite",
Expand Down
5 changes: 5 additions & 0 deletions src/assets/icons/sprite/custom-chat-gateway.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/assets/icons/sprite/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ import './column-select.svg';
import './variable-select.svg';
import './contacts.svg';
import './copy.svg';
import './custom-chat-gateway.svg';
import './docs.svg';
import './download.svg';
import './edit.svg';
Expand Down
1 change: 1 addition & 0 deletions src/enums/ChatGatewayProvider/ChatGatewayProvider.enum.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const ChatGatewayProvider = Object.freeze({
VIBER: 'viber',
WEBCHAT: 'webchat',
INFOBIP: 'infobip_whatsapp',
CUSTOM: 'custom',
});

export default ChatGatewayProvider;

0 comments on commit b440bb1

Please sign in to comment.