@colijnit/transaction 261.20.34 → 261.20.35
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
|
@@ -6204,6 +6204,7 @@ declare class ProjectCodeyModalComponent implements OnInit {
|
|
|
6204
6204
|
declare class DiscountCodesPopupComponent implements OnInit {
|
|
6205
6205
|
iconCacheService: IconCacheService;
|
|
6206
6206
|
transactionService: TransactionService;
|
|
6207
|
+
discountForm: FormComponent;
|
|
6207
6208
|
transactionLine: TransactionLineInfo;
|
|
6208
6209
|
discountType: DiscountType;
|
|
6209
6210
|
showDiscountCodesPopup: EventEmitter<boolean>;
|