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.11 to 1.0.0-preview.12

6

package.json
{
"name": "@microsoft/msgraph-sdk-search",
"version": "1.0.0-preview.11",
"version": "1.0.0-preview.12",
"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.11",
"@microsoft/msgraph-sdk": "^1.0.0-preview.12",
"guid-typescript": "^1.0.9",

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

},
"gitHead": "4623e720cc77e71c74fa37016d5dd4f84f5e756b"
"gitHead": "8718c626245f6b784097692a85c54f4b3b9b15b5"
}

@@ -8,3 +8,3 @@ import { type BaseCollectionPaginationCountResponse, type SearchRequest, type SearchResponse } from '@microsoft/msgraph-sdk/models/';

*/
export declare function createQueryPostRequestBodyFromDiscriminatorValue(parseNode: ParseNode | undefined): typeof deserializeIntoQueryPostRequestBody;
export declare function createQueryPostRequestBodyFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
/**

@@ -15,3 +15,3 @@ * Creates a new instance of the appropriate class based on discriminator value

*/
export declare function createQueryPostResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): typeof deserializeIntoQueryPostResponse;
export declare function createQueryPostResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
/**

@@ -21,3 +21,3 @@ * The deserialization information for the current model

*/
export declare function deserializeIntoQueryPostRequestBody(queryPostRequestBody?: QueryPostRequestBody | undefined): Record<string, (node: ParseNode) => void>;
export declare function deserializeIntoQueryPostRequestBody(queryPostRequestBody?: Partial<QueryPostRequestBody> | undefined): Record<string, (node: ParseNode) => void>;
/**

@@ -27,3 +27,3 @@ * The deserialization information for the current model

*/
export declare function deserializeIntoQueryPostResponse(queryPostResponse?: QueryPostResponse | undefined): Record<string, (node: ParseNode) => void>;
export declare function deserializeIntoQueryPostResponse(queryPostResponse?: Partial<QueryPostResponse> | undefined): Record<string, (node: ParseNode) => void>;
export interface QueryPostRequestBody extends AdditionalDataHolder, BackedModel, Parsable {

@@ -73,3 +73,3 @@ /**

*/
export declare function serializeQueryPostRequestBody(writer: SerializationWriter, queryPostRequestBody?: QueryPostRequestBody | undefined): void;
export declare function serializeQueryPostRequestBody(writer: SerializationWriter, queryPostRequestBody?: Partial<QueryPostRequestBody> | undefined): void;
/**

@@ -79,3 +79,3 @@ * Serializes information the current object

*/
export declare function serializeQueryPostResponse(writer: SerializationWriter, queryPostResponse?: QueryPostResponse | undefined): void;
export declare function serializeQueryPostResponse(writer: SerializationWriter, queryPostResponse?: Partial<QueryPostResponse> | undefined): void;
/**

@@ -82,0 +82,0 @@ * Metadata for all the requests in the request builder.

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