feeef 0.9.5 → 0.9.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.
- package/build/index.js +8 -0
- package/build/index.js.map +1 -1
- package/build/src/core/entities/store.d.ts +25 -0
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -4305,6 +4305,13 @@ var PixelReportMode = /* @__PURE__ */ ((PixelReportMode2) => {
|
|
|
4305
4305
|
PixelReportMode2["both"] = "both";
|
|
4306
4306
|
return PixelReportMode2;
|
|
4307
4307
|
})(PixelReportMode || {});
|
|
4308
|
+
var PixelStatusDimension = /* @__PURE__ */ ((PixelStatusDimension2) => {
|
|
4309
|
+
PixelStatusDimension2["orderStatus"] = "orderStatus";
|
|
4310
|
+
PixelStatusDimension2["deliveryStatus"] = "deliveryStatus";
|
|
4311
|
+
PixelStatusDimension2["paymentStatus"] = "paymentStatus";
|
|
4312
|
+
PixelStatusDimension2["customStatus"] = "customStatus";
|
|
4313
|
+
return PixelStatusDimension2;
|
|
4314
|
+
})(PixelStatusDimension || {});
|
|
4308
4315
|
var SecurityTreatment = /* @__PURE__ */ ((SecurityTreatment2) => {
|
|
4309
4316
|
SecurityTreatment2["block"] = "block";
|
|
4310
4317
|
SecurityTreatment2["warning"] = "warning";
|
|
@@ -5079,6 +5086,7 @@ export {
|
|
|
5079
5086
|
OrderStatus,
|
|
5080
5087
|
PaymentStatus,
|
|
5081
5088
|
PixelReportMode,
|
|
5089
|
+
PixelStatusDimension,
|
|
5082
5090
|
ProcolisDeliveryIntegrationApi,
|
|
5083
5091
|
ProductRepository,
|
|
5084
5092
|
ProductStatus,
|