@microsoft/msgraph-sdk-search
Advanced tools
Comparing version 1.0.0-preview.16 to 1.0.0-preview.17
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
147732
44
1528
1