Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@openfin/microsoft365

Package Overview
Dependencies
Maintainers
59
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@openfin/microsoft365 - npm Package Compare versions

Comparing version
1.1.0-beta.2
to
1.1.0-beta.3
+1
-1
package.json
{
"name": "@openfin/microsoft365",
"description": "Connect OpenFin Container with Microsoft 365",
"version": "1.1.0-beta.2",
"version": "1.1.0-beta.3",
"author": "OpenFin Inc.",

@@ -6,0 +6,0 @@ "homepage": "https://www.openfin.co/",

@@ -22,5 +22,5 @@ import type OpenFin from '@openfin/core';

* @param url - A web URL that was retrieved from a Teams endpoint of the Graph API.
* @param viewIdentity - The identity of the view in which to open the URL. If not provided, the URL will be opened in the default browser.
* @param targetIdentity - The identity of an OpenFin window or view in which to open the URL. If not provided, the URL will be opened in the default browser.
*/
openUrl(url: string, viewIdentity?: OpenFin.Identity): Promise<void>;
openUrl(url: string, targetIdentity?: OpenFin.Identity): Promise<void>;
/**

@@ -57,3 +57,3 @@ * When working with {@link https://developers.openfin.co/of-docs/docs/interop-apis | Interop} or {@link https://fdc3.finos.org/docs/api/spec | FDC3} APIs, adds support for Teams to respond to appropriate FDC3 {@link https://developers.openfin.co/of-docs/docs/interoperability-overview#intent | intents}, namely {@link https://fdc3.finos.org/docs/intents/ref/StartCall | StartCall} and {@link https://fdc3.finos.org/docs/intents/ref/StartChat | StartChat}.

* @param withVideo - Determines whether the caller’s camera will be turned on when making the call (defaults to `false`).
* @param viewIdentity - The identity of the view in which to start the call. If not provided, the call will be started in the default browser.
* @param targetIdentity - The identity of an OpenFin window or view in which to start the call. If not provided, the call will be started in the default browser.
*

@@ -65,3 +65,3 @@ * @returns An array of resolved users indexed as per their email address provided in the `emailAddresses` parameter. If any user could not be resolved, `undefined` is returned at the corresponding index instead.

*/
startCall(emailAddresses?: string[], withVideo?: boolean, viewIdentity?: OpenFin.Identity): Promise<(UserResult | undefined)[]>;
startCall(emailAddresses?: string[], withVideo?: boolean, targetIdentity?: OpenFin.Identity): Promise<(UserResult | undefined)[]>;
/**

@@ -75,3 +75,3 @@ * Starts a Teams channel chat or group chat by providing a list of email addresses or team/channel IDs.

* @param options - Required options for starting a channel chat or a group chat.
* @param viewIdentity - The identity of the view in which to start the chat. If not provided, the chat will be started in the default browser.
* @param targetIdentity - The identity of an OpenFin window or view in which to start the chat. If not provided, the chat will be started in the default browser.
*

@@ -83,3 +83,3 @@ * @returns When starting a group chat, the returned promise resolves to an array of resolved users indexed as per their email address provided in the `emailAddresses` parameter. If any user could not be resolved, `undefined` is returned at the corresponding index instead. When starting a channel chat, the returned promise resolves to an object describing the resolved team and channel. If the IDs provided do not resolve to an existing team/channel then the promise will resolve with `undefined`.

*/
startChat(options: ChannelChatOptions | GroupChatOptions, viewIdentity?: OpenFin.Identity): Promise<TeamChannelResult | (UserResult | undefined)[] | undefined>;
startChat(options: ChannelChatOptions | GroupChatOptions, targetIdentity?: OpenFin.Identity): Promise<TeamChannelResult | (UserResult | undefined)[] | undefined>;
}

@@ -1,1 +0,1 @@

export declare const API_VERSION = "1.1.0-beta.2";
export declare const API_VERSION = "1.1.0-beta.3";

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

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