@sap/service-provider-apis
Advanced tools
Comparing version 1.13.2 to 1.13.3
@@ -38,3 +38,3 @@ import { Service } from "./service"; | ||
url: string; | ||
systemType: DataType; | ||
dataType: DataType; | ||
authenticationType: string; | ||
@@ -41,0 +41,0 @@ proxyType: ProxyType; |
@@ -15,5 +15,5 @@ import { Filter, ProxyType, DataType } from "./providerSystem"; | ||
export interface ProviderUtils { | ||
filterSystem(destinationList: RawDestination[], systemType: DataType, WebIdeBasEnabled: boolean, proxyType?: ProxyType): RawDestination[]; | ||
filterSystem(destinationList: RawDestination[], dataType: DataType, WebIdeBasEnabled: boolean, proxyType?: ProxyType): RawDestination[]; | ||
} | ||
export declare function getRequestParamString(filter: Filter): string; | ||
export declare function addFormatParamToFilter(filter: Filter, encoding: EncodingMode): Filter; |
{ | ||
"name": "@sap/service-provider-apis", | ||
"version": "1.13.2", | ||
"version": "1.13.3", | ||
"main": "out/src/index.js", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
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
88970