taxtank-core 2.1.33 → 2.1.34
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/fesm2022/taxtank-core.mjs +4 -0
- package/fesm2022/taxtank-core.mjs.map +1 -1
- package/index.d.ts +4 -0
- package/package.json +1 -1
- package/index.d.ts.map +0 -1
|
@@ -5067,6 +5067,10 @@ class ServiceSubscription extends ServiceSubscription$1 {
|
|
|
5067
5067
|
get promoCodeId() {
|
|
5068
5068
|
return this.promoCode?.id || null;
|
|
5069
5069
|
}
|
|
5070
|
+
/**
|
|
5071
|
+
* Date when the current one replaced the previous subscription model.
|
|
5072
|
+
*/
|
|
5073
|
+
static { this.modelChangeDate = new Date(Date.UTC(2026, 0, 1)); }
|
|
5070
5074
|
/**
|
|
5071
5075
|
* @TODO Vik rename to userPromoCode?
|
|
5072
5076
|
*/
|