@bprotsyk/aso-core 1.2.71 → 1.2.73

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.
@@ -20,7 +20,7 @@ export interface IFlashApp extends Document {
20
20
  reservePlugType?: PlugType;
21
21
  reservePlugContent?: string;
22
22
  reservePlugStatus?: FlashAppPlugStatus;
23
- reservePlugAccountId: number;
23
+ reservePlugAccountId?: number;
24
24
  policyUrl?: string;
25
25
  type: FlashAppType;
26
26
  geos: string;
@@ -473,4 +473,4 @@ let gatherInfoForFlashApps = async () => {
473
473
  // changeSourceForFA()
474
474
  // addGeosToAllRedirectCampaigns("BE")
475
475
  // removeGeosFromAllRedirectCampaigns("BE`")
476
- gatherInfoForFlashApps();
476
+ // gatherInfoForFlashApps()
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bprotsyk/aso-core",
3
- "version": "1.2.71",
3
+ "version": "1.2.73",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "scripts": {
@@ -24,7 +24,7 @@ export interface IFlashApp extends Document {
24
24
  reservePlugType?: PlugType
25
25
  reservePlugContent?: string
26
26
  reservePlugStatus?: FlashAppPlugStatus
27
- reservePlugAccountId: number
27
+ reservePlugAccountId?: number
28
28
  policyUrl?: string
29
29
  type: FlashAppType,
30
30
  geos: string,
@@ -492,4 +492,4 @@ let gatherInfoForFlashApps = async () => {
492
492
  // addGeosToAllRedirectCampaigns("BE")
493
493
  // removeGeosFromAllRedirectCampaigns("BE`")
494
494
 
495
- gatherInfoForFlashApps()
495
+ // gatherInfoForFlashApps()