@adtrackify/at-tracking-event-types 4.61.2 → 4.61.4

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;
@@ -158,11 +159,6 @@ export interface GatewayCostConfig extends CostConfigBase {
158
159
  costType: COST_TYPE.GATEWAY;
159
160
  entries: GatewayEntry[];
160
161
  }
161
- export interface ShippingWeightTier {
162
- weightMin: number;
163
- weightMax: number | null;
164
- flatAmount: number;
165
- }
166
162
  export interface ShippingProfile {
167
163
  id: string;
168
164
  name: string;
@@ -171,7 +167,7 @@ export interface ShippingProfile {
171
167
  rateType: SHIPPING_RATE_TYPE;
172
168
  flatAmount?: number;
173
169
  weightUnit?: WEIGHT_UNIT;
174
- weightTiers?: ShippingWeightTier[];
170
+ weightTiers?: WeightInterval[];
175
171
  currency: string;
176
172
  effectiveFrom?: string;
177
173
  effectiveTo?: string;
@@ -10,15 +10,18 @@ export declare enum COSTS_RECALC_GLOBAL_CHANGE_SCOPE {
10
10
  BOTH = "both"
11
11
  }
12
12
  export interface CostsRecalcQueryHints {
13
- orderFilters?: {
14
- shippingTitle?: string[];
15
- paymentGateway?: string[];
16
- countries?: string[];
13
+ filters?: {
17
14
  orderTags?: string[];
18
- vendors?: string[];
15
+ orderSourceNames?: string[];
16
+ orderPaymentGateways?: string[];
17
+ orderShippingTitles?: string[];
18
+ productVendors?: string[];
19
19
  productTypes?: string[];
20
- tags?: string[];
20
+ productTags?: string[];
21
+ productCategories?: string[];
22
+ productCollections?: string[];
21
23
  products?: string[];
24
+ countries?: string[];
22
25
  };
23
26
  gatewayName?: string;
24
27
  shippingCountries?: string[];
@@ -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;
@@ -158,11 +159,6 @@ export interface GatewayCostConfig extends CostConfigBase {
158
159
  costType: COST_TYPE.GATEWAY;
159
160
  entries: GatewayEntry[];
160
161
  }
161
- export interface ShippingWeightTier {
162
- weightMin: number;
163
- weightMax: number | null;
164
- flatAmount: number;
165
- }
166
162
  export interface ShippingProfile {
167
163
  id: string;
168
164
  name: string;
@@ -171,7 +167,7 @@ export interface ShippingProfile {
171
167
  rateType: SHIPPING_RATE_TYPE;
172
168
  flatAmount?: number;
173
169
  weightUnit?: WEIGHT_UNIT;
174
- weightTiers?: ShippingWeightTier[];
170
+ weightTiers?: WeightInterval[];
175
171
  currency: string;
176
172
  effectiveFrom?: string;
177
173
  effectiveTo?: string;
@@ -10,15 +10,18 @@ export declare enum COSTS_RECALC_GLOBAL_CHANGE_SCOPE {
10
10
  BOTH = "both"
11
11
  }
12
12
  export interface CostsRecalcQueryHints {
13
- orderFilters?: {
14
- shippingTitle?: string[];
15
- paymentGateway?: string[];
16
- countries?: string[];
13
+ filters?: {
17
14
  orderTags?: string[];
18
- vendors?: string[];
15
+ orderSourceNames?: string[];
16
+ orderPaymentGateways?: string[];
17
+ orderShippingTitles?: string[];
18
+ productVendors?: string[];
19
19
  productTypes?: string[];
20
- tags?: string[];
20
+ productTags?: string[];
21
+ productCategories?: string[];
22
+ productCollections?: string[];
21
23
  products?: string[];
24
+ countries?: string[];
22
25
  };
23
26
  gatewayName?: string;
24
27
  shippingCountries?: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adtrackify/at-tracking-event-types",
3
- "version": "4.61.2",
3
+ "version": "4.61.4",
4
4
  "description": "",
5
5
  "files": [
6
6
  "dist/*"