Socket
Socket
Sign inDemoInstall

@microsoft/msgraph-sdk-chats

Package Overview
Dependencies
14
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0-preview.17 to 1.0.0-preview.18

5

chats/item/index.d.ts

@@ -68,5 +68,6 @@ import { type Chat } from '@microsoft/msgraph-sdk/models/';

/**
* Delete entity from chats
* Soft-delete a chat. When invoked with delegated permissions, this operation only works for tenant admins and Teams service admins.
* @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/chat-delete?view=graph-rest-1.0|Find more info here}
*/

@@ -92,3 +93,3 @@ delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;

/**
* Delete entity from chats
* Soft-delete a chat. When invoked with delegated permissions, this operation only works for tenant admins and Teams service admins.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.

@@ -95,0 +96,0 @@ * @returns {RequestInformation}

6

chats/item/lastMessagePreview/index.d.ts

@@ -14,3 +14,3 @@ import { type ChatMessageInfo } from '@microsoft/msgraph-sdk/models/';

/**
* Preview of the last message sent in the chat. Null if no messages have been sent in the chat. Currently, only the list chats operation supports this property.
* Preview of the last message sent in the chat. Null if no messages were sent in the chat. Currently, only the list chats operation supports this property.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.

@@ -36,3 +36,3 @@ * @returns {Promise<ChatMessageInfo>}

/**
* Preview of the last message sent in the chat. Null if no messages have been sent in the chat. Currently, only the list chats operation supports this property.
* Preview of the last message sent in the chat. Null if no messages were sent in the chat. Currently, only the list chats operation supports this property.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.

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

/**
* Preview of the last message sent in the chat. Null if no messages have been sent in the chat. Currently, only the list chats operation supports this property.
* Preview of the last message sent in the chat. Null if no messages were sent in the chat. Currently, only the list chats operation supports this property.
*/

@@ -54,0 +54,0 @@ export interface LastMessagePreviewRequestBuilderGetQueryParameters {

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

/**
* 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

@@ -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-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}
*/

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

/**
* 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

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

{
"name": "@microsoft/msgraph-sdk-chats",
"version": "1.0.0-preview.17",
"version": "1.0.0-preview.18",
"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.17",
"@microsoft/msgraph-sdk": "^1.0.0-preview.18",
"guid-typescript": "^1.0.9",

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

},
"gitHead": "cf9344aac51247cf524bc8163ff07531d51c9b6c"
"gitHead": "676c51d42cfb2332eb189ce7cfbc7e7dc08659b8"
}

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc