@adtrackify/at-tracking-event-types 4.61.3 → 4.61.5
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.
|
@@ -109,6 +109,7 @@ export interface GlobalProductOverrideConfig extends CostConfigBase {
|
|
|
109
109
|
costType: COST_TYPE.GLOBAL_PRODUCT_OVERRIDE;
|
|
110
110
|
defaultCogs?: number;
|
|
111
111
|
globalHandlingFee?: number;
|
|
112
|
+
currency?: string;
|
|
112
113
|
}
|
|
113
114
|
export interface WeightInterval {
|
|
114
115
|
weightMin: number;
|
|
@@ -176,6 +177,7 @@ export interface ShippingProfile {
|
|
|
176
177
|
export interface ShippingCostConfig extends CostConfigBase {
|
|
177
178
|
costType: COST_TYPE.SHIPPING;
|
|
178
179
|
method: SHIPPING_METHOD;
|
|
180
|
+
currency: string;
|
|
179
181
|
fixedRateAmount?: number;
|
|
180
182
|
profiles?: ShippingProfile[];
|
|
181
183
|
}
|
|
@@ -109,6 +109,7 @@ export interface GlobalProductOverrideConfig extends CostConfigBase {
|
|
|
109
109
|
costType: COST_TYPE.GLOBAL_PRODUCT_OVERRIDE;
|
|
110
110
|
defaultCogs?: number;
|
|
111
111
|
globalHandlingFee?: number;
|
|
112
|
+
currency?: string;
|
|
112
113
|
}
|
|
113
114
|
export interface WeightInterval {
|
|
114
115
|
weightMin: number;
|
|
@@ -176,6 +177,7 @@ export interface ShippingProfile {
|
|
|
176
177
|
export interface ShippingCostConfig extends CostConfigBase {
|
|
177
178
|
costType: COST_TYPE.SHIPPING;
|
|
178
179
|
method: SHIPPING_METHOD;
|
|
180
|
+
currency: string;
|
|
179
181
|
fixedRateAmount?: number;
|
|
180
182
|
profiles?: ShippingProfile[];
|
|
181
183
|
}
|