@epilot/address-suggestions-client
Advanced tools
@@ -1,1 +0,1 @@ | ||
| (()=>{"use strict";var e={914:function(e,r,i){var a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(r,"__esModule",{value:!0});var t=a(i(240));r.default=t.default},240:e=>{e.exports=JSON.parse('{"openapi":"3.0.3","info":{"title":"","version":""},"servers":[{"url":"https://address-suggestions-api.sls.epilot.io"}],"paths":{"/v1/public/suggestions":{"get":{"parameters":[{"in":"header","name":"X-Epilot-Org-ID","required":true},{"in":"query","name":"s3FileUrl","required":false},{"in":"query","name":"fileId","required":false},{"in":"query","name":"countryCodeSearchTerm","required":false},{"in":"query","name":"postalCodeSearchTerm","required":false},{"in":"query","name":"streetSearchTerm","required":false}],"operationId":"getAddresses"}},"/v1/suggestions:validate":{"get":{"operationId":"validateAddresses","deprecated":true,"parameters":[{"in":"query","name":"s3FileUrl"},{"in":"query","name":"fileId"}]}},"/v1/public/availability:check":{"get":{"operationId":"checkAvailability","parameters":[{"in":"header","name":"X-Epilot-Org-ID","required":true},{"in":"query","name":"files","required":true},{"in":"query","name":"countryCode","required":true},{"in":"query","name":"postalCode","required":true},{"in":"query","name":"street","required":false},{"in":"query","name":"streetNumber","required":false}]}},"/v1/addresses-files:validate":{"get":{"operationId":"validateAddressesFile","parameters":[{"in":"query","name":"fileId"}]}}},"components":{}}')}},r={},i=function i(a){var t=r[a];if(void 0!==t)return t.exports;var s=r[a]={exports:{}};return e[a].call(s.exports,s,s.exports,i),s.exports}(914),a=exports;for(var t in i)a[t]=i[t];i.__esModule&&Object.defineProperty(a,"__esModule",{value:!0})})(); | ||
| (()=>{"use strict";var e={390:function(e,r,i){var a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(r,"__esModule",{value:!0});var t=a(i(466));r.default=t.default},466:e=>{e.exports=JSON.parse('{"openapi":"3.0.3","info":{"title":"","version":""},"servers":[{"url":"https://address-suggestions-api.sls.epilot.io"}],"paths":{"/v1/public/suggestions":{"get":{"parameters":[{"in":"header","name":"X-Epilot-Org-ID","required":true},{"in":"query","name":"s3FileUrl","required":false},{"in":"query","name":"fileId","required":false},{"in":"query","name":"countryCodeSearchTerm","required":false},{"in":"query","name":"postalCodeSearchTerm","required":false},{"in":"query","name":"streetSearchTerm","required":false}],"operationId":"getAddresses"}},"/v1/suggestions:validate":{"get":{"operationId":"validateAddresses","deprecated":true,"parameters":[{"in":"query","name":"s3FileUrl"},{"in":"query","name":"fileId"}]}},"/v1/public/availability:check":{"get":{"operationId":"checkAvailability","parameters":[{"in":"header","name":"X-Epilot-Org-ID","required":true},{"in":"query","name":"files","required":true},{"in":"query","name":"countryCode","required":true},{"in":"query","name":"postalCode","required":true},{"in":"query","name":"street","required":false},{"in":"query","name":"streetNumber","required":false}]}},"/v1/addresses-files:validate":{"get":{"operationId":"validateAddressesFile","parameters":[{"in":"query","name":"fileId"}]}}},"components":{}}')}},r={},i=function i(a){var t=r[a];if(void 0!==t)return t.exports;var s=r[a]={exports:{}};return e[a].call(s.exports,s,s.exports,i),s.exports}(390),a=exports;for(var t in i)a[t]=i[t];i.__esModule&&Object.defineProperty(a,"__esModule",{value:!0})})(); |
@@ -234,2 +234,3 @@ /* eslint-disable */ | ||
| export interface OperationMethods { | ||
@@ -331,2 +332,3 @@ /** | ||
| export type AddressSuggestion = Components.Schemas.AddressSuggestion; | ||
@@ -333,0 +335,0 @@ export type AddressSuggestionError = Components.Schemas.AddressSuggestionError; |
+8
-7
| { | ||
| "name": "@epilot/address-suggestions-client", | ||
| "version": "1.2.1", | ||
| "version": "1.3.0", | ||
| "description": "Client for epilot Address Suggestions API", | ||
@@ -9,2 +9,3 @@ "main": "dist/index.js", | ||
| "license": "MIT", | ||
| "private": false, | ||
| "repository": { | ||
@@ -29,6 +30,6 @@ "type": "git", | ||
| "build": "tsc && npm run build:patch && npm run bundle-definition", | ||
| "build:patch": "sed -i '/^__exportStar.*openapi.*$/d' dist/index.js", | ||
| "build:patch": "sed -i'' -e '/^__exportStar.*openapi.*$/d' dist/index.js", | ||
| "build:watch": "npm run build && tsc -w", | ||
| "prepublishOnly": "npm run typegen && npm run build", | ||
| "lint": "../../node_modules/eslint/bin/eslint.js src" | ||
| "lint": "pnpm exec eslint src" | ||
| }, | ||
@@ -49,3 +50,3 @@ "files": [ | ||
| "peerDependencies": { | ||
| "axios": "^1.6.2" | ||
| "axios": "^1.0.0 || >=0.25.0 <1.0.0" | ||
| }, | ||
@@ -56,3 +57,3 @@ "dependencies": { | ||
| "https-browserify": "^1.0.0", | ||
| "openapi-client-axios": "^7.5.1", | ||
| "openapi-client-axios": "^7.6.0", | ||
| "stream-http": "^3.1.1", | ||
@@ -67,3 +68,3 @@ "url": "^0.11.0", | ||
| "json-loader": "^0.5.7", | ||
| "openapicmd": "^2.6.0", | ||
| "openapicmd": "^2.7.0", | ||
| "ts-jest": "^26.5.0", | ||
@@ -76,3 +77,3 @@ "ts-loader": "^8.0.14", | ||
| }, | ||
| "gitHead": "cb7e6acc938eb178e531c19834ea8bd0d6445e6f" | ||
| "gitHead": "39426e86cfb320fa3227dc03f60ee6a10848e7c7" | ||
| } |
+1
-1
@@ -10,3 +10,3 @@ # @epilot/address-suggestions-client | ||
| Uses [`openapi-client-axios`](https://github.com/anttiviljami/openapi-client-axios) | ||
| Uses [`openapi-client-axios`](https://github.com/openapistack/openapi-client-axios) | ||
@@ -13,0 +13,0 @@ ## Installation |
-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. |
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
38700
-2.65%12
-7.69%Updated