@soos-io/api-client
Advanced tools
Comparing version 0.2.17-pre.3 to 0.2.17-pre.4
import { ArgumentParser } from "argparse"; | ||
import { IntegrationName, IntegrationType, ScanType } from "../enums"; | ||
import { ContributingDeveloperSource, IntegrationName, IntegrationType, LogLevel, OnFailure, ScanType } from "../enums"; | ||
interface IBaseScanArguments { | ||
apiKey: string; | ||
apiURL: string; | ||
appVersion: string; | ||
branchName: string; | ||
branchURI: string; | ||
buildURI: string; | ||
buildVersion: string; | ||
clientId: string; | ||
commitHash: string; | ||
contributingDeveloperId: string; | ||
contributingDeveloperSource: ContributingDeveloperSource; | ||
contributingDeveloperSourceName: string; | ||
integrationName: IntegrationName; | ||
integrationType: IntegrationType; | ||
logLevel: LogLevel; | ||
onFailure: OnFailure; | ||
operatingEnvironment: string; | ||
projectName: string; | ||
scriptVersion: string; | ||
verbose: boolean; | ||
} | ||
declare class AnalysisArgumentParser { | ||
@@ -14,1 +36,2 @@ scanType: ScanType; | ||
export default AnalysisArgumentParser; | ||
export { IBaseScanArguments }; |
{ | ||
"name": "@soos-io/api-client", | ||
"version": "0.2.17-pre.3", | ||
"version": "0.2.17-pre.4", | ||
"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", |
77798
1707