@bprotsyk/aso-core 1.2.171 → 1.2.173
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/flash/flash-app.d.ts
CHANGED
package/lib/flash/flash-app.js
CHANGED
|
@@ -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["BANNER"] = "BANNER";
|
|
14
15
|
})(IntegrationVersion = exports.IntegrationVersion || (exports.IntegrationVersion = {}));
|
|
15
16
|
var PlugType;
|
|
16
17
|
(function (PlugType) {
|
|
@@ -476,4 +476,4 @@ let findBrokenOfferStreams = async () => {
|
|
|
476
476
|
// addGeosToAllRedirectCam`paigns("GR")
|
|
477
477
|
// removeGeosFromAllRedirectCampaigns("BE`")
|
|
478
478
|
// gatherInfoForFlashApps()
|
|
479
|
-
replaceDomainInOffers(`xmariorel.com`, `veemienasorullf.com`, /Icecasino Huffson.*/g)
|
|
479
|
+
// replaceDomainInOffers(`xmariorel.com`, `veemienasorullf.com`, /Icecasino Huffson.*/g)
|
package/package.json
CHANGED
package/src/flash/flash-app.ts
CHANGED
|
@@ -514,7 +514,6 @@ let replaceDomainInOffers = async (oldDomain: string, newDomain: string, offerNa
|
|
|
514
514
|
let findBrokenOfferStreams = async () => {
|
|
515
515
|
let allCampaigns = await KeitaroService.getAllCampaigns()
|
|
516
516
|
|
|
517
|
-
|
|
518
517
|
let regexp = new RegExp(`^FA #`)
|
|
519
518
|
const matchingCampaigns = allCampaigns.filter(campaign => regexp.exec(campaign.name));
|
|
520
519
|
for (let campaign of matchingCampaigns) {
|
|
@@ -545,4 +544,4 @@ let findBrokenOfferStreams = async () => {
|
|
|
545
544
|
|
|
546
545
|
// gatherInfoForFlashApps()
|
|
547
546
|
|
|
548
|
-
replaceDomainInOffers(`xmariorel.com`, `veemienasorullf.com`, /Icecasino Huffson.*/g)
|
|
547
|
+
// replaceDomainInOffers(`xmariorel.com`, `veemienasorullf.com`, /Icecasino Huffson.*/g)
|