Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@microsoft/msgraph-sdk-chats

Package Overview
Dependencies
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microsoft/msgraph-sdk-chats - npm Package Compare versions

Comparing version 1.0.0-preview.14 to 1.0.0-preview.15

8

chats/item/members/item/index.d.ts

@@ -15,7 +15,7 @@ import { type ConversationMember } from '@microsoft/msgraph-sdk/models/';

/**
* Retrieve a conversationMember from a chat or channel.
* Retrieve a conversationMember from a chat.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @returns {Promise<ConversationMember>}
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
* @see {@link https://learn.microsoft.com/graph/api/conversationmember-get?view=graph-rest-1.0|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/chat-get-members?view=graph-rest-1.0|Find more info here}
*/

@@ -38,3 +38,3 @@ get(requestConfiguration?: RequestConfiguration<ConversationMemberItemRequestBuilderGetQueryParameters> | undefined): Promise<ConversationMember | undefined>;

/**
* Retrieve a conversationMember from a chat or channel.
* Retrieve a conversationMember from a chat.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.

@@ -53,3 +53,3 @@ * @returns {RequestInformation}

/**
* Retrieve a conversationMember from a chat or channel.
* Retrieve a conversationMember from a chat.
*/

@@ -56,0 +56,0 @@ export interface ConversationMemberItemRequestBuilderGetQueryParameters {

@@ -33,3 +33,3 @@ import { type ChatMessage, type ChatMessageCollectionResponse } from '@microsoft/msgraph-sdk/models/';

/**
* Send a new chatMessage in the specified channel or a chat.
* Send a new chatMessage in the specified chat. This API can't create a new chat; you must use the list chats method to retrieve the ID of an existing chat before you can create a chat message.
* @param body The request body

@@ -39,3 +39,3 @@ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.

* @throws {ODataError} error when the service returns a 4XX or 5XX status code
* @see {@link https://learn.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/chat-post-messages?view=graph-rest-1.0|Find more info here}
*/

@@ -50,3 +50,3 @@ post(body: ChatMessage, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<ChatMessage | undefined>;

/**
* Send a new chatMessage in the specified channel or a chat.
* Send a new chatMessage in the specified chat. This API can't create a new chat; you must use the list chats method to retrieve the ID of an existing chat before you can create a chat message.
* @param body The request body

@@ -53,0 +53,0 @@ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.

@@ -25,3 +25,3 @@ import { type ChatMessage, type ChatMessageCollectionResponse } from '@microsoft/msgraph-sdk/models/';

/**
* List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, simply call get channel message.
* List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, call get channel message.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.

@@ -34,3 +34,3 @@ * @returns {Promise<ChatMessageCollectionResponse>}

/**
* Send a new reply to a chatMessage in a specified channel.
* Create a new reply to a chatMessage in a specified channel.
* @param body The request body

@@ -40,7 +40,7 @@ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.

* @throws {ODataError} error when the service returns a 4XX or 5XX status code
* @see {@link https://learn.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/channel-post-messagereply?view=graph-rest-1.0|Find more info here}
*/
post(body: ChatMessage, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<ChatMessage | undefined>;
/**
* List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, simply call get channel message.
* List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, call get channel message.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.

@@ -51,3 +51,3 @@ * @returns {RequestInformation}

/**
* Send a new reply to a chatMessage in a specified channel.
* Create a new reply to a chatMessage in a specified channel.
* @param body The request body

@@ -60,3 +60,3 @@ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.

/**
* List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, simply call get channel message.
* List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, call get channel message.
*/

@@ -63,0 +63,0 @@ export interface RepliesRequestBuilderGetQueryParameters {

{
"name": "@microsoft/msgraph-sdk-chats",
"version": "1.0.0-preview.14",
"version": "1.0.0-preview.15",
"description": "Chats fluent API for Microsoft Graph",

@@ -40,3 +40,3 @@ "keywords": [

"@microsoft/kiota-serialization-text": "^1.0.0-preview.36",
"@microsoft/msgraph-sdk": "^1.0.0-preview.14",
"@microsoft/msgraph-sdk": "^1.0.0-preview.15",
"guid-typescript": "^1.0.9",

@@ -48,3 +48,3 @@ "tslib": "^2.6.2"

},
"gitHead": "8f0089d13ae04831ea3eb32559073b44c011abc7"
"gitHead": "1dcf0e9093a5645283fea0e91cc30247bc3a76c4"
}

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