@wildix/xbees-kite-client 1.3.1 → 1.3.3
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-cjs/protocols/Aws_restJson1.js +4 -0
- package/dist-es/protocols/Aws_restJson1.js +4 -0
- package/dist-types/commands/CreateOrUpdateWidgetPreviewCommand.d.ts +2 -0
- package/dist-types/commands/CreateWidgetCommand.d.ts +2 -0
- package/dist-types/commands/GetConfigCommand.d.ts +1 -0
- package/dist-types/commands/GetWidgetCommand.d.ts +1 -0
- package/dist-types/commands/ListWidgetsCommand.d.ts +1 -0
- package/dist-types/commands/UpdateWidgetCommand.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +25 -0
- package/package.json +1 -1
|
@@ -38,6 +38,7 @@ const se_CreateOrUpdateWidgetPreviewCommand = async (input, context) => {
|
|
|
38
38
|
'actions': _ => (0, smithy_client_1._json)(_),
|
|
39
39
|
'anonymousSessionsEnabled': [],
|
|
40
40
|
'anonymousSessionsOnly': [],
|
|
41
|
+
'anonymousSessionsRandomNameEnabled': [],
|
|
41
42
|
'appearance': _ => (0, smithy_client_1._json)(_),
|
|
42
43
|
'name': [],
|
|
43
44
|
'routes': _ => se_WidgetRoutesList(_, context),
|
|
@@ -66,6 +67,7 @@ const se_CreateWidgetCommand = async (input, context) => {
|
|
|
66
67
|
'actions': _ => (0, smithy_client_1._json)(_),
|
|
67
68
|
'anonymousSessionsEnabled': [],
|
|
68
69
|
'anonymousSessionsOnly': [],
|
|
70
|
+
'anonymousSessionsRandomNameEnabled': [],
|
|
69
71
|
'appearance': _ => (0, smithy_client_1._json)(_),
|
|
70
72
|
'name': [],
|
|
71
73
|
'routes': _ => se_WidgetRoutesList(_, context),
|
|
@@ -407,6 +409,7 @@ const se_UpdateWidgetCommand = async (input, context) => {
|
|
|
407
409
|
'actions': _ => (0, smithy_client_1._json)(_),
|
|
408
410
|
'anonymousSessionsEnabled': [],
|
|
409
411
|
'anonymousSessionsOnly': [],
|
|
412
|
+
'anonymousSessionsRandomNameEnabled': [],
|
|
410
413
|
'appearance': _ => (0, smithy_client_1._json)(_),
|
|
411
414
|
'name': [],
|
|
412
415
|
'routes': _ => se_WidgetRoutesList(_, context),
|
|
@@ -909,6 +912,7 @@ const de_Widget = (output, context) => {
|
|
|
909
912
|
'actions': smithy_client_1._json,
|
|
910
913
|
'anonymousSessionsEnabled': smithy_client_1.expectBoolean,
|
|
911
914
|
'anonymousSessionsOnly': smithy_client_1.expectBoolean,
|
|
915
|
+
'anonymousSessionsRandomNameEnabled': smithy_client_1.expectBoolean,
|
|
912
916
|
'appearance': smithy_client_1._json,
|
|
913
917
|
'company': smithy_client_1.expectString,
|
|
914
918
|
'createdAt': smithy_client_1.expectString,
|
|
@@ -34,6 +34,7 @@ export const se_CreateOrUpdateWidgetPreviewCommand = async (input, context) => {
|
|
|
34
34
|
'actions': _ => _json(_),
|
|
35
35
|
'anonymousSessionsEnabled': [],
|
|
36
36
|
'anonymousSessionsOnly': [],
|
|
37
|
+
'anonymousSessionsRandomNameEnabled': [],
|
|
37
38
|
'appearance': _ => _json(_),
|
|
38
39
|
'name': [],
|
|
39
40
|
'routes': _ => se_WidgetRoutesList(_, context),
|
|
@@ -61,6 +62,7 @@ export const se_CreateWidgetCommand = async (input, context) => {
|
|
|
61
62
|
'actions': _ => _json(_),
|
|
62
63
|
'anonymousSessionsEnabled': [],
|
|
63
64
|
'anonymousSessionsOnly': [],
|
|
65
|
+
'anonymousSessionsRandomNameEnabled': [],
|
|
64
66
|
'appearance': _ => _json(_),
|
|
65
67
|
'name': [],
|
|
66
68
|
'routes': _ => se_WidgetRoutesList(_, context),
|
|
@@ -383,6 +385,7 @@ export const se_UpdateWidgetCommand = async (input, context) => {
|
|
|
383
385
|
'actions': _ => _json(_),
|
|
384
386
|
'anonymousSessionsEnabled': [],
|
|
385
387
|
'anonymousSessionsOnly': [],
|
|
388
|
+
'anonymousSessionsRandomNameEnabled': [],
|
|
386
389
|
'appearance': _ => _json(_),
|
|
387
390
|
'name': [],
|
|
388
391
|
'routes': _ => se_WidgetRoutesList(_, context),
|
|
@@ -862,6 +865,7 @@ const de_Widget = (output, context) => {
|
|
|
862
865
|
'actions': _json,
|
|
863
866
|
'anonymousSessionsEnabled': __expectBoolean,
|
|
864
867
|
'anonymousSessionsOnly': __expectBoolean,
|
|
868
|
+
'anonymousSessionsRandomNameEnabled': __expectBoolean,
|
|
865
869
|
'appearance': _json,
|
|
866
870
|
'company': __expectString,
|
|
867
871
|
'createdAt': __expectString,
|
|
@@ -229,6 +229,7 @@ declare const CreateOrUpdateWidgetPreviewCommand_base: {
|
|
|
229
229
|
* },
|
|
230
230
|
* anonymousSessionsEnabled: true || false,
|
|
231
231
|
* anonymousSessionsOnly: true || false,
|
|
232
|
+
* anonymousSessionsRandomNameEnabled: true || false,
|
|
232
233
|
* actions: [
|
|
233
234
|
* {
|
|
234
235
|
* id: "STRING_VALUE", // required
|
|
@@ -488,6 +489,7 @@ declare const CreateOrUpdateWidgetPreviewCommand_base: {
|
|
|
488
489
|
* // },
|
|
489
490
|
* // anonymousSessionsEnabled: true || false,
|
|
490
491
|
* // anonymousSessionsOnly: true || false,
|
|
492
|
+
* // anonymousSessionsRandomNameEnabled: true || false,
|
|
491
493
|
* // actions: [
|
|
492
494
|
* // {
|
|
493
495
|
* // id: "STRING_VALUE", // required
|
|
@@ -229,6 +229,7 @@ declare const CreateWidgetCommand_base: {
|
|
|
229
229
|
* },
|
|
230
230
|
* anonymousSessionsEnabled: true || false,
|
|
231
231
|
* anonymousSessionsOnly: true || false,
|
|
232
|
+
* anonymousSessionsRandomNameEnabled: true || false,
|
|
232
233
|
* actions: [
|
|
233
234
|
* {
|
|
234
235
|
* id: "STRING_VALUE", // required
|
|
@@ -487,6 +488,7 @@ declare const CreateWidgetCommand_base: {
|
|
|
487
488
|
* // },
|
|
488
489
|
* // anonymousSessionsEnabled: true || false,
|
|
489
490
|
* // anonymousSessionsOnly: true || false,
|
|
491
|
+
* // anonymousSessionsRandomNameEnabled: true || false,
|
|
490
492
|
* // actions: [
|
|
491
493
|
* // {
|
|
492
494
|
* // id: "STRING_VALUE", // required
|
|
@@ -126,6 +126,7 @@ declare const GetConfigCommand_base: {
|
|
|
126
126
|
* // ],
|
|
127
127
|
* // anonymousSessionsEnabled: true || false,
|
|
128
128
|
* // anonymousSessionsOnly: true || false,
|
|
129
|
+
* // anonymousSessionsRandomNameEnabled: true || false,
|
|
129
130
|
* // features: [ // KiteFeaturesList
|
|
130
131
|
* // "scheduling",
|
|
131
132
|
* // ],
|
|
@@ -235,6 +235,7 @@ declare const GetWidgetCommand_base: {
|
|
|
235
235
|
* // },
|
|
236
236
|
* // anonymousSessionsEnabled: true || false,
|
|
237
237
|
* // anonymousSessionsOnly: true || false,
|
|
238
|
+
* // anonymousSessionsRandomNameEnabled: true || false,
|
|
238
239
|
* // actions: [
|
|
239
240
|
* // {
|
|
240
241
|
* // id: "STRING_VALUE", // required
|
|
@@ -236,6 +236,7 @@ declare const ListWidgetsCommand_base: {
|
|
|
236
236
|
* // },
|
|
237
237
|
* // anonymousSessionsEnabled: true || false,
|
|
238
238
|
* // anonymousSessionsOnly: true || false,
|
|
239
|
+
* // anonymousSessionsRandomNameEnabled: true || false,
|
|
239
240
|
* // actions: [
|
|
240
241
|
* // {
|
|
241
242
|
* // id: "STRING_VALUE", // required
|
|
@@ -229,6 +229,7 @@ declare const UpdateWidgetCommand_base: {
|
|
|
229
229
|
* },
|
|
230
230
|
* anonymousSessionsEnabled: true || false,
|
|
231
231
|
* anonymousSessionsOnly: true || false,
|
|
232
|
+
* anonymousSessionsRandomNameEnabled: true || false,
|
|
232
233
|
* actions: [
|
|
233
234
|
* {
|
|
234
235
|
* id: "STRING_VALUE", // required
|
|
@@ -488,6 +489,7 @@ declare const UpdateWidgetCommand_base: {
|
|
|
488
489
|
* // },
|
|
489
490
|
* // anonymousSessionsEnabled: true || false,
|
|
490
491
|
* // anonymousSessionsOnly: true || false,
|
|
492
|
+
* // anonymousSessionsRandomNameEnabled: true || false,
|
|
491
493
|
* // actions: [
|
|
492
494
|
* // {
|
|
493
495
|
* // id: "STRING_VALUE", // required
|
|
@@ -1182,6 +1182,11 @@ export interface CreateOrUpdateWidgetPreviewInput {
|
|
|
1182
1182
|
* @public
|
|
1183
1183
|
*/
|
|
1184
1184
|
anonymousSessionsOnly?: boolean | undefined;
|
|
1185
|
+
/**
|
|
1186
|
+
* Controls whether anonymous visitors should receive generated display names instead of entering names manually. Applies only when anonymous sessions are allowed.
|
|
1187
|
+
* @public
|
|
1188
|
+
*/
|
|
1189
|
+
anonymousSessionsRandomNameEnabled?: boolean | undefined;
|
|
1185
1190
|
/**
|
|
1186
1191
|
* Actions that will be used if the specified route and the conditions within a specific action are met.
|
|
1187
1192
|
* @public
|
|
@@ -1229,6 +1234,11 @@ export interface Widget {
|
|
|
1229
1234
|
* @public
|
|
1230
1235
|
*/
|
|
1231
1236
|
anonymousSessionsOnly?: boolean | undefined;
|
|
1237
|
+
/**
|
|
1238
|
+
* Controls whether anonymous visitors should receive generated display names instead of entering names manually. Applies only when anonymous sessions are allowed.
|
|
1239
|
+
* @public
|
|
1240
|
+
*/
|
|
1241
|
+
anonymousSessionsRandomNameEnabled?: boolean | undefined;
|
|
1232
1242
|
/**
|
|
1233
1243
|
* Actions that will be used if the specified route and the conditions within a specific action are met.
|
|
1234
1244
|
* @public
|
|
@@ -1280,6 +1290,11 @@ export interface CreateWidgetInput {
|
|
|
1280
1290
|
* @public
|
|
1281
1291
|
*/
|
|
1282
1292
|
anonymousSessionsOnly?: boolean | undefined;
|
|
1293
|
+
/**
|
|
1294
|
+
* Controls whether anonymous visitors should receive generated display names instead of entering names manually. Applies only when anonymous sessions are allowed.
|
|
1295
|
+
* @public
|
|
1296
|
+
*/
|
|
1297
|
+
anonymousSessionsRandomNameEnabled?: boolean | undefined;
|
|
1283
1298
|
/**
|
|
1284
1299
|
* Actions that will be used if the specified route and the conditions within a specific action are met.
|
|
1285
1300
|
* @public
|
|
@@ -1431,6 +1446,11 @@ export interface KiteConfig {
|
|
|
1431
1446
|
* @public
|
|
1432
1447
|
*/
|
|
1433
1448
|
anonymousSessionsOnly?: boolean | undefined;
|
|
1449
|
+
/**
|
|
1450
|
+
* Controls whether anonymous visitors should receive generated display names instead of entering names manually.
|
|
1451
|
+
* @public
|
|
1452
|
+
*/
|
|
1453
|
+
anonymousSessionsRandomNameEnabled?: boolean | undefined;
|
|
1434
1454
|
/**
|
|
1435
1455
|
* A list of features that are supported.
|
|
1436
1456
|
* @public
|
|
@@ -2109,6 +2129,11 @@ export interface UpdateWidgetInput {
|
|
|
2109
2129
|
* @public
|
|
2110
2130
|
*/
|
|
2111
2131
|
anonymousSessionsOnly?: boolean | undefined;
|
|
2132
|
+
/**
|
|
2133
|
+
* Controls whether anonymous visitors should receive generated display names instead of entering names manually. Applies only when anonymous sessions are allowed.
|
|
2134
|
+
* @public
|
|
2135
|
+
*/
|
|
2136
|
+
anonymousSessionsRandomNameEnabled?: boolean | undefined;
|
|
2112
2137
|
/**
|
|
2113
2138
|
* Actions that will be used if the specified route and the conditions within a specific action are met.
|
|
2114
2139
|
* @public
|
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.3.
|
|
4
|
+
"version": "1.3.3",
|
|
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",
|