@wix/analytics-session 1.0.6 → 1.0.8
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/analytics-session",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.8",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"type-bundles"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@wix/analytics-session_analytics-session": "1.0.
|
|
21
|
+
"@wix/analytics-session_analytics-session": "1.0.8"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"glob": "^10.4.1",
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
"fqdn": ""
|
|
43
43
|
}
|
|
44
44
|
},
|
|
45
|
-
"falconPackageHash": "
|
|
45
|
+
"falconPackageHash": "871dffa95628da850352ed9ec0afa735b3ca6e2469deefb4c3f8dc9e"
|
|
46
46
|
}
|
|
@@ -131,7 +131,9 @@ declare enum DeviceType {
|
|
|
131
131
|
/** Mobile. */
|
|
132
132
|
MOBILE = "MOBILE",
|
|
133
133
|
/** Tablet. */
|
|
134
|
-
TABLET = "TABLET"
|
|
134
|
+
TABLET = "TABLET",
|
|
135
|
+
/** All. */
|
|
136
|
+
ALL = "ALL"
|
|
135
137
|
}
|
|
136
138
|
/** List sessions async response. */
|
|
137
139
|
interface ListSessionsAsyncResponse {
|
|
@@ -131,7 +131,9 @@ declare enum DeviceType {
|
|
|
131
131
|
/** Mobile. */
|
|
132
132
|
MOBILE = "MOBILE",
|
|
133
133
|
/** Tablet. */
|
|
134
|
-
TABLET = "TABLET"
|
|
134
|
+
TABLET = "TABLET",
|
|
135
|
+
/** All. */
|
|
136
|
+
ALL = "ALL"
|
|
135
137
|
}
|
|
136
138
|
/** List sessions async response. */
|
|
137
139
|
interface ListSessionsAsyncResponse {
|
|
@@ -127,7 +127,9 @@ declare enum DeviceType$1 {
|
|
|
127
127
|
/** Mobile. */
|
|
128
128
|
MOBILE = "MOBILE",
|
|
129
129
|
/** Tablet. */
|
|
130
|
-
TABLET = "TABLET"
|
|
130
|
+
TABLET = "TABLET",
|
|
131
|
+
/** All. */
|
|
132
|
+
ALL = "ALL"
|
|
131
133
|
}
|
|
132
134
|
/** List sessions async response. */
|
|
133
135
|
interface ListSessionsAsyncResponse$1 {
|
|
@@ -316,7 +318,9 @@ declare enum DeviceType {
|
|
|
316
318
|
/** Mobile. */
|
|
317
319
|
MOBILE = "MOBILE",
|
|
318
320
|
/** Tablet. */
|
|
319
|
-
TABLET = "TABLET"
|
|
321
|
+
TABLET = "TABLET",
|
|
322
|
+
/** All. */
|
|
323
|
+
ALL = "ALL"
|
|
320
324
|
}
|
|
321
325
|
/** List sessions async response. */
|
|
322
326
|
interface ListSessionsAsyncResponse {
|