@constructor-io/constructorio-client-javascript 2.41.0 → 2.41.2
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 +5 -4
- package/package.json +1 -1
package/lib/constructorio.js
CHANGED
|
@@ -144,10 +144,11 @@ var ConstructorIO = /*#__PURE__*/function () {
|
|
|
144
144
|
/**
|
|
145
145
|
* Sets the client options
|
|
146
146
|
*
|
|
147
|
-
* @param {
|
|
148
|
-
* @param {
|
|
149
|
-
* @param {
|
|
150
|
-
* @param {
|
|
147
|
+
* @param {object} options - Client options to update
|
|
148
|
+
* @param {string} [options.apiKey] - Constructor.io API key
|
|
149
|
+
* @param {array} [options.segments] - User segments
|
|
150
|
+
* @param {object} [options.testCells] - User test cells
|
|
151
|
+
* @param {string} [options.userId] - User ID
|
|
151
152
|
*/
|
|
152
153
|
(0, _createClass2["default"])(ConstructorIO, [{
|
|
153
154
|
key: "setClientOptions",
|