New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More β†’
Socket
Sign inDemoInstall
Socket

@microsoft/omnichannel-chat-sdk

Package Overview
Dependencies
Maintainers
5
Versions
365
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microsoft/omnichannel-chat-sdk - npm Package Compare versions

Comparing version 1.0.1-main.d137e38 to 1.0.1-main.eec1463

lib/core/messaging/ChatAdapterOptionalParams.d.ts

12

lib/external/IC3Adapter/IIC3AdapterOptions.d.ts

@@ -0,3 +1,6 @@

import HostType from "@microsoft/omnichannel-ic3core/lib/interfaces/HostType";
import ProtocolType from "@microsoft/omnichannel-ic3core/lib/interfaces/ProtocoleType";
import IConversation from "@microsoft/omnichannel-ic3core/lib/model/IConversation";
import IChatToken from "./IChatToken";
import INotification from "./INotification";
export default interface IIC3AdapterOptions {

@@ -10,2 +13,11 @@ userId: string;

sdk?: any;
visitor?: boolean;
sendHeartBeat?: boolean;
hostType?: HostType;
protocolType?: ProtocolType;
callbackOnNotification?: (notification: INotification) => void;
callbackOnThreadNotFound?: () => void;
featureConfig?: {
ShouldEnableInlinePlaying: boolean;
};
}

3

lib/OmnichannelChatSDK.d.ts
import ACSClient from "./core/messaging/ACSClient";
import { ParticipantsRemovedEvent } from '@azure/communication-signaling';
import ChatAdapterOptionalParams from "./core/messaging/ChatAdapterOptionalParams";
import ChatConfig from "./core/ChatConfig";

@@ -84,3 +85,3 @@ import ChatReconnectContext from "./core/ChatReconnectContext";

getLiveChatTranscript(): Promise<any>;
createChatAdapter(protocol?: string | null): Promise<unknown>;
createChatAdapter(optionalParams?: ChatAdapterOptionalParams): Promise<unknown>;
getVoiceVideoCalling(params?: any): Promise<any>;

@@ -87,0 +88,0 @@ getPostChatSurveyContext(): Promise<any>;

{
"name": "@microsoft/omnichannel-chat-sdk",
"version": "1.0.1-main.d137e38",
"version": "1.0.1-main.eec1463",
"description": "Microsoft Omnichannel Chat SDK",

@@ -5,0 +5,0 @@ "files": [

@@ -134,3 +134,3 @@ # Omnichannel Chat SDK

| OmnichannelChatSDK.downloadFileAttachment() | Download file attachment | |
| OmnichannelChatSDK.createChatAdapter() | Get IC3Adapter | **Web only** |
| OmnichannelChatSDK.createChatAdapter() | Get Chat Adapter | **Web only** |
| OmnichannelChatSDK.getVoiceVideoCalling() | Get VoiceVideoCall SDK for Escalation to Voice & Video | **Web only** |

@@ -137,0 +137,0 @@ | OmnichannelChatSDK.getPostChatSurveyContext() | Get post chat survey link, survey locale, and whether an agent has joined the survey | |

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚑️ by Socket Inc