@soos-io/api-client
Advanced tools
Comparing version 1.1.0-pre.12 to 1.1.0-pre.13
@@ -13,3 +13,3 @@ "use strict"; | ||
apiKey: this.apiKey, | ||
apiClientName: "Analysis API", | ||
apiClientName: "Analysis Attribution API", | ||
}); | ||
@@ -16,0 +16,0 @@ } |
@@ -110,2 +110,5 @@ "use strict"; | ||
ensureArgumentCombinationsAreValid(args) { | ||
if ((0, utilities_1.isNil)(args.exportFormat) || (0, utilities_1.isNil)(args.exportFileType)) { | ||
return; | ||
} | ||
const argumentsAreValid = this.isValidExportArguments(this.scanType, args.exportFormat, args.exportFileType); | ||
@@ -112,0 +115,0 @@ if (!argumentsAreValid) { |
{ | ||
"name": "@soos-io/api-client", | ||
"version": "1.1.0-pre.12", | ||
"version": "1.1.0-pre.13", | ||
"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", |
335260
3391