@bprotsyk/aso-core 2.1.3 → 2.1.5

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.
package/lib/app/app.d.ts CHANGED
@@ -71,6 +71,7 @@ export interface IOffersStubParams {
71
71
  export interface IDomainParams {
72
72
  name: string;
73
73
  clouflareZone: string;
74
+ ready: boolean;
74
75
  }
75
76
  export interface IDirectParams {
76
77
  path: string;
@@ -6,7 +6,7 @@ export interface IUpsertAppRequest {
6
6
  sourceUrl?: string;
7
7
  enabled?: boolean;
8
8
  geos?: string;
9
- geo?: string;
9
+ geo?: string[];
10
10
  appmetricaApiKey?: string;
11
11
  appmetricaAppId?: number;
12
12
  integrationVersion?: IntegrationVersion;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bprotsyk/aso-core",
3
- "version": "2.1.3",
3
+ "version": "2.1.5",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "scripts": {
package/src/app/app.ts CHANGED
@@ -85,6 +85,7 @@ export interface IOffersStubParams {
85
85
  export interface IDomainParams {
86
86
  name: string,
87
87
  clouflareZone: string,
88
+ ready: boolean
88
89
  }
89
90
 
90
91
  export interface IDirectParams {
@@ -8,7 +8,7 @@ export interface IUpsertAppRequest {
8
8
  sourceUrl?: string,
9
9
  enabled?: boolean,
10
10
  geos?: string,
11
- geo?: string,
11
+ geo?: string[],
12
12
 
13
13
  // onesignalAppId: string
14
14
  // onesignalRestApiKey: string