@bprotsyk/aso-core 1.2.219 → 1.2.220

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.
@@ -45,7 +45,7 @@ export interface IBannerParams {
45
45
  imagePath: string;
46
46
  imageParam: string;
47
47
  linkParam: string;
48
- showStubOnError: boolean;
48
+ showStubOnError?: boolean;
49
49
  }
50
50
  export interface IRemoveDataParams {
51
51
  buttonText: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bprotsyk/aso-core",
3
- "version": "1.2.219",
3
+ "version": "1.2.220",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "scripts": {
@@ -56,7 +56,7 @@ export interface IBannerParams {
56
56
  imagePath: string,
57
57
  imageParam: string,
58
58
  linkParam: string,
59
- showStubOnError: boolean
59
+ showStubOnError?: boolean
60
60
  }
61
61
 
62
62
  export interface IRemoveDataParams {