@adtrackify/at-tracking-event-types 4.61.6 → 4.61.7

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.
@@ -9,23 +9,6 @@ export declare enum COSTS_RECALC_GLOBAL_CHANGE_SCOPE {
9
9
  HANDLING_FEE = "handlingFee",
10
10
  BOTH = "both"
11
11
  }
12
- export interface CostsRecalcQueryHints {
13
- filters?: {
14
- orderTags?: string[];
15
- orderSourceNames?: string[];
16
- orderPaymentGateways?: string[];
17
- orderShippingTitles?: string[];
18
- productVendors?: string[];
19
- productTypes?: string[];
20
- productTags?: string[];
21
- productCategories?: string[];
22
- productCollections?: string[];
23
- products?: string[];
24
- countries?: string[];
25
- };
26
- gatewayName?: string;
27
- shippingCountries?: string[];
28
- }
29
12
  export interface CostsRecalcMessageMetadata {
30
13
  jobId: string;
31
14
  firstSeen: string;
@@ -35,9 +18,6 @@ export interface CostsRecalcMessageMetadata {
35
18
  pageSize?: number;
36
19
  cursor?: string;
37
20
  }
38
- export interface CostsRecalcChangedEntry {
39
- entry: Record<string, unknown>;
40
- }
41
21
  export interface CostsRecalcFindAffectedOrdersMessage {
42
22
  pixelId: string;
43
23
  costType: COST_TYPE;
@@ -47,8 +27,7 @@ export interface CostsRecalcFindAffectedOrdersMessage {
47
27
  productId?: string;
48
28
  variantId?: string;
49
29
  globalChangeScope?: COSTS_RECALC_GLOBAL_CHANGE_SCOPE;
50
- queryHints?: CostsRecalcQueryHints;
51
- changedEntry?: CostsRecalcChangedEntry;
30
+ entry: Record<string, unknown>;
52
31
  messageMetadata: CostsRecalcMessageMetadata;
53
32
  }
54
33
  export interface CostsRecalcAffectedOrdersResyncMessage {
@@ -9,23 +9,6 @@ export declare enum COSTS_RECALC_GLOBAL_CHANGE_SCOPE {
9
9
  HANDLING_FEE = "handlingFee",
10
10
  BOTH = "both"
11
11
  }
12
- export interface CostsRecalcQueryHints {
13
- filters?: {
14
- orderTags?: string[];
15
- orderSourceNames?: string[];
16
- orderPaymentGateways?: string[];
17
- orderShippingTitles?: string[];
18
- productVendors?: string[];
19
- productTypes?: string[];
20
- productTags?: string[];
21
- productCategories?: string[];
22
- productCollections?: string[];
23
- products?: string[];
24
- countries?: string[];
25
- };
26
- gatewayName?: string;
27
- shippingCountries?: string[];
28
- }
29
12
  export interface CostsRecalcMessageMetadata {
30
13
  jobId: string;
31
14
  firstSeen: string;
@@ -35,9 +18,6 @@ export interface CostsRecalcMessageMetadata {
35
18
  pageSize?: number;
36
19
  cursor?: string;
37
20
  }
38
- export interface CostsRecalcChangedEntry {
39
- entry: Record<string, unknown>;
40
- }
41
21
  export interface CostsRecalcFindAffectedOrdersMessage {
42
22
  pixelId: string;
43
23
  costType: COST_TYPE;
@@ -47,8 +27,7 @@ export interface CostsRecalcFindAffectedOrdersMessage {
47
27
  productId?: string;
48
28
  variantId?: string;
49
29
  globalChangeScope?: COSTS_RECALC_GLOBAL_CHANGE_SCOPE;
50
- queryHints?: CostsRecalcQueryHints;
51
- changedEntry?: CostsRecalcChangedEntry;
30
+ entry: Record<string, unknown>;
52
31
  messageMetadata: CostsRecalcMessageMetadata;
53
32
  }
54
33
  export interface CostsRecalcAffectedOrdersResyncMessage {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adtrackify/at-tracking-event-types",
3
- "version": "4.61.6",
3
+ "version": "4.61.7",
4
4
  "description": "",
5
5
  "files": [
6
6
  "dist/*"