@wix/analytics-session 1.0.18 → 1.0.19

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.18",
3
+ "version": "1.0.19",
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/analytics-session_analytics-session": "1.0.17"
24
+ "@wix/analytics-session_analytics-session": "1.0.18"
25
25
  },
26
26
  "devDependencies": {
27
27
  "glob": "^10.4.1",
@@ -46,5 +46,5 @@
46
46
  "fqdn": ""
47
47
  }
48
48
  },
49
- "falconPackageHash": "8b67ff52236204736faebe6eb713f90eec6a79c66660dd67d0e533dc"
49
+ "falconPackageHash": "ada32668ac75a5fdddc53902e9915a775756058d3b386599ad21edd8"
50
50
  }
@@ -760,7 +760,7 @@ interface GetListSessionsJobResultOptions {
760
760
  declare function listSessionsAsync$1(httpClient: HttpClient): ListSessionsAsyncSignature;
761
761
  interface ListSessionsAsyncSignature {
762
762
  /**
763
- * Start an async job to retrieve a list of session IDs, given the provided filters. The following filters **must** be passed:
763
+ * Start an async job to retrieve a list of session IDs, given the specified filters. The following filters **must** be passed:
764
764
  * - Time period, either predefined or custom.
765
765
  * - Session filter, either navigation flow (page interactions), conversion funnel steps, or device type.
766
766
  * @param - Filter options. The following filters **must** be passed:
@@ -760,7 +760,7 @@ interface GetListSessionsJobResultOptions {
760
760
  declare function listSessionsAsync$1(httpClient: HttpClient): ListSessionsAsyncSignature;
761
761
  interface ListSessionsAsyncSignature {
762
762
  /**
763
- * Start an async job to retrieve a list of session IDs, given the provided filters. The following filters **must** be passed:
763
+ * Start an async job to retrieve a list of session IDs, given the specified filters. The following filters **must** be passed:
764
764
  * - Time period, either predefined or custom.
765
765
  * - Session filter, either navigation flow (page interactions), conversion funnel steps, or device type.
766
766
  * @param - Filter options. The following filters **must** be passed: