@bytexbyte/berify-analytics-api 2.0.1 → 2.0.2

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.
@@ -92,6 +92,7 @@ export type BatchScanDataRequest = {
92
92
  export type BlockChainStatusType = 'transferred' | 'minted' | 'queued' | 'transferring' | 'fail';
93
93
  export type BatchScanDataResult = {
94
94
  tagId: string;
95
+ tokenId: string;
95
96
  totalScan: number;
96
97
  uniqueCount: number;
97
98
  lastScanned: Date;
@@ -8,4 +8,4 @@ var TimeInterval;
8
8
  TimeInterval["LastDay"] = "Last day";
9
9
  TimeInterval["LastWeek"] = "Last week";
10
10
  TimeInterval["LastMonth"] = "Last month";
11
- })(TimeInterval || (exports.TimeInterval = TimeInterval = {}));
11
+ })(TimeInterval = exports.TimeInterval || (exports.TimeInterval = {}));
@@ -28,7 +28,7 @@ export interface Scan {
28
28
  location: string | null;
29
29
  createdAt: Date;
30
30
  tagId: string;
31
- userId: string;
31
+ generalUserId: string;
32
32
  type: ScanType;
33
33
  tag: {
34
34
  batchId: string;
@@ -8,10 +8,10 @@ var CompanyRoleType;
8
8
  CompanyRoleType["marketing"] = "marketing";
9
9
  CompanyRoleType["supplier"] = "supplier";
10
10
  CompanyRoleType["seo"] = "seo";
11
- })(CompanyRoleType || (exports.CompanyRoleType = CompanyRoleType = {}));
11
+ })(CompanyRoleType = exports.CompanyRoleType || (exports.CompanyRoleType = {}));
12
12
  var ScanType;
13
13
  (function (ScanType) {
14
14
  ScanType["AppClip"] = "AppClip";
15
15
  ScanType["App"] = "App";
16
16
  ScanType["Web"] = "Web";
17
- })(ScanType || (exports.ScanType = ScanType = {}));
17
+ })(ScanType = exports.ScanType || (exports.ScanType = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bytexbyte/berify-analytics-api",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "api",
5
5
  "main": "lib/berifyAnalyticsApi/src/index.js",
6
6
  "types": "lib/berifyAnalyticsApi/src/index.d.ts",