Socket
Socket
Sign inDemoInstall

@microsoft/kiota-abstractions

Package Overview
Dependencies
Maintainers
2
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microsoft/kiota-abstractions - npm Package Compare versions

Comparing version 1.0.0-preview.44 to 1.0.0-preview.45

4

dist/cjs/src/nativeResponseWrapper.d.ts

@@ -7,6 +7,6 @@ import type { RequestOption } from "./requestOption";

export declare class NativeResponseWrapper {
static CallAndGetNative: <modelType, nativeResponseType, queryParametersType, headersType>(originalCall: originalCallType<modelType, queryParametersType, headersType>, q?: queryParametersType | undefined, h?: headersType | undefined, o?: RequestOption[] | undefined) => Promise<nativeResponseType>;
static CallAndGetNativeWithBody: <modelType, nativeResponseType, queryParametersType, headersType, requestBodyType>(originalCall: originalCallWithBodyType<modelType, queryParametersType, headersType, requestBodyType>, requestBody: requestBodyType, q?: queryParametersType | undefined, h?: headersType | undefined, o?: RequestOption[] | undefined) => Promise<nativeResponseType>;
static CallAndGetNative: <modelType, nativeResponseType, queryParametersType, headersType>(originalCall: originalCallType<modelType, queryParametersType, headersType>, q?: queryParametersType, h?: headersType, o?: RequestOption[] | undefined) => Promise<nativeResponseType>;
static CallAndGetNativeWithBody: <modelType, nativeResponseType, queryParametersType, headersType, requestBodyType>(originalCall: originalCallWithBodyType<modelType, queryParametersType, headersType, requestBodyType>, requestBody: requestBodyType, q?: queryParametersType, h?: headersType, o?: RequestOption[] | undefined) => Promise<nativeResponseType>;
}
export {};
//# sourceMappingURL=nativeResponseWrapper.d.ts.map

@@ -55,3 +55,3 @@ import { Headers } from "./headers";

*/
setContentFromParsable: <T extends Parsable>(requestAdapter?: RequestAdapter | undefined, contentType?: string | undefined, value?: T | T[] | undefined, modelSerializerFunction?: ModelSerializerFunction<T> | undefined) => void;
setContentFromParsable: <T extends Parsable>(requestAdapter?: RequestAdapter | undefined, contentType?: string | undefined, value?: T[] | T, modelSerializerFunction?: ModelSerializerFunction<T>) => void;
private setContentAndContentType;

@@ -66,3 +66,3 @@ private getSerializationWriter;

*/
setContentFromScalar: <T extends PrimitiveTypesForDeserializationType>(requestAdapter: RequestAdapter | undefined, contentType: string | undefined, value: T | T[]) => void;
setContentFromScalar: <T extends PrimitiveTypesForDeserializationType>(requestAdapter: RequestAdapter | undefined, contentType: string | undefined, value: T[] | T) => void;
/**

@@ -69,0 +69,0 @@ * Sets the request body to be a binary stream.

@@ -7,6 +7,6 @@ import type { RequestOption } from "./requestOption";

export declare class NativeResponseWrapper {
static CallAndGetNative: <modelType, nativeResponseType, queryParametersType, headersType>(originalCall: originalCallType<modelType, queryParametersType, headersType>, q?: queryParametersType | undefined, h?: headersType | undefined, o?: RequestOption[] | undefined) => Promise<nativeResponseType>;
static CallAndGetNativeWithBody: <modelType, nativeResponseType, queryParametersType, headersType, requestBodyType>(originalCall: originalCallWithBodyType<modelType, queryParametersType, headersType, requestBodyType>, requestBody: requestBodyType, q?: queryParametersType | undefined, h?: headersType | undefined, o?: RequestOption[] | undefined) => Promise<nativeResponseType>;
static CallAndGetNative: <modelType, nativeResponseType, queryParametersType, headersType>(originalCall: originalCallType<modelType, queryParametersType, headersType>, q?: queryParametersType, h?: headersType, o?: RequestOption[] | undefined) => Promise<nativeResponseType>;
static CallAndGetNativeWithBody: <modelType, nativeResponseType, queryParametersType, headersType, requestBodyType>(originalCall: originalCallWithBodyType<modelType, queryParametersType, headersType, requestBodyType>, requestBody: requestBodyType, q?: queryParametersType, h?: headersType, o?: RequestOption[] | undefined) => Promise<nativeResponseType>;
}
export {};
//# sourceMappingURL=nativeResponseWrapper.d.ts.map

@@ -55,3 +55,3 @@ import { Headers } from "./headers";

*/
setContentFromParsable: <T extends Parsable>(requestAdapter?: RequestAdapter | undefined, contentType?: string | undefined, value?: T | T[] | undefined, modelSerializerFunction?: ModelSerializerFunction<T> | undefined) => void;
setContentFromParsable: <T extends Parsable>(requestAdapter?: RequestAdapter | undefined, contentType?: string | undefined, value?: T[] | T, modelSerializerFunction?: ModelSerializerFunction<T>) => void;
private setContentAndContentType;

@@ -66,3 +66,3 @@ private getSerializationWriter;

*/
setContentFromScalar: <T extends PrimitiveTypesForDeserializationType>(requestAdapter: RequestAdapter | undefined, contentType: string | undefined, value: T | T[]) => void;
setContentFromScalar: <T extends PrimitiveTypesForDeserializationType>(requestAdapter: RequestAdapter | undefined, contentType: string | undefined, value: T[] | T) => void;
/**

@@ -69,0 +69,0 @@ * Sets the request body to be a binary stream.

{
"name": "@microsoft/kiota-abstractions",
"version": "1.0.0-preview.44",
"version": "1.0.0-preview.45",
"description": "Core abstractions for kiota generated libraries in TypeScript and JavaScript",

@@ -38,3 +38,3 @@ "main": "dist/cjs/src/index.js",

"@opentelemetry/api": "^1.7.0",
"@std-uritemplate/std-uritemplate": "^0.0.53",
"@std-uritemplate/std-uritemplate": "^0.0.54",
"guid-typescript": "^1.0.9",

@@ -48,3 +48,3 @@ "tinyduration": "^3.3.0",

},
"gitHead": "98776bbe189b55218a14ba4759d0a3acd93297d8"
"gitHead": "846e942d821f453da523061ba1ef950de3e9d913"
}

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

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