tickera-angular-components 0.0.1-dev.153 → 0.0.1-dev.154
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/index.d.ts
CHANGED
|
@@ -1447,6 +1447,7 @@ interface SelectedDiscountCard {
|
|
|
1447
1447
|
name: string;
|
|
1448
1448
|
type: SelectedDiscountCardType;
|
|
1449
1449
|
value: number;
|
|
1450
|
+
discountType: 'percentage' | 'fixed';
|
|
1450
1451
|
}
|
|
1451
1452
|
|
|
1452
1453
|
interface FetchShowsParams extends CommonFetchAllParams {
|
|
@@ -2306,6 +2307,7 @@ declare class TicketSelectionTotalsService {
|
|
|
2306
2307
|
readonly productSubtotal: i0.Signal<number>;
|
|
2307
2308
|
readonly ticketSubtotal: i0.Signal<number>;
|
|
2308
2309
|
readonly serviceFee: i0.Signal<number>;
|
|
2310
|
+
readonly discountAmount: i0.Signal<number | null>;
|
|
2309
2311
|
subtotalValue(): number;
|
|
2310
2312
|
totalValue(): number;
|
|
2311
2313
|
totalDiscounted(): number | null;
|