@soos-io/api-client
Advanced tools
Comparing version 0.2.17-pre.4 to 0.2.17-pre.5
@@ -7,2 +7,3 @@ "use strict"; | ||
const utilities_1 = require("../utilities"); | ||
const logging_1 = require("../logging"); | ||
const getIntegrateUrl = (scanType) => `${constants_1.SOOS_CONSTANTS.Urls.App.Home}integrate/${scanType == enums_1.ScanType.CSA ? "containers" : scanType.toLowerCase()}`; | ||
@@ -131,2 +132,3 @@ class AnalysisArgumentParser { | ||
ensureRequiredArguments(args) { | ||
logging_1.soosLogger.info(`Value of clientId: ${args.clientId}`); | ||
(0, utilities_1.ensureNonEmptyValue)(args.clientId, "clientId"); | ||
@@ -133,0 +135,0 @@ (0, utilities_1.ensureNonEmptyValue)(args.apiKey, "apiKey"); |
{ | ||
"name": "@soos-io/api-client", | ||
"version": "0.2.17-pre.4", | ||
"version": "0.2.17-pre.5", | ||
"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", |
77913
1709