Optional
options: AxiosErrorRedactorOptionsany of errors that can be thrown by axios
+Optional
options: AxiosErrorRedactorOptionsRedacts sensitive data from the Axios rejection error
+any of errors that can be thrown by axios
HttpErrorResponse in case of axios error, otherwise passthrough the error
Disables redaction of the query data
the instance of the redactor
diff --git a/package-lock.json b/package-lock.json index 740b341..59e9737 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "projen": "^0.91.4", "ts-eager": "^2.0.2", "ts-node": "^10.9.2", - "typedoc": "^0.27.5", + "typedoc": "^0.27.6", "typescript": "^5.7.2" }, "engines": { @@ -6609,9 +6609,9 @@ "dev": true }, "node_modules/typedoc": { - "version": "0.27.5", - "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.27.5.tgz", - "integrity": "sha512-x+fhKJtTg4ozXwKayh/ek4wxZQI/+2hmZUdO2i2NGDBRUflDble70z+ewHod3d4gRpXSO6fnlnjbDTnJk7HlkQ==", + "version": "0.27.6", + "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.27.6.tgz", + "integrity": "sha512-oBFRoh2Px6jFx366db0lLlihcalq/JzyCVp7Vaq1yphL/tbgx2e+bkpkCgJPunaPvPwoTOXSwasfklWHm7GfAw==", "dev": true, "license": "Apache-2.0", "dependencies": { @@ -11794,9 +11794,9 @@ "dev": true }, "typedoc": { - "version": "0.27.5", - "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.27.5.tgz", - "integrity": "sha512-x+fhKJtTg4ozXwKayh/ek4wxZQI/+2hmZUdO2i2NGDBRUflDble70z+ewHod3d4gRpXSO6fnlnjbDTnJk7HlkQ==", + "version": "0.27.6", + "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.27.6.tgz", + "integrity": "sha512-oBFRoh2Px6jFx366db0lLlihcalq/JzyCVp7Vaq1yphL/tbgx2e+bkpkCgJPunaPvPwoTOXSwasfklWHm7GfAw==", "dev": true, "requires": { "@gerrit0/mini-shiki": "^1.24.0", diff --git a/package.json b/package.json index 4c0e454..9df3c6b 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "projen": "^0.91.4", "ts-eager": "^2.0.2", "ts-node": "^10.9.2", - "typedoc": "^0.27.5", + "typedoc": "^0.27.6", "typescript": "^5.7.2" }, "dependencies": {
Redacts sensitive data from the Axios rejection error
-