@arsedizioni/ars-utils 19.3.14 → 19.3.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/core/definitions.d.ts +1 -0
- package/fesm2022/arsedizioni-ars-utils-clipper.common.mjs +2 -1
- package/fesm2022/arsedizioni-ars-utils-clipper.common.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-core.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-evolution.common.mjs +2 -1
- package/fesm2022/arsedizioni-ars-utils-evolution.common.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-support.common.mjs +2 -1
- package/fesm2022/arsedizioni-ars-utils-support.common.mjs.map +1 -1
- package/package.json +5 -5
package/core/definitions.d.ts
CHANGED
|
@@ -3221,7 +3221,8 @@ class ClipperAuthInterceptor {
|
|
|
3221
3221
|
invalidateSession: errorStatus === 405 || errorStatus === 410,
|
|
3222
3222
|
message: message,
|
|
3223
3223
|
title: "Errore in Clipper",
|
|
3224
|
-
errorStatus: errorStatus
|
|
3224
|
+
errorStatus: errorStatus,
|
|
3225
|
+
service: this.clipperService.serviceUri
|
|
3225
3226
|
});
|
|
3226
3227
|
}
|
|
3227
3228
|
}
|