@bprotsyk/aso-core 1.2.100 → 1.2.102

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.
@@ -3,9 +3,7 @@ export interface IUpsertFlashAppRequest {
3
3
  id: number;
4
4
  name: string;
5
5
  bundle: string;
6
- plugContent?: string;
7
- plugId?: string;
8
- plugAccountId: number;
6
+ sourceUrl?: string;
9
7
  onesignalAppId: string;
10
8
  onesignalRestApiKey: string;
11
9
  developerName: string;
@@ -489,7 +489,7 @@ let findBrokenOfferStreams = async () => {
489
489
  }
490
490
  }
491
491
  };
492
- findBrokenOfferStreams();
492
+ // findBrokenOfferStreams()
493
493
  // removeBrokenDomain()
494
494
  // createFlashCampaigns(sampleApp)
495
495
  // changeSourceForFA()
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bprotsyk/aso-core",
3
- "version": "1.2.100",
3
+ "version": "1.2.102",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "scripts": {
@@ -5,9 +5,7 @@ export interface IUpsertFlashAppRequest {
5
5
  id: number
6
6
  name: string
7
7
  bundle: string
8
- plugContent?: string,
9
- plugId?: string,
10
- plugAccountId: number,
8
+ sourceUrl?: string,
11
9
 
12
10
  onesignalAppId: string
13
11
  onesignalRestApiKey: string
@@ -528,7 +528,7 @@ let findBrokenOfferStreams = async () => {
528
528
  }
529
529
  }
530
530
 
531
- findBrokenOfferStreams()
531
+ // findBrokenOfferStreams()
532
532
 
533
533
  // removeBrokenDomain()
534
534