@constructor-io/constructorio-client-javascript 2.36.3 → 2.36.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.
@@ -60,7 +60,7 @@ var ConstructorIO = /*#__PURE__*/function () {
60
60
  * @param {array} [parameters.segments] - User segments
61
61
  * @param {object} [parameters.testCells] - User test cells
62
62
  * @param {string} [parameters.clientId] - Client ID, defaults to value supplied by 'constructorio-id' module
63
- * @param {string} [parameters.sessionId] - Session ID, defaults to value supplied by 'constructorio-id' module
63
+ * @param {number} [parameters.sessionId] - Session ID, defaults to value supplied by 'constructorio-id' module
64
64
  * @param {string} [parameters.userId] - User ID
65
65
  * @param {function} [parameters.fetch] - If supplied, will be utilized for requests rather than default Fetch API
66
66
  * @param {number} [parameters.trackingSendDelay=250] - Amount of time to wait before sending tracking events (in ms)
@@ -41,7 +41,7 @@ export interface ConstructorClientOptions {
41
41
  apiKey: string;
42
42
  version?: string;
43
43
  serviceUrl?: string;
44
- sessionId?: string;
44
+ sessionId?: number;
45
45
  clientId?: string;
46
46
  userId?: string;
47
47
  segments?: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@constructor-io/constructorio-client-javascript",
3
- "version": "2.36.3",
3
+ "version": "2.36.4",
4
4
  "description": "Constructor.io JavaScript client",
5
5
  "main": "lib/constructorio.js",
6
6
  "types": "lib/types/index.d.ts",