@bprotsyk/aso-core 1.2.151 → 1.2.152

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.
@@ -8,6 +8,7 @@ export interface IUpsertFlashAppRequest {
8
8
  geos: string;
9
9
  onesignalAppId: string;
10
10
  onesignalRestApiKey: string;
11
+ webInterfaceName: string;
11
12
  policyUrl: string;
12
13
  generationOptions: Partial<IAppGenerationOptions>;
13
14
  keitaroData?: Partial<IAppKeitaroData>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bprotsyk/aso-core",
3
- "version": "1.2.151",
3
+ "version": "1.2.152",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "scripts": {
@@ -11,6 +11,7 @@ export interface IUpsertFlashAppRequest {
11
11
 
12
12
  onesignalAppId: string
13
13
  onesignalRestApiKey: string
14
+ webInterfaceName: string,
14
15
 
15
16
  policyUrl: string,
16
17