Socket
Socket
Sign inDemoInstall

@microsoft/msgraph-beta-sdk-trustframework

Package Overview
Dependencies
11
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

4

package.json
{
"name": "@microsoft/msgraph-beta-sdk-trustframework",
"version": "1.0.0-preview.15",
"version": "1.0.0-preview.16",
"description": "TrustFramework fluent API for Microsoft Graph",

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

},
"gitHead": "ba4a5eab46d140d9b9e9d52709e9ad91488f918b"
"gitHead": "ef870049963aae20ee47a40df677e46f7565a5fc"
}

@@ -13,3 +13,3 @@ import { type BaseRequestBuilder, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';

*/
get(requestConfiguration?: RequestConfiguration<ContentRequestBuilderGetQueryParameters> | undefined): Promise<ArrayBuffer | undefined>;
get(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<ArrayBuffer | undefined>;
/**

@@ -28,3 +28,3 @@ * Update media content for the navigation property policies in trustFramework

*/
toGetRequestInformation(requestConfiguration?: RequestConfiguration<ContentRequestBuilderGetQueryParameters> | undefined): RequestInformation;
toGetRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
/**

@@ -39,14 +39,5 @@ * Update media content for the navigation property policies in trustFramework

/**
* Get media content for the navigation property policies from trustFramework
*/
export interface ContentRequestBuilderGetQueryParameters {
/**
* Format of the content
*/
format?: string;
}
/**
* Uri template for the request builder.
*/
export declare const ContentRequestBuilderUriTemplate = "{+baseurl}/trustFramework/policies/{trustFrameworkPolicy%2Did}/$value{?%24format*}";
export declare const ContentRequestBuilderUriTemplate = "{+baseurl}/trustFramework/policies/{trustFrameworkPolicy%2Did}/$value";
/**

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

@@ -11,10 +11,4 @@ "use strict";

*/
exports.ContentRequestBuilderUriTemplate = "{+baseurl}/trustFramework/policies/{trustFrameworkPolicy%2Did}/$value{?%24format*}";
exports.ContentRequestBuilderUriTemplate = "{+baseurl}/trustFramework/policies/{trustFrameworkPolicy%2Did}/$value";
/**
* Mapper for query parameters from symbol name to serialization name represented as a constant.
*/
const ContentRequestBuilderGetQueryParametersMapper = {
"format": "%24format",
};
/**
* Metadata for all the requests in the request builder.

@@ -31,3 +25,2 @@ */

responseBodyFactory: "ArrayBuffer",
queryParametersMapper: ContentRequestBuilderGetQueryParametersMapper,
},

@@ -34,0 +27,0 @@ put: {

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc