@adtrackify/at-tracking-event-types 4.27.1 → 4.27.3
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/dist/cjs/types/costs/cost-reprocess-types.d.ts +14 -0
- package/dist/cjs/types/costs/cost-reprocess-types.js.map +1 -1
- package/dist/cjs/types/products/product-types.d.ts +3 -0
- package/dist/esm/types/costs/cost-reprocess-types.d.ts +14 -0
- package/dist/esm/types/costs/cost-reprocess-types.js.map +1 -1
- package/dist/esm/types/products/product-types.d.ts +3 -0
- package/package.json +1 -1
|
@@ -59,3 +59,17 @@ export interface CogsRecalcTriggerMessage {
|
|
|
59
59
|
configRef?: string;
|
|
60
60
|
messageMetadata: CogsRecalcMessageMetadata;
|
|
61
61
|
}
|
|
62
|
+
export interface CogsRecalcOrderIdsMessage {
|
|
63
|
+
pixelId: string;
|
|
64
|
+
costType: COST_TYPE;
|
|
65
|
+
orderIds: string[];
|
|
66
|
+
triggerContext: CogsRecalcTriggerContext;
|
|
67
|
+
messageMetadata: CogsRecalcMessageMetadata;
|
|
68
|
+
}
|
|
69
|
+
export interface CogsRecalcTriggerContext {
|
|
70
|
+
jobId: string;
|
|
71
|
+
effectiveFrom?: string;
|
|
72
|
+
effectiveTo?: string;
|
|
73
|
+
messageType: COGS_RECALC_MESSAGE_TYPE;
|
|
74
|
+
changeType: COGS_RECALC_CHANGE_TYPE;
|
|
75
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cost-reprocess-types.js","sourceRoot":"","sources":["../../../../src/types/costs/cost-reprocess-types.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"cost-reprocess-types.js","sourceRoot":"","sources":["../../../../src/types/costs/cost-reprocess-types.ts"],"names":[],"mappings":";;;AAqBA,IAAY,wBAQX;AARD,WAAY,wBAAwB;IAClC,yFAA6D,CAAA;IAC7D,yGAA6E,CAAA;IAC7E,uFAA2D,CAAA;IAC3D,uFAA2D,CAAA;IAC3D,mFAAuD,CAAA;IACvD,uFAA2D,CAAA;IAC3D,yFAA6D,CAAA;AAC/D,CAAC,EARW,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAQnC;AAED,IAAY,uBAIX;AAJD,WAAY,uBAAuB;IACjC,4CAAiB,CAAA;IACjB,4CAAiB,CAAA;IACjB,4CAAiB,CAAA;AACnB,CAAC,EAJW,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAIlC"}
|
|
@@ -21,6 +21,7 @@ export interface ProductRecordBase {
|
|
|
21
21
|
shopifyAppInstallId: string;
|
|
22
22
|
productId: string;
|
|
23
23
|
productTitle: string;
|
|
24
|
+
productTitleLowercase: string;
|
|
24
25
|
handle?: string;
|
|
25
26
|
status?: string;
|
|
26
27
|
vendor?: string;
|
|
@@ -44,7 +45,9 @@ export interface ProductVariantRecord extends ProductRecordBase {
|
|
|
44
45
|
productId_variantId: string;
|
|
45
46
|
variantId: string;
|
|
46
47
|
variantTitle: string;
|
|
48
|
+
variantTitleLowercase: string;
|
|
47
49
|
sku: string;
|
|
50
|
+
skuLowercase: string;
|
|
48
51
|
currency: string;
|
|
49
52
|
currentPrice?: number;
|
|
50
53
|
handlingFee?: number;
|
|
@@ -59,3 +59,17 @@ export interface CogsRecalcTriggerMessage {
|
|
|
59
59
|
configRef?: string;
|
|
60
60
|
messageMetadata: CogsRecalcMessageMetadata;
|
|
61
61
|
}
|
|
62
|
+
export interface CogsRecalcOrderIdsMessage {
|
|
63
|
+
pixelId: string;
|
|
64
|
+
costType: COST_TYPE;
|
|
65
|
+
orderIds: string[];
|
|
66
|
+
triggerContext: CogsRecalcTriggerContext;
|
|
67
|
+
messageMetadata: CogsRecalcMessageMetadata;
|
|
68
|
+
}
|
|
69
|
+
export interface CogsRecalcTriggerContext {
|
|
70
|
+
jobId: string;
|
|
71
|
+
effectiveFrom?: string;
|
|
72
|
+
effectiveTo?: string;
|
|
73
|
+
messageType: COGS_RECALC_MESSAGE_TYPE;
|
|
74
|
+
changeType: COGS_RECALC_CHANGE_TYPE;
|
|
75
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cost-reprocess-types.js","sourceRoot":"","sources":["../../../../src/types/costs/cost-reprocess-types.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"cost-reprocess-types.js","sourceRoot":"","sources":["../../../../src/types/costs/cost-reprocess-types.ts"],"names":[],"mappings":"AAqBA,MAAM,CAAN,IAAY,wBAQX;AARD,WAAY,wBAAwB;IAClC,yFAA6D,CAAA;IAC7D,yGAA6E,CAAA;IAC7E,uFAA2D,CAAA;IAC3D,uFAA2D,CAAA;IAC3D,mFAAuD,CAAA;IACvD,uFAA2D,CAAA;IAC3D,yFAA6D,CAAA;AAC/D,CAAC,EARW,wBAAwB,KAAxB,wBAAwB,QAQnC;AAED,MAAM,CAAN,IAAY,uBAIX;AAJD,WAAY,uBAAuB;IACjC,4CAAiB,CAAA;IACjB,4CAAiB,CAAA;IACjB,4CAAiB,CAAA;AACnB,CAAC,EAJW,uBAAuB,KAAvB,uBAAuB,QAIlC"}
|
|
@@ -21,6 +21,7 @@ export interface ProductRecordBase {
|
|
|
21
21
|
shopifyAppInstallId: string;
|
|
22
22
|
productId: string;
|
|
23
23
|
productTitle: string;
|
|
24
|
+
productTitleLowercase: string;
|
|
24
25
|
handle?: string;
|
|
25
26
|
status?: string;
|
|
26
27
|
vendor?: string;
|
|
@@ -44,7 +45,9 @@ export interface ProductVariantRecord extends ProductRecordBase {
|
|
|
44
45
|
productId_variantId: string;
|
|
45
46
|
variantId: string;
|
|
46
47
|
variantTitle: string;
|
|
48
|
+
variantTitleLowercase: string;
|
|
47
49
|
sku: string;
|
|
50
|
+
skuLowercase: string;
|
|
48
51
|
currency: string;
|
|
49
52
|
currentPrice?: number;
|
|
50
53
|
handlingFee?: number;
|