@kiriminaja/types 0.1.29 → 0.1.30

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/oms.d.ts CHANGED
@@ -131,7 +131,7 @@ export type OmsProductCatalogSettingResourceT = {
131
131
  key?: string;
132
132
  value?: string;
133
133
  };
134
- export declare const OMS_PRODUCT_TRACKING_EVENTS: readonly ["ViewContent", "Lead", "AddToCart", "ReceiverInfoCompleted", "ShippingInfoCompleted", "InitiateCheckout", "AddPaymentInfo"];
134
+ export declare const OMS_PRODUCT_TRACKING_EVENTS: readonly ["ViewContent", "Lead", "AddToCart", "ReceiverInfoCompleted", "ShippingInfoCompleted", "InitiateCheckout", "AddPaymentInfo", "Purchase"];
135
135
  export declare const OMS_PRODUCT_CONVERSION_TRIGGERS: readonly ["Page Load", "Purchased"];
136
136
  export type OmsProductTrackingEventNameT = typeof OMS_PRODUCT_TRACKING_EVENTS[number];
137
137
  export type OmsProductConversionTriggerT = typeof OMS_PRODUCT_CONVERSION_TRIGGERS[number];
package/dist/oms.js CHANGED
@@ -5,6 +5,7 @@ export const OMS_PRODUCT_TRACKING_EVENTS = [
5
5
  'ReceiverInfoCompleted',
6
6
  'ShippingInfoCompleted',
7
7
  'InitiateCheckout',
8
- 'AddPaymentInfo'
8
+ 'AddPaymentInfo',
9
+ 'Purchase',
9
10
  ];
10
11
  export const OMS_PRODUCT_CONVERSION_TRIGGERS = ['Page Load', 'Purchased'];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kiriminaja/types",
3
- "version": "0.1.29",
3
+ "version": "0.1.30",
4
4
  "license": "MIT",
5
5
  "files": [
6
6
  "dist"