Socket
Socket
Sign inDemoInstall

@microsoft/msgraph-sdk-contacts

Package Overview
Dependencies
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.0.0-preview.21 to 1.0.0-preview.22

7

contacts/item/directReports/index.d.ts

@@ -30,10 +30,11 @@ import { type DirectoryObjectCollectionResponse } from '@microsoft/msgraph-sdk/models/';

/**
* The contact's direct reports. (The users and contacts that have their manager property set to this contact.) Read-only. Nullable. Supports $expand.
* Get the direct reports for this organizational contact.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @returns {Promise<DirectoryObjectCollectionResponse>}
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
* @see {@link https://learn.microsoft.com/graph/api/orgcontact-list-directreports?view=graph-rest-1.0|Find more info here}
*/
get(requestConfiguration?: RequestConfiguration<DirectReportsRequestBuilderGetQueryParameters> | undefined): Promise<DirectoryObjectCollectionResponse | undefined>;
/**
* The contact's direct reports. (The users and contacts that have their manager property set to this contact.) Read-only. Nullable. Supports $expand.
* Get the direct reports for this organizational contact.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.

@@ -45,3 +46,3 @@ * @returns {RequestInformation}

/**
* The contact's direct reports. (The users and contacts that have their manager property set to this contact.) Read-only. Nullable. Supports $expand.
* Get the direct reports for this organizational contact.
*/

@@ -48,0 +49,0 @@ export interface DirectReportsRequestBuilderGetQueryParameters {

@@ -8,10 +8,11 @@ import { type DirectoryObject } from '@microsoft/msgraph-sdk/models/';

/**
* The user or contact that is this contact's manager. Read-only. Supports $expand and $filter (eq) by id.
* Get this organizational contact's manager.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @returns {Promise<DirectoryObject>}
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
* @see {@link https://learn.microsoft.com/graph/api/orgcontact-get-manager?view=graph-rest-1.0|Find more info here}
*/
get(requestConfiguration?: RequestConfiguration<ManagerRequestBuilderGetQueryParameters> | undefined): Promise<DirectoryObject | undefined>;
/**
* The user or contact that is this contact's manager. Read-only. Supports $expand and $filter (eq) by id.
* Get this organizational contact's manager.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.

@@ -23,3 +24,3 @@ * @returns {RequestInformation}

/**
* The user or contact that is this contact's manager. Read-only. Supports $expand and $filter (eq) by id.
* Get this organizational contact's manager.
*/

@@ -26,0 +27,0 @@ export interface ManagerRequestBuilderGetQueryParameters {

@@ -30,10 +30,11 @@ import { type DirectoryObjectCollectionResponse } from '@microsoft/msgraph-sdk/models/';

/**
* Groups that this contact is a member of. Read-only. Nullable. Supports $expand.
* List the groups that this organizational contact is a member of.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @returns {Promise<DirectoryObjectCollectionResponse>}
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
* @see {@link https://learn.microsoft.com/graph/api/orgcontact-list-memberof?view=graph-rest-1.0|Find more info here}
*/
get(requestConfiguration?: RequestConfiguration<MemberOfRequestBuilderGetQueryParameters> | undefined): Promise<DirectoryObjectCollectionResponse | undefined>;
/**
* Groups that this contact is a member of. Read-only. Nullable. Supports $expand.
* List the groups that this organizational contact is a member of.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.

@@ -45,3 +46,3 @@ * @returns {RequestInformation}

/**
* Groups that this contact is a member of. Read-only. Nullable. Supports $expand.
* List the groups that this organizational contact is a member of.
*/

@@ -48,0 +49,0 @@ export interface MemberOfRequestBuilderGetQueryParameters {

@@ -30,10 +30,11 @@ import { type DirectoryObjectCollectionResponse } from '@microsoft/msgraph-sdk/models/';

/**
* Groups that this contact is a member of, including groups that the contact is nested under. Read-only. Nullable.
* Get groups that this organizational contact is a member of. The API request is transitive, and returns all groups the organizational contact is a nested member of.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @returns {Promise<DirectoryObjectCollectionResponse>}
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
* @see {@link https://learn.microsoft.com/graph/api/orgcontact-list-transitivememberof?view=graph-rest-1.0|Find more info here}
*/
get(requestConfiguration?: RequestConfiguration<TransitiveMemberOfRequestBuilderGetQueryParameters> | undefined): Promise<DirectoryObjectCollectionResponse | undefined>;
/**
* Groups that this contact is a member of, including groups that the contact is nested under. Read-only. Nullable.
* Get groups that this organizational contact is a member of. The API request is transitive, and returns all groups the organizational contact is a nested member of.
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.

@@ -45,3 +46,3 @@ * @returns {RequestInformation}

/**
* Groups that this contact is a member of, including groups that the contact is nested under. Read-only. Nullable.
* Get groups that this organizational contact is a member of. The API request is transitive, and returns all groups the organizational contact is a nested member of.
*/

@@ -48,0 +49,0 @@ export interface TransitiveMemberOfRequestBuilderGetQueryParameters {

{
"name": "@microsoft/msgraph-sdk-contacts",
"version": "1.0.0-preview.21",
"version": "1.0.0-preview.22",
"description": "Contacts fluent API for Microsoft Graph",

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

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

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

},
"gitHead": "f03627411c44ca629630cfbc689f57141c6cb7c0"
"gitHead": "d41363478d26ba2bcde02901bb2983793b286bdf"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc