@sap/service-provider-apis
Advanced tools
Comparing version 1.3.0 to 1.4.0
@@ -9,5 +9,5 @@ export { Annotation } from "./interfaces/annotation"; | ||
export { ServiceInstanceCredentials } from "./interfaces/types"; | ||
export { ServiceConnectivityData } from "./interfaces/serviceConnectivityData"; | ||
export { ServiceConnectivityData, ProviderType, } from "./interfaces/serviceConnectivityData"; | ||
export { DefaultLogger } from "./logger/defaultLogger"; | ||
export { Connectivity } from "./connectivity"; | ||
export { messages } from "./i18n/messages"; |
@@ -17,2 +17,4 @@ "use strict"; | ||
Object.defineProperty(exports, "ServiceProviderErrorCode", { enumerable: true, get: function () { return serviceProviderError_1.ServiceProviderErrorCode; } }); | ||
var serviceConnectivityData_1 = require("./interfaces/serviceConnectivityData"); | ||
Object.defineProperty(exports, "ProviderType", { enumerable: true, get: function () { return serviceConnectivityData_1.ProviderType; } }); | ||
var defaultLogger_1 = require("./logger/defaultLogger"); | ||
@@ -19,0 +21,0 @@ Object.defineProperty(exports, "DefaultLogger", { enumerable: true, get: function () { return defaultLogger_1.DefaultLogger; } }); |
import { ProviderSystem } from "./providerSystem"; | ||
import { Annotation } from "./annotation"; | ||
export declare enum ProviderType { | ||
SapSystem = "SapSystem", | ||
ApiHub = "ApiHub" | ||
} | ||
export interface ServiceConnectivityData { | ||
@@ -11,2 +15,3 @@ providerSystem: ProviderSystem; | ||
serviceName?: string; | ||
providerType: ProviderType; | ||
} |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.ProviderType = void 0; | ||
var ProviderType; | ||
(function (ProviderType) { | ||
ProviderType["SapSystem"] = "SapSystem"; | ||
ProviderType["ApiHub"] = "ApiHub"; | ||
})(ProviderType = exports.ProviderType || (exports.ProviderType = {})); | ||
//# sourceMappingURL=serviceConnectivityData.js.map |
{ | ||
"name": "@sap/service-provider-apis", | ||
"version": "1.3.0", | ||
"version": "1.4.0", | ||
"main": "out/src/index.js", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
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
47817
450