From f1648f8dcbd9046583f41a5021c46fe02fb108e5 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Tue, 7 Jan 2025 10:45:16 +0000 Subject: [PATCH] feat(generation): update request builders and models Update generated files with build 175892 --- packages/kiota-dom-export.txt | 216 ++++++++++++++++++ packages/kiota-lock.json | 2 +- .../chats/item/members/index.ts | 9 + .../chats/item/members/item/index.ts | 8 +- .../chats/item/members/remove/index.ts | 136 +++++++++++ .../calls/item/participants/invite/index.ts | 6 +- .../deviceAppManagement/index.ts | 4 +- .../managedAppPolicies/index.ts | 8 +- .../managedAppPolicies/item/index.ts | 8 +- .../managedAppRegistrations/index.ts | 8 +- .../managedAppRegistrations/item/index.ts | 8 +- .../managedAppStatuses/index.ts | 8 +- .../managedAppStatuses/item/index.ts | 8 +- .../managedEBooks/item/assignments/index.ts | 14 +- .../item/assignments/item/index.ts | 6 +- .../mobileAppConfigurations/index.ts | 8 +- .../mobileAppConfigurations/item/index.ts | 8 +- .../deviceAppManagement/mobileApps/index.ts | 14 +- .../mobileApps/item/index.ts | 20 +- .../deviceCompliancePolicies/index.ts | 8 +- .../deviceCompliancePolicies/item/index.ts | 8 +- .../deviceConfigurations/index.ts | 14 +- .../deviceConfigurations/item/index.ts | 14 +- .../deviceEnrollmentConfigurations/index.ts | 8 +- .../item/index.ts | 20 +- .../deviceManagement/index.ts | 4 +- .../deviceManagement/roleDefinitions/index.ts | 8 +- .../roleDefinitions/item/index.ts | 14 +- .../item/items/item/retentionLabel/index.ts | 6 +- .../items/item/workbook/tables/add/index.ts | 6 +- .../worksheets/item/tables/add/index.ts | 6 +- .../connections/item/items/item/index.ts | 6 +- .../groupLifecyclePolicies/index.ts | 4 +- .../item/addGroup/index.ts | 4 +- .../groups/item/conversations/item/index.ts | 8 +- .../item/addGroup/index.ts | 4 +- .../item/team/channels/item/members/index.ts | 9 + .../channels/item/members/remove/index.ts | 136 +++++++++++ .../groups/item/team/members/index.ts | 9 + .../groups/item/team/members/remove/index.ts | 136 +++++++++++ .../item/team/primaryChannel/members/index.ts | 9 + .../primaryChannel/members/remove/index.ts | 136 +++++++++++ .../groups/item/threads/item/index.ts | 10 +- .../groups/item/threads/item/posts/index.ts | 8 +- .../namedLocations/item/index.ts | 12 +- .../customWorkflowExtensions/item/index.ts | 14 +- .../organization/item/index.ts | 14 +- .../item/identitySynchronization/index.ts | 6 +- .../index.ts | 4 +- packages/msgraph-sdk-sites/sites/index.ts | 8 +- .../teams/item/channels/item/members/index.ts | 15 +- .../channels/item/members/remove/index.ts | 136 +++++++++++ .../item/messages/item/replies/index.ts | 6 +- .../teams/item/members/index.ts | 9 + .../teams/item/members/remove/index.ts | 136 +++++++++++ .../item/primaryChannel/members/index.ts | 9 + .../primaryChannel/members/remove/index.ts | 136 +++++++++++ .../item/channels/item/members/index.ts | 9 + .../channels/item/members/remove/index.ts | 136 +++++++++++ packages/msgraph-sdk-users/users/index.ts | 6 +- .../users/item/chats/item/members/index.ts | 9 + .../item/chats/item/members/remove/index.ts | 136 +++++++++++ .../msgraph-sdk-users/users/item/index.ts | 2 +- .../item/channels/item/members/index.ts | 9 + .../channels/item/members/remove/index.ts | 136 +++++++++++ .../item/joinedTeams/item/members/index.ts | 9 + .../joinedTeams/item/members/remove/index.ts | 136 +++++++++++ .../item/primaryChannel/members/index.ts | 9 + .../primaryChannel/members/remove/index.ts | 136 +++++++++++ packages/msgraph-sdk/models/index.ts | 38 +-- 70 files changed, 2163 insertions(+), 207 deletions(-) create mode 100644 packages/msgraph-sdk-chats/chats/item/members/remove/index.ts create mode 100644 packages/msgraph-sdk-groups/groups/item/team/channels/item/members/remove/index.ts create mode 100644 packages/msgraph-sdk-groups/groups/item/team/members/remove/index.ts create mode 100644 packages/msgraph-sdk-groups/groups/item/team/primaryChannel/members/remove/index.ts create mode 100644 packages/msgraph-sdk-teams/teams/item/channels/item/members/remove/index.ts create mode 100644 packages/msgraph-sdk-teams/teams/item/members/remove/index.ts create mode 100644 packages/msgraph-sdk-teams/teams/item/primaryChannel/members/remove/index.ts create mode 100644 packages/msgraph-sdk-teamwork/teamwork/deletedTeams/item/channels/item/members/remove/index.ts create mode 100644 packages/msgraph-sdk-users/users/item/chats/item/members/remove/index.ts create mode 100644 packages/msgraph-sdk-users/users/item/joinedTeams/item/channels/item/members/remove/index.ts create mode 100644 packages/msgraph-sdk-users/users/item/joinedTeams/item/members/remove/index.ts create mode 100644 packages/msgraph-sdk-users/users/item/joinedTeams/item/primaryChannel/members/remove/index.ts diff --git a/packages/kiota-dom-export.txt b/packages/kiota-dom-export.txt index fa8436f4068..1d0b212a6e1 100644 --- a/packages/kiota-dom-export.txt +++ b/packages/kiota-dom-export.txt @@ -2881,6 +2881,7 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.chats.item.members.membersRequ github.com/microsoftgraph/msgraph-sdk-typescript/.chats.item.members.membersRequestBuilder::|public|Count:CountRequestBuilder github.com/microsoftgraph/msgraph-sdk-typescript/.chats.item.members.membersRequestBuilder::|public|get(requestConfiguration?:RequestConfiguration):ConversationMemberCollectionResponse github.com/microsoftgraph/msgraph-sdk-typescript/.chats.item.members.membersRequestBuilder::|public|post(body:ConversationMember; requestConfiguration?:RequestConfiguration):ConversationMember +github.com/microsoftgraph/msgraph-sdk-typescript/.chats.item.members.membersRequestBuilder::|public|remove:RemoveRequestBuilder github.com/microsoftgraph/msgraph-sdk-typescript/.chats.item.members.membersRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:RequestConfiguration):RequestInformation github.com/microsoftgraph/msgraph-sdk-typescript/.chats.item.members.membersRequestBuilder::|public|toPostRequestInformation(body:ConversationMember; requestConfiguration?:RequestConfiguration):RequestInformation github.com/microsoftgraph/msgraph-sdk-typescript/.chats.item.members.membersRequestBuilderGetQueryParameters::|public|count:boolean @@ -2896,6 +2897,23 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.chats.item.members.membersRequ github.com/microsoftgraph/msgraph-sdk-typescript/.chats.item.members.membersRequestBuilderRequestsMetadata github.com/microsoftgraph/msgraph-sdk-typescript/.chats.item.members.membersRequestBuilderUriTemplate github.com/microsoftgraph/msgraph-sdk-typescript/.chats.item.members.membersRequestBuilder~~>BaseRequestBuilder +github.com/microsoftgraph/msgraph-sdk-typescript/.chats.item.members.remove.RemovePostRequestBody::|public|AdditionalData:Record +github.com/microsoftgraph/msgraph-sdk-typescript/.chats.item.members.remove.RemovePostRequestBody::|public|backingStoreEnabled:boolean +github.com/microsoftgraph/msgraph-sdk-typescript/.chats.item.members.remove.RemovePostRequestBody::|public|values:ConversationMember[] +github.com/microsoftgraph/msgraph-sdk-typescript/.chats.item.members.remove.RemovePostRequestBody~~>AdditionalDataHolder; BackedModel; Parsable +github.com/microsoftgraph/msgraph-sdk-typescript/.chats.item.members.remove.RemovePostResponse::|public|value:ActionResultPart[] +github.com/microsoftgraph/msgraph-sdk-typescript/.chats.item.members.remove.RemovePostResponse~~>BaseCollectionPaginationCountResponse; Parsable +github.com/microsoftgraph/msgraph-sdk-typescript/.chats.item.members.remove.removeRequestBuilder::|public|post(body:RemovePostRequestBody; requestConfiguration?:RequestConfiguration):RemovePostResponse +github.com/microsoftgraph/msgraph-sdk-typescript/.chats.item.members.remove.removeRequestBuilder::|public|toPostRequestInformation(body:RemovePostRequestBody; requestConfiguration?:RequestConfiguration):RequestInformation +github.com/microsoftgraph/msgraph-sdk-typescript/.chats.item.members.remove.removeRequestBuilderRequestsMetadata +github.com/microsoftgraph/msgraph-sdk-typescript/.chats.item.members.remove.removeRequestBuilderUriTemplate +github.com/microsoftgraph/msgraph-sdk-typescript/.chats.item.members.remove.removeRequestBuilder~~>BaseRequestBuilder +github.com/microsoftgraph/msgraph-sdk-typescript/.chats.item.members.remove::createRemovePostRequestBodyFromDiscriminatorValue(parseNode:ParseNode):RemovePostRequestBody +github.com/microsoftgraph/msgraph-sdk-typescript/.chats.item.members.remove::createRemovePostResponseFromDiscriminatorValue(parseNode:ParseNode):RemovePostResponse +github.com/microsoftgraph/msgraph-sdk-typescript/.chats.item.members.remove::deserializeIntoRemovePostRequestBody(RemovePostRequestBody:RemovePostRequestBody={}):Record void> +github.com/microsoftgraph/msgraph-sdk-typescript/.chats.item.members.remove::deserializeIntoRemovePostResponse(RemovePostResponse:RemovePostResponse={}):Record void> +github.com/microsoftgraph/msgraph-sdk-typescript/.chats.item.members.remove::serializeRemovePostRequestBody(writer:SerializationWriter; RemovePostRequestBody:RemovePostRequestBody={}):void +github.com/microsoftgraph/msgraph-sdk-typescript/.chats.item.members.remove::serializeRemovePostResponse(writer:SerializationWriter; RemovePostResponse:RemovePostResponse={}):void github.com/microsoftgraph/msgraph-sdk-typescript/.chats.item.messages.count.CountRequestBuilder::|public|get(requestConfiguration?:RequestConfiguration):number github.com/microsoftgraph/msgraph-sdk-typescript/.chats.item.messages.count.CountRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:RequestConfiguration):RequestInformation github.com/microsoftgraph/msgraph-sdk-typescript/.chats.item.messages.count.CountRequestBuilderGetQueryParameters::|public|filter:string @@ -52086,6 +52104,7 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.channels.item github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.channels.item.members.membersRequestBuilder::|public|Count:CountRequestBuilder github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.channels.item.members.membersRequestBuilder::|public|get(requestConfiguration?:RequestConfiguration):ConversationMemberCollectionResponse github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.channels.item.members.membersRequestBuilder::|public|post(body:ConversationMember; requestConfiguration?:RequestConfiguration):ConversationMember +github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.channels.item.members.membersRequestBuilder::|public|remove:RemoveRequestBuilder github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.channels.item.members.membersRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:RequestConfiguration):RequestInformation github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.channels.item.members.membersRequestBuilder::|public|toPostRequestInformation(body:ConversationMember; requestConfiguration?:RequestConfiguration):RequestInformation github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.channels.item.members.membersRequestBuilderGetQueryParameters::|public|count:boolean @@ -52101,6 +52120,23 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.channels.item github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.channels.item.members.membersRequestBuilderRequestsMetadata github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.channels.item.members.membersRequestBuilderUriTemplate github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.channels.item.members.membersRequestBuilder~~>BaseRequestBuilder +github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.channels.item.members.remove.RemovePostRequestBody::|public|AdditionalData:Record +github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.channels.item.members.remove.RemovePostRequestBody::|public|backingStoreEnabled:boolean +github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.channels.item.members.remove.RemovePostRequestBody::|public|values:ConversationMember[] +github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.channels.item.members.remove.RemovePostRequestBody~~>AdditionalDataHolder; BackedModel; Parsable +github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.channels.item.members.remove.RemovePostResponse::|public|value:ActionResultPart[] +github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.channels.item.members.remove.RemovePostResponse~~>BaseCollectionPaginationCountResponse; Parsable +github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.channels.item.members.remove.removeRequestBuilder::|public|post(body:RemovePostRequestBody; requestConfiguration?:RequestConfiguration):RemovePostResponse +github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.channels.item.members.remove.removeRequestBuilder::|public|toPostRequestInformation(body:RemovePostRequestBody; requestConfiguration?:RequestConfiguration):RequestInformation +github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.channels.item.members.remove.removeRequestBuilderRequestsMetadata +github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.channels.item.members.remove.removeRequestBuilderUriTemplate +github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.channels.item.members.remove.removeRequestBuilder~~>BaseRequestBuilder +github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.channels.item.members.remove::createRemovePostRequestBodyFromDiscriminatorValue(parseNode:ParseNode):RemovePostRequestBody +github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.channels.item.members.remove::createRemovePostResponseFromDiscriminatorValue(parseNode:ParseNode):RemovePostResponse +github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.channels.item.members.remove::deserializeIntoRemovePostRequestBody(RemovePostRequestBody:RemovePostRequestBody={}):Record void> +github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.channels.item.members.remove::deserializeIntoRemovePostResponse(RemovePostResponse:RemovePostResponse={}):Record void> +github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.channels.item.members.remove::serializeRemovePostRequestBody(writer:SerializationWriter; RemovePostRequestBody:RemovePostRequestBody={}):void +github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.channels.item.members.remove::serializeRemovePostResponse(writer:SerializationWriter; RemovePostResponse:RemovePostResponse={}):void github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.channels.item.messages.count.CountRequestBuilder::|public|get(requestConfiguration?:RequestConfiguration):number github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.channels.item.messages.count.CountRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:RequestConfiguration):RequestInformation github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.channels.item.messages.count.CountRequestBuilderGetQueryParameters::|public|filter:string @@ -52749,6 +52785,7 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.members.membe github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.members.membersRequestBuilder::|public|Count:CountRequestBuilder github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.members.membersRequestBuilder::|public|get(requestConfiguration?:RequestConfiguration):ConversationMemberCollectionResponse github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.members.membersRequestBuilder::|public|post(body:ConversationMember; requestConfiguration?:RequestConfiguration):ConversationMember +github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.members.membersRequestBuilder::|public|remove:RemoveRequestBuilder github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.members.membersRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:RequestConfiguration):RequestInformation github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.members.membersRequestBuilder::|public|toPostRequestInformation(body:ConversationMember; requestConfiguration?:RequestConfiguration):RequestInformation github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.members.membersRequestBuilderGetQueryParameters::|public|count:boolean @@ -52764,6 +52801,23 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.members.membe github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.members.membersRequestBuilderRequestsMetadata github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.members.membersRequestBuilderUriTemplate github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.members.membersRequestBuilder~~>BaseRequestBuilder +github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.members.remove.RemovePostRequestBody::|public|AdditionalData:Record +github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.members.remove.RemovePostRequestBody::|public|backingStoreEnabled:boolean +github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.members.remove.RemovePostRequestBody::|public|values:ConversationMember[] +github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.members.remove.RemovePostRequestBody~~>AdditionalDataHolder; BackedModel; Parsable +github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.members.remove.RemovePostResponse::|public|value:ActionResultPart[] +github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.members.remove.RemovePostResponse~~>BaseCollectionPaginationCountResponse; Parsable +github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.members.remove.removeRequestBuilder::|public|post(body:RemovePostRequestBody; requestConfiguration?:RequestConfiguration):RemovePostResponse +github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.members.remove.removeRequestBuilder::|public|toPostRequestInformation(body:RemovePostRequestBody; requestConfiguration?:RequestConfiguration):RequestInformation +github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.members.remove.removeRequestBuilderRequestsMetadata +github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.members.remove.removeRequestBuilderUriTemplate +github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.members.remove.removeRequestBuilder~~>BaseRequestBuilder +github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.members.remove::createRemovePostRequestBodyFromDiscriminatorValue(parseNode:ParseNode):RemovePostRequestBody +github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.members.remove::createRemovePostResponseFromDiscriminatorValue(parseNode:ParseNode):RemovePostResponse +github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.members.remove::deserializeIntoRemovePostRequestBody(RemovePostRequestBody:RemovePostRequestBody={}):Record void> +github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.members.remove::deserializeIntoRemovePostResponse(RemovePostResponse:RemovePostResponse={}):Record void> +github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.members.remove::serializeRemovePostRequestBody(writer:SerializationWriter; RemovePostRequestBody:RemovePostRequestBody={}):void +github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.members.remove::serializeRemovePostResponse(writer:SerializationWriter; RemovePostResponse:RemovePostResponse={}):void github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.operations.count.CountRequestBuilder::|public|get(requestConfiguration?:RequestConfiguration):number github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.operations.count.CountRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:RequestConfiguration):RequestInformation github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.operations.count.CountRequestBuilderGetQueryParameters::|public|filter:string @@ -52958,6 +53012,7 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.primaryChanne github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.primaryChannel.members.membersRequestBuilder::|public|Count:CountRequestBuilder github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.primaryChannel.members.membersRequestBuilder::|public|get(requestConfiguration?:RequestConfiguration):ConversationMemberCollectionResponse github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.primaryChannel.members.membersRequestBuilder::|public|post(body:ConversationMember; requestConfiguration?:RequestConfiguration):ConversationMember +github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.primaryChannel.members.membersRequestBuilder::|public|remove:RemoveRequestBuilder github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.primaryChannel.members.membersRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:RequestConfiguration):RequestInformation github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.primaryChannel.members.membersRequestBuilder::|public|toPostRequestInformation(body:ConversationMember; requestConfiguration?:RequestConfiguration):RequestInformation github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.primaryChannel.members.membersRequestBuilderGetQueryParameters::|public|count:boolean @@ -52973,6 +53028,23 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.primaryChanne github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.primaryChannel.members.membersRequestBuilderRequestsMetadata github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.primaryChannel.members.membersRequestBuilderUriTemplate github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.primaryChannel.members.membersRequestBuilder~~>BaseRequestBuilder +github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.primaryChannel.members.remove.RemovePostRequestBody::|public|AdditionalData:Record +github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.primaryChannel.members.remove.RemovePostRequestBody::|public|backingStoreEnabled:boolean +github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.primaryChannel.members.remove.RemovePostRequestBody::|public|values:ConversationMember[] +github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.primaryChannel.members.remove.RemovePostRequestBody~~>AdditionalDataHolder; BackedModel; Parsable +github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.primaryChannel.members.remove.RemovePostResponse::|public|value:ActionResultPart[] +github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.primaryChannel.members.remove.RemovePostResponse~~>BaseCollectionPaginationCountResponse; Parsable +github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.primaryChannel.members.remove.removeRequestBuilder::|public|post(body:RemovePostRequestBody; requestConfiguration?:RequestConfiguration):RemovePostResponse +github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.primaryChannel.members.remove.removeRequestBuilder::|public|toPostRequestInformation(body:RemovePostRequestBody; requestConfiguration?:RequestConfiguration):RequestInformation +github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.primaryChannel.members.remove.removeRequestBuilderRequestsMetadata +github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.primaryChannel.members.remove.removeRequestBuilderUriTemplate +github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.primaryChannel.members.remove.removeRequestBuilder~~>BaseRequestBuilder +github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.primaryChannel.members.remove::createRemovePostRequestBodyFromDiscriminatorValue(parseNode:ParseNode):RemovePostRequestBody +github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.primaryChannel.members.remove::createRemovePostResponseFromDiscriminatorValue(parseNode:ParseNode):RemovePostResponse +github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.primaryChannel.members.remove::deserializeIntoRemovePostRequestBody(RemovePostRequestBody:RemovePostRequestBody={}):Record void> +github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.primaryChannel.members.remove::deserializeIntoRemovePostResponse(RemovePostResponse:RemovePostResponse={}):Record void> +github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.primaryChannel.members.remove::serializeRemovePostRequestBody(writer:SerializationWriter; RemovePostRequestBody:RemovePostRequestBody={}):void +github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.primaryChannel.members.remove::serializeRemovePostResponse(writer:SerializationWriter; RemovePostResponse:RemovePostResponse={}):void github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.primaryChannel.messages.count.CountRequestBuilder::|public|get(requestConfiguration?:RequestConfiguration):number github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.primaryChannel.messages.count.CountRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:RequestConfiguration):RequestInformation github.com/microsoftgraph/msgraph-sdk-typescript/.groups.item.team.primaryChannel.messages.count.CountRequestBuilderGetQueryParameters::|public|filter:string @@ -122576,6 +122648,7 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.channels.item.membe github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.channels.item.members.membersRequestBuilder::|public|Count:CountRequestBuilder github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.channels.item.members.membersRequestBuilder::|public|get(requestConfiguration?:RequestConfiguration):ConversationMemberCollectionResponse github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.channels.item.members.membersRequestBuilder::|public|post(body:ConversationMember; requestConfiguration?:RequestConfiguration):ConversationMember +github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.channels.item.members.membersRequestBuilder::|public|remove:RemoveRequestBuilder github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.channels.item.members.membersRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:RequestConfiguration):RequestInformation github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.channels.item.members.membersRequestBuilder::|public|toPostRequestInformation(body:ConversationMember; requestConfiguration?:RequestConfiguration):RequestInformation github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.channels.item.members.membersRequestBuilderGetQueryParameters::|public|count:boolean @@ -122591,6 +122664,23 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.channels.item.membe github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.channels.item.members.membersRequestBuilderRequestsMetadata github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.channels.item.members.membersRequestBuilderUriTemplate github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.channels.item.members.membersRequestBuilder~~>BaseRequestBuilder +github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.channels.item.members.remove.RemovePostRequestBody::|public|AdditionalData:Record +github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.channels.item.members.remove.RemovePostRequestBody::|public|backingStoreEnabled:boolean +github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.channels.item.members.remove.RemovePostRequestBody::|public|values:ConversationMember[] +github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.channels.item.members.remove.RemovePostRequestBody~~>AdditionalDataHolder; BackedModel; Parsable +github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.channels.item.members.remove.RemovePostResponse::|public|value:ActionResultPart[] +github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.channels.item.members.remove.RemovePostResponse~~>BaseCollectionPaginationCountResponse; Parsable +github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.channels.item.members.remove.removeRequestBuilder::|public|post(body:RemovePostRequestBody; requestConfiguration?:RequestConfiguration):RemovePostResponse +github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.channels.item.members.remove.removeRequestBuilder::|public|toPostRequestInformation(body:RemovePostRequestBody; requestConfiguration?:RequestConfiguration):RequestInformation +github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.channels.item.members.remove.removeRequestBuilderRequestsMetadata +github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.channels.item.members.remove.removeRequestBuilderUriTemplate +github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.channels.item.members.remove.removeRequestBuilder~~>BaseRequestBuilder +github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.channels.item.members.remove::createRemovePostRequestBodyFromDiscriminatorValue(parseNode:ParseNode):RemovePostRequestBody +github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.channels.item.members.remove::createRemovePostResponseFromDiscriminatorValue(parseNode:ParseNode):RemovePostResponse +github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.channels.item.members.remove::deserializeIntoRemovePostRequestBody(RemovePostRequestBody:RemovePostRequestBody={}):Record void> +github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.channels.item.members.remove::deserializeIntoRemovePostResponse(RemovePostResponse:RemovePostResponse={}):Record void> +github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.channels.item.members.remove::serializeRemovePostRequestBody(writer:SerializationWriter; RemovePostRequestBody:RemovePostRequestBody={}):void +github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.channels.item.members.remove::serializeRemovePostResponse(writer:SerializationWriter; RemovePostResponse:RemovePostResponse={}):void github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.channels.item.messages.count.CountRequestBuilder::|public|get(requestConfiguration?:RequestConfiguration):number github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.channels.item.messages.count.CountRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:RequestConfiguration):RequestInformation github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.channels.item.messages.count.CountRequestBuilderGetQueryParameters::|public|filter:string @@ -123239,6 +123329,7 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.members.membersRequ github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.members.membersRequestBuilder::|public|Count:CountRequestBuilder github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.members.membersRequestBuilder::|public|get(requestConfiguration?:RequestConfiguration):ConversationMemberCollectionResponse github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.members.membersRequestBuilder::|public|post(body:ConversationMember; requestConfiguration?:RequestConfiguration):ConversationMember +github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.members.membersRequestBuilder::|public|remove:RemoveRequestBuilder github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.members.membersRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:RequestConfiguration):RequestInformation github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.members.membersRequestBuilder::|public|toPostRequestInformation(body:ConversationMember; requestConfiguration?:RequestConfiguration):RequestInformation github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.members.membersRequestBuilderGetQueryParameters::|public|count:boolean @@ -123254,6 +123345,23 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.members.membersRequ github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.members.membersRequestBuilderRequestsMetadata github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.members.membersRequestBuilderUriTemplate github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.members.membersRequestBuilder~~>BaseRequestBuilder +github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.members.remove.RemovePostRequestBody::|public|AdditionalData:Record +github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.members.remove.RemovePostRequestBody::|public|backingStoreEnabled:boolean +github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.members.remove.RemovePostRequestBody::|public|values:ConversationMember[] +github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.members.remove.RemovePostRequestBody~~>AdditionalDataHolder; BackedModel; Parsable +github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.members.remove.RemovePostResponse::|public|value:ActionResultPart[] +github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.members.remove.RemovePostResponse~~>BaseCollectionPaginationCountResponse; Parsable +github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.members.remove.removeRequestBuilder::|public|post(body:RemovePostRequestBody; requestConfiguration?:RequestConfiguration):RemovePostResponse +github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.members.remove.removeRequestBuilder::|public|toPostRequestInformation(body:RemovePostRequestBody; requestConfiguration?:RequestConfiguration):RequestInformation +github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.members.remove.removeRequestBuilderRequestsMetadata +github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.members.remove.removeRequestBuilderUriTemplate +github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.members.remove.removeRequestBuilder~~>BaseRequestBuilder +github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.members.remove::createRemovePostRequestBodyFromDiscriminatorValue(parseNode:ParseNode):RemovePostRequestBody +github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.members.remove::createRemovePostResponseFromDiscriminatorValue(parseNode:ParseNode):RemovePostResponse +github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.members.remove::deserializeIntoRemovePostRequestBody(RemovePostRequestBody:RemovePostRequestBody={}):Record void> +github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.members.remove::deserializeIntoRemovePostResponse(RemovePostResponse:RemovePostResponse={}):Record void> +github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.members.remove::serializeRemovePostRequestBody(writer:SerializationWriter; RemovePostRequestBody:RemovePostRequestBody={}):void +github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.members.remove::serializeRemovePostResponse(writer:SerializationWriter; RemovePostResponse:RemovePostResponse={}):void github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.operations.count.CountRequestBuilder::|public|get(requestConfiguration?:RequestConfiguration):number github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.operations.count.CountRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:RequestConfiguration):RequestInformation github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.operations.count.CountRequestBuilderGetQueryParameters::|public|filter:string @@ -123448,6 +123556,7 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.primaryChannel.memb github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.primaryChannel.members.membersRequestBuilder::|public|Count:CountRequestBuilder github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.primaryChannel.members.membersRequestBuilder::|public|get(requestConfiguration?:RequestConfiguration):ConversationMemberCollectionResponse github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.primaryChannel.members.membersRequestBuilder::|public|post(body:ConversationMember; requestConfiguration?:RequestConfiguration):ConversationMember +github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.primaryChannel.members.membersRequestBuilder::|public|remove:RemoveRequestBuilder github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.primaryChannel.members.membersRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:RequestConfiguration):RequestInformation github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.primaryChannel.members.membersRequestBuilder::|public|toPostRequestInformation(body:ConversationMember; requestConfiguration?:RequestConfiguration):RequestInformation github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.primaryChannel.members.membersRequestBuilderGetQueryParameters::|public|count:boolean @@ -123463,6 +123572,23 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.primaryChannel.memb github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.primaryChannel.members.membersRequestBuilderRequestsMetadata github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.primaryChannel.members.membersRequestBuilderUriTemplate github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.primaryChannel.members.membersRequestBuilder~~>BaseRequestBuilder +github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.primaryChannel.members.remove.RemovePostRequestBody::|public|AdditionalData:Record +github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.primaryChannel.members.remove.RemovePostRequestBody::|public|backingStoreEnabled:boolean +github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.primaryChannel.members.remove.RemovePostRequestBody::|public|values:ConversationMember[] +github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.primaryChannel.members.remove.RemovePostRequestBody~~>AdditionalDataHolder; BackedModel; Parsable +github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.primaryChannel.members.remove.RemovePostResponse::|public|value:ActionResultPart[] +github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.primaryChannel.members.remove.RemovePostResponse~~>BaseCollectionPaginationCountResponse; Parsable +github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.primaryChannel.members.remove.removeRequestBuilder::|public|post(body:RemovePostRequestBody; requestConfiguration?:RequestConfiguration):RemovePostResponse +github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.primaryChannel.members.remove.removeRequestBuilder::|public|toPostRequestInformation(body:RemovePostRequestBody; requestConfiguration?:RequestConfiguration):RequestInformation +github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.primaryChannel.members.remove.removeRequestBuilderRequestsMetadata +github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.primaryChannel.members.remove.removeRequestBuilderUriTemplate +github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.primaryChannel.members.remove.removeRequestBuilder~~>BaseRequestBuilder +github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.primaryChannel.members.remove::createRemovePostRequestBodyFromDiscriminatorValue(parseNode:ParseNode):RemovePostRequestBody +github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.primaryChannel.members.remove::createRemovePostResponseFromDiscriminatorValue(parseNode:ParseNode):RemovePostResponse +github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.primaryChannel.members.remove::deserializeIntoRemovePostRequestBody(RemovePostRequestBody:RemovePostRequestBody={}):Record void> +github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.primaryChannel.members.remove::deserializeIntoRemovePostResponse(RemovePostResponse:RemovePostResponse={}):Record void> +github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.primaryChannel.members.remove::serializeRemovePostRequestBody(writer:SerializationWriter; RemovePostRequestBody:RemovePostRequestBody={}):void +github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.primaryChannel.members.remove::serializeRemovePostResponse(writer:SerializationWriter; RemovePostResponse:RemovePostResponse={}):void github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.primaryChannel.messages.count.CountRequestBuilder::|public|get(requestConfiguration?:RequestConfiguration):number github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.primaryChannel.messages.count.CountRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:RequestConfiguration):RequestInformation github.com/microsoftgraph/msgraph-sdk-typescript/.teams.item.primaryChannel.messages.count.CountRequestBuilderGetQueryParameters::|public|filter:string @@ -124803,6 +124929,7 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.teamwork.deletedTeams.item.cha github.com/microsoftgraph/msgraph-sdk-typescript/.teamwork.deletedTeams.item.channels.item.members.membersRequestBuilder::|public|Count:CountRequestBuilder github.com/microsoftgraph/msgraph-sdk-typescript/.teamwork.deletedTeams.item.channels.item.members.membersRequestBuilder::|public|get(requestConfiguration?:RequestConfiguration):ConversationMemberCollectionResponse github.com/microsoftgraph/msgraph-sdk-typescript/.teamwork.deletedTeams.item.channels.item.members.membersRequestBuilder::|public|post(body:ConversationMember; requestConfiguration?:RequestConfiguration):ConversationMember +github.com/microsoftgraph/msgraph-sdk-typescript/.teamwork.deletedTeams.item.channels.item.members.membersRequestBuilder::|public|remove:RemoveRequestBuilder github.com/microsoftgraph/msgraph-sdk-typescript/.teamwork.deletedTeams.item.channels.item.members.membersRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:RequestConfiguration):RequestInformation github.com/microsoftgraph/msgraph-sdk-typescript/.teamwork.deletedTeams.item.channels.item.members.membersRequestBuilder::|public|toPostRequestInformation(body:ConversationMember; requestConfiguration?:RequestConfiguration):RequestInformation github.com/microsoftgraph/msgraph-sdk-typescript/.teamwork.deletedTeams.item.channels.item.members.membersRequestBuilderGetQueryParameters::|public|count:boolean @@ -124818,6 +124945,23 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.teamwork.deletedTeams.item.cha github.com/microsoftgraph/msgraph-sdk-typescript/.teamwork.deletedTeams.item.channels.item.members.membersRequestBuilderRequestsMetadata github.com/microsoftgraph/msgraph-sdk-typescript/.teamwork.deletedTeams.item.channels.item.members.membersRequestBuilderUriTemplate github.com/microsoftgraph/msgraph-sdk-typescript/.teamwork.deletedTeams.item.channels.item.members.membersRequestBuilder~~>BaseRequestBuilder +github.com/microsoftgraph/msgraph-sdk-typescript/.teamwork.deletedTeams.item.channels.item.members.remove.RemovePostRequestBody::|public|AdditionalData:Record +github.com/microsoftgraph/msgraph-sdk-typescript/.teamwork.deletedTeams.item.channels.item.members.remove.RemovePostRequestBody::|public|backingStoreEnabled:boolean +github.com/microsoftgraph/msgraph-sdk-typescript/.teamwork.deletedTeams.item.channels.item.members.remove.RemovePostRequestBody::|public|values:ConversationMember[] +github.com/microsoftgraph/msgraph-sdk-typescript/.teamwork.deletedTeams.item.channels.item.members.remove.RemovePostRequestBody~~>AdditionalDataHolder; BackedModel; Parsable +github.com/microsoftgraph/msgraph-sdk-typescript/.teamwork.deletedTeams.item.channels.item.members.remove.RemovePostResponse::|public|value:ActionResultPart[] +github.com/microsoftgraph/msgraph-sdk-typescript/.teamwork.deletedTeams.item.channels.item.members.remove.RemovePostResponse~~>BaseCollectionPaginationCountResponse; Parsable +github.com/microsoftgraph/msgraph-sdk-typescript/.teamwork.deletedTeams.item.channels.item.members.remove.removeRequestBuilder::|public|post(body:RemovePostRequestBody; requestConfiguration?:RequestConfiguration):RemovePostResponse +github.com/microsoftgraph/msgraph-sdk-typescript/.teamwork.deletedTeams.item.channels.item.members.remove.removeRequestBuilder::|public|toPostRequestInformation(body:RemovePostRequestBody; requestConfiguration?:RequestConfiguration):RequestInformation +github.com/microsoftgraph/msgraph-sdk-typescript/.teamwork.deletedTeams.item.channels.item.members.remove.removeRequestBuilderRequestsMetadata +github.com/microsoftgraph/msgraph-sdk-typescript/.teamwork.deletedTeams.item.channels.item.members.remove.removeRequestBuilderUriTemplate +github.com/microsoftgraph/msgraph-sdk-typescript/.teamwork.deletedTeams.item.channels.item.members.remove.removeRequestBuilder~~>BaseRequestBuilder +github.com/microsoftgraph/msgraph-sdk-typescript/.teamwork.deletedTeams.item.channels.item.members.remove::createRemovePostRequestBodyFromDiscriminatorValue(parseNode:ParseNode):RemovePostRequestBody +github.com/microsoftgraph/msgraph-sdk-typescript/.teamwork.deletedTeams.item.channels.item.members.remove::createRemovePostResponseFromDiscriminatorValue(parseNode:ParseNode):RemovePostResponse +github.com/microsoftgraph/msgraph-sdk-typescript/.teamwork.deletedTeams.item.channels.item.members.remove::deserializeIntoRemovePostRequestBody(RemovePostRequestBody:RemovePostRequestBody={}):Record void> +github.com/microsoftgraph/msgraph-sdk-typescript/.teamwork.deletedTeams.item.channels.item.members.remove::deserializeIntoRemovePostResponse(RemovePostResponse:RemovePostResponse={}):Record void> +github.com/microsoftgraph/msgraph-sdk-typescript/.teamwork.deletedTeams.item.channels.item.members.remove::serializeRemovePostRequestBody(writer:SerializationWriter; RemovePostRequestBody:RemovePostRequestBody={}):void +github.com/microsoftgraph/msgraph-sdk-typescript/.teamwork.deletedTeams.item.channels.item.members.remove::serializeRemovePostResponse(writer:SerializationWriter; RemovePostResponse:RemovePostResponse={}):void github.com/microsoftgraph/msgraph-sdk-typescript/.teamwork.deletedTeams.item.channels.item.messages.count.CountRequestBuilder::|public|get(requestConfiguration?:RequestConfiguration):number github.com/microsoftgraph/msgraph-sdk-typescript/.teamwork.deletedTeams.item.channels.item.messages.count.CountRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:RequestConfiguration):RequestInformation github.com/microsoftgraph/msgraph-sdk-typescript/.teamwork.deletedTeams.item.channels.item.messages.count.CountRequestBuilderGetQueryParameters::|public|filter:string @@ -130537,6 +130681,7 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.chats.item.members. github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.chats.item.members.membersRequestBuilder::|public|Count:CountRequestBuilder github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.chats.item.members.membersRequestBuilder::|public|get(requestConfiguration?:RequestConfiguration):ConversationMemberCollectionResponse github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.chats.item.members.membersRequestBuilder::|public|post(body:ConversationMember; requestConfiguration?:RequestConfiguration):ConversationMember +github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.chats.item.members.membersRequestBuilder::|public|remove:RemoveRequestBuilder github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.chats.item.members.membersRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:RequestConfiguration):RequestInformation github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.chats.item.members.membersRequestBuilder::|public|toPostRequestInformation(body:ConversationMember; requestConfiguration?:RequestConfiguration):RequestInformation github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.chats.item.members.membersRequestBuilderGetQueryParameters::|public|count:boolean @@ -130552,6 +130697,23 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.chats.item.members. github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.chats.item.members.membersRequestBuilderRequestsMetadata github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.chats.item.members.membersRequestBuilderUriTemplate github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.chats.item.members.membersRequestBuilder~~>BaseRequestBuilder +github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.chats.item.members.remove.RemovePostRequestBody::|public|AdditionalData:Record +github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.chats.item.members.remove.RemovePostRequestBody::|public|backingStoreEnabled:boolean +github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.chats.item.members.remove.RemovePostRequestBody::|public|values:ConversationMember[] +github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.chats.item.members.remove.RemovePostRequestBody~~>AdditionalDataHolder; BackedModel; Parsable +github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.chats.item.members.remove.RemovePostResponse::|public|value:ActionResultPart[] +github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.chats.item.members.remove.RemovePostResponse~~>BaseCollectionPaginationCountResponse; Parsable +github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.chats.item.members.remove.removeRequestBuilder::|public|post(body:RemovePostRequestBody; requestConfiguration?:RequestConfiguration):RemovePostResponse +github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.chats.item.members.remove.removeRequestBuilder::|public|toPostRequestInformation(body:RemovePostRequestBody; requestConfiguration?:RequestConfiguration):RequestInformation +github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.chats.item.members.remove.removeRequestBuilderRequestsMetadata +github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.chats.item.members.remove.removeRequestBuilderUriTemplate +github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.chats.item.members.remove.removeRequestBuilder~~>BaseRequestBuilder +github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.chats.item.members.remove::createRemovePostRequestBodyFromDiscriminatorValue(parseNode:ParseNode):RemovePostRequestBody +github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.chats.item.members.remove::createRemovePostResponseFromDiscriminatorValue(parseNode:ParseNode):RemovePostResponse +github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.chats.item.members.remove::deserializeIntoRemovePostRequestBody(RemovePostRequestBody:RemovePostRequestBody={}):Record void> +github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.chats.item.members.remove::deserializeIntoRemovePostResponse(RemovePostResponse:RemovePostResponse={}):Record void> +github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.chats.item.members.remove::serializeRemovePostRequestBody(writer:SerializationWriter; RemovePostRequestBody:RemovePostRequestBody={}):void +github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.chats.item.members.remove::serializeRemovePostResponse(writer:SerializationWriter; RemovePostResponse:RemovePostResponse={}):void github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.chats.item.messages.count.CountRequestBuilder::|public|get(requestConfiguration?:RequestConfiguration):number github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.chats.item.messages.count.CountRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:RequestConfiguration):RequestInformation github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.chats.item.messages.count.CountRequestBuilderGetQueryParameters::|public|filter:string @@ -133138,6 +133300,7 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.ch github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.channels.item.members.membersRequestBuilder::|public|Count:CountRequestBuilder github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.channels.item.members.membersRequestBuilder::|public|get(requestConfiguration?:RequestConfiguration):ConversationMemberCollectionResponse github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.channels.item.members.membersRequestBuilder::|public|post(body:ConversationMember; requestConfiguration?:RequestConfiguration):ConversationMember +github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.channels.item.members.membersRequestBuilder::|public|remove:RemoveRequestBuilder github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.channels.item.members.membersRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:RequestConfiguration):RequestInformation github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.channels.item.members.membersRequestBuilder::|public|toPostRequestInformation(body:ConversationMember; requestConfiguration?:RequestConfiguration):RequestInformation github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.channels.item.members.membersRequestBuilderGetQueryParameters::|public|count:boolean @@ -133153,6 +133316,23 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.ch github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.channels.item.members.membersRequestBuilderRequestsMetadata github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.channels.item.members.membersRequestBuilderUriTemplate github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.channels.item.members.membersRequestBuilder~~>BaseRequestBuilder +github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.channels.item.members.remove.RemovePostRequestBody::|public|AdditionalData:Record +github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.channels.item.members.remove.RemovePostRequestBody::|public|backingStoreEnabled:boolean +github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.channels.item.members.remove.RemovePostRequestBody::|public|values:ConversationMember[] +github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.channels.item.members.remove.RemovePostRequestBody~~>AdditionalDataHolder; BackedModel; Parsable +github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.channels.item.members.remove.RemovePostResponse::|public|value:ActionResultPart[] +github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.channels.item.members.remove.RemovePostResponse~~>BaseCollectionPaginationCountResponse; Parsable +github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.channels.item.members.remove.removeRequestBuilder::|public|post(body:RemovePostRequestBody; requestConfiguration?:RequestConfiguration):RemovePostResponse +github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.channels.item.members.remove.removeRequestBuilder::|public|toPostRequestInformation(body:RemovePostRequestBody; requestConfiguration?:RequestConfiguration):RequestInformation +github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.channels.item.members.remove.removeRequestBuilderRequestsMetadata +github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.channels.item.members.remove.removeRequestBuilderUriTemplate +github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.channels.item.members.remove.removeRequestBuilder~~>BaseRequestBuilder +github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.channels.item.members.remove::createRemovePostRequestBodyFromDiscriminatorValue(parseNode:ParseNode):RemovePostRequestBody +github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.channels.item.members.remove::createRemovePostResponseFromDiscriminatorValue(parseNode:ParseNode):RemovePostResponse +github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.channels.item.members.remove::deserializeIntoRemovePostRequestBody(RemovePostRequestBody:RemovePostRequestBody={}):Record void> +github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.channels.item.members.remove::deserializeIntoRemovePostResponse(RemovePostResponse:RemovePostResponse={}):Record void> +github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.channels.item.members.remove::serializeRemovePostRequestBody(writer:SerializationWriter; RemovePostRequestBody:RemovePostRequestBody={}):void +github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.channels.item.members.remove::serializeRemovePostResponse(writer:SerializationWriter; RemovePostResponse:RemovePostResponse={}):void github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.channels.item.messages.count.CountRequestBuilder::|public|get(requestConfiguration?:RequestConfiguration):number github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.channels.item.messages.count.CountRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:RequestConfiguration):RequestInformation github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.channels.item.messages.count.CountRequestBuilderGetQueryParameters::|public|filter:string @@ -133801,6 +133981,7 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.me github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.members.membersRequestBuilder::|public|Count:CountRequestBuilder github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.members.membersRequestBuilder::|public|get(requestConfiguration?:RequestConfiguration):ConversationMemberCollectionResponse github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.members.membersRequestBuilder::|public|post(body:ConversationMember; requestConfiguration?:RequestConfiguration):ConversationMember +github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.members.membersRequestBuilder::|public|remove:RemoveRequestBuilder github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.members.membersRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:RequestConfiguration):RequestInformation github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.members.membersRequestBuilder::|public|toPostRequestInformation(body:ConversationMember; requestConfiguration?:RequestConfiguration):RequestInformation github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.members.membersRequestBuilderGetQueryParameters::|public|count:boolean @@ -133816,6 +133997,23 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.me github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.members.membersRequestBuilderRequestsMetadata github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.members.membersRequestBuilderUriTemplate github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.members.membersRequestBuilder~~>BaseRequestBuilder +github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.members.remove.RemovePostRequestBody::|public|AdditionalData:Record +github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.members.remove.RemovePostRequestBody::|public|backingStoreEnabled:boolean +github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.members.remove.RemovePostRequestBody::|public|values:ConversationMember[] +github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.members.remove.RemovePostRequestBody~~>AdditionalDataHolder; BackedModel; Parsable +github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.members.remove.RemovePostResponse::|public|value:ActionResultPart[] +github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.members.remove.RemovePostResponse~~>BaseCollectionPaginationCountResponse; Parsable +github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.members.remove.removeRequestBuilder::|public|post(body:RemovePostRequestBody; requestConfiguration?:RequestConfiguration):RemovePostResponse +github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.members.remove.removeRequestBuilder::|public|toPostRequestInformation(body:RemovePostRequestBody; requestConfiguration?:RequestConfiguration):RequestInformation +github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.members.remove.removeRequestBuilderRequestsMetadata +github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.members.remove.removeRequestBuilderUriTemplate +github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.members.remove.removeRequestBuilder~~>BaseRequestBuilder +github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.members.remove::createRemovePostRequestBodyFromDiscriminatorValue(parseNode:ParseNode):RemovePostRequestBody +github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.members.remove::createRemovePostResponseFromDiscriminatorValue(parseNode:ParseNode):RemovePostResponse +github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.members.remove::deserializeIntoRemovePostRequestBody(RemovePostRequestBody:RemovePostRequestBody={}):Record void> +github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.members.remove::deserializeIntoRemovePostResponse(RemovePostResponse:RemovePostResponse={}):Record void> +github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.members.remove::serializeRemovePostRequestBody(writer:SerializationWriter; RemovePostRequestBody:RemovePostRequestBody={}):void +github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.members.remove::serializeRemovePostResponse(writer:SerializationWriter; RemovePostResponse:RemovePostResponse={}):void github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.operations.count.CountRequestBuilder::|public|get(requestConfiguration?:RequestConfiguration):number github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.operations.count.CountRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:RequestConfiguration):RequestInformation github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.operations.count.CountRequestBuilderGetQueryParameters::|public|filter:string @@ -134010,6 +134208,7 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.pr github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.primaryChannel.members.membersRequestBuilder::|public|Count:CountRequestBuilder github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.primaryChannel.members.membersRequestBuilder::|public|get(requestConfiguration?:RequestConfiguration):ConversationMemberCollectionResponse github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.primaryChannel.members.membersRequestBuilder::|public|post(body:ConversationMember; requestConfiguration?:RequestConfiguration):ConversationMember +github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.primaryChannel.members.membersRequestBuilder::|public|remove:RemoveRequestBuilder github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.primaryChannel.members.membersRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:RequestConfiguration):RequestInformation github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.primaryChannel.members.membersRequestBuilder::|public|toPostRequestInformation(body:ConversationMember; requestConfiguration?:RequestConfiguration):RequestInformation github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.primaryChannel.members.membersRequestBuilderGetQueryParameters::|public|count:boolean @@ -134025,6 +134224,23 @@ github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.pr github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.primaryChannel.members.membersRequestBuilderRequestsMetadata github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.primaryChannel.members.membersRequestBuilderUriTemplate github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.primaryChannel.members.membersRequestBuilder~~>BaseRequestBuilder +github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.primaryChannel.members.remove.RemovePostRequestBody::|public|AdditionalData:Record +github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.primaryChannel.members.remove.RemovePostRequestBody::|public|backingStoreEnabled:boolean +github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.primaryChannel.members.remove.RemovePostRequestBody::|public|values:ConversationMember[] +github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.primaryChannel.members.remove.RemovePostRequestBody~~>AdditionalDataHolder; BackedModel; Parsable +github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.primaryChannel.members.remove.RemovePostResponse::|public|value:ActionResultPart[] +github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.primaryChannel.members.remove.RemovePostResponse~~>BaseCollectionPaginationCountResponse; Parsable +github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.primaryChannel.members.remove.removeRequestBuilder::|public|post(body:RemovePostRequestBody; requestConfiguration?:RequestConfiguration):RemovePostResponse +github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.primaryChannel.members.remove.removeRequestBuilder::|public|toPostRequestInformation(body:RemovePostRequestBody; requestConfiguration?:RequestConfiguration):RequestInformation +github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.primaryChannel.members.remove.removeRequestBuilderRequestsMetadata +github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.primaryChannel.members.remove.removeRequestBuilderUriTemplate +github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.primaryChannel.members.remove.removeRequestBuilder~~>BaseRequestBuilder +github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.primaryChannel.members.remove::createRemovePostRequestBodyFromDiscriminatorValue(parseNode:ParseNode):RemovePostRequestBody +github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.primaryChannel.members.remove::createRemovePostResponseFromDiscriminatorValue(parseNode:ParseNode):RemovePostResponse +github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.primaryChannel.members.remove::deserializeIntoRemovePostRequestBody(RemovePostRequestBody:RemovePostRequestBody={}):Record void> +github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.primaryChannel.members.remove::deserializeIntoRemovePostResponse(RemovePostResponse:RemovePostResponse={}):Record void> +github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.primaryChannel.members.remove::serializeRemovePostRequestBody(writer:SerializationWriter; RemovePostRequestBody:RemovePostRequestBody={}):void +github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.primaryChannel.members.remove::serializeRemovePostResponse(writer:SerializationWriter; RemovePostResponse:RemovePostResponse={}):void github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.primaryChannel.messages.count.CountRequestBuilder::|public|get(requestConfiguration?:RequestConfiguration):number github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.primaryChannel.messages.count.CountRequestBuilder::|public|toGetRequestInformation(requestConfiguration?:RequestConfiguration):RequestInformation github.com/microsoftgraph/msgraph-sdk-typescript/.users.item.joinedTeams.item.primaryChannel.messages.count.CountRequestBuilderGetQueryParameters::|public|filter:string diff --git a/packages/kiota-lock.json b/packages/kiota-lock.json index c0f0bdbed47..776ada2e8a9 100644 --- a/packages/kiota-lock.json +++ b/packages/kiota-lock.json @@ -1,5 +1,5 @@ { - "descriptionHash": "0D10478CC5AE4EC6098852A872AE786DED9F45C1918ED35870E3017BFA60F4EA8C5A59A80C9DB74303CDDBD302EAFA5D7BBB8F5AA4730264459AE9A8DF1205F8", + "descriptionHash": "41B7C0B6654A80DF3D52FB71F51483517EC4F51064C456068D3D0B777A06251F06CA20B829D0F2073097CBD62BD40A9804A2682D6009C81F73D0874C190B399F", "descriptionLocation": "../../msgraph-metadata/clean_v10_openapi/openapi.yaml", "lockFileVersion": "1.0.0", "kiotaVersion": "1.22.0", diff --git a/packages/msgraph-sdk-chats/chats/item/members/index.ts b/packages/msgraph-sdk-chats/chats/item/members/index.ts index c4a16046df8..5fd187a18e2 100644 --- a/packages/msgraph-sdk-chats/chats/item/members/index.ts +++ b/packages/msgraph-sdk-chats/chats/item/members/index.ts @@ -12,6 +12,8 @@ import { CountRequestBuilderRequestsMetadata, type CountRequestBuilder } from '. // @ts-ignore import { ConversationMemberItemRequestBuilderRequestsMetadata, type ConversationMemberItemRequestBuilder } from './item/index.js'; // @ts-ignore +import { RemoveRequestBuilderRequestsMetadata, type RemoveRequestBuilder } from './remove/index.js'; +// @ts-ignore import { type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type Parsable, type ParsableFactory, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions'; /** @@ -26,6 +28,10 @@ export interface MembersRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * 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} * @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} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -42,7 +42,7 @@ export interface ConversationMemberItemRequestBuilder extends BaseRequestBuilder */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * 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 {RequestInformation} */ @@ -56,7 +56,7 @@ export interface ConversationMemberItemRequestBuilder extends BaseRequestBuilder toPatchRequestInformation(body: ConversationMember, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * Retrieve a conversationMember from a chat or channel. + * Retrieve a conversationMember from a chat. */ export interface ConversationMemberItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-chats/chats/item/members/remove/index.ts b/packages/msgraph-sdk-chats/chats/item/members/remove/index.ts new file mode 100644 index 00000000000..74bca1ff317 --- /dev/null +++ b/packages/msgraph-sdk-chats/chats/item/members/remove/index.ts @@ -0,0 +1,136 @@ +/* tslint:disable */ +/* eslint-disable */ +// Generated by Microsoft Kiota +// @ts-ignore +import { createActionResultPartFromDiscriminatorValue, createConversationMemberFromDiscriminatorValue, deserializeIntoBaseCollectionPaginationCountResponse, serializeActionResultPart, serializeBaseCollectionPaginationCountResponse, serializeConversationMember, type ActionResultPart, type BaseCollectionPaginationCountResponse, type ConversationMember } from '@microsoft/msgraph-sdk/models/index.js'; +// @ts-ignore +import { createODataErrorFromDiscriminatorValue, type ODataError } from '@microsoft/msgraph-sdk/models/oDataErrors/index.js'; +// @ts-ignore +import { type AdditionalDataHolder, type BackedModel, type BackingStore, type BaseRequestBuilder, type Parsable, type ParsableFactory, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions'; + +/** + * Creates a new instance of the appropriate class based on discriminator value + * @param parseNode The parse node to use to read the discriminator value and create the object + * @returns {RemovePostRequestBody} + */ +// @ts-ignore +export function createRemovePostRequestBodyFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record void>) { + return deserializeIntoRemovePostRequestBody; +} +/** + * Creates a new instance of the appropriate class based on discriminator value + * @param parseNode The parse node to use to read the discriminator value and create the object + * @returns {RemovePostResponse} + */ +// @ts-ignore +export function createRemovePostResponseFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record void>) { + return deserializeIntoRemovePostResponse; +} +/** + * The deserialization information for the current model + * @returns {Record void>} + */ +// @ts-ignore +export function deserializeIntoRemovePostRequestBody(removePostRequestBody: Partial | undefined = {}) : Record void> { + return { + "backingStoreEnabled": n => { removePostRequestBody.backingStoreEnabled = true; }, + "values": n => { removePostRequestBody.values = n.getCollectionOfObjectValues(createConversationMemberFromDiscriminatorValue); }, + } +} +/** + * The deserialization information for the current model + * @returns {Record void>} + */ +// @ts-ignore +export function deserializeIntoRemovePostResponse(removePostResponse: Partial | undefined = {}) : Record void> { + return { + ...deserializeIntoBaseCollectionPaginationCountResponse(removePostResponse), + "value": n => { removePostResponse.value = n.getCollectionOfObjectValues(createActionResultPartFromDiscriminatorValue); }, + } +} +export interface RemovePostRequestBody extends AdditionalDataHolder, BackedModel, Parsable { + /** + * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + */ + additionalData?: Record; + /** + * Stores model information. + */ + backingStoreEnabled?: boolean | null; + /** + * The values property + */ + values?: ConversationMember[] | null; +} +export interface RemovePostResponse extends BaseCollectionPaginationCountResponse, Parsable { + /** + * The value property + */ + value?: ActionResultPart[] | null; +} +/** + * Provides operations to call the remove method. + */ +export interface RemoveRequestBuilder extends BaseRequestBuilder { + /** + * Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. + * @param body The request body + * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. + * @returns {Promise} + * @throws {ODataError} error when the service returns a 4XX or 5XX status code + * @see {@link https://learn.microsoft.com/graph/api/conversationmember-remove?view=graph-rest-1.0|Find more info here} + */ + post(body: RemovePostRequestBody, requestConfiguration?: RequestConfiguration | undefined) : Promise; + /** + * Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. + * @param body The request body + * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. + * @returns {RequestInformation} + */ + toPostRequestInformation(body: RemovePostRequestBody, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; +} +/** + * Serializes information the current object + * @param writer Serialization writer to use to serialize this model + */ +// @ts-ignore +export function serializeRemovePostRequestBody(writer: SerializationWriter, removePostRequestBody: Partial | undefined | null = {}) : void { + if (removePostRequestBody) { + writer.writeCollectionOfObjectValues("values", removePostRequestBody.values, serializeConversationMember); + writer.writeAdditionalData(removePostRequestBody.additionalData); + } +} +/** + * Serializes information the current object + * @param writer Serialization writer to use to serialize this model + */ +// @ts-ignore +export function serializeRemovePostResponse(writer: SerializationWriter, removePostResponse: Partial | undefined | null = {}) : void { + if (removePostResponse) { + serializeBaseCollectionPaginationCountResponse(writer, removePostResponse) + writer.writeCollectionOfObjectValues("value", removePostResponse.value, serializeActionResultPart); + } +} +/** + * Uri template for the request builder. + */ +export const RemoveRequestBuilderUriTemplate = "{+baseurl}/chats/{chat%2Did}/members/remove"; +/** + * Metadata for all the requests in the request builder. + */ +export const RemoveRequestBuilderRequestsMetadata: RequestsMetadata = { + post: { + uriTemplate: RemoveRequestBuilderUriTemplate, + responseBodyContentType: "application/json", + errorMappings: { + XXX: createODataErrorFromDiscriminatorValue as ParsableFactory, + }, + adapterMethodName: "send", + responseBodyFactory: createRemovePostResponseFromDiscriminatorValue, + requestBodyContentType: "application/json", + requestBodySerializer: serializeRemovePostRequestBody, + requestInformationContentSetMethod: "setContentFromParsable", + }, +}; +/* tslint:enable */ +/* eslint-enable */ diff --git a/packages/msgraph-sdk-communications/communications/calls/item/participants/invite/index.ts b/packages/msgraph-sdk-communications/communications/calls/item/participants/invite/index.ts index cc3b469c4c7..931ec30460e 100644 --- a/packages/msgraph-sdk-communications/communications/calls/item/participants/invite/index.ts +++ b/packages/msgraph-sdk-communications/communications/calls/item/participants/invite/index.ts @@ -52,16 +52,16 @@ export interface InvitePostRequestBody extends AdditionalDataHolder, BackedModel */ export interface InviteRequestBuilder extends BaseRequestBuilder { /** - * Delete a specific participant in a call. In some situations, it is appropriate for an application to remove a participant from an active call. This action can be done before or after the participant answers the call. When an active caller is removed, they are immediately dropped from the call with no pre- or post-removal notification. When an invited participant is removed, any outstanding add participant request is canceled. + * Invite participants to the active call. For more information about how to handle operations, see commsOperation. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/participant-delete?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/participant-invite?view=graph-rest-1.0|Find more info here} */ post(body: InvitePostRequestBody, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Delete a specific participant in a call. In some situations, it is appropriate for an application to remove a participant from an active call. This action can be done before or after the participant answers the call. When an active caller is removed, they are immediately dropped from the call with no pre- or post-removal notification. When an invited participant is removed, any outstanding add participant request is canceled. + * Invite participants to the active call. For more information about how to handle operations, see commsOperation. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} diff --git a/packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/index.ts b/packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/index.ts index 47e254fbfaf..11c267ef9ff 100644 --- a/packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/index.ts +++ b/packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/index.ts @@ -107,7 +107,7 @@ export interface DeviceAppManagementRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/intune-books-deviceappmanagement-get?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/intune-apps-deviceappmanagement-get?view=graph-rest-1.0|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -116,7 +116,7 @@ export interface DeviceAppManagementRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/intune-partnerintegration-deviceappmanagement-update?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/intune-unlock-deviceappmanagement-update?view=graph-rest-1.0|Find more info here} */ patch(body: DeviceAppManagement, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** diff --git a/packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/managedAppPolicies/index.ts b/packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/managedAppPolicies/index.ts index 6f789d729cf..0aa5801a4b7 100644 --- a/packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/managedAppPolicies/index.ts +++ b/packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/managedAppPolicies/index.ts @@ -27,11 +27,11 @@ export interface ManagedAppPoliciesRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappprotection-list?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-list?view=graph-rest-1.0|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -43,7 +43,7 @@ export interface ManagedAppPoliciesRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * List properties and relationships of the targetedManagedAppProtection objects. + * List properties and relationships of the managedAppPolicy objects. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -57,7 +57,7 @@ export interface ManagedAppPoliciesRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * List properties and relationships of the targetedManagedAppProtection objects. + * List properties and relationships of the managedAppPolicy objects. */ export interface ManagedAppPoliciesRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/managedAppPolicies/item/index.ts b/packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/managedAppPolicies/item/index.ts index 15f0c50a014..a6072d8c5a8 100644 --- a/packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/managedAppPolicies/item/index.ts +++ b/packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/managedAppPolicies/item/index.ts @@ -25,11 +25,11 @@ export interface ManagedAppPolicyItemRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Read properties and relationships of the targetedManagedAppProtection object. + * Read properties and relationships of the windowsInformationProtection object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappprotection-get?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/intune-mam-windowsinformationprotection-get?view=graph-rest-1.0|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -47,7 +47,7 @@ export interface ManagedAppPolicyItemRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; /** - * Read properties and relationships of the targetedManagedAppProtection object. + * Read properties and relationships of the windowsInformationProtection object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -61,7 +61,7 @@ export interface ManagedAppPolicyItemRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * Read properties and relationships of the targetedManagedAppProtection object. + * Read properties and relationships of the windowsInformationProtection object. */ export interface ManagedAppPolicyItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/managedAppRegistrations/index.ts b/packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/managedAppRegistrations/index.ts index 4177b534fca..34c4ca114e2 100644 --- a/packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/managedAppRegistrations/index.ts +++ b/packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/managedAppRegistrations/index.ts @@ -33,11 +33,11 @@ export interface ManagedAppRegistrationsRequestBuilder extends BaseRequestBuilde */ byManagedAppRegistrationId(managedAppRegistrationId: string) : ManagedAppRegistrationItemRequestBuilder; /** - * List properties and relationships of the managedAppRegistration objects. + * List properties and relationships of the iosManagedAppRegistration objects. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/intune-mam-managedappregistration-list?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/intune-mam-iosmanagedappregistration-list?view=graph-rest-1.0|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -50,7 +50,7 @@ export interface ManagedAppRegistrationsRequestBuilder extends BaseRequestBuilde */ post(body: ManagedAppRegistration, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * List properties and relationships of the managedAppRegistration objects. + * List properties and relationships of the iosManagedAppRegistration objects. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -64,7 +64,7 @@ export interface ManagedAppRegistrationsRequestBuilder extends BaseRequestBuilde toPostRequestInformation(body: ManagedAppRegistration, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * List properties and relationships of the managedAppRegistration objects. + * List properties and relationships of the iosManagedAppRegistration objects. */ export interface ManagedAppRegistrationsRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/managedAppRegistrations/item/index.ts b/packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/managedAppRegistrations/item/index.ts index 8d78f95a91c..72157b5d089 100644 --- a/packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/managedAppRegistrations/item/index.ts +++ b/packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/managedAppRegistrations/item/index.ts @@ -37,11 +37,11 @@ export interface ManagedAppRegistrationItemRequestBuilder extends BaseRequestBui */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Read properties and relationships of the androidManagedAppRegistration object. + * Read properties and relationships of the iosManagedAppRegistration object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappregistration-get?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/intune-mam-iosmanagedappregistration-get?view=graph-rest-1.0|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -59,7 +59,7 @@ export interface ManagedAppRegistrationItemRequestBuilder extends BaseRequestBui */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Read properties and relationships of the androidManagedAppRegistration object. + * Read properties and relationships of the iosManagedAppRegistration object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -73,7 +73,7 @@ export interface ManagedAppRegistrationItemRequestBuilder extends BaseRequestBui toPatchRequestInformation(body: ManagedAppRegistration, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * Read properties and relationships of the androidManagedAppRegistration object. + * Read properties and relationships of the iosManagedAppRegistration object. */ export interface ManagedAppRegistrationItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/managedAppStatuses/index.ts b/packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/managedAppStatuses/index.ts index b8ddd0430e2..3483b54e148 100644 --- a/packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/managedAppStatuses/index.ts +++ b/packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/managedAppStatuses/index.ts @@ -27,11 +27,11 @@ export interface ManagedAppStatusesRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/intune-mam-managedappstatusraw-list?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/intune-mam-managedappstatus-list?view=graph-rest-1.0|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -43,7 +43,7 @@ export interface ManagedAppStatusesRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * List properties and relationships of the managedAppStatusRaw objects. + * List properties and relationships of the managedAppStatus objects. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -57,7 +57,7 @@ export interface ManagedAppStatusesRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * List properties and relationships of the managedAppStatusRaw objects. + * List properties and relationships of the managedAppStatus objects. */ export interface ManagedAppStatusesRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/managedAppStatuses/item/index.ts b/packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/managedAppStatuses/item/index.ts index b27c418294a..c2e65dd9e3a 100644 --- a/packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/managedAppStatuses/item/index.ts +++ b/packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/managedAppStatuses/item/index.ts @@ -19,11 +19,11 @@ export interface ManagedAppStatusItemRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Read properties and relationships of the managedAppStatusRaw object. + * Read properties and relationships of the managedAppStatus object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/intune-mam-managedappstatusraw-get?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/intune-mam-managedappstatus-get?view=graph-rest-1.0|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -41,7 +41,7 @@ export interface ManagedAppStatusItemRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; /** - * Read properties and relationships of the managedAppStatusRaw object. + * Read properties and relationships of the managedAppStatus object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -55,7 +55,7 @@ export interface ManagedAppStatusItemRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * Read properties and relationships of the managedAppStatusRaw object. + * Read properties and relationships of the managedAppStatus object. */ export interface ManagedAppStatusItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/managedEBooks/item/assignments/index.ts b/packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/managedEBooks/item/assignments/index.ts index 766bce420dd..d5834fd9737 100644 --- a/packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/managedEBooks/item/assignments/index.ts +++ b/packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/managedEBooks/item/assignments/index.ts @@ -27,30 +27,30 @@ export interface AssignmentsRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-list?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-list?view=graph-rest-1.0|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Create a new iosVppEBookAssignment object. + * Create a new managedEBookAssignment object. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-create?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-create?view=graph-rest-1.0|Find more info here} */ post(body: ManagedEBookAssignment, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * List properties and relationships of the iosVppEBookAssignment objects. + * List properties and relationships of the managedEBookAssignment objects. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ toGetRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Create a new iosVppEBookAssignment object. + * Create a new managedEBookAssignment object. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} @@ -58,7 +58,7 @@ export interface AssignmentsRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * List properties and relationships of the iosVppEBookAssignment objects. + * List properties and relationships of the managedEBookAssignment objects. */ export interface AssignmentsRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/managedEBooks/item/assignments/item/index.ts b/packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/managedEBooks/item/assignments/item/index.ts index 344ba7f952f..e2b0416b498 100644 --- a/packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/managedEBooks/item/assignments/item/index.ts +++ b/packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/managedEBooks/item/assignments/item/index.ts @@ -13,10 +13,10 @@ import { type BaseRequestBuilder, type Parsable, type ParsableFactory, type Requ */ export interface ManagedEBookAssignmentItemRequestBuilder extends BaseRequestBuilder { /** - * Deletes a managedEBookAssignment. + * Deletes a iosVppEBookAssignment. * @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/intune-books-managedebookassignment-delete?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-delete?view=graph-rest-1.0|Find more info here} */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -37,7 +37,7 @@ export interface ManagedEBookAssignmentItemRequestBuilder extends BaseRequestBui */ patch(body: ManagedEBookAssignment, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Deletes a managedEBookAssignment. + * Deletes a iosVppEBookAssignment. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ diff --git a/packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/mobileAppConfigurations/index.ts b/packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/mobileAppConfigurations/index.ts index 93b0144818e..89d5fc72ef4 100644 --- a/packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/mobileAppConfigurations/index.ts +++ b/packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/mobileAppConfigurations/index.ts @@ -27,11 +27,11 @@ export interface MobileAppConfigurationsRequestBuilder extends BaseRequestBuilde */ byManagedDeviceMobileAppConfigurationId(managedDeviceMobileAppConfigurationId: string) : ManagedDeviceMobileAppConfigurationItemRequestBuilder; /** - * List properties and relationships of the iosMobileAppConfiguration objects. + * List properties and relationships of the managedDeviceMobileAppConfiguration objects. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/intune-apps-iosmobileappconfiguration-list?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfiguration-list?view=graph-rest-1.0|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -44,7 +44,7 @@ export interface MobileAppConfigurationsRequestBuilder extends BaseRequestBuilde */ post(body: ManagedDeviceMobileAppConfiguration, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * List properties and relationships of the iosMobileAppConfiguration objects. + * List properties and relationships of the managedDeviceMobileAppConfiguration objects. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -58,7 +58,7 @@ export interface MobileAppConfigurationsRequestBuilder extends BaseRequestBuilde toPostRequestInformation(body: ManagedDeviceMobileAppConfiguration, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * List properties and relationships of the iosMobileAppConfiguration objects. + * List properties and relationships of the managedDeviceMobileAppConfiguration objects. */ export interface MobileAppConfigurationsRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/mobileAppConfigurations/item/index.ts b/packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/mobileAppConfigurations/item/index.ts index 27c78fb08f8..dee1069b43e 100644 --- a/packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/mobileAppConfigurations/item/index.ts +++ b/packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/mobileAppConfigurations/item/index.ts @@ -56,11 +56,11 @@ export interface ManagedDeviceMobileAppConfigurationItemRequestBuilder extends B */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Read properties and relationships of the iosMobileAppConfiguration object. + * Read properties and relationships of the managedDeviceMobileAppConfiguration object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/intune-apps-iosmobileappconfiguration-get?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfiguration-get?view=graph-rest-1.0|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -79,7 +79,7 @@ export interface ManagedDeviceMobileAppConfigurationItemRequestBuilder extends B */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Read properties and relationships of the iosMobileAppConfiguration object. + * Read properties and relationships of the managedDeviceMobileAppConfiguration object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -93,7 +93,7 @@ export interface ManagedDeviceMobileAppConfigurationItemRequestBuilder extends B toPatchRequestInformation(body: ManagedDeviceMobileAppConfiguration, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * Read properties and relationships of the iosMobileAppConfiguration object. + * Read properties and relationships of the managedDeviceMobileAppConfiguration object. */ export interface ManagedDeviceMobileAppConfigurationItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/mobileApps/index.ts b/packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/mobileApps/index.ts index 73f4cd13b99..c5c56ec66c4 100644 --- a/packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/mobileApps/index.ts +++ b/packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/mobileApps/index.ts @@ -123,30 +123,30 @@ export interface MobileAppsRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/intune-apps-webapp-list?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/intune-apps-managedandroidlobapp-list?view=graph-rest-1.0|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Create a new macOSOfficeSuiteApp object. + * Create a new managedIOSLobApp object. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/intune-apps-macosofficesuiteapp-create?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/intune-apps-managedioslobapp-create?view=graph-rest-1.0|Find more info here} */ post(body: MobileApp, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * List properties and relationships of the webApp objects. + * List properties and relationships of the managedAndroidLobApp objects. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ toGetRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Create a new macOSOfficeSuiteApp object. + * Create a new managedIOSLobApp object. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} @@ -154,7 +154,7 @@ export interface MobileAppsRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * List properties and relationships of the webApp objects. + * List properties and relationships of the managedAndroidLobApp objects. */ export interface MobileAppsRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/index.ts b/packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/index.ts index 6689d74afee..914b943f686 100644 --- a/packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/index.ts +++ b/packages/msgraph-sdk-deviceAppManagement/deviceAppManagement/mobileApps/item/index.ts @@ -127,43 +127,43 @@ export interface MobileAppItemRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Read properties and relationships of the windowsWebApp object. + * Read properties and relationships of the mobileLobApp object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/intune-apps-windowswebapp-get?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/intune-apps-mobilelobapp-get?view=graph-rest-1.0|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Update the properties of a androidLobApp object. + * Update the properties of a macOSOfficeSuiteApp object. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/intune-apps-androidlobapp-update?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/intune-apps-macosofficesuiteapp-update?view=graph-rest-1.0|Find more info here} */ patch(body: MobileApp, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Deletes a iosStoreApp. + * Deletes a managedAndroidStoreApp. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Read properties and relationships of the windowsWebApp object. + * Read properties and relationships of the mobileLobApp object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ toGetRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Update the properties of a androidLobApp object. + * Update the properties of a macOSOfficeSuiteApp object. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} @@ -171,7 +171,7 @@ export interface MobileAppItemRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * Read properties and relationships of the windowsWebApp object. + * Read properties and relationships of the mobileLobApp object. */ export interface MobileAppItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-deviceManagement/deviceManagement/deviceCompliancePolicies/index.ts b/packages/msgraph-sdk-deviceManagement/deviceManagement/deviceCompliancePolicies/index.ts index 2ebf11a6325..7d68ce81ef3 100644 --- a/packages/msgraph-sdk-deviceManagement/deviceManagement/deviceCompliancePolicies/index.ts +++ b/packages/msgraph-sdk-deviceManagement/deviceManagement/deviceCompliancePolicies/index.ts @@ -27,11 +27,11 @@ export interface DeviceCompliancePoliciesRequestBuilder extends BaseRequestBuild */ byDeviceCompliancePolicyId(deviceCompliancePolicyId: string) : DeviceCompliancePolicyItemRequestBuilder; /** - * List properties and relationships of the windows81CompliancePolicy objects. + * List properties and relationships of the macOSCompliancePolicy objects. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/intune-deviceconfig-windows81compliancepolicy-list?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/intune-deviceconfig-macoscompliancepolicy-list?view=graph-rest-1.0|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -44,7 +44,7 @@ export interface DeviceCompliancePoliciesRequestBuilder extends BaseRequestBuild */ post(body: DeviceCompliancePolicy, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * List properties and relationships of the windows81CompliancePolicy objects. + * List properties and relationships of the macOSCompliancePolicy objects. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -58,7 +58,7 @@ export interface DeviceCompliancePoliciesRequestBuilder extends BaseRequestBuild toPostRequestInformation(body: DeviceCompliancePolicy, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * List properties and relationships of the windows81CompliancePolicy objects. + * List properties and relationships of the macOSCompliancePolicy objects. */ export interface DeviceCompliancePoliciesRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-deviceManagement/deviceManagement/deviceCompliancePolicies/item/index.ts b/packages/msgraph-sdk-deviceManagement/deviceManagement/deviceCompliancePolicies/item/index.ts index e920fdb8600..b5e55cffe19 100644 --- a/packages/msgraph-sdk-deviceManagement/deviceManagement/deviceCompliancePolicies/item/index.ts +++ b/packages/msgraph-sdk-deviceManagement/deviceManagement/deviceCompliancePolicies/item/index.ts @@ -74,11 +74,11 @@ export interface DeviceCompliancePolicyItemRequestBuilder extends BaseRequestBui */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Read properties and relationships of the windowsPhone81CompliancePolicy object. + * Read properties and relationships of the windows81CompliancePolicy object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/intune-deviceconfig-windowsphone81compliancepolicy-get?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/intune-deviceconfig-windows81compliancepolicy-get?view=graph-rest-1.0|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -97,7 +97,7 @@ export interface DeviceCompliancePolicyItemRequestBuilder extends BaseRequestBui */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Read properties and relationships of the windowsPhone81CompliancePolicy object. + * Read properties and relationships of the windows81CompliancePolicy object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -111,7 +111,7 @@ export interface DeviceCompliancePolicyItemRequestBuilder extends BaseRequestBui toPatchRequestInformation(body: DeviceCompliancePolicy, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * Read properties and relationships of the windowsPhone81CompliancePolicy object. + * Read properties and relationships of the windows81CompliancePolicy object. */ export interface DeviceCompliancePolicyItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-deviceManagement/deviceManagement/deviceConfigurations/index.ts b/packages/msgraph-sdk-deviceManagement/deviceManagement/deviceConfigurations/index.ts index 5aa9a1a8473..cda986d6723 100644 --- a/packages/msgraph-sdk-deviceManagement/deviceManagement/deviceConfigurations/index.ts +++ b/packages/msgraph-sdk-deviceManagement/deviceManagement/deviceConfigurations/index.ts @@ -27,30 +27,30 @@ export interface DeviceConfigurationsRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/intune-deviceconfig-androidgeneraldeviceconfiguration-list?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10enterprisemodernappmanagementconfiguration-list?view=graph-rest-1.0|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Create a new windows81GeneralConfiguration object. + * Create a new androidGeneralDeviceConfiguration object. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/intune-deviceconfig-windows81generalconfiguration-create?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/intune-deviceconfig-androidgeneraldeviceconfiguration-create?view=graph-rest-1.0|Find more info here} */ post(body: DeviceConfiguration, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * List properties and relationships of the androidGeneralDeviceConfiguration objects. + * List properties and relationships of the windows10EnterpriseModernAppManagementConfiguration objects. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ toGetRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Create a new windows81GeneralConfiguration object. + * Create a new androidGeneralDeviceConfiguration object. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} @@ -58,7 +58,7 @@ export interface DeviceConfigurationsRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * List properties and relationships of the androidGeneralDeviceConfiguration objects. + * List properties and relationships of the windows10EnterpriseModernAppManagementConfiguration objects. */ export interface DeviceConfigurationsRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-deviceManagement/deviceManagement/deviceConfigurations/item/index.ts b/packages/msgraph-sdk-deviceManagement/deviceManagement/deviceConfigurations/item/index.ts index f2b56508762..b3d2ab556b2 100644 --- a/packages/msgraph-sdk-deviceManagement/deviceManagement/deviceConfigurations/item/index.ts +++ b/packages/msgraph-sdk-deviceManagement/deviceManagement/deviceConfigurations/item/index.ts @@ -64,11 +64,11 @@ export interface DeviceConfigurationItemRequestBuilder extends BaseRequestBuilde */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Read properties and relationships of the androidCustomConfiguration object. + * Read properties and relationships of the macOSGeneralDeviceConfiguration object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/intune-deviceconfig-androidcustomconfiguration-get?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/intune-deviceconfig-macosgeneraldeviceconfiguration-get?view=graph-rest-1.0|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -78,12 +78,12 @@ export interface DeviceConfigurationItemRequestBuilder extends BaseRequestBuilde */ getOmaSettingPlainTextValueWithSecretReferenceValueId(secretReferenceValueId: string | undefined) : GetOmaSettingPlainTextValueWithSecretReferenceValueIdRequestBuilder; /** - * Update the properties of a windows10SecureAssessmentConfiguration object. + * Update the properties of a iosGeneralDeviceConfiguration object. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10secureassessmentconfiguration-update?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/intune-deviceconfig-iosgeneraldeviceconfiguration-update?view=graph-rest-1.0|Find more info here} */ patch(body: DeviceConfiguration, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -93,13 +93,13 @@ export interface DeviceConfigurationItemRequestBuilder extends BaseRequestBuilde */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Read properties and relationships of the androidCustomConfiguration object. + * Read properties and relationships of the macOSGeneralDeviceConfiguration object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ toGetRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Update the properties of a windows10SecureAssessmentConfiguration object. + * Update the properties of a iosGeneralDeviceConfiguration object. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} @@ -107,7 +107,7 @@ export interface DeviceConfigurationItemRequestBuilder extends BaseRequestBuilde toPatchRequestInformation(body: DeviceConfiguration, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * Read properties and relationships of the androidCustomConfiguration object. + * Read properties and relationships of the macOSGeneralDeviceConfiguration object. */ export interface DeviceConfigurationItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-deviceManagement/deviceManagement/deviceEnrollmentConfigurations/index.ts b/packages/msgraph-sdk-deviceManagement/deviceManagement/deviceEnrollmentConfigurations/index.ts index 4a3220167ed..c4b9f6f1b62 100644 --- a/packages/msgraph-sdk-deviceManagement/deviceManagement/deviceEnrollmentConfigurations/index.ts +++ b/packages/msgraph-sdk-deviceManagement/deviceManagement/deviceEnrollmentConfigurations/index.ts @@ -27,11 +27,11 @@ export interface DeviceEnrollmentConfigurationsRequestBuilder extends BaseReques */ byDeviceEnrollmentConfigurationId(deviceEnrollmentConfigurationId: string) : DeviceEnrollmentConfigurationItemRequestBuilder; /** - * List properties and relationships of the deviceEnrollmentWindowsHelloForBusinessConfiguration objects. + * List properties and relationships of the deviceEnrollmentPlatformRestrictionsConfiguration objects. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration-list?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-list?view=graph-rest-1.0|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -44,7 +44,7 @@ export interface DeviceEnrollmentConfigurationsRequestBuilder extends BaseReques */ post(body: DeviceEnrollmentConfiguration, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * List properties and relationships of the deviceEnrollmentWindowsHelloForBusinessConfiguration objects. + * List properties and relationships of the deviceEnrollmentPlatformRestrictionsConfiguration objects. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -58,7 +58,7 @@ export interface DeviceEnrollmentConfigurationsRequestBuilder extends BaseReques toPostRequestInformation(body: DeviceEnrollmentConfiguration, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * List properties and relationships of the deviceEnrollmentWindowsHelloForBusinessConfiguration objects. + * List properties and relationships of the deviceEnrollmentPlatformRestrictionsConfiguration objects. */ export interface DeviceEnrollmentConfigurationsRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-deviceManagement/deviceManagement/deviceEnrollmentConfigurations/item/index.ts b/packages/msgraph-sdk-deviceManagement/deviceManagement/deviceEnrollmentConfigurations/item/index.ts index 1752b215ea8..d15018617de 100644 --- a/packages/msgraph-sdk-deviceManagement/deviceManagement/deviceEnrollmentConfigurations/item/index.ts +++ b/packages/msgraph-sdk-deviceManagement/deviceManagement/deviceEnrollmentConfigurations/item/index.ts @@ -31,43 +31,43 @@ export interface DeviceEnrollmentConfigurationItemRequestBuilder extends BaseReq */ get setPriority(): SetPriorityRequestBuilder; /** - * Deletes a deviceEnrollmentLimitConfiguration. + * Deletes a deviceEnrollmentWindowsHelloForBusinessConfiguration. * @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/intune-onboarding-deviceenrollmentlimitconfiguration-delete?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration-delete?view=graph-rest-1.0|Find more info here} */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Read properties and relationships of the deviceEnrollmentLimitConfiguration object. + * Read properties and relationships of the deviceEnrollmentWindowsHelloForBusinessConfiguration object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentlimitconfiguration-get?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration-get?view=graph-rest-1.0|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Update the properties of a deviceEnrollmentLimitConfiguration object. + * Update the properties of a deviceEnrollmentPlatformRestrictionsConfiguration object. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentlimitconfiguration-update?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-update?view=graph-rest-1.0|Find more info here} */ patch(body: DeviceEnrollmentConfiguration, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Deletes a deviceEnrollmentLimitConfiguration. + * Deletes a deviceEnrollmentWindowsHelloForBusinessConfiguration. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Read properties and relationships of the deviceEnrollmentLimitConfiguration object. + * Read properties and relationships of the deviceEnrollmentWindowsHelloForBusinessConfiguration object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ toGetRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Update the properties of a deviceEnrollmentLimitConfiguration object. + * Update the properties of a deviceEnrollmentPlatformRestrictionsConfiguration object. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} @@ -75,7 +75,7 @@ export interface DeviceEnrollmentConfigurationItemRequestBuilder extends BaseReq toPatchRequestInformation(body: DeviceEnrollmentConfiguration, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * Read properties and relationships of the deviceEnrollmentLimitConfiguration object. + * Read properties and relationships of the deviceEnrollmentWindowsHelloForBusinessConfiguration object. */ export interface DeviceEnrollmentConfigurationItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-deviceManagement/deviceManagement/index.ts b/packages/msgraph-sdk-deviceManagement/deviceManagement/index.ts index ab435ead7fa..30a12574885 100644 --- a/packages/msgraph-sdk-deviceManagement/deviceManagement/index.ts +++ b/packages/msgraph-sdk-deviceManagement/deviceManagement/index.ts @@ -375,7 +375,7 @@ export interface DeviceManagementRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/intune-auditing-devicemanagement-get?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/intune-onboarding-devicemanagement-get?view=graph-rest-1.0|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -390,7 +390,7 @@ export interface DeviceManagementRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/intune-devices-devicemanagement-update?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/intune-androidforwork-devicemanagement-update?view=graph-rest-1.0|Find more info here} */ patch(body: DeviceManagement, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** diff --git a/packages/msgraph-sdk-deviceManagement/deviceManagement/roleDefinitions/index.ts b/packages/msgraph-sdk-deviceManagement/deviceManagement/roleDefinitions/index.ts index 51b70643d17..f5b87beffc2 100644 --- a/packages/msgraph-sdk-deviceManagement/deviceManagement/roleDefinitions/index.ts +++ b/packages/msgraph-sdk-deviceManagement/deviceManagement/roleDefinitions/index.ts @@ -27,11 +27,11 @@ export interface RoleDefinitionsRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/intune-rbac-roledefinition-list?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-list?view=graph-rest-1.0|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -44,7 +44,7 @@ export interface RoleDefinitionsRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * List properties and relationships of the roleDefinition objects. + * List properties and relationships of the deviceAndAppManagementRoleDefinition objects. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -58,7 +58,7 @@ export interface RoleDefinitionsRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * List properties and relationships of the roleDefinition objects. + * List properties and relationships of the deviceAndAppManagementRoleDefinition objects. */ export interface RoleDefinitionsRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-deviceManagement/deviceManagement/roleDefinitions/item/index.ts b/packages/msgraph-sdk-deviceManagement/deviceManagement/roleDefinitions/item/index.ts index 682c82e2ed1..49d6c7c6780 100644 --- a/packages/msgraph-sdk-deviceManagement/deviceManagement/roleDefinitions/item/index.ts +++ b/packages/msgraph-sdk-deviceManagement/deviceManagement/roleDefinitions/item/index.ts @@ -19,18 +19,18 @@ export interface RoleDefinitionItemRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Read properties and relationships of the roleDefinition object. + * Read properties and relationships of the deviceAndAppManagementRoleDefinition object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/intune-rbac-roledefinition-get?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-get?view=graph-rest-1.0|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -43,13 +43,13 @@ export interface RoleDefinitionItemRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Deletes a deviceAndAppManagementRoleDefinition. + * Deletes a roleDefinition. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Read properties and relationships of the roleDefinition object. + * Read properties and relationships of the deviceAndAppManagementRoleDefinition object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -63,7 +63,7 @@ export interface RoleDefinitionItemRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * Read properties and relationships of the roleDefinition object. + * Read properties and relationships of the deviceAndAppManagementRoleDefinition object. */ export interface RoleDefinitionItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-drives/drives/item/items/item/retentionLabel/index.ts b/packages/msgraph-sdk-drives/drives/item/items/item/retentionLabel/index.ts index 12eb315a145..66cec7d8cae 100644 --- a/packages/msgraph-sdk-drives/drives/item/items/item/retentionLabel/index.ts +++ b/packages/msgraph-sdk-drives/drives/item/items/item/retentionLabel/index.ts @@ -27,12 +27,12 @@ export interface RetentionLabelRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Lock or unlock a retention label on a driveItem that classifies content as records. For information about retention labels from an administrator's perspective, see Use retention labels to manage the lifecycle of documents stored in SharePoint. For more information about how you can lock and unlock retention labels, see Use record versioning to update records stored in SharePoint or OneDrive. + * Apply (set) a retention label on a driveItem (files and folders). Retention labels don't need to be published in a retention label policy to be applied using this method. When a retention label is applied to a folder, all the items in the folder are tagged with the same retention label. For information about conflict resolution for retention labels, see Will an existing label be overridden or removed. For information about retention labels from an administrator's perspective, see Use retention labels to manage the lifecycle of documents stored in SharePoint. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/driveitem-lockorunlockrecord?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/driveitem-setretentionlabel?view=graph-rest-1.0|Find more info here} */ patch(body: ItemRetentionLabel, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -48,7 +48,7 @@ export interface RetentionLabelRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; /** - * Lock or unlock a retention label on a driveItem that classifies content as records. For information about retention labels from an administrator's perspective, see Use retention labels to manage the lifecycle of documents stored in SharePoint. For more information about how you can lock and unlock retention labels, see Use record versioning to update records stored in SharePoint or OneDrive. + * Apply (set) a retention label on a driveItem (files and folders). Retention labels don't need to be published in a retention label policy to be applied using this method. When a retention label is applied to a folder, all the items in the folder are tagged with the same retention label. For information about conflict resolution for retention labels, see Will an existing label be overridden or removed. For information about retention labels from an administrator's perspective, see Use retention labels to manage the lifecycle of documents stored in SharePoint. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} diff --git a/packages/msgraph-sdk-drives/drives/item/items/item/workbook/tables/add/index.ts b/packages/msgraph-sdk-drives/drives/item/items/item/workbook/tables/add/index.ts index 35a8fcd6268..c03198fbfc6 100644 --- a/packages/msgraph-sdk-drives/drives/item/items/item/workbook/tables/add/index.ts +++ b/packages/msgraph-sdk-drives/drives/item/items/item/workbook/tables/add/index.ts @@ -31,16 +31,16 @@ export interface AddPostRequestBody extends AdditionalDataHolder, BackedModel, P */ export interface AddRequestBuilder extends BaseRequestBuilder { /** - * Use this API to create a new Table. + * Create a new table. The range source address determines the worksheet under which the table will be added. If the table can't be added (for example, because the address is invalid, or the table would overlap with another table), an error is generated. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/workbook-post-tables?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/tablecollection-add?view=graph-rest-1.0|Find more info here} */ post(body: AddPostRequestBody, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Use this API to create a new Table. + * Create a new table. The range source address determines the worksheet under which the table will be added. If the table can't be added (for example, because the address is invalid, or the table would overlap with another table), an error is generated. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} diff --git a/packages/msgraph-sdk-drives/drives/item/items/item/workbook/worksheets/item/tables/add/index.ts b/packages/msgraph-sdk-drives/drives/item/items/item/workbook/worksheets/item/tables/add/index.ts index ba6643b0093..9fbd5a459ef 100644 --- a/packages/msgraph-sdk-drives/drives/item/items/item/workbook/worksheets/item/tables/add/index.ts +++ b/packages/msgraph-sdk-drives/drives/item/items/item/workbook/worksheets/item/tables/add/index.ts @@ -31,16 +31,16 @@ export interface AddPostRequestBody extends AdditionalDataHolder, BackedModel, P */ export interface AddRequestBuilder extends BaseRequestBuilder { /** - * Use this API to create a new Table. + * Create a new table. The range source address determines the worksheet under which the table will be added. If the table can't be added (for example, because the address is invalid, or the table would overlap with another table), an error is generated. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/workbook-post-tables?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/tablecollection-add?view=graph-rest-1.0|Find more info here} */ post(body: AddPostRequestBody, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Use this API to create a new Table. + * Create a new table. The range source address determines the worksheet under which the table will be added. If the table can't be added (for example, because the address is invalid, or the table would overlap with another table), an error is generated. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} diff --git a/packages/msgraph-sdk-external/external/connections/item/items/item/index.ts b/packages/msgraph-sdk-external/external/connections/item/items/item/index.ts index cb2b820a9f4..a95729f42a2 100644 --- a/packages/msgraph-sdk-external/external/connections/item/items/item/index.ts +++ b/packages/msgraph-sdk-external/external/connections/item/items/item/index.ts @@ -40,12 +40,12 @@ export interface ExternalItemItemRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Create a new externalItem object. + * Update the properties of an externalItem object. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-put-items?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/externalconnectors-externalitem-update?view=graph-rest-1.0|Find more info here} */ put(body: ExternalItem, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -61,7 +61,7 @@ export interface ExternalItemItemRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; /** - * Create a new externalItem object. + * Update the properties of an externalItem object. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} diff --git a/packages/msgraph-sdk-groupLifecyclePolicies/groupLifecyclePolicies/index.ts b/packages/msgraph-sdk-groupLifecyclePolicies/groupLifecyclePolicies/index.ts index 78bdd711502..67e8bcb9466 100644 --- a/packages/msgraph-sdk-groupLifecyclePolicies/groupLifecyclePolicies/index.ts +++ b/packages/msgraph-sdk-groupLifecyclePolicies/groupLifecyclePolicies/index.ts @@ -35,7 +35,7 @@ export interface GroupLifecyclePoliciesRequestBuilder extends BaseRequestBuilder */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Creates a new groupLifecyclePolicy. + * Creates a new groupLifecyclePolicy. Only one policy exists in the tenant. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} @@ -50,7 +50,7 @@ export interface GroupLifecyclePoliciesRequestBuilder extends BaseRequestBuilder */ toGetRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Creates a new groupLifecyclePolicy. + * Creates a new groupLifecyclePolicy. Only one policy exists in the tenant. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} diff --git a/packages/msgraph-sdk-groupLifecyclePolicies/groupLifecyclePolicies/item/addGroup/index.ts b/packages/msgraph-sdk-groupLifecyclePolicies/groupLifecyclePolicies/item/addGroup/index.ts index b48a0ab7542..747fabb9cab 100644 --- a/packages/msgraph-sdk-groupLifecyclePolicies/groupLifecyclePolicies/item/addGroup/index.ts +++ b/packages/msgraph-sdk-groupLifecyclePolicies/groupLifecyclePolicies/item/addGroup/index.ts @@ -39,7 +39,7 @@ export interface AddGroupPostResponse extends AdditionalDataHolder, BackedModel, */ export interface AddGroupRequestBuilder extends BaseRequestBuilder { /** - * Adds specific groups to a lifecycle policy. This action limits the group lifecycle policy to a set of groups only if the managedGroupTypes property of groupLifecyclePolicy is set to Selected. + * Add a group to a groupLifecyclePolicy. This action is supported only if the managedGroupTypes property of the policy is set to Selected. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} @@ -48,7 +48,7 @@ export interface AddGroupRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Adds specific groups to a lifecycle policy. This action limits the group lifecycle policy to a set of groups only if the managedGroupTypes property of groupLifecyclePolicy is set to Selected. + * Add a group to a groupLifecyclePolicy. This action is supported only if the managedGroupTypes property of the policy is set to Selected. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} diff --git a/packages/msgraph-sdk-groups/groups/item/conversations/item/index.ts b/packages/msgraph-sdk-groups/groups/item/conversations/item/index.ts index c2a96678012..cb32152f04c 100644 --- a/packages/msgraph-sdk-groups/groups/item/conversations/item/index.ts +++ b/packages/msgraph-sdk-groups/groups/item/conversations/item/index.ts @@ -26,11 +26,11 @@ export interface ConversationItemRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * The group's conversations. + * Retrieve the properties and relationships of conversation object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/group-get-conversation?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/conversation-get?view=graph-rest-1.0|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -40,14 +40,14 @@ export interface ConversationItemRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; /** - * The group's conversations. + * Retrieve the properties and relationships of conversation object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ toGetRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * The group's conversations. + * Retrieve the properties and relationships of conversation object. */ export interface ConversationItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-groups/groups/item/groupLifecyclePolicies/item/addGroup/index.ts b/packages/msgraph-sdk-groups/groups/item/groupLifecyclePolicies/item/addGroup/index.ts index 720b3840bda..cd089333dd2 100644 --- a/packages/msgraph-sdk-groups/groups/item/groupLifecyclePolicies/item/addGroup/index.ts +++ b/packages/msgraph-sdk-groups/groups/item/groupLifecyclePolicies/item/addGroup/index.ts @@ -39,7 +39,7 @@ export interface AddGroupPostResponse extends AdditionalDataHolder, BackedModel, */ export interface AddGroupRequestBuilder extends BaseRequestBuilder { /** - * Adds specific groups to a lifecycle policy. This action limits the group lifecycle policy to a set of groups only if the managedGroupTypes property of groupLifecyclePolicy is set to Selected. + * Add a group to a groupLifecyclePolicy. This action is supported only if the managedGroupTypes property of the policy is set to Selected. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} @@ -48,7 +48,7 @@ export interface AddGroupRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Adds specific groups to a lifecycle policy. This action limits the group lifecycle policy to a set of groups only if the managedGroupTypes property of groupLifecyclePolicy is set to Selected. + * Add a group to a groupLifecyclePolicy. This action is supported only if the managedGroupTypes property of the policy is set to Selected. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} diff --git a/packages/msgraph-sdk-groups/groups/item/team/channels/item/members/index.ts b/packages/msgraph-sdk-groups/groups/item/team/channels/item/members/index.ts index b78992bdc42..12051124e76 100644 --- a/packages/msgraph-sdk-groups/groups/item/team/channels/item/members/index.ts +++ b/packages/msgraph-sdk-groups/groups/item/team/channels/item/members/index.ts @@ -12,6 +12,8 @@ import { CountRequestBuilderRequestsMetadata, type CountRequestBuilder } from '. // @ts-ignore import { ConversationMemberItemRequestBuilderRequestsMetadata, type ConversationMemberItemRequestBuilder } from './item/index.js'; // @ts-ignore +import { RemoveRequestBuilderRequestsMetadata, type RemoveRequestBuilder } from './remove/index.js'; +// @ts-ignore import { type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type Parsable, type ParsableFactory, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions'; /** @@ -26,6 +28,10 @@ export interface MembersRequestBuilder extends BaseRequestBuilder Record void>) { + return deserializeIntoRemovePostRequestBody; +} +/** + * Creates a new instance of the appropriate class based on discriminator value + * @param parseNode The parse node to use to read the discriminator value and create the object + * @returns {RemovePostResponse} + */ +// @ts-ignore +export function createRemovePostResponseFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record void>) { + return deserializeIntoRemovePostResponse; +} +/** + * The deserialization information for the current model + * @returns {Record void>} + */ +// @ts-ignore +export function deserializeIntoRemovePostRequestBody(removePostRequestBody: Partial | undefined = {}) : Record void> { + return { + "backingStoreEnabled": n => { removePostRequestBody.backingStoreEnabled = true; }, + "values": n => { removePostRequestBody.values = n.getCollectionOfObjectValues(createConversationMemberFromDiscriminatorValue); }, + } +} +/** + * The deserialization information for the current model + * @returns {Record void>} + */ +// @ts-ignore +export function deserializeIntoRemovePostResponse(removePostResponse: Partial | undefined = {}) : Record void> { + return { + ...deserializeIntoBaseCollectionPaginationCountResponse(removePostResponse), + "value": n => { removePostResponse.value = n.getCollectionOfObjectValues(createActionResultPartFromDiscriminatorValue); }, + } +} +export interface RemovePostRequestBody extends AdditionalDataHolder, BackedModel, Parsable { + /** + * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + */ + additionalData?: Record; + /** + * Stores model information. + */ + backingStoreEnabled?: boolean | null; + /** + * The values property + */ + values?: ConversationMember[] | null; +} +export interface RemovePostResponse extends BaseCollectionPaginationCountResponse, Parsable { + /** + * The value property + */ + value?: ActionResultPart[] | null; +} +/** + * Provides operations to call the remove method. + */ +export interface RemoveRequestBuilder extends BaseRequestBuilder { + /** + * Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. + * @param body The request body + * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. + * @returns {Promise} + * @throws {ODataError} error when the service returns a 4XX or 5XX status code + * @see {@link https://learn.microsoft.com/graph/api/conversationmember-remove?view=graph-rest-1.0|Find more info here} + */ + post(body: RemovePostRequestBody, requestConfiguration?: RequestConfiguration | undefined) : Promise; + /** + * Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. + * @param body The request body + * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. + * @returns {RequestInformation} + */ + toPostRequestInformation(body: RemovePostRequestBody, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; +} +/** + * Serializes information the current object + * @param writer Serialization writer to use to serialize this model + */ +// @ts-ignore +export function serializeRemovePostRequestBody(writer: SerializationWriter, removePostRequestBody: Partial | undefined | null = {}) : void { + if (removePostRequestBody) { + writer.writeCollectionOfObjectValues("values", removePostRequestBody.values, serializeConversationMember); + writer.writeAdditionalData(removePostRequestBody.additionalData); + } +} +/** + * Serializes information the current object + * @param writer Serialization writer to use to serialize this model + */ +// @ts-ignore +export function serializeRemovePostResponse(writer: SerializationWriter, removePostResponse: Partial | undefined | null = {}) : void { + if (removePostResponse) { + serializeBaseCollectionPaginationCountResponse(writer, removePostResponse) + writer.writeCollectionOfObjectValues("value", removePostResponse.value, serializeActionResultPart); + } +} +/** + * Uri template for the request builder. + */ +export const RemoveRequestBuilderUriTemplate = "{+baseurl}/groups/{group%2Did}/team/channels/{channel%2Did}/members/remove"; +/** + * Metadata for all the requests in the request builder. + */ +export const RemoveRequestBuilderRequestsMetadata: RequestsMetadata = { + post: { + uriTemplate: RemoveRequestBuilderUriTemplate, + responseBodyContentType: "application/json", + errorMappings: { + XXX: createODataErrorFromDiscriminatorValue as ParsableFactory, + }, + adapterMethodName: "send", + responseBodyFactory: createRemovePostResponseFromDiscriminatorValue, + requestBodyContentType: "application/json", + requestBodySerializer: serializeRemovePostRequestBody, + requestInformationContentSetMethod: "setContentFromParsable", + }, +}; +/* tslint:enable */ +/* eslint-enable */ diff --git a/packages/msgraph-sdk-groups/groups/item/team/members/index.ts b/packages/msgraph-sdk-groups/groups/item/team/members/index.ts index 7a288884b90..69675d55721 100644 --- a/packages/msgraph-sdk-groups/groups/item/team/members/index.ts +++ b/packages/msgraph-sdk-groups/groups/item/team/members/index.ts @@ -12,6 +12,8 @@ import { CountRequestBuilderRequestsMetadata, type CountRequestBuilder } from '. // @ts-ignore import { ConversationMemberItemRequestBuilderRequestsMetadata, type ConversationMemberItemRequestBuilder } from './item/index.js'; // @ts-ignore +import { RemoveRequestBuilderRequestsMetadata, type RemoveRequestBuilder } from './remove/index.js'; +// @ts-ignore import { type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type Parsable, type ParsableFactory, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions'; /** @@ -26,6 +28,10 @@ export interface MembersRequestBuilder extends BaseRequestBuilder Record void>) { + return deserializeIntoRemovePostRequestBody; +} +/** + * Creates a new instance of the appropriate class based on discriminator value + * @param parseNode The parse node to use to read the discriminator value and create the object + * @returns {RemovePostResponse} + */ +// @ts-ignore +export function createRemovePostResponseFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record void>) { + return deserializeIntoRemovePostResponse; +} +/** + * The deserialization information for the current model + * @returns {Record void>} + */ +// @ts-ignore +export function deserializeIntoRemovePostRequestBody(removePostRequestBody: Partial | undefined = {}) : Record void> { + return { + "backingStoreEnabled": n => { removePostRequestBody.backingStoreEnabled = true; }, + "values": n => { removePostRequestBody.values = n.getCollectionOfObjectValues(createConversationMemberFromDiscriminatorValue); }, + } +} +/** + * The deserialization information for the current model + * @returns {Record void>} + */ +// @ts-ignore +export function deserializeIntoRemovePostResponse(removePostResponse: Partial | undefined = {}) : Record void> { + return { + ...deserializeIntoBaseCollectionPaginationCountResponse(removePostResponse), + "value": n => { removePostResponse.value = n.getCollectionOfObjectValues(createActionResultPartFromDiscriminatorValue); }, + } +} +export interface RemovePostRequestBody extends AdditionalDataHolder, BackedModel, Parsable { + /** + * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + */ + additionalData?: Record; + /** + * Stores model information. + */ + backingStoreEnabled?: boolean | null; + /** + * The values property + */ + values?: ConversationMember[] | null; +} +export interface RemovePostResponse extends BaseCollectionPaginationCountResponse, Parsable { + /** + * The value property + */ + value?: ActionResultPart[] | null; +} +/** + * Provides operations to call the remove method. + */ +export interface RemoveRequestBuilder extends BaseRequestBuilder { + /** + * Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. + * @param body The request body + * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. + * @returns {Promise} + * @throws {ODataError} error when the service returns a 4XX or 5XX status code + * @see {@link https://learn.microsoft.com/graph/api/conversationmember-remove?view=graph-rest-1.0|Find more info here} + */ + post(body: RemovePostRequestBody, requestConfiguration?: RequestConfiguration | undefined) : Promise; + /** + * Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. + * @param body The request body + * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. + * @returns {RequestInformation} + */ + toPostRequestInformation(body: RemovePostRequestBody, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; +} +/** + * Serializes information the current object + * @param writer Serialization writer to use to serialize this model + */ +// @ts-ignore +export function serializeRemovePostRequestBody(writer: SerializationWriter, removePostRequestBody: Partial | undefined | null = {}) : void { + if (removePostRequestBody) { + writer.writeCollectionOfObjectValues("values", removePostRequestBody.values, serializeConversationMember); + writer.writeAdditionalData(removePostRequestBody.additionalData); + } +} +/** + * Serializes information the current object + * @param writer Serialization writer to use to serialize this model + */ +// @ts-ignore +export function serializeRemovePostResponse(writer: SerializationWriter, removePostResponse: Partial | undefined | null = {}) : void { + if (removePostResponse) { + serializeBaseCollectionPaginationCountResponse(writer, removePostResponse) + writer.writeCollectionOfObjectValues("value", removePostResponse.value, serializeActionResultPart); + } +} +/** + * Uri template for the request builder. + */ +export const RemoveRequestBuilderUriTemplate = "{+baseurl}/groups/{group%2Did}/team/members/remove"; +/** + * Metadata for all the requests in the request builder. + */ +export const RemoveRequestBuilderRequestsMetadata: RequestsMetadata = { + post: { + uriTemplate: RemoveRequestBuilderUriTemplate, + responseBodyContentType: "application/json", + errorMappings: { + XXX: createODataErrorFromDiscriminatorValue as ParsableFactory, + }, + adapterMethodName: "send", + responseBodyFactory: createRemovePostResponseFromDiscriminatorValue, + requestBodyContentType: "application/json", + requestBodySerializer: serializeRemovePostRequestBody, + requestInformationContentSetMethod: "setContentFromParsable", + }, +}; +/* tslint:enable */ +/* eslint-enable */ diff --git a/packages/msgraph-sdk-groups/groups/item/team/primaryChannel/members/index.ts b/packages/msgraph-sdk-groups/groups/item/team/primaryChannel/members/index.ts index 6bd0092cb16..9dd23a1ca4b 100644 --- a/packages/msgraph-sdk-groups/groups/item/team/primaryChannel/members/index.ts +++ b/packages/msgraph-sdk-groups/groups/item/team/primaryChannel/members/index.ts @@ -12,6 +12,8 @@ import { CountRequestBuilderRequestsMetadata, type CountRequestBuilder } from '. // @ts-ignore import { ConversationMemberItemRequestBuilderRequestsMetadata, type ConversationMemberItemRequestBuilder } from './item/index.js'; // @ts-ignore +import { RemoveRequestBuilderRequestsMetadata, type RemoveRequestBuilder } from './remove/index.js'; +// @ts-ignore import { type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type Parsable, type ParsableFactory, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions'; /** @@ -26,6 +28,10 @@ export interface MembersRequestBuilder extends BaseRequestBuilder Record void>) { + return deserializeIntoRemovePostRequestBody; +} +/** + * Creates a new instance of the appropriate class based on discriminator value + * @param parseNode The parse node to use to read the discriminator value and create the object + * @returns {RemovePostResponse} + */ +// @ts-ignore +export function createRemovePostResponseFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record void>) { + return deserializeIntoRemovePostResponse; +} +/** + * The deserialization information for the current model + * @returns {Record void>} + */ +// @ts-ignore +export function deserializeIntoRemovePostRequestBody(removePostRequestBody: Partial | undefined = {}) : Record void> { + return { + "backingStoreEnabled": n => { removePostRequestBody.backingStoreEnabled = true; }, + "values": n => { removePostRequestBody.values = n.getCollectionOfObjectValues(createConversationMemberFromDiscriminatorValue); }, + } +} +/** + * The deserialization information for the current model + * @returns {Record void>} + */ +// @ts-ignore +export function deserializeIntoRemovePostResponse(removePostResponse: Partial | undefined = {}) : Record void> { + return { + ...deserializeIntoBaseCollectionPaginationCountResponse(removePostResponse), + "value": n => { removePostResponse.value = n.getCollectionOfObjectValues(createActionResultPartFromDiscriminatorValue); }, + } +} +export interface RemovePostRequestBody extends AdditionalDataHolder, BackedModel, Parsable { + /** + * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + */ + additionalData?: Record; + /** + * Stores model information. + */ + backingStoreEnabled?: boolean | null; + /** + * The values property + */ + values?: ConversationMember[] | null; +} +export interface RemovePostResponse extends BaseCollectionPaginationCountResponse, Parsable { + /** + * The value property + */ + value?: ActionResultPart[] | null; +} +/** + * Provides operations to call the remove method. + */ +export interface RemoveRequestBuilder extends BaseRequestBuilder { + /** + * Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. + * @param body The request body + * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. + * @returns {Promise} + * @throws {ODataError} error when the service returns a 4XX or 5XX status code + * @see {@link https://learn.microsoft.com/graph/api/conversationmember-remove?view=graph-rest-1.0|Find more info here} + */ + post(body: RemovePostRequestBody, requestConfiguration?: RequestConfiguration | undefined) : Promise; + /** + * Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. + * @param body The request body + * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. + * @returns {RequestInformation} + */ + toPostRequestInformation(body: RemovePostRequestBody, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; +} +/** + * Serializes information the current object + * @param writer Serialization writer to use to serialize this model + */ +// @ts-ignore +export function serializeRemovePostRequestBody(writer: SerializationWriter, removePostRequestBody: Partial | undefined | null = {}) : void { + if (removePostRequestBody) { + writer.writeCollectionOfObjectValues("values", removePostRequestBody.values, serializeConversationMember); + writer.writeAdditionalData(removePostRequestBody.additionalData); + } +} +/** + * Serializes information the current object + * @param writer Serialization writer to use to serialize this model + */ +// @ts-ignore +export function serializeRemovePostResponse(writer: SerializationWriter, removePostResponse: Partial | undefined | null = {}) : void { + if (removePostResponse) { + serializeBaseCollectionPaginationCountResponse(writer, removePostResponse) + writer.writeCollectionOfObjectValues("value", removePostResponse.value, serializeActionResultPart); + } +} +/** + * Uri template for the request builder. + */ +export const RemoveRequestBuilderUriTemplate = "{+baseurl}/groups/{group%2Did}/team/primaryChannel/members/remove"; +/** + * Metadata for all the requests in the request builder. + */ +export const RemoveRequestBuilderRequestsMetadata: RequestsMetadata = { + post: { + uriTemplate: RemoveRequestBuilderUriTemplate, + responseBodyContentType: "application/json", + errorMappings: { + XXX: createODataErrorFromDiscriminatorValue as ParsableFactory, + }, + adapterMethodName: "send", + responseBodyFactory: createRemovePostResponseFromDiscriminatorValue, + requestBodyContentType: "application/json", + requestBodySerializer: serializeRemovePostRequestBody, + requestInformationContentSetMethod: "setContentFromParsable", + }, +}; +/* tslint:enable */ +/* eslint-enable */ diff --git a/packages/msgraph-sdk-groups/groups/item/threads/item/index.ts b/packages/msgraph-sdk-groups/groups/item/threads/item/index.ts index 27e68b76866..1f24637ffac 100644 --- a/packages/msgraph-sdk-groups/groups/item/threads/item/index.ts +++ b/packages/msgraph-sdk-groups/groups/item/threads/item/index.ts @@ -28,15 +28,15 @@ export interface ConversationThreadItemRequestBuilder extends BaseRequestBuilder * Delete conversationThread. * @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/group-delete-thread?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/conversationthread-delete?view=graph-rest-1.0|Find more info here} */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Get a specific thread that belongs to a group. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation. + * Get a thread object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/conversationthread-get?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/group-get-thread?view=graph-rest-1.0|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -55,7 +55,7 @@ export interface ConversationThreadItemRequestBuilder extends BaseRequestBuilder */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Get a specific thread that belongs to a group. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation. + * Get a thread object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -69,7 +69,7 @@ export interface ConversationThreadItemRequestBuilder extends BaseRequestBuilder toPatchRequestInformation(body: ConversationThread, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * Get a specific thread that belongs to a group. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation. + * Get a thread object. */ export interface ConversationThreadItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-groups/groups/item/threads/item/posts/index.ts b/packages/msgraph-sdk-groups/groups/item/threads/item/posts/index.ts index 5051da75211..73e923c3431 100644 --- a/packages/msgraph-sdk-groups/groups/item/threads/item/posts/index.ts +++ b/packages/msgraph-sdk-groups/groups/item/threads/item/posts/index.ts @@ -27,22 +27,22 @@ export interface PostsRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/conversationthread-list-posts?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/post-get?view=graph-rest-1.0|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Get the posts of the specified thread. You can specify both the parent conversation and the thread, or,you can specify the thread without referencing the parent conversation. + * Get the properties and relationships of a post in a specified thread. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation. Since the post resource supports extensions, you can also use the GET operation to get custom properties and extension data in a post instance. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ toGetRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * Get the posts of the specified thread. You can specify both the parent conversation and the thread, or,you can specify the thread without referencing the parent conversation. + * Get the properties and relationships of a post in a specified thread. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation. Since the post resource supports extensions, you can also use the GET operation to get custom properties and extension data in a post instance. */ export interface PostsRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-identity/identity/conditionalAccess/namedLocations/item/index.ts b/packages/msgraph-sdk-identity/identity/conditionalAccess/namedLocations/item/index.ts index 13643333036..76b4724b21b 100644 --- a/packages/msgraph-sdk-identity/identity/conditionalAccess/namedLocations/item/index.ts +++ b/packages/msgraph-sdk-identity/identity/conditionalAccess/namedLocations/item/index.ts @@ -13,10 +13,10 @@ import { type BaseRequestBuilder, type Parsable, type ParsableFactory, type Requ */ export interface NamedLocationItemRequestBuilder extends BaseRequestBuilder { /** - * Delete a countryNamedLocation object. + * Delete a namedLocation object. * @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/countrynamedlocation-delete?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/namedlocation-delete?view=graph-rest-1.0|Find more info here} */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -28,16 +28,16 @@ export interface NamedLocationItemRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Update the properties of a countryNamedLocation object. + * Update the properties of an ipNamedLocation object. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/countrynamedlocation-update?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/ipnamedlocation-update?view=graph-rest-1.0|Find more info here} */ patch(body: NamedLocation, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Delete a countryNamedLocation object. + * Delete a namedLocation object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -49,7 +49,7 @@ export interface NamedLocationItemRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; /** - * Update the properties of a countryNamedLocation object. + * Update the properties of an ipNamedLocation object. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} diff --git a/packages/msgraph-sdk-identityGovernance/identityGovernance/entitlementManagement/catalogs/item/customWorkflowExtensions/item/index.ts b/packages/msgraph-sdk-identityGovernance/identityGovernance/entitlementManagement/catalogs/item/customWorkflowExtensions/item/index.ts index 0a2dca00ed2..4db58581a90 100644 --- a/packages/msgraph-sdk-identityGovernance/identityGovernance/entitlementManagement/catalogs/item/customWorkflowExtensions/item/index.ts +++ b/packages/msgraph-sdk-identityGovernance/identityGovernance/entitlementManagement/catalogs/item/customWorkflowExtensions/item/index.ts @@ -13,18 +13,18 @@ import { type BaseRequestBuilder, type Parsable, type ParsableFactory, type Requ */ export interface CustomCalloutExtensionItemRequestBuilder extends BaseRequestBuilder { /** - * Delete an accessPackageAssignmentWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies: + * Delete an accessPackageAssignmentRequestWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies: * @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/accesspackageassignmentworkflowextension-delete?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-delete?view=graph-rest-1.0|Find more info here} */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Read the properties and relationships of an accessPackageAssignmentWorkflowExtension object. + * Read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-get?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-get?view=graph-rest-1.0|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -37,13 +37,13 @@ export interface CustomCalloutExtensionItemRequestBuilder extends BaseRequestBui */ patch(body: CustomCalloutExtension, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Delete an accessPackageAssignmentWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies: + * Delete an accessPackageAssignmentRequestWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies: * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Read the properties and relationships of an accessPackageAssignmentWorkflowExtension object. + * Read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -57,7 +57,7 @@ export interface CustomCalloutExtensionItemRequestBuilder extends BaseRequestBui toPatchRequestInformation(body: CustomCalloutExtension, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * Read the properties and relationships of an accessPackageAssignmentWorkflowExtension object. + * Read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension object. */ export interface CustomCalloutExtensionItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-organization/organization/item/index.ts b/packages/msgraph-sdk-organization/organization/item/index.ts index 988350d4a55..6918ef49f92 100644 --- a/packages/msgraph-sdk-organization/organization/item/index.ts +++ b/packages/msgraph-sdk-organization/organization/item/index.ts @@ -73,20 +73,20 @@ export interface OrganizationItemRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Get the properties and relationships of the currently authenticated organization. Since the organization resource supports extensions, you can also use the GET operation to get custom properties and extension data in an organization instance. + * Read properties and relationships of the organization object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/organization-get?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/intune-onboarding-organization-get?view=graph-rest-1.0|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Update the properties of the currently authenticated organization. In this case, organization is defined as a collection of exactly one record, and so its ID must be specified in the request. The ID is also known as the tenantId of the organization. + * Update the properties of a organization object. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/organization-update?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/intune-onboarding-organization-update?view=graph-rest-1.0|Find more info here} */ patch(body: Organization, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -96,13 +96,13 @@ export interface OrganizationItemRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; /** - * Get the properties and relationships of the currently authenticated organization. Since the organization resource supports extensions, you can also use the GET operation to get custom properties and extension data in an organization instance. + * Read properties and relationships of the organization object. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ toGetRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Update the properties of the currently authenticated organization. In this case, organization is defined as a collection of exactly one record, and so its ID must be specified in the request. The ID is also known as the tenantId of the organization. + * Update the properties of a organization object. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} @@ -110,7 +110,7 @@ export interface OrganizationItemRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * Get the properties and relationships of the currently authenticated organization. Since the organization resource supports extensions, you can also use the GET operation to get custom properties and extension data in an organization instance. + * Read properties and relationships of the organization object. */ export interface OrganizationItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-policies/policies/crossTenantAccessPolicy/partners/item/identitySynchronization/index.ts b/packages/msgraph-sdk-policies/policies/crossTenantAccessPolicy/partners/item/identitySynchronization/index.ts index 0ef7481c26b..9f74c454984 100644 --- a/packages/msgraph-sdk-policies/policies/crossTenantAccessPolicy/partners/item/identitySynchronization/index.ts +++ b/packages/msgraph-sdk-policies/policies/crossTenantAccessPolicy/partners/item/identitySynchronization/index.ts @@ -28,12 +28,12 @@ export interface IdentitySynchronizationRequestBuilder extends BaseRequestBuilde */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Create a cross-tenant user synchronization policy for a partner-specific configuration. + * Update the user synchronization policy of a partner-specific configuration. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-put-identitysynchronization?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/crosstenantidentitysyncpolicypartner-update?view=graph-rest-1.0|Find more info here} */ put(body: CrossTenantIdentitySyncPolicyPartner, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -49,7 +49,7 @@ export interface IdentitySynchronizationRequestBuilder extends BaseRequestBuilde */ toGetRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Create a cross-tenant user synchronization policy for a partner-specific configuration. + * Update the user synchronization policy of a partner-specific configuration. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} diff --git a/packages/msgraph-sdk-reports/reports/getOffice365ActivationsUserCounts/index.ts b/packages/msgraph-sdk-reports/reports/getOffice365ActivationsUserCounts/index.ts index 500edebe54a..e8d16f43ee7 100644 --- a/packages/msgraph-sdk-reports/reports/getOffice365ActivationsUserCounts/index.ts +++ b/packages/msgraph-sdk-reports/reports/getOffice365ActivationsUserCounts/index.ts @@ -11,7 +11,7 @@ import { type BaseRequestBuilder, type Parsable, type ParsableFactory, type Requ */ export interface GetOffice365ActivationsUserCountsRequestBuilder extends BaseRequestBuilder { /** - * Get the count of users that are enabled and those that have activated the Office subscription on desktop or devices or shared computers. + * Get the count of users that are enabled and the ones that activated the Office subscription on desktop or devices or shared computers. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -19,7 +19,7 @@ export interface GetOffice365ActivationsUserCountsRequestBuilder extends BaseReq */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Get the count of users that are enabled and those that have activated the Office subscription on desktop or devices or shared computers. + * Get the count of users that are enabled and the ones that activated the Office subscription on desktop or devices or shared computers. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ diff --git a/packages/msgraph-sdk-sites/sites/index.ts b/packages/msgraph-sdk-sites/sites/index.ts index 380840bf2a7..3c7801cfddc 100644 --- a/packages/msgraph-sdk-sites/sites/index.ts +++ b/packages/msgraph-sdk-sites/sites/index.ts @@ -51,22 +51,22 @@ export interface SitesRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/site-list?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/site-search?view=graph-rest-1.0|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * List all available sites in an organization. Specific filter criteria and query options are also supported and described below: In addition, you can use a $search query against the /sites collection to find sites matching given keywords.If you want to list all sites across all geographies, refer to getAllSites. For more guidance about building applications that use site discovery for scanning purposes, see Best practices for discovering files and detecting changes at scale. + * Search across a SharePoint tenant for sites that match keywords provided. The only property that works for sorting is createdDateTime. The search filter is a free text search that uses multiple properties when retrieving the search results. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ toGetRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * List all available sites in an organization. Specific filter criteria and query options are also supported and described below: In addition, you can use a $search query against the /sites collection to find sites matching given keywords.If you want to list all sites across all geographies, refer to getAllSites. For more guidance about building applications that use site discovery for scanning purposes, see Best practices for discovering files and detecting changes at scale. + * Search across a SharePoint tenant for sites that match keywords provided. The only property that works for sorting is createdDateTime. The search filter is a free text search that uses multiple properties when retrieving the search results. */ export interface SitesRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-teams/teams/item/channels/item/members/index.ts b/packages/msgraph-sdk-teams/teams/item/channels/item/members/index.ts index ff6f75d73f8..9f908e3801b 100644 --- a/packages/msgraph-sdk-teams/teams/item/channels/item/members/index.ts +++ b/packages/msgraph-sdk-teams/teams/item/channels/item/members/index.ts @@ -12,6 +12,8 @@ import { CountRequestBuilderRequestsMetadata, type CountRequestBuilder } from '. // @ts-ignore import { ConversationMemberItemRequestBuilderRequestsMetadata, type ConversationMemberItemRequestBuilder } from './item/index.js'; // @ts-ignore +import { RemoveRequestBuilderRequestsMetadata, type RemoveRequestBuilder } from './remove/index.js'; +// @ts-ignore import { type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type Parsable, type ParsableFactory, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions'; /** @@ -26,6 +28,10 @@ export interface MembersRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * 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 * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @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} */ post(body: ConversationMember, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -56,7 +62,7 @@ export interface MembersRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; /** - * 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 * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} @@ -131,6 +137,9 @@ export const MembersRequestBuilderNavigationMetadata: Record Record void>) { + return deserializeIntoRemovePostRequestBody; +} +/** + * Creates a new instance of the appropriate class based on discriminator value + * @param parseNode The parse node to use to read the discriminator value and create the object + * @returns {RemovePostResponse} + */ +// @ts-ignore +export function createRemovePostResponseFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record void>) { + return deserializeIntoRemovePostResponse; +} +/** + * The deserialization information for the current model + * @returns {Record void>} + */ +// @ts-ignore +export function deserializeIntoRemovePostRequestBody(removePostRequestBody: Partial | undefined = {}) : Record void> { + return { + "backingStoreEnabled": n => { removePostRequestBody.backingStoreEnabled = true; }, + "values": n => { removePostRequestBody.values = n.getCollectionOfObjectValues(createConversationMemberFromDiscriminatorValue); }, + } +} +/** + * The deserialization information for the current model + * @returns {Record void>} + */ +// @ts-ignore +export function deserializeIntoRemovePostResponse(removePostResponse: Partial | undefined = {}) : Record void> { + return { + ...deserializeIntoBaseCollectionPaginationCountResponse(removePostResponse), + "value": n => { removePostResponse.value = n.getCollectionOfObjectValues(createActionResultPartFromDiscriminatorValue); }, + } +} +export interface RemovePostRequestBody extends AdditionalDataHolder, BackedModel, Parsable { + /** + * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + */ + additionalData?: Record; + /** + * Stores model information. + */ + backingStoreEnabled?: boolean | null; + /** + * The values property + */ + values?: ConversationMember[] | null; +} +export interface RemovePostResponse extends BaseCollectionPaginationCountResponse, Parsable { + /** + * The value property + */ + value?: ActionResultPart[] | null; +} +/** + * Provides operations to call the remove method. + */ +export interface RemoveRequestBuilder extends BaseRequestBuilder { + /** + * Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. + * @param body The request body + * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. + * @returns {Promise} + * @throws {ODataError} error when the service returns a 4XX or 5XX status code + * @see {@link https://learn.microsoft.com/graph/api/conversationmember-remove?view=graph-rest-1.0|Find more info here} + */ + post(body: RemovePostRequestBody, requestConfiguration?: RequestConfiguration | undefined) : Promise; + /** + * Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. + * @param body The request body + * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. + * @returns {RequestInformation} + */ + toPostRequestInformation(body: RemovePostRequestBody, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; +} +/** + * Serializes information the current object + * @param writer Serialization writer to use to serialize this model + */ +// @ts-ignore +export function serializeRemovePostRequestBody(writer: SerializationWriter, removePostRequestBody: Partial | undefined | null = {}) : void { + if (removePostRequestBody) { + writer.writeCollectionOfObjectValues("values", removePostRequestBody.values, serializeConversationMember); + writer.writeAdditionalData(removePostRequestBody.additionalData); + } +} +/** + * Serializes information the current object + * @param writer Serialization writer to use to serialize this model + */ +// @ts-ignore +export function serializeRemovePostResponse(writer: SerializationWriter, removePostResponse: Partial | undefined | null = {}) : void { + if (removePostResponse) { + serializeBaseCollectionPaginationCountResponse(writer, removePostResponse) + writer.writeCollectionOfObjectValues("value", removePostResponse.value, serializeActionResultPart); + } +} +/** + * Uri template for the request builder. + */ +export const RemoveRequestBuilderUriTemplate = "{+baseurl}/teams/{team%2Did}/channels/{channel%2Did}/members/remove"; +/** + * Metadata for all the requests in the request builder. + */ +export const RemoveRequestBuilderRequestsMetadata: RequestsMetadata = { + post: { + uriTemplate: RemoveRequestBuilderUriTemplate, + responseBodyContentType: "application/json", + errorMappings: { + XXX: createODataErrorFromDiscriminatorValue as ParsableFactory, + }, + adapterMethodName: "send", + responseBodyFactory: createRemovePostResponseFromDiscriminatorValue, + requestBodyContentType: "application/json", + requestBodySerializer: serializeRemovePostRequestBody, + requestInformationContentSetMethod: "setContentFromParsable", + }, +}; +/* tslint:enable */ +/* eslint-enable */ diff --git a/packages/msgraph-sdk-teams/teams/item/channels/item/messages/item/replies/index.ts b/packages/msgraph-sdk-teams/teams/item/channels/item/messages/item/replies/index.ts index 456971d6403..57604964331 100644 --- a/packages/msgraph-sdk-teams/teams/item/channels/item/messages/item/replies/index.ts +++ b/packages/msgraph-sdk-teams/teams/item/channels/item/messages/item/replies/index.ts @@ -41,12 +41,12 @@ export interface RepliesRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Create a new reply to a chatMessage in a specified channel. + * Send a new reply to a chatMessage in a specified channel. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/channel-post-messagereply?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-1.0|Find more info here} */ post(body: ChatMessage, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -56,7 +56,7 @@ export interface RepliesRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; /** - * Create a new reply to a chatMessage in a specified channel. + * Send a new reply to a chatMessage in a specified channel. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} diff --git a/packages/msgraph-sdk-teams/teams/item/members/index.ts b/packages/msgraph-sdk-teams/teams/item/members/index.ts index 29134351c0b..12e72c5cd12 100644 --- a/packages/msgraph-sdk-teams/teams/item/members/index.ts +++ b/packages/msgraph-sdk-teams/teams/item/members/index.ts @@ -12,6 +12,8 @@ import { CountRequestBuilderRequestsMetadata, type CountRequestBuilder } from '. // @ts-ignore import { ConversationMemberItemRequestBuilderRequestsMetadata, type ConversationMemberItemRequestBuilder } from './item/index.js'; // @ts-ignore +import { RemoveRequestBuilderRequestsMetadata, type RemoveRequestBuilder } from './remove/index.js'; +// @ts-ignore import { type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type Parsable, type ParsableFactory, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions'; /** @@ -26,6 +28,10 @@ export interface MembersRequestBuilder extends BaseRequestBuilder Record void>) { + return deserializeIntoRemovePostRequestBody; +} +/** + * Creates a new instance of the appropriate class based on discriminator value + * @param parseNode The parse node to use to read the discriminator value and create the object + * @returns {RemovePostResponse} + */ +// @ts-ignore +export function createRemovePostResponseFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record void>) { + return deserializeIntoRemovePostResponse; +} +/** + * The deserialization information for the current model + * @returns {Record void>} + */ +// @ts-ignore +export function deserializeIntoRemovePostRequestBody(removePostRequestBody: Partial | undefined = {}) : Record void> { + return { + "backingStoreEnabled": n => { removePostRequestBody.backingStoreEnabled = true; }, + "values": n => { removePostRequestBody.values = n.getCollectionOfObjectValues(createConversationMemberFromDiscriminatorValue); }, + } +} +/** + * The deserialization information for the current model + * @returns {Record void>} + */ +// @ts-ignore +export function deserializeIntoRemovePostResponse(removePostResponse: Partial | undefined = {}) : Record void> { + return { + ...deserializeIntoBaseCollectionPaginationCountResponse(removePostResponse), + "value": n => { removePostResponse.value = n.getCollectionOfObjectValues(createActionResultPartFromDiscriminatorValue); }, + } +} +export interface RemovePostRequestBody extends AdditionalDataHolder, BackedModel, Parsable { + /** + * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + */ + additionalData?: Record; + /** + * Stores model information. + */ + backingStoreEnabled?: boolean | null; + /** + * The values property + */ + values?: ConversationMember[] | null; +} +export interface RemovePostResponse extends BaseCollectionPaginationCountResponse, Parsable { + /** + * The value property + */ + value?: ActionResultPart[] | null; +} +/** + * Provides operations to call the remove method. + */ +export interface RemoveRequestBuilder extends BaseRequestBuilder { + /** + * Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. + * @param body The request body + * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. + * @returns {Promise} + * @throws {ODataError} error when the service returns a 4XX or 5XX status code + * @see {@link https://learn.microsoft.com/graph/api/conversationmember-remove?view=graph-rest-1.0|Find more info here} + */ + post(body: RemovePostRequestBody, requestConfiguration?: RequestConfiguration | undefined) : Promise; + /** + * Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. + * @param body The request body + * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. + * @returns {RequestInformation} + */ + toPostRequestInformation(body: RemovePostRequestBody, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; +} +/** + * Serializes information the current object + * @param writer Serialization writer to use to serialize this model + */ +// @ts-ignore +export function serializeRemovePostRequestBody(writer: SerializationWriter, removePostRequestBody: Partial | undefined | null = {}) : void { + if (removePostRequestBody) { + writer.writeCollectionOfObjectValues("values", removePostRequestBody.values, serializeConversationMember); + writer.writeAdditionalData(removePostRequestBody.additionalData); + } +} +/** + * Serializes information the current object + * @param writer Serialization writer to use to serialize this model + */ +// @ts-ignore +export function serializeRemovePostResponse(writer: SerializationWriter, removePostResponse: Partial | undefined | null = {}) : void { + if (removePostResponse) { + serializeBaseCollectionPaginationCountResponse(writer, removePostResponse) + writer.writeCollectionOfObjectValues("value", removePostResponse.value, serializeActionResultPart); + } +} +/** + * Uri template for the request builder. + */ +export const RemoveRequestBuilderUriTemplate = "{+baseurl}/teams/{team%2Did}/members/remove"; +/** + * Metadata for all the requests in the request builder. + */ +export const RemoveRequestBuilderRequestsMetadata: RequestsMetadata = { + post: { + uriTemplate: RemoveRequestBuilderUriTemplate, + responseBodyContentType: "application/json", + errorMappings: { + XXX: createODataErrorFromDiscriminatorValue as ParsableFactory, + }, + adapterMethodName: "send", + responseBodyFactory: createRemovePostResponseFromDiscriminatorValue, + requestBodyContentType: "application/json", + requestBodySerializer: serializeRemovePostRequestBody, + requestInformationContentSetMethod: "setContentFromParsable", + }, +}; +/* tslint:enable */ +/* eslint-enable */ diff --git a/packages/msgraph-sdk-teams/teams/item/primaryChannel/members/index.ts b/packages/msgraph-sdk-teams/teams/item/primaryChannel/members/index.ts index 7468e26544d..38febb406a7 100644 --- a/packages/msgraph-sdk-teams/teams/item/primaryChannel/members/index.ts +++ b/packages/msgraph-sdk-teams/teams/item/primaryChannel/members/index.ts @@ -12,6 +12,8 @@ import { CountRequestBuilderRequestsMetadata, type CountRequestBuilder } from '. // @ts-ignore import { ConversationMemberItemRequestBuilderRequestsMetadata, type ConversationMemberItemRequestBuilder } from './item/index.js'; // @ts-ignore +import { RemoveRequestBuilderRequestsMetadata, type RemoveRequestBuilder } from './remove/index.js'; +// @ts-ignore import { type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type Parsable, type ParsableFactory, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions'; /** @@ -26,6 +28,10 @@ export interface MembersRequestBuilder extends BaseRequestBuilder Record void>) { + return deserializeIntoRemovePostRequestBody; +} +/** + * Creates a new instance of the appropriate class based on discriminator value + * @param parseNode The parse node to use to read the discriminator value and create the object + * @returns {RemovePostResponse} + */ +// @ts-ignore +export function createRemovePostResponseFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record void>) { + return deserializeIntoRemovePostResponse; +} +/** + * The deserialization information for the current model + * @returns {Record void>} + */ +// @ts-ignore +export function deserializeIntoRemovePostRequestBody(removePostRequestBody: Partial | undefined = {}) : Record void> { + return { + "backingStoreEnabled": n => { removePostRequestBody.backingStoreEnabled = true; }, + "values": n => { removePostRequestBody.values = n.getCollectionOfObjectValues(createConversationMemberFromDiscriminatorValue); }, + } +} +/** + * The deserialization information for the current model + * @returns {Record void>} + */ +// @ts-ignore +export function deserializeIntoRemovePostResponse(removePostResponse: Partial | undefined = {}) : Record void> { + return { + ...deserializeIntoBaseCollectionPaginationCountResponse(removePostResponse), + "value": n => { removePostResponse.value = n.getCollectionOfObjectValues(createActionResultPartFromDiscriminatorValue); }, + } +} +export interface RemovePostRequestBody extends AdditionalDataHolder, BackedModel, Parsable { + /** + * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + */ + additionalData?: Record; + /** + * Stores model information. + */ + backingStoreEnabled?: boolean | null; + /** + * The values property + */ + values?: ConversationMember[] | null; +} +export interface RemovePostResponse extends BaseCollectionPaginationCountResponse, Parsable { + /** + * The value property + */ + value?: ActionResultPart[] | null; +} +/** + * Provides operations to call the remove method. + */ +export interface RemoveRequestBuilder extends BaseRequestBuilder { + /** + * Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. + * @param body The request body + * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. + * @returns {Promise} + * @throws {ODataError} error when the service returns a 4XX or 5XX status code + * @see {@link https://learn.microsoft.com/graph/api/conversationmember-remove?view=graph-rest-1.0|Find more info here} + */ + post(body: RemovePostRequestBody, requestConfiguration?: RequestConfiguration | undefined) : Promise; + /** + * Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. + * @param body The request body + * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. + * @returns {RequestInformation} + */ + toPostRequestInformation(body: RemovePostRequestBody, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; +} +/** + * Serializes information the current object + * @param writer Serialization writer to use to serialize this model + */ +// @ts-ignore +export function serializeRemovePostRequestBody(writer: SerializationWriter, removePostRequestBody: Partial | undefined | null = {}) : void { + if (removePostRequestBody) { + writer.writeCollectionOfObjectValues("values", removePostRequestBody.values, serializeConversationMember); + writer.writeAdditionalData(removePostRequestBody.additionalData); + } +} +/** + * Serializes information the current object + * @param writer Serialization writer to use to serialize this model + */ +// @ts-ignore +export function serializeRemovePostResponse(writer: SerializationWriter, removePostResponse: Partial | undefined | null = {}) : void { + if (removePostResponse) { + serializeBaseCollectionPaginationCountResponse(writer, removePostResponse) + writer.writeCollectionOfObjectValues("value", removePostResponse.value, serializeActionResultPart); + } +} +/** + * Uri template for the request builder. + */ +export const RemoveRequestBuilderUriTemplate = "{+baseurl}/teams/{team%2Did}/primaryChannel/members/remove"; +/** + * Metadata for all the requests in the request builder. + */ +export const RemoveRequestBuilderRequestsMetadata: RequestsMetadata = { + post: { + uriTemplate: RemoveRequestBuilderUriTemplate, + responseBodyContentType: "application/json", + errorMappings: { + XXX: createODataErrorFromDiscriminatorValue as ParsableFactory, + }, + adapterMethodName: "send", + responseBodyFactory: createRemovePostResponseFromDiscriminatorValue, + requestBodyContentType: "application/json", + requestBodySerializer: serializeRemovePostRequestBody, + requestInformationContentSetMethod: "setContentFromParsable", + }, +}; +/* tslint:enable */ +/* eslint-enable */ diff --git a/packages/msgraph-sdk-teamwork/teamwork/deletedTeams/item/channels/item/members/index.ts b/packages/msgraph-sdk-teamwork/teamwork/deletedTeams/item/channels/item/members/index.ts index 37dc36fba8d..016fe949d18 100644 --- a/packages/msgraph-sdk-teamwork/teamwork/deletedTeams/item/channels/item/members/index.ts +++ b/packages/msgraph-sdk-teamwork/teamwork/deletedTeams/item/channels/item/members/index.ts @@ -12,6 +12,8 @@ import { CountRequestBuilderRequestsMetadata, type CountRequestBuilder } from '. // @ts-ignore import { ConversationMemberItemRequestBuilderRequestsMetadata, type ConversationMemberItemRequestBuilder } from './item/index.js'; // @ts-ignore +import { RemoveRequestBuilderRequestsMetadata, type RemoveRequestBuilder } from './remove/index.js'; +// @ts-ignore import { type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type Parsable, type ParsableFactory, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions'; /** @@ -26,6 +28,10 @@ export interface MembersRequestBuilder extends BaseRequestBuilder Record void>) { + return deserializeIntoRemovePostRequestBody; +} +/** + * Creates a new instance of the appropriate class based on discriminator value + * @param parseNode The parse node to use to read the discriminator value and create the object + * @returns {RemovePostResponse} + */ +// @ts-ignore +export function createRemovePostResponseFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record void>) { + return deserializeIntoRemovePostResponse; +} +/** + * The deserialization information for the current model + * @returns {Record void>} + */ +// @ts-ignore +export function deserializeIntoRemovePostRequestBody(removePostRequestBody: Partial | undefined = {}) : Record void> { + return { + "backingStoreEnabled": n => { removePostRequestBody.backingStoreEnabled = true; }, + "values": n => { removePostRequestBody.values = n.getCollectionOfObjectValues(createConversationMemberFromDiscriminatorValue); }, + } +} +/** + * The deserialization information for the current model + * @returns {Record void>} + */ +// @ts-ignore +export function deserializeIntoRemovePostResponse(removePostResponse: Partial | undefined = {}) : Record void> { + return { + ...deserializeIntoBaseCollectionPaginationCountResponse(removePostResponse), + "value": n => { removePostResponse.value = n.getCollectionOfObjectValues(createActionResultPartFromDiscriminatorValue); }, + } +} +export interface RemovePostRequestBody extends AdditionalDataHolder, BackedModel, Parsable { + /** + * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + */ + additionalData?: Record; + /** + * Stores model information. + */ + backingStoreEnabled?: boolean | null; + /** + * The values property + */ + values?: ConversationMember[] | null; +} +export interface RemovePostResponse extends BaseCollectionPaginationCountResponse, Parsable { + /** + * The value property + */ + value?: ActionResultPart[] | null; +} +/** + * Provides operations to call the remove method. + */ +export interface RemoveRequestBuilder extends BaseRequestBuilder { + /** + * Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. + * @param body The request body + * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. + * @returns {Promise} + * @throws {ODataError} error when the service returns a 4XX or 5XX status code + * @see {@link https://learn.microsoft.com/graph/api/conversationmember-remove?view=graph-rest-1.0|Find more info here} + */ + post(body: RemovePostRequestBody, requestConfiguration?: RequestConfiguration | undefined) : Promise; + /** + * Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. + * @param body The request body + * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. + * @returns {RequestInformation} + */ + toPostRequestInformation(body: RemovePostRequestBody, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; +} +/** + * Serializes information the current object + * @param writer Serialization writer to use to serialize this model + */ +// @ts-ignore +export function serializeRemovePostRequestBody(writer: SerializationWriter, removePostRequestBody: Partial | undefined | null = {}) : void { + if (removePostRequestBody) { + writer.writeCollectionOfObjectValues("values", removePostRequestBody.values, serializeConversationMember); + writer.writeAdditionalData(removePostRequestBody.additionalData); + } +} +/** + * Serializes information the current object + * @param writer Serialization writer to use to serialize this model + */ +// @ts-ignore +export function serializeRemovePostResponse(writer: SerializationWriter, removePostResponse: Partial | undefined | null = {}) : void { + if (removePostResponse) { + serializeBaseCollectionPaginationCountResponse(writer, removePostResponse) + writer.writeCollectionOfObjectValues("value", removePostResponse.value, serializeActionResultPart); + } +} +/** + * Uri template for the request builder. + */ +export const RemoveRequestBuilderUriTemplate = "{+baseurl}/teamwork/deletedTeams/{deletedTeam%2Did}/channels/{channel%2Did}/members/remove"; +/** + * Metadata for all the requests in the request builder. + */ +export const RemoveRequestBuilderRequestsMetadata: RequestsMetadata = { + post: { + uriTemplate: RemoveRequestBuilderUriTemplate, + responseBodyContentType: "application/json", + errorMappings: { + XXX: createODataErrorFromDiscriminatorValue as ParsableFactory, + }, + adapterMethodName: "send", + responseBodyFactory: createRemovePostResponseFromDiscriminatorValue, + requestBodyContentType: "application/json", + requestBodySerializer: serializeRemovePostRequestBody, + requestInformationContentSetMethod: "setContentFromParsable", + }, +}; +/* tslint:enable */ +/* eslint-enable */ diff --git a/packages/msgraph-sdk-users/users/index.ts b/packages/msgraph-sdk-users/users/index.ts index 01bb19b07aa..ce74e4b919d 100644 --- a/packages/msgraph-sdk-users/users/index.ts +++ b/packages/msgraph-sdk-users/users/index.ts @@ -59,12 +59,12 @@ export interface UsersRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Create a new user object. + * Create a new user.The request body contains the user to create. At a minimum, you must specify the required properties for the user. You can optionally specify any other writable properties. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/intune-onboarding-user-create?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/user-post-users?view=graph-rest-1.0|Find more info here} */ post(body: User, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -74,7 +74,7 @@ export interface UsersRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; /** - * Create a new user object. + * Create a new user.The request body contains the user to create. At a minimum, you must specify the required properties for the user. You can optionally specify any other writable properties. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} diff --git a/packages/msgraph-sdk-users/users/item/chats/item/members/index.ts b/packages/msgraph-sdk-users/users/item/chats/item/members/index.ts index f961a2f83a5..4bcb3a82bb8 100644 --- a/packages/msgraph-sdk-users/users/item/chats/item/members/index.ts +++ b/packages/msgraph-sdk-users/users/item/chats/item/members/index.ts @@ -12,6 +12,8 @@ import { CountRequestBuilderRequestsMetadata, type CountRequestBuilder } from '. // @ts-ignore import { ConversationMemberItemRequestBuilderRequestsMetadata, type ConversationMemberItemRequestBuilder } from './item/index.js'; // @ts-ignore +import { RemoveRequestBuilderRequestsMetadata, type RemoveRequestBuilder } from './remove/index.js'; +// @ts-ignore import { type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type Parsable, type ParsableFactory, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions'; /** @@ -26,6 +28,10 @@ export interface MembersRequestBuilder extends BaseRequestBuilder Record void>) { + return deserializeIntoRemovePostRequestBody; +} +/** + * Creates a new instance of the appropriate class based on discriminator value + * @param parseNode The parse node to use to read the discriminator value and create the object + * @returns {RemovePostResponse} + */ +// @ts-ignore +export function createRemovePostResponseFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record void>) { + return deserializeIntoRemovePostResponse; +} +/** + * The deserialization information for the current model + * @returns {Record void>} + */ +// @ts-ignore +export function deserializeIntoRemovePostRequestBody(removePostRequestBody: Partial | undefined = {}) : Record void> { + return { + "backingStoreEnabled": n => { removePostRequestBody.backingStoreEnabled = true; }, + "values": n => { removePostRequestBody.values = n.getCollectionOfObjectValues(createConversationMemberFromDiscriminatorValue); }, + } +} +/** + * The deserialization information for the current model + * @returns {Record void>} + */ +// @ts-ignore +export function deserializeIntoRemovePostResponse(removePostResponse: Partial | undefined = {}) : Record void> { + return { + ...deserializeIntoBaseCollectionPaginationCountResponse(removePostResponse), + "value": n => { removePostResponse.value = n.getCollectionOfObjectValues(createActionResultPartFromDiscriminatorValue); }, + } +} +export interface RemovePostRequestBody extends AdditionalDataHolder, BackedModel, Parsable { + /** + * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + */ + additionalData?: Record; + /** + * Stores model information. + */ + backingStoreEnabled?: boolean | null; + /** + * The values property + */ + values?: ConversationMember[] | null; +} +export interface RemovePostResponse extends BaseCollectionPaginationCountResponse, Parsable { + /** + * The value property + */ + value?: ActionResultPart[] | null; +} +/** + * Provides operations to call the remove method. + */ +export interface RemoveRequestBuilder extends BaseRequestBuilder { + /** + * Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. + * @param body The request body + * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. + * @returns {Promise} + * @throws {ODataError} error when the service returns a 4XX or 5XX status code + * @see {@link https://learn.microsoft.com/graph/api/conversationmember-remove?view=graph-rest-1.0|Find more info here} + */ + post(body: RemovePostRequestBody, requestConfiguration?: RequestConfiguration | undefined) : Promise; + /** + * Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. + * @param body The request body + * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. + * @returns {RequestInformation} + */ + toPostRequestInformation(body: RemovePostRequestBody, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; +} +/** + * Serializes information the current object + * @param writer Serialization writer to use to serialize this model + */ +// @ts-ignore +export function serializeRemovePostRequestBody(writer: SerializationWriter, removePostRequestBody: Partial | undefined | null = {}) : void { + if (removePostRequestBody) { + writer.writeCollectionOfObjectValues("values", removePostRequestBody.values, serializeConversationMember); + writer.writeAdditionalData(removePostRequestBody.additionalData); + } +} +/** + * Serializes information the current object + * @param writer Serialization writer to use to serialize this model + */ +// @ts-ignore +export function serializeRemovePostResponse(writer: SerializationWriter, removePostResponse: Partial | undefined | null = {}) : void { + if (removePostResponse) { + serializeBaseCollectionPaginationCountResponse(writer, removePostResponse) + writer.writeCollectionOfObjectValues("value", removePostResponse.value, serializeActionResultPart); + } +} +/** + * Uri template for the request builder. + */ +export const RemoveRequestBuilderUriTemplate = "{+baseurl}/users/{user%2Did}/chats/{chat%2Did}/members/remove"; +/** + * Metadata for all the requests in the request builder. + */ +export const RemoveRequestBuilderRequestsMetadata: RequestsMetadata = { + post: { + uriTemplate: RemoveRequestBuilderUriTemplate, + responseBodyContentType: "application/json", + errorMappings: { + XXX: createODataErrorFromDiscriminatorValue as ParsableFactory, + }, + adapterMethodName: "send", + responseBodyFactory: createRemovePostResponseFromDiscriminatorValue, + requestBodyContentType: "application/json", + requestBodySerializer: serializeRemovePostRequestBody, + requestInformationContentSetMethod: "setContentFromParsable", + }, +}; +/* tslint:enable */ +/* eslint-enable */ diff --git a/packages/msgraph-sdk-users/users/item/index.ts b/packages/msgraph-sdk-users/users/item/index.ts index bc58a0a7548..7cba628962f 100644 --- a/packages/msgraph-sdk-users/users/item/index.ts +++ b/packages/msgraph-sdk-users/users/item/index.ts @@ -479,7 +479,7 @@ export interface UserItemRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code - * @see {@link https://learn.microsoft.com/graph/api/intune-onboarding-user-get?view=graph-rest-1.0|Find more info here} + * @see {@link https://learn.microsoft.com/graph/api/intune-mam-user-get?view=graph-rest-1.0|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** diff --git a/packages/msgraph-sdk-users/users/item/joinedTeams/item/channels/item/members/index.ts b/packages/msgraph-sdk-users/users/item/joinedTeams/item/channels/item/members/index.ts index e09a39d35e4..e84acc2169a 100644 --- a/packages/msgraph-sdk-users/users/item/joinedTeams/item/channels/item/members/index.ts +++ b/packages/msgraph-sdk-users/users/item/joinedTeams/item/channels/item/members/index.ts @@ -12,6 +12,8 @@ import { CountRequestBuilderRequestsMetadata, type CountRequestBuilder } from '. // @ts-ignore import { ConversationMemberItemRequestBuilderRequestsMetadata, type ConversationMemberItemRequestBuilder } from './item/index.js'; // @ts-ignore +import { RemoveRequestBuilderRequestsMetadata, type RemoveRequestBuilder } from './remove/index.js'; +// @ts-ignore import { type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type Parsable, type ParsableFactory, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions'; /** @@ -26,6 +28,10 @@ export interface MembersRequestBuilder extends BaseRequestBuilder Record void>) { + return deserializeIntoRemovePostRequestBody; +} +/** + * Creates a new instance of the appropriate class based on discriminator value + * @param parseNode The parse node to use to read the discriminator value and create the object + * @returns {RemovePostResponse} + */ +// @ts-ignore +export function createRemovePostResponseFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record void>) { + return deserializeIntoRemovePostResponse; +} +/** + * The deserialization information for the current model + * @returns {Record void>} + */ +// @ts-ignore +export function deserializeIntoRemovePostRequestBody(removePostRequestBody: Partial | undefined = {}) : Record void> { + return { + "backingStoreEnabled": n => { removePostRequestBody.backingStoreEnabled = true; }, + "values": n => { removePostRequestBody.values = n.getCollectionOfObjectValues(createConversationMemberFromDiscriminatorValue); }, + } +} +/** + * The deserialization information for the current model + * @returns {Record void>} + */ +// @ts-ignore +export function deserializeIntoRemovePostResponse(removePostResponse: Partial | undefined = {}) : Record void> { + return { + ...deserializeIntoBaseCollectionPaginationCountResponse(removePostResponse), + "value": n => { removePostResponse.value = n.getCollectionOfObjectValues(createActionResultPartFromDiscriminatorValue); }, + } +} +export interface RemovePostRequestBody extends AdditionalDataHolder, BackedModel, Parsable { + /** + * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + */ + additionalData?: Record; + /** + * Stores model information. + */ + backingStoreEnabled?: boolean | null; + /** + * The values property + */ + values?: ConversationMember[] | null; +} +export interface RemovePostResponse extends BaseCollectionPaginationCountResponse, Parsable { + /** + * The value property + */ + value?: ActionResultPart[] | null; +} +/** + * Provides operations to call the remove method. + */ +export interface RemoveRequestBuilder extends BaseRequestBuilder { + /** + * Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. + * @param body The request body + * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. + * @returns {Promise} + * @throws {ODataError} error when the service returns a 4XX or 5XX status code + * @see {@link https://learn.microsoft.com/graph/api/conversationmember-remove?view=graph-rest-1.0|Find more info here} + */ + post(body: RemovePostRequestBody, requestConfiguration?: RequestConfiguration | undefined) : Promise; + /** + * Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. + * @param body The request body + * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. + * @returns {RequestInformation} + */ + toPostRequestInformation(body: RemovePostRequestBody, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; +} +/** + * Serializes information the current object + * @param writer Serialization writer to use to serialize this model + */ +// @ts-ignore +export function serializeRemovePostRequestBody(writer: SerializationWriter, removePostRequestBody: Partial | undefined | null = {}) : void { + if (removePostRequestBody) { + writer.writeCollectionOfObjectValues("values", removePostRequestBody.values, serializeConversationMember); + writer.writeAdditionalData(removePostRequestBody.additionalData); + } +} +/** + * Serializes information the current object + * @param writer Serialization writer to use to serialize this model + */ +// @ts-ignore +export function serializeRemovePostResponse(writer: SerializationWriter, removePostResponse: Partial | undefined | null = {}) : void { + if (removePostResponse) { + serializeBaseCollectionPaginationCountResponse(writer, removePostResponse) + writer.writeCollectionOfObjectValues("value", removePostResponse.value, serializeActionResultPart); + } +} +/** + * Uri template for the request builder. + */ +export const RemoveRequestBuilderUriTemplate = "{+baseurl}/users/{user%2Did}/joinedTeams/{team%2Did}/channels/{channel%2Did}/members/remove"; +/** + * Metadata for all the requests in the request builder. + */ +export const RemoveRequestBuilderRequestsMetadata: RequestsMetadata = { + post: { + uriTemplate: RemoveRequestBuilderUriTemplate, + responseBodyContentType: "application/json", + errorMappings: { + XXX: createODataErrorFromDiscriminatorValue as ParsableFactory, + }, + adapterMethodName: "send", + responseBodyFactory: createRemovePostResponseFromDiscriminatorValue, + requestBodyContentType: "application/json", + requestBodySerializer: serializeRemovePostRequestBody, + requestInformationContentSetMethod: "setContentFromParsable", + }, +}; +/* tslint:enable */ +/* eslint-enable */ diff --git a/packages/msgraph-sdk-users/users/item/joinedTeams/item/members/index.ts b/packages/msgraph-sdk-users/users/item/joinedTeams/item/members/index.ts index c10c9de15a1..c71d4ba3d73 100644 --- a/packages/msgraph-sdk-users/users/item/joinedTeams/item/members/index.ts +++ b/packages/msgraph-sdk-users/users/item/joinedTeams/item/members/index.ts @@ -12,6 +12,8 @@ import { CountRequestBuilderRequestsMetadata, type CountRequestBuilder } from '. // @ts-ignore import { ConversationMemberItemRequestBuilderRequestsMetadata, type ConversationMemberItemRequestBuilder } from './item/index.js'; // @ts-ignore +import { RemoveRequestBuilderRequestsMetadata, type RemoveRequestBuilder } from './remove/index.js'; +// @ts-ignore import { type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type Parsable, type ParsableFactory, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions'; /** @@ -26,6 +28,10 @@ export interface MembersRequestBuilder extends BaseRequestBuilder Record void>) { + return deserializeIntoRemovePostRequestBody; +} +/** + * Creates a new instance of the appropriate class based on discriminator value + * @param parseNode The parse node to use to read the discriminator value and create the object + * @returns {RemovePostResponse} + */ +// @ts-ignore +export function createRemovePostResponseFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record void>) { + return deserializeIntoRemovePostResponse; +} +/** + * The deserialization information for the current model + * @returns {Record void>} + */ +// @ts-ignore +export function deserializeIntoRemovePostRequestBody(removePostRequestBody: Partial | undefined = {}) : Record void> { + return { + "backingStoreEnabled": n => { removePostRequestBody.backingStoreEnabled = true; }, + "values": n => { removePostRequestBody.values = n.getCollectionOfObjectValues(createConversationMemberFromDiscriminatorValue); }, + } +} +/** + * The deserialization information for the current model + * @returns {Record void>} + */ +// @ts-ignore +export function deserializeIntoRemovePostResponse(removePostResponse: Partial | undefined = {}) : Record void> { + return { + ...deserializeIntoBaseCollectionPaginationCountResponse(removePostResponse), + "value": n => { removePostResponse.value = n.getCollectionOfObjectValues(createActionResultPartFromDiscriminatorValue); }, + } +} +export interface RemovePostRequestBody extends AdditionalDataHolder, BackedModel, Parsable { + /** + * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + */ + additionalData?: Record; + /** + * Stores model information. + */ + backingStoreEnabled?: boolean | null; + /** + * The values property + */ + values?: ConversationMember[] | null; +} +export interface RemovePostResponse extends BaseCollectionPaginationCountResponse, Parsable { + /** + * The value property + */ + value?: ActionResultPart[] | null; +} +/** + * Provides operations to call the remove method. + */ +export interface RemoveRequestBuilder extends BaseRequestBuilder { + /** + * Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. + * @param body The request body + * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. + * @returns {Promise} + * @throws {ODataError} error when the service returns a 4XX or 5XX status code + * @see {@link https://learn.microsoft.com/graph/api/conversationmember-remove?view=graph-rest-1.0|Find more info here} + */ + post(body: RemovePostRequestBody, requestConfiguration?: RequestConfiguration | undefined) : Promise; + /** + * Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. + * @param body The request body + * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. + * @returns {RequestInformation} + */ + toPostRequestInformation(body: RemovePostRequestBody, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; +} +/** + * Serializes information the current object + * @param writer Serialization writer to use to serialize this model + */ +// @ts-ignore +export function serializeRemovePostRequestBody(writer: SerializationWriter, removePostRequestBody: Partial | undefined | null = {}) : void { + if (removePostRequestBody) { + writer.writeCollectionOfObjectValues("values", removePostRequestBody.values, serializeConversationMember); + writer.writeAdditionalData(removePostRequestBody.additionalData); + } +} +/** + * Serializes information the current object + * @param writer Serialization writer to use to serialize this model + */ +// @ts-ignore +export function serializeRemovePostResponse(writer: SerializationWriter, removePostResponse: Partial | undefined | null = {}) : void { + if (removePostResponse) { + serializeBaseCollectionPaginationCountResponse(writer, removePostResponse) + writer.writeCollectionOfObjectValues("value", removePostResponse.value, serializeActionResultPart); + } +} +/** + * Uri template for the request builder. + */ +export const RemoveRequestBuilderUriTemplate = "{+baseurl}/users/{user%2Did}/joinedTeams/{team%2Did}/members/remove"; +/** + * Metadata for all the requests in the request builder. + */ +export const RemoveRequestBuilderRequestsMetadata: RequestsMetadata = { + post: { + uriTemplate: RemoveRequestBuilderUriTemplate, + responseBodyContentType: "application/json", + errorMappings: { + XXX: createODataErrorFromDiscriminatorValue as ParsableFactory, + }, + adapterMethodName: "send", + responseBodyFactory: createRemovePostResponseFromDiscriminatorValue, + requestBodyContentType: "application/json", + requestBodySerializer: serializeRemovePostRequestBody, + requestInformationContentSetMethod: "setContentFromParsable", + }, +}; +/* tslint:enable */ +/* eslint-enable */ diff --git a/packages/msgraph-sdk-users/users/item/joinedTeams/item/primaryChannel/members/index.ts b/packages/msgraph-sdk-users/users/item/joinedTeams/item/primaryChannel/members/index.ts index 4acc5c9fb14..c36d7da8364 100644 --- a/packages/msgraph-sdk-users/users/item/joinedTeams/item/primaryChannel/members/index.ts +++ b/packages/msgraph-sdk-users/users/item/joinedTeams/item/primaryChannel/members/index.ts @@ -12,6 +12,8 @@ import { CountRequestBuilderRequestsMetadata, type CountRequestBuilder } from '. // @ts-ignore import { ConversationMemberItemRequestBuilderRequestsMetadata, type ConversationMemberItemRequestBuilder } from './item/index.js'; // @ts-ignore +import { RemoveRequestBuilderRequestsMetadata, type RemoveRequestBuilder } from './remove/index.js'; +// @ts-ignore import { type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type Parsable, type ParsableFactory, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions'; /** @@ -26,6 +28,10 @@ export interface MembersRequestBuilder extends BaseRequestBuilder Record void>) { + return deserializeIntoRemovePostRequestBody; +} +/** + * Creates a new instance of the appropriate class based on discriminator value + * @param parseNode The parse node to use to read the discriminator value and create the object + * @returns {RemovePostResponse} + */ +// @ts-ignore +export function createRemovePostResponseFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record void>) { + return deserializeIntoRemovePostResponse; +} +/** + * The deserialization information for the current model + * @returns {Record void>} + */ +// @ts-ignore +export function deserializeIntoRemovePostRequestBody(removePostRequestBody: Partial | undefined = {}) : Record void> { + return { + "backingStoreEnabled": n => { removePostRequestBody.backingStoreEnabled = true; }, + "values": n => { removePostRequestBody.values = n.getCollectionOfObjectValues(createConversationMemberFromDiscriminatorValue); }, + } +} +/** + * The deserialization information for the current model + * @returns {Record void>} + */ +// @ts-ignore +export function deserializeIntoRemovePostResponse(removePostResponse: Partial | undefined = {}) : Record void> { + return { + ...deserializeIntoBaseCollectionPaginationCountResponse(removePostResponse), + "value": n => { removePostResponse.value = n.getCollectionOfObjectValues(createActionResultPartFromDiscriminatorValue); }, + } +} +export interface RemovePostRequestBody extends AdditionalDataHolder, BackedModel, Parsable { + /** + * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + */ + additionalData?: Record; + /** + * Stores model information. + */ + backingStoreEnabled?: boolean | null; + /** + * The values property + */ + values?: ConversationMember[] | null; +} +export interface RemovePostResponse extends BaseCollectionPaginationCountResponse, Parsable { + /** + * The value property + */ + value?: ActionResultPart[] | null; +} +/** + * Provides operations to call the remove method. + */ +export interface RemoveRequestBuilder extends BaseRequestBuilder { + /** + * Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. + * @param body The request body + * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. + * @returns {Promise} + * @throws {ODataError} error when the service returns a 4XX or 5XX status code + * @see {@link https://learn.microsoft.com/graph/api/conversationmember-remove?view=graph-rest-1.0|Find more info here} + */ + post(body: RemovePostRequestBody, requestConfiguration?: RequestConfiguration | undefined) : Promise; + /** + * Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed. + * @param body The request body + * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. + * @returns {RequestInformation} + */ + toPostRequestInformation(body: RemovePostRequestBody, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; +} +/** + * Serializes information the current object + * @param writer Serialization writer to use to serialize this model + */ +// @ts-ignore +export function serializeRemovePostRequestBody(writer: SerializationWriter, removePostRequestBody: Partial | undefined | null = {}) : void { + if (removePostRequestBody) { + writer.writeCollectionOfObjectValues("values", removePostRequestBody.values, serializeConversationMember); + writer.writeAdditionalData(removePostRequestBody.additionalData); + } +} +/** + * Serializes information the current object + * @param writer Serialization writer to use to serialize this model + */ +// @ts-ignore +export function serializeRemovePostResponse(writer: SerializationWriter, removePostResponse: Partial | undefined | null = {}) : void { + if (removePostResponse) { + serializeBaseCollectionPaginationCountResponse(writer, removePostResponse) + writer.writeCollectionOfObjectValues("value", removePostResponse.value, serializeActionResultPart); + } +} +/** + * Uri template for the request builder. + */ +export const RemoveRequestBuilderUriTemplate = "{+baseurl}/users/{user%2Did}/joinedTeams/{team%2Did}/primaryChannel/members/remove"; +/** + * Metadata for all the requests in the request builder. + */ +export const RemoveRequestBuilderRequestsMetadata: RequestsMetadata = { + post: { + uriTemplate: RemoveRequestBuilderUriTemplate, + responseBodyContentType: "application/json", + errorMappings: { + XXX: createODataErrorFromDiscriminatorValue as ParsableFactory, + }, + adapterMethodName: "send", + responseBodyFactory: createRemovePostResponseFromDiscriminatorValue, + requestBodyContentType: "application/json", + requestBodySerializer: serializeRemovePostRequestBody, + requestInformationContentSetMethod: "setContentFromParsable", + }, +}; +/* tslint:enable */ +/* eslint-enable */ diff --git a/packages/msgraph-sdk/models/index.ts b/packages/msgraph-sdk/models/index.ts index a7f3777ed5e..6b7704839dd 100644 --- a/packages/msgraph-sdk/models/index.ts +++ b/packages/msgraph-sdk/models/index.ts @@ -1734,7 +1734,7 @@ export interface ActionResultPart extends AdditionalDataHolder, BackedModel, Par */ backingStoreEnabled?: boolean | null; /** - * The error that occurred, if any, during the course of the bulk operation. + * The error that occurred, if any, during the bulk operation. */ errorEscaped?: PublicError | null; /** @@ -11770,7 +11770,7 @@ export interface ConversationMember extends Entity, Parsable { */ displayName?: string | null; /** - * The roles for that user. This property contains additional qualifiers only when relevant - for example, if the member has owner privileges, the roles property contains owner as one of the values. Similarly, if the member is an in-tenant guest, the roles property contains guest as one of the values. A basic member should not have any values specified in the roles property. An Out-of-tenant external member is assigned the owner role. + * The roles for that user. This property contains more qualifiers only when relevant - for example, if the member has owner privileges, the roles property contains owner as one of the values. Similarly, if the member is an in-tenant guest, the roles property contains guest as one of the values. A basic member shouldn't have any values specified in the roles property. An Out-of-tenant external member is assigned the owner role. */ roles?: string[] | null; /** @@ -91677,7 +91677,7 @@ export interface Quota extends AdditionalDataHolder, BackedModel, Parsable { */ odataType?: string | null; /** - * Total space remaining before reaching the quota limit, in bytes. Read-only. + * Total space remaining before reaching the capacity limit, in bytes. Read-only. */ remaining?: number | null; /** @@ -131632,7 +131632,7 @@ export interface Team extends Entity, Parsable { */ channels?: Channel[] | null; /** - * An optional label. Typically describes the data or business sensitivity of the team. Must match one of a pre-configured set in the tenant's directory. + * An optional label. Typically describes the data or business sensitivity of the team. Must match one of a preconfigured set in the tenant's directory. */ classification?: string | null; /** @@ -131640,7 +131640,7 @@ export interface Team extends Entity, Parsable { */ createdDateTime?: Date | null; /** - * An optional description for the team. Maximum length: 1024 characters. + * An optional description for the team. Maximum length: 1,024 characters. */ description?: string | null; /** @@ -131668,7 +131668,7 @@ export interface Team extends Entity, Parsable { */ installedApps?: TeamsAppInstallation[] | null; /** - * A unique ID for the team that has been used in a few places such as the audit log/Office 365 Management Activity API. + * A unique ID for the team that was used in a few places such as the audit log/Office 365 Management Activity API. */ internalId?: string | null; /** @@ -131708,7 +131708,7 @@ export interface Team extends Entity, Parsable { */ schedule?: Schedule | null; /** - * Optional. Indicates whether the team is intended for a particular use case. Each team specialization has access to unique behaviors and experiences targeted to its use case. + * Optional. Indicates whether the team is intended for a particular use case. Each team specialization has access to unique behaviors and experiences targeted to its use case. */ specialization?: TeamSpecialization | null; /** @@ -131732,7 +131732,7 @@ export interface Team extends Entity, Parsable { */ visibility?: TeamVisibilityType | null; /** - * A hyperlink that will go to the team in the Microsoft Teams client. This is the URL that you get when you right-click a team in the Microsoft Teams client and select Get link to team. This URL should be treated as an opaque blob, and not parsed. + * A hyperlink that goes to the team in the Microsoft Teams client. You get this URL when you right-click a team in the Microsoft Teams client and select Get link to team. This URL should be treated as an opaque blob, and not parsed. */ webUrl?: string | null; } @@ -142798,47 +142798,47 @@ export interface WorkbookWorksheetProtectionOptions extends AdditionalDataHolder */ additionalData?: Record; /** - * Indicates whether the worksheet protection option to allow the use of the autofilter feature is enabled. + * Represents the worksheet protection option of allowing using auto filter feature. */ allowAutoFilter?: boolean | null; /** - * Indicates whether the worksheet protection option to allow deleting columns is enabled. + * Represents the worksheet protection option of allowing deleting columns. */ allowDeleteColumns?: boolean | null; /** - * Indicates whether the worksheet protection option to allow deleting rows is enabled. + * Represents the worksheet protection option of allowing deleting rows. */ allowDeleteRows?: boolean | null; /** - * Indicates whether the worksheet protection option to allow formatting cells is enabled. + * Represents the worksheet protection option of allowing formatting cells. */ allowFormatCells?: boolean | null; /** - * Indicates whether the worksheet protection option to allow formatting columns is enabled. + * Represents the worksheet protection option of allowing formatting columns. */ allowFormatColumns?: boolean | null; /** - * Indicates whether the worksheet protection option to allow formatting rows is enabled. + * Represents the worksheet protection option of allowing formatting rows. */ allowFormatRows?: boolean | null; /** - * Indicates whether the worksheet protection option to allow inserting columns is enabled. + * Represents the worksheet protection option of allowing inserting columns. */ allowInsertColumns?: boolean | null; /** - * Indicates whether the worksheet protection option to allow inserting hyperlinks is enabled. + * Represents the worksheet protection option of allowing inserting hyperlinks. */ allowInsertHyperlinks?: boolean | null; /** - * Indicates whether the worksheet protection option to allow inserting rows is enabled. + * Represents the worksheet protection option of allowing inserting rows. */ allowInsertRows?: boolean | null; /** - * Indicates whether the worksheet protection option to allow the use of the pivot table feature is enabled. + * Represents the worksheet protection option of allowing using pivot table feature. */ allowPivotTables?: boolean | null; /** - * Indicates whether the worksheet protection option to allow the use of the sort feature is enabled. + * Represents the worksheet protection option of allowing using sort feature. */ allowSort?: boolean | null; /**