@bprotsyk/aso-core 1.2.225 → 1.2.227
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/index.d.ts +4 -1
- package/lib/index.js +1 -4
- package/lib/offers/offerwall/offerwall-home-dialog-data.d.ts +6 -0
- package/lib/offers/offerwall/offerwall-home-dialog-data.js +2 -0
- package/lib/offers/offerwall/offerwall-offer.d.ts +8 -0
- package/lib/offers/offerwall/offerwall-offer.js +2 -0
- package/lib/offers/offerwall/offerwall-response.d.ts +6 -0
- package/lib/offers/offerwall/offerwall-response.js +2 -0
- package/lib/offers/offerwall/offerwall-section.d.ts +6 -0
- package/lib/offers/offerwall/offerwall-section.js +2 -0
- package/lib/panel/flash/upsert-flash-app-request.d.ts +2 -1
- package/package.json +1 -1
- package/src/index.ts +4 -1
- package/src/offers/offerwall/offerwall-home-dialog-data.ts +6 -0
- package/src/offers/offerwall/offerwall-offer.ts +8 -0
- package/src/offers/offerwall/offerwall-response.ts +7 -0
- package/src/offers/offerwall/offerwall-section.ts +7 -0
- package/src/panel/flash/upsert-flash-app-request.ts +2 -1
package/lib/index.d.ts
CHANGED
|
@@ -10,7 +10,10 @@ export { IPanelUser, PanelUserAccessScope, PanelUserSchema } from "./panel/user"
|
|
|
10
10
|
export { IAuthToken } from "./panel/auth";
|
|
11
11
|
export { IUpsertAppRequest, IUpsertAppResponse } from "./panel/flash/upsert-flash-app-request";
|
|
12
12
|
export { IGradient, IStroke, IShape, ShapeDiv } from "./general/shape";
|
|
13
|
-
export {
|
|
13
|
+
export { IOfferWallHomeDialogData } from "./offers/offerwall/offerwall-home-dialog-data";
|
|
14
|
+
export { IOfferWallOffer } from "./offers/offerwall/offerwall-offer";
|
|
15
|
+
export { IOfferWallResponse } from "./offers/offerwall/offerwall-response";
|
|
16
|
+
export { IOfferWallSection } from "./offers/offerwall/offerwall-section";
|
|
14
17
|
export { KeitaroService, IKeitaroOffersFilter } from "./network/keitaro/keitaro-service";
|
|
15
18
|
export * as KeitaroUtils from "./utils/keitaro-utils";
|
|
16
19
|
export { IKeitaroCampaign, IKeitaroCampaignParameters, IKeitaroCampaignParameter } from "./keitaro/keitaro-campaign";
|
package/lib/index.js
CHANGED
|
@@ -23,7 +23,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
23
23
|
return result;
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.NamecheapBuyRequestSchema = exports.CONST_CLOUFLARE_STATUS_READY = exports.DomainTarget = exports.DomainStatus = exports.ICloudflareDomainType = exports.ICloudflareDomainStatus = exports.KeitaroUtils = exports.KeitaroService = exports.
|
|
26
|
+
exports.NamecheapBuyRequestSchema = exports.CONST_CLOUFLARE_STATUS_READY = exports.DomainTarget = exports.DomainStatus = exports.ICloudflareDomainType = exports.ICloudflareDomainStatus = exports.KeitaroUtils = exports.KeitaroService = exports.ShapeDiv = exports.PanelUserSchema = exports.PanelUserAccessScope = exports.AlternativeOnActivityResult = exports.AlternativeOnBackPressed = exports.AlternativeNavigation = exports.AlternativeStorageType = exports.AlternativeNetworkTool = exports.AlternativeLogicType = exports.AlternativeSourceType = exports.AlternativeLayoutType = exports.AppType = exports.PlugType = exports.AppSchema = exports.IntegrationVersion = exports.SectionsListSchema = exports.DefaultSectionId = exports.OffersSectionSchema = exports.IOfferType = void 0;
|
|
27
27
|
var offer_1 = require("./offers/offer");
|
|
28
28
|
Object.defineProperty(exports, "IOfferType", { enumerable: true, get: function () { return offer_1.IOfferType; } });
|
|
29
29
|
var section_1 = require("./offers/section");
|
|
@@ -51,9 +51,6 @@ Object.defineProperty(exports, "PanelUserAccessScope", { enumerable: true, get:
|
|
|
51
51
|
Object.defineProperty(exports, "PanelUserSchema", { enumerable: true, get: function () { return user_1.PanelUserSchema; } });
|
|
52
52
|
var shape_1 = require("./general/shape");
|
|
53
53
|
Object.defineProperty(exports, "ShapeDiv", { enumerable: true, get: function () { return shape_1.ShapeDiv; } });
|
|
54
|
-
var colored_text_1 = require("./general/colored-text");
|
|
55
|
-
Object.defineProperty(exports, "ColoredText", { enumerable: true, get: function () { return colored_text_1.ColoredText; } });
|
|
56
|
-
Object.defineProperty(exports, "IColoredTextProps", { enumerable: true, get: function () { return colored_text_1.IColoredTextProps; } });
|
|
57
54
|
var keitaro_service_1 = require("./network/keitaro/keitaro-service");
|
|
58
55
|
Object.defineProperty(exports, "KeitaroService", { enumerable: true, get: function () { return keitaro_service_1.KeitaroService; } });
|
|
59
56
|
exports.KeitaroUtils = __importStar(require("./utils/keitaro-utils"));
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { IOfferWallHomeDialogData } from "offers/offerwall/offerwall-home-dialog-data";
|
|
2
|
+
import { IOfferWallSection } from "offers/offerwall/offerwall-section";
|
|
3
|
+
export interface IOfferWallResponse {
|
|
4
|
+
sections: IOfferWallSection[];
|
|
5
|
+
homeDialog: IOfferWallHomeDialogData;
|
|
6
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IAppGenerationOptions, IAppKeitaroData, IBannerParams, IDeveloperParams, IDirectParams, IDomainParams, IOffersStubParams, IPrivacyPolicyParams, IRemoveDataParams, IntegrationVersion } from "app/app";
|
|
1
|
+
import { IAppGenerationOptions, IAppKeitaroData, IBannerParams, IDeveloperParams, IDirectParams, IDomainParams, IOffersStubParams, IPrivacyPolicyParams, IRemoteServerParams, IRemoveDataParams, IntegrationVersion } from "app/app";
|
|
2
2
|
export interface IUpsertAppRequest {
|
|
3
3
|
id: number;
|
|
4
4
|
name?: string;
|
|
@@ -16,6 +16,7 @@ export interface IUpsertAppRequest {
|
|
|
16
16
|
offersStubParams?: IOffersStubParams;
|
|
17
17
|
bannerParams?: IBannerParams;
|
|
18
18
|
developerParams?: IDeveloperParams;
|
|
19
|
+
remoteServerParams?: IRemoteServerParams;
|
|
19
20
|
domainParams: IDomainParams;
|
|
20
21
|
directParams?: IDirectParams;
|
|
21
22
|
}
|
package/package.json
CHANGED
package/src/index.ts
CHANGED
|
@@ -14,7 +14,10 @@ export { IAuthToken } from "./panel/auth"
|
|
|
14
14
|
export { IUpsertAppRequest, IUpsertAppResponse } from "./panel/flash/upsert-flash-app-request"
|
|
15
15
|
|
|
16
16
|
export { IGradient, IStroke, IShape, ShapeDiv } from "./general/shape"
|
|
17
|
-
export {
|
|
17
|
+
export { IOfferWallHomeDialogData } from "./offers/offerwall/offerwall-home-dialog-data"
|
|
18
|
+
export { IOfferWallOffer } from "./offers/offerwall/offerwall-offer"
|
|
19
|
+
export { IOfferWallResponse } from "./offers/offerwall/offerwall-response"
|
|
20
|
+
export { IOfferWallSection } from "./offers/offerwall/offerwall-section"
|
|
18
21
|
|
|
19
22
|
export { KeitaroService, IKeitaroOffersFilter } from "./network/keitaro/keitaro-service"
|
|
20
23
|
export * as KeitaroUtils from "./utils/keitaro-utils"
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { IOfferWallHomeDialogData } from "offers/offerwall/offerwall-home-dialog-data";
|
|
2
|
+
import { IOfferWallSection } from "offers/offerwall/offerwall-section";
|
|
3
|
+
|
|
4
|
+
export interface IOfferWallResponse {
|
|
5
|
+
sections: IOfferWallSection[];
|
|
6
|
+
homeDialog: IOfferWallHomeDialogData;
|
|
7
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IAppGenerationOptions, IAppKeitaroData, IBannerParams, IDeveloperParams, IDirectParams, IDomainParams, IOffersStubParams, IPrivacyPolicyParams, IRemoveDataParams, IntegrationVersion } from "app/app"
|
|
1
|
+
import { IAppGenerationOptions, IAppKeitaroData, IBannerParams, IDeveloperParams, IDirectParams, IDomainParams, IOffersStubParams, IPrivacyPolicyParams, IRemoteServerParams, IRemoveDataParams, IntegrationVersion } from "app/app"
|
|
2
2
|
import { PlugType } from "index"
|
|
3
3
|
|
|
4
4
|
export interface IUpsertAppRequest {
|
|
@@ -24,6 +24,7 @@ export interface IUpsertAppRequest {
|
|
|
24
24
|
offersStubParams?: IOffersStubParams,
|
|
25
25
|
bannerParams?: IBannerParams,
|
|
26
26
|
developerParams?: IDeveloperParams,
|
|
27
|
+
remoteServerParams?: IRemoteServerParams,
|
|
27
28
|
domainParams: IDomainParams,
|
|
28
29
|
directParams?: IDirectParams,
|
|
29
30
|
}
|