monkey-front-core 0.0.506 → 0.0.508
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/esm2020/lib/core/services/store/monkeyecx-store-base.service.mjs +5 -1
- package/esm2020/lib/core/services/store/monkeyecx-store.service.mjs +5 -1
- package/fesm2015/monkey-front-core.mjs +8 -0
- package/fesm2015/monkey-front-core.mjs.map +1 -1
- package/fesm2020/monkey-front-core.mjs +8 -0
- package/fesm2020/monkey-front-core.mjs.map +1 -1
- package/monkey-front-core-0.0.508.tgz +0 -0
- package/package.json +3 -3
- package/monkey-front-core-0.0.506.tgz +0 -0
|
@@ -5843,6 +5843,10 @@ class MonkeyEcxCommonsStoreBaseService extends MonkeyEcxCommonsService {
|
|
|
5843
5843
|
}
|
|
5844
5844
|
__decorate([
|
|
5845
5845
|
MonkeyEcxCoreService({
|
|
5846
|
+
httpResponse: {
|
|
5847
|
+
httpCodeIgnore: [412],
|
|
5848
|
+
httpCodeIgnoreRedirect: [412]
|
|
5849
|
+
},
|
|
5846
5850
|
requestInProgress: {
|
|
5847
5851
|
showProgress: true
|
|
5848
5852
|
}
|
|
@@ -6139,6 +6143,10 @@ class MonkeyEcxCommonsStoreService extends MonkeyEcxCommonsService {
|
|
|
6139
6143
|
}
|
|
6140
6144
|
__decorate([
|
|
6141
6145
|
MonkeyEcxCoreService({
|
|
6146
|
+
httpResponse: {
|
|
6147
|
+
httpCodeIgnore: [412],
|
|
6148
|
+
httpCodeIgnoreRedirect: [412]
|
|
6149
|
+
},
|
|
6142
6150
|
requestInProgress: {
|
|
6143
6151
|
showProgress: true
|
|
6144
6152
|
}
|