@epilot/address-suggestions-client
Advanced tools
+21
| The MIT License (MIT) | ||
| Copyright (c) 2022 epilot GmbH | ||
| Permission is hereby granted, free of charge, to any person obtaining a copy | ||
| of this software and associated documentation files (the "Software"), to deal | ||
| in the Software without restriction, including without limitation the rights | ||
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
| copies of the Software, and to permit persons to whom the Software is | ||
| furnished to do so, subject to the following conditions: | ||
| The above copyright notice and this permission notice shall be included in | ||
| all copies or substantial portions of the Software. | ||
| THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
| IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
| FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
| AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
| LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
| OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
| THE SOFTWARE. |
+1
-1
@@ -1,3 +0,3 @@ | ||
| export type { Client, Components, Paths, PathsDictionary, OperationMethods } from './openapi'; | ||
| export type { OpenAPIClient, OpenAPIClientAxios, Document } from 'openapi-client-axios'; | ||
| export * from './client'; | ||
| export * from './openapi'; |
+1
-0
@@ -18,2 +18,3 @@ "use strict"; | ||
| __exportStar(require("./client"), exports); | ||
| __exportStar(require("./openapi"), exports); | ||
| //# sourceMappingURL=index.js.map |
+12
-1
| /* eslint-disable */ | ||
| import type { | ||
@@ -8,3 +9,3 @@ OpenAPIClient, | ||
| AxiosRequestConfig, | ||
| } from 'openapi-client-axios'; | ||
| } from 'openapi-client-axios'; | ||
@@ -329,1 +330,11 @@ declare namespace Components { | ||
| export type Client = OpenAPIClient<OperationMethods, PathsDictionary> | ||
| export type AddressSuggestion = Components.Schemas.AddressSuggestion; | ||
| export type AddressSuggestionError = Components.Schemas.AddressSuggestionError; | ||
| export type AddressSuggestions = Components.Schemas.AddressSuggestions; | ||
| export type AvailabilityLocation = Components.Schemas.AvailabilityLocation; | ||
| export type AvailabilityResult = Components.Schemas.AvailabilityResult; | ||
| export type Error = Components.Schemas.Error; | ||
| export type ValidateAddressFileError = Components.Schemas.ValidateAddressFileError; | ||
| export type ValidateAddressFileResult = Components.Schemas.ValidateAddressFileResult; | ||
| export type ValidateAddressSuggestionsFileResult = Components.Schemas.ValidateAddressSuggestionsFileResult; |
+4
-5
| { | ||
| "name": "@epilot/address-suggestions-client", | ||
| "version": "1.1.0", | ||
| "version": "1.2.0", | ||
| "description": "Client for epilot Address Suggestions API", | ||
@@ -26,3 +26,3 @@ "main": "dist/index.js", | ||
| "openapi:local": "node ../../scripts/update-openapi.js ../../../address-suggestions-api/lambda/ApiHandlerFunction/openapi.yml", | ||
| "typegen": "echo '/* eslint-disable */' > src/openapi.d.ts && typegen ./src/openapi.json >> src/openapi.d.ts", | ||
| "typegen": "openapi typegen src/openapi.json --client -b '/* eslint-disable */' > src/openapi.d.ts", | ||
| "build": "tsc && npm run bundle-definition", | ||
@@ -63,4 +63,3 @@ "build:watch": "npm run build && tsc -w", | ||
| "json-loader": "^0.5.7", | ||
| "openapi-client-axios-typegen": "^7.4.1", | ||
| "openapicmd": "^2.1.0", | ||
| "openapicmd": "^2.6.0", | ||
| "ts-jest": "^26.5.0", | ||
@@ -73,3 +72,3 @@ "ts-loader": "^8.0.14", | ||
| }, | ||
| "gitHead": "39426e86cfb320fa3227dc03f60ee6a10848e7c7" | ||
| "gitHead": "6c12dc4aaf7ddf60ad11c6f596fb478559fa3052" | ||
| } |
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
39703
4.46%11
-8.33%13
8.33%1119
0.9%