@bprotsyk/aso-core 1.1.21 → 1.1.23
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/aso/offer/aso-single-offer.d.ts +5 -0
- package/lib/aso/offer/aso-single-offer.js +2 -0
- package/lib/flash/flash-app.d.ts +0 -1
- package/lib/index.d.ts +1 -0
- package/package.json +1 -1
- package/src/{shared/single-offer.ts → aso/offer/aso-single-offer.ts} +1 -1
- package/src/flash/flash-app.ts +0 -1
- package/src/index.ts +1 -0
package/lib/flash/flash-app.d.ts
CHANGED
package/lib/index.d.ts
CHANGED
|
@@ -3,6 +3,7 @@ export { IAsoOfferResponse } from "./aso/offer/aso-offer-response";
|
|
|
3
3
|
export { IAsoSection } from "./aso/offer/aso-offer-section";
|
|
4
4
|
export { IAsoDefaultConfig } from "./aso/config/aso-default-config";
|
|
5
5
|
export { IAsoConfigResponse } from "./aso/config/aso-single-response";
|
|
6
|
+
export { IAsoSingleOffer } from "./aso/offer/aso-single-offer";
|
|
6
7
|
export * as ASO_v0 from "./aso/config/aso-config-v0";
|
|
7
8
|
export * as ASO_v1 from "./aso/config/aso-config-v1";
|
|
8
9
|
export * as ASO_v2 from "./aso/config/aso-config-v2";
|
package/package.json
CHANGED
package/src/flash/flash-app.ts
CHANGED
package/src/index.ts
CHANGED
|
@@ -3,6 +3,7 @@ export { IAsoOfferResponse } from "./aso/offer/aso-offer-response"
|
|
|
3
3
|
export { IAsoSection } from "./aso/offer/aso-offer-section"
|
|
4
4
|
export { IAsoDefaultConfig } from "./aso/config/aso-default-config"
|
|
5
5
|
export { IAsoConfigResponse } from "./aso/config/aso-single-response"
|
|
6
|
+
export { IAsoSingleOffer } from "./aso/offer/aso-single-offer"
|
|
6
7
|
export * as ASO_v0 from "./aso/config/aso-config-v0"
|
|
7
8
|
export * as ASO_v1 from "./aso/config/aso-config-v1"
|
|
8
9
|
export * as ASO_v2 from "./aso/config/aso-config-v2"
|