@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.
- package/lib/constructorio.js +1 -1
- package/lib/types/index.d.ts +1 -1
- package/package.json +1 -1
package/lib/constructorio.js
CHANGED
|
@@ -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 {
|
|
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)
|
package/lib/types/index.d.ts
CHANGED