@kiriminaja/types 0.1.30 → 0.1.31

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.
Files changed (2) hide show
  1. package/dist/oms.d.ts +1 -0
  2. package/package.json +1 -1
package/dist/oms.d.ts CHANGED
@@ -138,6 +138,7 @@ export type OmsProductConversionTriggerT = typeof OMS_PRODUCT_CONVERSION_TRIGGER
138
138
  export type OmsProductEventTrackingPixelT = {
139
139
  id?: string;
140
140
  name?: string;
141
+ access_token?: string;
141
142
  events?: OmsProductTrackingEventNameT[];
142
143
  };
143
144
  export type OmsProductEventTrackingT = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kiriminaja/types",
3
- "version": "0.1.30",
3
+ "version": "0.1.31",
4
4
  "license": "MIT",
5
5
  "files": [
6
6
  "dist"