@bprotsyk/aso-core 1.2.128 → 1.2.129

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.
@@ -32,7 +32,6 @@ export interface IFlashApp extends Document {
32
32
  privacyPolicyParams?: IPrivacyPolicyParams;
33
33
  }
34
34
  export interface IRemoveDataParams {
35
- appName: string;
36
35
  buttonText: string;
37
36
  resultText: string;
38
37
  errorText: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bprotsyk/aso-core",
3
- "version": "1.2.128",
3
+ "version": "1.2.129",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "scripts": {
@@ -40,7 +40,6 @@ export interface IFlashApp extends Document {
40
40
  }
41
41
 
42
42
  export interface IRemoveDataParams {
43
- appName: string,
44
43
  buttonText: string,
45
44
  resultText: string,
46
45
  errorText: string,