@bytexbyte/berify-analytics-api 2.1.0 → 2.1.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.
@@ -163,7 +163,7 @@ export interface ScanWithUser extends Scan {
163
163
  export type TagScanResponse = {
164
164
  status: 'ok' | 'error';
165
165
  data?: {
166
- scanList: ScanWithUser;
166
+ scanList: ScanWithUser[];
167
167
  scanListCount: number;
168
168
  };
169
169
  error?: string;
@@ -29,6 +29,12 @@ export interface Scan {
29
29
  createdAt: Date;
30
30
  tagId: string;
31
31
  generalUserId: string;
32
+ isVisitedPromo: Boolean;
33
+ isVisitedShop: Boolean;
34
+ isVisitedExplore: Boolean;
35
+ exploreLink?: string;
36
+ promoLink?: string;
37
+ shopLink?: string;
32
38
  type: ScanType;
33
39
  tag: {
34
40
  tokenId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bytexbyte/berify-analytics-api",
3
- "version": "2.1.0",
3
+ "version": "2.1.3",
4
4
  "description": "api",
5
5
  "main": "lib/berifyAnalyticsApi/src/index.js",
6
6
  "types": "lib/berifyAnalyticsApi/src/index.d.ts",