@wildix/xbees-kite-client 1.3.3 → 1.4.0
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-types/models/models_0.d.ts +15 -15
- package/package.json +1 -1
|
@@ -1173,17 +1173,17 @@ export interface CreateOrUpdateWidgetPreviewInput {
|
|
|
1173
1173
|
*/
|
|
1174
1174
|
target: WidgetTarget;
|
|
1175
1175
|
/**
|
|
1176
|
-
* Controls whether unauthenticated users are allowed to start guest sessions through this widget. If omitted, the widget should be treated as authenticated-only.
|
|
1176
|
+
* Controls whether unauthenticated users are allowed to start guest sessions through this widget. If omitted, false is assumed and the widget should be treated as authenticated-only.
|
|
1177
1177
|
* @public
|
|
1178
1178
|
*/
|
|
1179
1179
|
anonymousSessionsEnabled?: boolean | undefined;
|
|
1180
1180
|
/**
|
|
1181
|
-
* Controls whether only unauthenticated users are allowed to start guest sessions through this widget. When enabled, anonymousSessionsEnabled is treated as enabled as well.
|
|
1181
|
+
* Controls whether only unauthenticated users are allowed to start guest sessions through this widget. If omitted, false is assumed. When enabled, anonymousSessionsEnabled is treated as enabled as well, login methods should be hidden, and the widget should start the anonymous flow directly.
|
|
1182
1182
|
* @public
|
|
1183
1183
|
*/
|
|
1184
1184
|
anonymousSessionsOnly?: boolean | undefined;
|
|
1185
1185
|
/**
|
|
1186
|
-
* Controls whether anonymous visitors should receive generated display names instead of entering names manually. Applies only when anonymous sessions are allowed.
|
|
1186
|
+
* Controls whether anonymous visitors should receive generated display names instead of entering names manually. Applies only when anonymous sessions are allowed. If omitted, false is assumed.
|
|
1187
1187
|
* @public
|
|
1188
1188
|
*/
|
|
1189
1189
|
anonymousSessionsRandomNameEnabled?: boolean | undefined;
|
|
@@ -1225,17 +1225,17 @@ export interface Widget {
|
|
|
1225
1225
|
*/
|
|
1226
1226
|
target: WidgetTarget;
|
|
1227
1227
|
/**
|
|
1228
|
-
* Controls whether unauthenticated users are allowed to start guest sessions through this widget. If omitted, the widget should be treated as authenticated-only.
|
|
1228
|
+
* Controls whether unauthenticated users are allowed to start guest sessions through this widget. If omitted, false is assumed and the widget should be treated as authenticated-only.
|
|
1229
1229
|
* @public
|
|
1230
1230
|
*/
|
|
1231
1231
|
anonymousSessionsEnabled?: boolean | undefined;
|
|
1232
1232
|
/**
|
|
1233
|
-
* Controls whether only unauthenticated users are allowed to start guest sessions through this widget. When enabled, anonymousSessionsEnabled is treated as enabled as well.
|
|
1233
|
+
* Controls whether only unauthenticated users are allowed to start guest sessions through this widget. If omitted, false is assumed. When enabled, anonymousSessionsEnabled is treated as enabled as well, login methods should be hidden, and the widget should start the anonymous flow directly.
|
|
1234
1234
|
* @public
|
|
1235
1235
|
*/
|
|
1236
1236
|
anonymousSessionsOnly?: boolean | undefined;
|
|
1237
1237
|
/**
|
|
1238
|
-
* Controls whether anonymous visitors should receive generated display names instead of entering names manually. Applies only when anonymous sessions are allowed.
|
|
1238
|
+
* Controls whether anonymous visitors should receive generated display names instead of entering names manually. Applies only when anonymous sessions are allowed. If omitted, false is assumed.
|
|
1239
1239
|
* @public
|
|
1240
1240
|
*/
|
|
1241
1241
|
anonymousSessionsRandomNameEnabled?: boolean | undefined;
|
|
@@ -1281,17 +1281,17 @@ export interface CreateWidgetInput {
|
|
|
1281
1281
|
*/
|
|
1282
1282
|
target: WidgetTarget;
|
|
1283
1283
|
/**
|
|
1284
|
-
* Controls whether unauthenticated users are allowed to start guest sessions through this widget. If omitted, the widget should be treated as authenticated-only.
|
|
1284
|
+
* Controls whether unauthenticated users are allowed to start guest sessions through this widget. If omitted, false is assumed and the widget should be treated as authenticated-only.
|
|
1285
1285
|
* @public
|
|
1286
1286
|
*/
|
|
1287
1287
|
anonymousSessionsEnabled?: boolean | undefined;
|
|
1288
1288
|
/**
|
|
1289
|
-
* Controls whether only unauthenticated users are allowed to start guest sessions through this widget. When enabled, anonymousSessionsEnabled is treated as enabled as well.
|
|
1289
|
+
* Controls whether only unauthenticated users are allowed to start guest sessions through this widget. If omitted, false is assumed. When enabled, anonymousSessionsEnabled is treated as enabled as well, login methods should be hidden, and the widget should start the anonymous flow directly.
|
|
1290
1290
|
* @public
|
|
1291
1291
|
*/
|
|
1292
1292
|
anonymousSessionsOnly?: boolean | undefined;
|
|
1293
1293
|
/**
|
|
1294
|
-
* Controls whether anonymous visitors should receive generated display names instead of entering names manually. Applies only when anonymous sessions are allowed.
|
|
1294
|
+
* Controls whether anonymous visitors should receive generated display names instead of entering names manually. Applies only when anonymous sessions are allowed. If omitted, false is assumed.
|
|
1295
1295
|
* @public
|
|
1296
1296
|
*/
|
|
1297
1297
|
anonymousSessionsRandomNameEnabled?: boolean | undefined;
|
|
@@ -1437,17 +1437,17 @@ export interface KiteConfig {
|
|
|
1437
1437
|
*/
|
|
1438
1438
|
welcomeMessages?: (WidgetWelcomeMessage)[] | undefined;
|
|
1439
1439
|
/**
|
|
1440
|
-
* Controls whether unauthenticated users are allowed to start guest sessions through this widget.
|
|
1440
|
+
* Controls whether unauthenticated users are allowed to start guest sessions through this widget. If omitted, false is assumed and the widget should be treated as authenticated-only.
|
|
1441
1441
|
* @public
|
|
1442
1442
|
*/
|
|
1443
1443
|
anonymousSessionsEnabled?: boolean | undefined;
|
|
1444
1444
|
/**
|
|
1445
|
-
* Controls whether only unauthenticated users are allowed to start guest sessions through this widget.
|
|
1445
|
+
* Controls whether only unauthenticated users are allowed to start guest sessions through this widget. If omitted, false is assumed. When enabled, anonymousSessionsEnabled is treated as enabled as well, login methods should be hidden, and the widget should start the anonymous flow directly.
|
|
1446
1446
|
* @public
|
|
1447
1447
|
*/
|
|
1448
1448
|
anonymousSessionsOnly?: boolean | undefined;
|
|
1449
1449
|
/**
|
|
1450
|
-
* Controls whether anonymous visitors should receive generated display names instead of entering names manually.
|
|
1450
|
+
* Controls whether anonymous visitors should receive generated display names instead of entering names manually. Applies only when anonymous sessions are allowed. If omitted, false is assumed.
|
|
1451
1451
|
* @public
|
|
1452
1452
|
*/
|
|
1453
1453
|
anonymousSessionsRandomNameEnabled?: boolean | undefined;
|
|
@@ -2120,17 +2120,17 @@ export interface UpdateWidgetInput {
|
|
|
2120
2120
|
*/
|
|
2121
2121
|
target: WidgetTarget;
|
|
2122
2122
|
/**
|
|
2123
|
-
* Controls whether unauthenticated users are allowed to start guest sessions through this widget. If omitted, the widget should be treated as authenticated-only.
|
|
2123
|
+
* Controls whether unauthenticated users are allowed to start guest sessions through this widget. If omitted, false is assumed and the widget should be treated as authenticated-only.
|
|
2124
2124
|
* @public
|
|
2125
2125
|
*/
|
|
2126
2126
|
anonymousSessionsEnabled?: boolean | undefined;
|
|
2127
2127
|
/**
|
|
2128
|
-
* Controls whether only unauthenticated users are allowed to start guest sessions through this widget. When enabled, anonymousSessionsEnabled is treated as enabled as well.
|
|
2128
|
+
* Controls whether only unauthenticated users are allowed to start guest sessions through this widget. If omitted, false is assumed. When enabled, anonymousSessionsEnabled is treated as enabled as well, login methods should be hidden, and the widget should start the anonymous flow directly.
|
|
2129
2129
|
* @public
|
|
2130
2130
|
*/
|
|
2131
2131
|
anonymousSessionsOnly?: boolean | undefined;
|
|
2132
2132
|
/**
|
|
2133
|
-
* Controls whether anonymous visitors should receive generated display names instead of entering names manually. Applies only when anonymous sessions are allowed.
|
|
2133
|
+
* Controls whether anonymous visitors should receive generated display names instead of entering names manually. Applies only when anonymous sessions are allowed. If omitted, false is assumed.
|
|
2134
2134
|
* @public
|
|
2135
2135
|
*/
|
|
2136
2136
|
anonymousSessionsRandomNameEnabled?: boolean | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wildix/xbees-kite-client",
|
|
3
3
|
"description": "@wildix/xbees-kite-client client",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.4.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|