From bce557cc2dc767628bed6aac87301a1be7c5431b Mon Sep 17 00:00:00 2001 From: rxliuli Date: Tue, 4 Nov 2025 05:03:50 +0800 Subject: init commit --- .../app-store/tmp/src/api/models/arcade-upsell.js | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 node_modules/@jet-app/app-store/tmp/src/api/models/arcade-upsell.js (limited to 'node_modules/@jet-app/app-store/tmp/src/api/models/arcade-upsell.js') diff --git a/node_modules/@jet-app/app-store/tmp/src/api/models/arcade-upsell.js b/node_modules/@jet-app/app-store/tmp/src/api/models/arcade-upsell.js new file mode 100644 index 0000000..8d8eac3 --- /dev/null +++ b/node_modules/@jet-app/app-store/tmp/src/api/models/arcade-upsell.js @@ -0,0 +1,18 @@ +/** + * Created by Jellenbogen on 11/19/19. + */ +import * as base from "./base"; +/** @public */ +export class UpsellBreakout extends base.ViewModel { + constructor(details, offerDisplayProperties, displayProperties, offerButtonAction, buttonCallToAction, artwork, video) { + super(); + this.details = details; + this.displayProperties = displayProperties; + this.offerButtonAction = offerButtonAction; + this.buttonCallToAction = buttonCallToAction; + this.offerDisplayProperties = offerDisplayProperties; + this.artwork = artwork; + this.video = video; + } +} +//# sourceMappingURL=arcade-upsell.js.map \ No newline at end of file -- cgit v1.2.3