@saasquatch/squatch-js 2.3.2-22 → 2.3.2-23
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/dist/squatch.esm.js +1 -1
- package/dist/squatch.js +1 -1
- package/dist/stats.html +1 -1
- package/dist/types.d.ts +1 -1
- package/dist/widgets/Widgets.d.ts +1 -1
- package/package.json +1 -1
package/dist/squatch.esm.js
CHANGED
|
@@ -1177,7 +1177,7 @@ class Widgets {
|
|
|
1177
1177
|
* @param {EngagementMedium} config.engagementMedium How to display the widget.
|
|
1178
1178
|
* @param {string} config.jwt the JSON Web Token (JWT) that is used
|
|
1179
1179
|
* to validate the data (can be disabled)
|
|
1180
|
-
@param {HTMLElement
|
|
1180
|
+
@param {HTMLElement} config.element Element to load the widget into
|
|
1181
1181
|
*
|
|
1182
1182
|
* @return {Promise<WidgetResult>} json object if true, with a Widget and user details.
|
|
1183
1183
|
*/
|
package/dist/squatch.js
CHANGED
|
@@ -1204,7 +1204,7 @@ class Widgets {
|
|
|
1204
1204
|
* @param {EngagementMedium} config.engagementMedium How to display the widget.
|
|
1205
1205
|
* @param {string} config.jwt the JSON Web Token (JWT) that is used
|
|
1206
1206
|
* to validate the data (can be disabled)
|
|
1207
|
-
@param {HTMLElement
|
|
1207
|
+
@param {HTMLElement} config.element Element to load the widget into
|
|
1208
1208
|
*
|
|
1209
1209
|
* @return {Promise<WidgetResult>} json object if true, with a Widget and user details.
|
|
1210
1210
|
*/
|