@bprotsyk/aso-core 1.2.104 → 1.2.106

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.
@@ -37,8 +37,8 @@ export declare enum AlternativeOnBackPressed {
37
37
  NEW = "New"
38
38
  }
39
39
  export declare enum AlternativeOnActivityResult {
40
- OLD = "Old",
41
- NEW = "New"
40
+ OVERRIDE = "Override",
41
+ CALLBACK = "Callback"
42
42
  }
43
43
  export interface IFlashIntegration {
44
44
  id: number;
@@ -52,6 +52,6 @@ var AlternativeOnBackPressed;
52
52
  })(AlternativeOnBackPressed = exports.AlternativeOnBackPressed || (exports.AlternativeOnBackPressed = {}));
53
53
  var AlternativeOnActivityResult;
54
54
  (function (AlternativeOnActivityResult) {
55
- AlternativeOnActivityResult["OLD"] = "Old";
56
- AlternativeOnActivityResult["NEW"] = "New";
55
+ AlternativeOnActivityResult["OVERRIDE"] = "Override";
56
+ AlternativeOnActivityResult["CALLBACK"] = "Callback";
57
57
  })(AlternativeOnActivityResult = exports.AlternativeOnActivityResult || (exports.AlternativeOnActivityResult = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bprotsyk/aso-core",
3
- "version": "1.2.104",
3
+ "version": "1.2.106",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "scripts": {
@@ -49,8 +49,8 @@ export enum AlternativeOnBackPressed {
49
49
  }
50
50
 
51
51
  export enum AlternativeOnActivityResult {
52
- OLD = "Old",
53
- NEW = "New"
52
+ OVERRIDE = "Override",
53
+ CALLBACK = "Callback"
54
54
  }
55
55
 
56
56
  export interface IFlashIntegration {