@microsoft/kiota-http-fetchlibrary
Advanced tools
Comparing version 1.0.0-preview.55 to 1.0.0-preview.56
@@ -7,3 +7,2 @@ /** | ||
*/ | ||
/// <reference path="../../../../dom.shim.d.ts" /> | ||
export * from "../fetchRequestAdapter.js"; | ||
@@ -10,0 +9,0 @@ export * from "../httpClient.js"; |
@@ -7,3 +7,3 @@ /** | ||
*/ | ||
import { type AuthenticationProvider, type BackingStoreFactory, type DateOnly, type Duration, type ErrorMappings, type Parsable, type ParsableFactory, type ParseNodeFactory, type PrimitiveTypesForDeserialization, type PrimitiveTypesForDeserializationType, type RequestAdapter, type RequestInformation, type SerializationWriterFactory, type TimeOnly } from "@microsoft/kiota-abstractions"; | ||
import { type AuthenticationProvider, type BackingStoreFactory, type ErrorMappings, type Parsable, type ParsableFactory, type ParseNodeFactory, type PrimitiveTypesForDeserialization, type PrimitiveTypesForDeserializationType, type RequestAdapter, type RequestInformation, type SerializationWriterFactory } from "@microsoft/kiota-abstractions"; | ||
import { HttpClient } from "./httpClient.js"; | ||
@@ -35,3 +35,3 @@ import { type ObservabilityOptions } from "./observabilityOptions.js"; | ||
private static readonly responseTypeAttributeKey; | ||
sendCollectionOfPrimitive: <ResponseType extends string | number | boolean | DateOnly | Date | Duration | TimeOnly>(requestInfo: RequestInformation, responseType: Exclude<PrimitiveTypesForDeserialization, "ArrayBuffer">, errorMappings: ErrorMappings | undefined) => Promise<ResponseType[] | undefined>; | ||
sendCollectionOfPrimitive: <ResponseType extends Exclude<PrimitiveTypesForDeserializationType, ArrayBuffer>>(requestInfo: RequestInformation, responseType: Exclude<PrimitiveTypesForDeserialization, "ArrayBuffer">, errorMappings: ErrorMappings | undefined) => Promise<ResponseType[] | undefined>; | ||
sendCollection: <ModelType extends Parsable>(requestInfo: RequestInformation, deserialization: ParsableFactory<ModelType>, errorMappings: ErrorMappings | undefined) => Promise<ModelType[] | undefined>; | ||
@@ -38,0 +38,0 @@ private startTracingSpan; |
@@ -7,3 +7,2 @@ /** | ||
*/ | ||
/// <reference path="../../../dom.shim.d.ts" /> | ||
export * from "./fetchRequestAdapter.js"; | ||
@@ -10,0 +9,0 @@ export * from "./httpClient.js"; |
{ | ||
"name": "@microsoft/kiota-http-fetchlibrary", | ||
"version": "1.0.0-preview.55", | ||
"version": "1.0.0-preview.56", | ||
"description": "Kiota request adapter implementation with fetch", | ||
@@ -44,3 +44,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "18ce5fd17f02186ba4151aa105d3a37ea1b50917" | ||
"gitHead": "d2049023e3e60fedd031bc73ee3edf5ffa8693d2" | ||
} |
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
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
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
308526
3677