@bprotsyk/aso-core 1.2.197 → 1.2.198

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.
@@ -75,6 +75,7 @@ export declare enum IntegrationVersion {
75
75
  OFFER_STUB = "OFFER_STUB",
76
76
  DIRECT = "DIRECT",
77
77
  WEB = "WEB",
78
+ WEB_DIRECT = "WEB_DIRECT",
78
79
  BANNER = "BANNER"
79
80
  }
80
81
  export interface IntegrationAlterations {
@@ -11,6 +11,7 @@ var IntegrationVersion;
11
11
  IntegrationVersion["OFFER_STUB"] = "OFFER_STUB";
12
12
  IntegrationVersion["DIRECT"] = "DIRECT";
13
13
  IntegrationVersion["WEB"] = "WEB";
14
+ IntegrationVersion["WEB_DIRECT"] = "WEB_DIRECT";
14
15
  IntegrationVersion["BANNER"] = "BANNER";
15
16
  })(IntegrationVersion = exports.IntegrationVersion || (exports.IntegrationVersion = {}));
16
17
  var PlugType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bprotsyk/aso-core",
3
- "version": "1.2.197",
3
+ "version": "1.2.198",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "scripts": {
@@ -93,6 +93,7 @@ export enum IntegrationVersion {
93
93
  OFFER_STUB = "OFFER_STUB",
94
94
  DIRECT = "DIRECT",
95
95
  WEB = "WEB",
96
+ WEB_DIRECT = "WEB_DIRECT",
96
97
  BANNER = "BANNER"
97
98
  }
98
99