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

@microsoft/msgraph-sdk-search

Package Overview
Dependencies
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

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

search/acronyms/count/index.d.ts

6

package.json
{
"name": "@microsoft/msgraph-sdk-search",
"version": "1.0.0-preview.16",
"version": "1.0.0-preview.17",
"description": "Search fluent API for Microsoft Graph",

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

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

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

},
"gitHead": "7d5a0cf29cc99c7e7f8b58504df4c47070cefa79"
"gitHead": "cf9344aac51247cf524bc8163ff07531d51c9b6c"
}
import { type SearchEntity } from '@microsoft/msgraph-sdk/models/';
import { type AcronymsRequestBuilder } from './acronyms/';
import { type BookmarksRequestBuilder } from './bookmarks/';
import { type QnasRequestBuilder } from './qnas/';
import { type QueryRequestBuilder } from './query/';

@@ -9,2 +12,14 @@ import { type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';

/**
* Provides operations to manage the acronyms property of the microsoft.graph.searchEntity entity.
*/
get acronyms(): AcronymsRequestBuilder;
/**
* Provides operations to manage the bookmarks property of the microsoft.graph.searchEntity entity.
*/
get bookmarks(): BookmarksRequestBuilder;
/**
* Provides operations to manage the qnas property of the microsoft.graph.searchEntity entity.
*/
get qnas(): QnasRequestBuilder;
/**
* Provides operations to call the query method.

@@ -11,0 +26,0 @@ */

@@ -9,2 +9,5 @@ "use strict";

const oDataErrors_1 = require("@microsoft/msgraph-sdk/models/oDataErrors/");
const acronyms_1 = require("./acronyms/");
const bookmarks_1 = require("./bookmarks/");
const qnas_1 = require("./qnas/");
const query_1 = require("./query/");

@@ -26,2 +29,14 @@ /**

exports.SearchRequestBuilderNavigationMetadata = {
acronyms: {
requestsMetadata: acronyms_1.AcronymsRequestBuilderRequestsMetadata,
navigationMetadata: acronyms_1.AcronymsRequestBuilderNavigationMetadata,
},
bookmarks: {
requestsMetadata: bookmarks_1.BookmarksRequestBuilderRequestsMetadata,
navigationMetadata: bookmarks_1.BookmarksRequestBuilderNavigationMetadata,
},
qnas: {
requestsMetadata: qnas_1.QnasRequestBuilderRequestsMetadata,
navigationMetadata: qnas_1.QnasRequestBuilderNavigationMetadata,
},
query: {

@@ -28,0 +43,0 @@ requestsMetadata: query_1.QueryRequestBuilderRequestsMetadata,

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