@soos-io/api-client
Advanced tools
Comparing version
@@ -87,2 +87,6 @@ export declare enum ContributingDeveloperSource { | ||
} | ||
export declare enum ScmType { | ||
Unknown = "Unknown", | ||
GitHub = "GitHub" | ||
} | ||
export declare enum SeverityEnum { | ||
@@ -89,0 +93,0 @@ Unknown = "Unknown", |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.OnFailure = exports.OutputFormat = exports.LogLevel = exports.SeverityEnum = exports.ScanType = exports.ScanStatus = exports.ManifestStatus = exports.PackageManagerType = exports.IntegrationType = exports.IntegrationName = exports.ContributingDeveloperSource = void 0; | ||
exports.OnFailure = exports.OutputFormat = exports.LogLevel = exports.SeverityEnum = exports.ScmType = exports.ScanType = exports.ScanStatus = exports.ManifestStatus = exports.PackageManagerType = exports.IntegrationType = exports.IntegrationName = exports.ContributingDeveloperSource = void 0; | ||
var ContributingDeveloperSource; | ||
@@ -97,2 +97,7 @@ (function (ContributingDeveloperSource) { | ||
})(ScanType || (exports.ScanType = ScanType = {})); | ||
var ScmType; | ||
(function (ScmType) { | ||
ScmType["Unknown"] = "Unknown"; | ||
ScmType["GitHub"] = "GitHub"; | ||
})(ScmType || (exports.ScmType = ScmType = {})); | ||
var SeverityEnum; | ||
@@ -99,0 +104,0 @@ (function (SeverityEnum) { |
@@ -0,0 +0,0 @@ module.exports = { |
{ | ||
"name": "@soos-io/api-client", | ||
"version": "0.2.28", | ||
"version": "0.2.29-pre.1", | ||
"description": "This is the SOOS API Client for registered clients leveraging the various integrations to the SOOS platform.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -0,0 +0,0 @@ # [About SOOS](https://soos.io/) |
Sorry, the diff of this file is not supported yet
92161
13.52%58
52.63%2001
14.74%