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

@microsoft/msgraph-sdk-teamwork

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-teamwork - npm Package Compare versions

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

6

package.json
{
"name": "@microsoft/msgraph-sdk-teamwork",
"version": "1.0.0-preview.16",
"version": "1.0.0-preview.17",
"description": "Teamwork 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.16",
"@microsoft/msgraph-sdk": "^1.0.0-preview.17",
"guid-typescript": "^1.0.9",

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

},
"gitHead": "7d5a0cf29cc99c7e7f8b58504df4c47070cefa79"
"gitHead": "cf9344aac51247cf524bc8163ff07531d51c9b6c"
}

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

/**
* Add a conversationMember to a channel. This operation is allowed only for channels with a membershipType value of private or shared.
* Add a conversationMember to a 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/channel-post-members?view=graph-rest-1.0|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/conversationmember-add?view=graph-rest-1.0|Find more info here}
*/

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

/**
* Add a conversationMember to a channel. This operation is allowed only for channels with a membershipType value of private or shared.
* Add a conversationMember to a channel.
* @param body The request body

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

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

/**
* Update the role of a conversationMember in a team or channel.
* Update the role of a conversationMember in a channel. This operation is allowed only for channels with a membershipType value of private or shared.
* @param body The request body

@@ -29,3 +29,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/conversationmember-update?view=graph-rest-1.0|Find more info here}
* @see {@link https://learn.microsoft.com/graph/api/channel-update-members?view=graph-rest-1.0|Find more info here}
*/

@@ -46,3 +46,3 @@ patch(body: ConversationMember, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<ConversationMember | undefined>;

/**
* Update the role of a conversationMember in a team or channel.
* Update the role of a conversationMember in a channel. This operation is allowed only for channels with a membershipType value of private or shared.
* @param body The request body

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

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