@adtrackify/at-tracking-event-types 2.0.25 → 2.0.26

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.
@@ -131,7 +131,7 @@ export interface PageInfo {
131
131
  qsp?: any;
132
132
  }
133
133
  export interface ShopifyInfo {
134
- collections?: string[];
135
- tags?: string[];
134
+ collections?: string;
135
+ tags?: string;
136
136
  }
137
137
  export declare type DeviceInfo = IResult;
@@ -131,7 +131,7 @@ export interface PageInfo {
131
131
  qsp?: any;
132
132
  }
133
133
  export interface ShopifyInfo {
134
- collections?: string[];
135
- tags?: string[];
134
+ collections?: string;
135
+ tags?: string;
136
136
  }
137
137
  export declare type DeviceInfo = IResult;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adtrackify/at-tracking-event-types",
3
- "version": "2.0.25",
3
+ "version": "2.0.26",
4
4
  "description": "",
5
5
  "files": [
6
6
  "dist/*"