monkey-front-core 0.0.506 → 0.0.507

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.
@@ -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
  }