@bprotsyk/aso-core 1.2.153 → 1.2.154

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.
@@ -42,6 +42,7 @@ export interface IRemoveDataParams {
42
42
  dark: boolean;
43
43
  path: string;
44
44
  callbackFunctionName: string;
45
+ toSplashAfterSuccess: boolean;
45
46
  }
46
47
  export interface IPrivacyPolicyParams {
47
48
  showButtonQuery: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bprotsyk/aso-core",
3
- "version": "1.2.153",
3
+ "version": "1.2.154",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "scripts": {
@@ -52,8 +52,9 @@ export interface IRemoveDataParams {
52
52
  dark: boolean,
53
53
 
54
54
  path: string
55
-
55
+
56
56
  callbackFunctionName: string
57
+ toSplashAfterSuccess: boolean
57
58
  }
58
59
 
59
60
  export interface IPrivacyPolicyParams {