@wix/reports 1.0.3 → 1.0.4
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/reports",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"type-bundles"
|
|
22
22
|
],
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@wix/reports_reports": "1.0.
|
|
24
|
+
"@wix/reports_reports": "1.0.4"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"glob": "^10.4.1",
|
|
@@ -46,5 +46,5 @@
|
|
|
46
46
|
"fqdn": ""
|
|
47
47
|
}
|
|
48
48
|
},
|
|
49
|
-
"falconPackageHash": "
|
|
49
|
+
"falconPackageHash": "a03a3f2f6582fc2e454594efe3fdaadeab17e75c8b82ddc3a14a3aad"
|
|
50
50
|
}
|
|
@@ -534,10 +534,15 @@ interface CommonIdentificationDataIdOneOf {
|
|
|
534
534
|
memberId?: string;
|
|
535
535
|
}
|
|
536
536
|
declare enum IdentityType {
|
|
537
|
+
/** Unknown type. This value is not used. */
|
|
537
538
|
UNKNOWN = "UNKNOWN",
|
|
539
|
+
/** A site visitor who has not logged in. */
|
|
538
540
|
ANONYMOUS_VISITOR = "ANONYMOUS_VISITOR",
|
|
541
|
+
/** A logged-in site member. */
|
|
539
542
|
MEMBER = "MEMBER",
|
|
543
|
+
/** A Wix account holder, such as a site owner or contributor. This value is not used. */
|
|
540
544
|
WIX_USER = "WIX_USER",
|
|
545
|
+
/** An application integrated with the Wix platform. This value is not used. */
|
|
541
546
|
APP = "APP"
|
|
542
547
|
}
|
|
543
548
|
interface Reason {
|
|
@@ -534,10 +534,15 @@ interface CommonIdentificationDataIdOneOf {
|
|
|
534
534
|
memberId?: string;
|
|
535
535
|
}
|
|
536
536
|
declare enum IdentityType {
|
|
537
|
+
/** Unknown type. This value is not used. */
|
|
537
538
|
UNKNOWN = "UNKNOWN",
|
|
539
|
+
/** A site visitor who has not logged in. */
|
|
538
540
|
ANONYMOUS_VISITOR = "ANONYMOUS_VISITOR",
|
|
541
|
+
/** A logged-in site member. */
|
|
539
542
|
MEMBER = "MEMBER",
|
|
543
|
+
/** A Wix account holder, such as a site owner or contributor. This value is not used. */
|
|
540
544
|
WIX_USER = "WIX_USER",
|
|
545
|
+
/** An application integrated with the Wix platform. This value is not used. */
|
|
541
546
|
APP = "APP"
|
|
542
547
|
}
|
|
543
548
|
interface Reason {
|
|
@@ -56,10 +56,15 @@ interface CommonIdentificationDataIdOneOf$1 {
|
|
|
56
56
|
memberId?: string;
|
|
57
57
|
}
|
|
58
58
|
declare enum IdentityType$1 {
|
|
59
|
+
/** Unknown type. This value is not used. */
|
|
59
60
|
UNKNOWN = "UNKNOWN",
|
|
61
|
+
/** A site visitor who has not logged in. */
|
|
60
62
|
ANONYMOUS_VISITOR = "ANONYMOUS_VISITOR",
|
|
63
|
+
/** A logged-in site member. */
|
|
61
64
|
MEMBER = "MEMBER",
|
|
65
|
+
/** A Wix account holder, such as a site owner or contributor. This value is not used. */
|
|
62
66
|
WIX_USER = "WIX_USER",
|
|
67
|
+
/** An application integrated with the Wix platform. This value is not used. */
|
|
63
68
|
APP = "APP"
|
|
64
69
|
}
|
|
65
70
|
interface Reason$1 {
|
|
@@ -346,10 +351,15 @@ interface CommonIdentificationDataIdOneOf {
|
|
|
346
351
|
memberId?: string;
|
|
347
352
|
}
|
|
348
353
|
declare enum IdentityType {
|
|
354
|
+
/** Unknown type. This value is not used. */
|
|
349
355
|
UNKNOWN = "UNKNOWN",
|
|
356
|
+
/** A site visitor who has not logged in. */
|
|
350
357
|
ANONYMOUS_VISITOR = "ANONYMOUS_VISITOR",
|
|
358
|
+
/** A logged-in site member. */
|
|
351
359
|
MEMBER = "MEMBER",
|
|
360
|
+
/** A Wix account holder, such as a site owner or contributor. This value is not used. */
|
|
352
361
|
WIX_USER = "WIX_USER",
|
|
362
|
+
/** An application integrated with the Wix platform. This value is not used. */
|
|
353
363
|
APP = "APP"
|
|
354
364
|
}
|
|
355
365
|
interface Reason {
|