@onlive.ai/flow-client 0.1.50 → 0.1.54
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/README.md +12 -12
- package/client/client.service.cjs +2 -2
- package/client/client.service.js +2 -2
- package/client/client.service.spec.cjs +2 -2
- package/client/client.service.spec.js +2 -2
- package/client/client.types.cjs +2 -2
- package/client/client.types.d.cts +388 -144
- package/client/client.types.d.ts +388 -144
- package/client/client.types.js +2 -2
- package/flow.types.cjs +1 -1
- package/flow.types.js +1 -1
- package/index.cjs +2 -2
- package/index.js +2 -2
- package/package.json +4 -4
- package/schema-generator.cjs +3 -3
- package/schema-generator.js +3 -3
- package/tracking/tracking.service.cjs +2 -2
- package/tracking/tracking.service.js +2 -2
- package/tracking/tracking.types.cjs +1 -1
- package/tracking/tracking.types.d.cts +32 -96
- package/tracking/tracking.types.d.ts +32 -96
- package/tracking/tracking.types.js +1 -1
package/client/client.types.d.ts
CHANGED
|
@@ -52,9 +52,7 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
52
52
|
page_referrer?: string | undefined;
|
|
53
53
|
origin_medium?: "push" | "email" | "sms" | "web" | "app" | undefined;
|
|
54
54
|
origin_source?: "whatsapp" | "facebook" | "twitter" | "linkedin" | undefined;
|
|
55
|
-
|
|
56
|
-
origin_custom_2?: string | undefined;
|
|
57
|
-
origin_custom_3?: string | undefined;
|
|
55
|
+
origin_data?: Record<string, any> | undefined;
|
|
58
56
|
widget_id?: string | undefined;
|
|
59
57
|
widget_name?: string | undefined;
|
|
60
58
|
widget_type?: string | undefined;
|
|
@@ -102,9 +100,7 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
102
100
|
page_referrer?: string | undefined;
|
|
103
101
|
origin_medium?: "push" | "email" | "sms" | "web" | "app" | undefined;
|
|
104
102
|
origin_source?: "whatsapp" | "facebook" | "twitter" | "linkedin" | undefined;
|
|
105
|
-
|
|
106
|
-
origin_custom_2?: string | undefined;
|
|
107
|
-
origin_custom_3?: string | undefined;
|
|
103
|
+
origin_data?: Record<string, any> | undefined;
|
|
108
104
|
widget_id?: string | undefined;
|
|
109
105
|
widget_name?: string | undefined;
|
|
110
106
|
widget_type?: string | undefined;
|
|
@@ -147,9 +143,7 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
147
143
|
page_referrer?: string | undefined;
|
|
148
144
|
origin_medium?: "push" | "email" | "sms" | "web" | "app" | undefined;
|
|
149
145
|
origin_source?: "whatsapp" | "facebook" | "twitter" | "linkedin" | undefined;
|
|
150
|
-
|
|
151
|
-
origin_custom_2?: string | undefined;
|
|
152
|
-
origin_custom_3?: string | undefined;
|
|
146
|
+
origin_data?: Record<string, any> | undefined;
|
|
153
147
|
widget_id?: string | undefined;
|
|
154
148
|
widget_name?: string | undefined;
|
|
155
149
|
widget_type?: string | undefined;
|
|
@@ -190,9 +184,7 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
190
184
|
page_referrer?: string | undefined;
|
|
191
185
|
origin_medium?: "push" | "email" | "sms" | "web" | "app" | undefined;
|
|
192
186
|
origin_source?: "whatsapp" | "facebook" | "twitter" | "linkedin" | undefined;
|
|
193
|
-
|
|
194
|
-
origin_custom_2?: string | undefined;
|
|
195
|
-
origin_custom_3?: string | undefined;
|
|
187
|
+
origin_data?: Record<string, any> | undefined;
|
|
196
188
|
widget_id?: string | undefined;
|
|
197
189
|
widget_name?: string | undefined;
|
|
198
190
|
widget_type?: string | undefined;
|
|
@@ -232,9 +224,7 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
232
224
|
page_referrer?: string | undefined;
|
|
233
225
|
origin_medium?: "push" | "email" | "sms" | "web" | "app" | undefined;
|
|
234
226
|
origin_source?: "whatsapp" | "facebook" | "twitter" | "linkedin" | undefined;
|
|
235
|
-
|
|
236
|
-
origin_custom_2?: string | undefined;
|
|
237
|
-
origin_custom_3?: string | undefined;
|
|
227
|
+
origin_data?: Record<string, any> | undefined;
|
|
238
228
|
widget_id?: string | undefined;
|
|
239
229
|
widget_name?: string | undefined;
|
|
240
230
|
widget_type?: string | undefined;
|
|
@@ -274,9 +264,7 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
274
264
|
page_referrer?: string | undefined;
|
|
275
265
|
origin_medium?: "push" | "email" | "sms" | "web" | "app" | undefined;
|
|
276
266
|
origin_source?: "whatsapp" | "facebook" | "twitter" | "linkedin" | undefined;
|
|
277
|
-
|
|
278
|
-
origin_custom_2?: string | undefined;
|
|
279
|
-
origin_custom_3?: string | undefined;
|
|
267
|
+
origin_data?: Record<string, any> | undefined;
|
|
280
268
|
widget_id?: string | undefined;
|
|
281
269
|
widget_name?: string | undefined;
|
|
282
270
|
widget_type?: string | undefined;
|
|
@@ -314,9 +302,7 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
314
302
|
page_referrer?: string | undefined;
|
|
315
303
|
origin_medium?: "push" | "email" | "sms" | "web" | "app" | undefined;
|
|
316
304
|
origin_source?: "whatsapp" | "facebook" | "twitter" | "linkedin" | undefined;
|
|
317
|
-
|
|
318
|
-
origin_custom_2?: string | undefined;
|
|
319
|
-
origin_custom_3?: string | undefined;
|
|
305
|
+
origin_data?: Record<string, any> | undefined;
|
|
320
306
|
widget_id?: string | undefined;
|
|
321
307
|
widget_name?: string | undefined;
|
|
322
308
|
widget_type?: string | undefined;
|
|
@@ -360,9 +346,7 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
360
346
|
page_referrer?: string | undefined;
|
|
361
347
|
origin_medium?: "push" | "email" | "sms" | "web" | "app" | undefined;
|
|
362
348
|
origin_source?: "whatsapp" | "facebook" | "twitter" | "linkedin" | undefined;
|
|
363
|
-
|
|
364
|
-
origin_custom_2?: string | undefined;
|
|
365
|
-
origin_custom_3?: string | undefined;
|
|
349
|
+
origin_data?: Record<string, any> | undefined;
|
|
366
350
|
widget_id?: string | undefined;
|
|
367
351
|
widget_name?: string | undefined;
|
|
368
352
|
widget_type?: string | undefined;
|
|
@@ -402,9 +386,7 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
402
386
|
page_referrer?: string | undefined;
|
|
403
387
|
origin_medium?: "push" | "email" | "sms" | "web" | "app" | undefined;
|
|
404
388
|
origin_source?: "whatsapp" | "facebook" | "twitter" | "linkedin" | undefined;
|
|
405
|
-
|
|
406
|
-
origin_custom_2?: string | undefined;
|
|
407
|
-
origin_custom_3?: string | undefined;
|
|
389
|
+
origin_data?: Record<string, any> | undefined;
|
|
408
390
|
widget_id?: string | undefined;
|
|
409
391
|
widget_name?: string | undefined;
|
|
410
392
|
widget_type?: string | undefined;
|
|
@@ -452,9 +434,7 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
452
434
|
page_referrer?: string | undefined;
|
|
453
435
|
origin_medium?: "push" | "email" | "sms" | "web" | "app" | undefined;
|
|
454
436
|
origin_source?: "whatsapp" | "facebook" | "twitter" | "linkedin" | undefined;
|
|
455
|
-
|
|
456
|
-
origin_custom_2?: string | undefined;
|
|
457
|
-
origin_custom_3?: string | undefined;
|
|
437
|
+
origin_data?: Record<string, any> | undefined;
|
|
458
438
|
widget_id?: string | undefined;
|
|
459
439
|
widget_name?: string | undefined;
|
|
460
440
|
widget_type?: string | undefined;
|
|
@@ -497,9 +477,7 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
497
477
|
page_referrer?: string | undefined;
|
|
498
478
|
origin_medium?: "push" | "email" | "sms" | "web" | "app" | undefined;
|
|
499
479
|
origin_source?: "whatsapp" | "facebook" | "twitter" | "linkedin" | undefined;
|
|
500
|
-
|
|
501
|
-
origin_custom_2?: string | undefined;
|
|
502
|
-
origin_custom_3?: string | undefined;
|
|
480
|
+
origin_data?: Record<string, any> | undefined;
|
|
503
481
|
widget_id?: string | undefined;
|
|
504
482
|
widget_name?: string | undefined;
|
|
505
483
|
widget_type?: string | undefined;
|
|
@@ -540,9 +518,7 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
540
518
|
page_referrer?: string | undefined;
|
|
541
519
|
origin_medium?: "push" | "email" | "sms" | "web" | "app" | undefined;
|
|
542
520
|
origin_source?: "whatsapp" | "facebook" | "twitter" | "linkedin" | undefined;
|
|
543
|
-
|
|
544
|
-
origin_custom_2?: string | undefined;
|
|
545
|
-
origin_custom_3?: string | undefined;
|
|
521
|
+
origin_data?: Record<string, any> | undefined;
|
|
546
522
|
widget_id?: string | undefined;
|
|
547
523
|
widget_name?: string | undefined;
|
|
548
524
|
widget_type?: string | undefined;
|
|
@@ -582,9 +558,7 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
582
558
|
page_referrer?: string | undefined;
|
|
583
559
|
origin_medium?: "push" | "email" | "sms" | "web" | "app" | undefined;
|
|
584
560
|
origin_source?: "whatsapp" | "facebook" | "twitter" | "linkedin" | undefined;
|
|
585
|
-
|
|
586
|
-
origin_custom_2?: string | undefined;
|
|
587
|
-
origin_custom_3?: string | undefined;
|
|
561
|
+
origin_data?: Record<string, any> | undefined;
|
|
588
562
|
widget_id?: string | undefined;
|
|
589
563
|
widget_name?: string | undefined;
|
|
590
564
|
widget_type?: string | undefined;
|
|
@@ -624,9 +598,7 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
624
598
|
page_referrer?: string | undefined;
|
|
625
599
|
origin_medium?: "push" | "email" | "sms" | "web" | "app" | undefined;
|
|
626
600
|
origin_source?: "whatsapp" | "facebook" | "twitter" | "linkedin" | undefined;
|
|
627
|
-
|
|
628
|
-
origin_custom_2?: string | undefined;
|
|
629
|
-
origin_custom_3?: string | undefined;
|
|
601
|
+
origin_data?: Record<string, any> | undefined;
|
|
630
602
|
widget_id?: string | undefined;
|
|
631
603
|
widget_name?: string | undefined;
|
|
632
604
|
widget_type?: string | undefined;
|
|
@@ -664,9 +636,7 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
664
636
|
page_referrer?: string | undefined;
|
|
665
637
|
origin_medium?: "push" | "email" | "sms" | "web" | "app" | undefined;
|
|
666
638
|
origin_source?: "whatsapp" | "facebook" | "twitter" | "linkedin" | undefined;
|
|
667
|
-
|
|
668
|
-
origin_custom_2?: string | undefined;
|
|
669
|
-
origin_custom_3?: string | undefined;
|
|
639
|
+
origin_data?: Record<string, any> | undefined;
|
|
670
640
|
widget_id?: string | undefined;
|
|
671
641
|
widget_name?: string | undefined;
|
|
672
642
|
widget_type?: string | undefined;
|
|
@@ -710,9 +680,7 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
710
680
|
page_referrer?: string | undefined;
|
|
711
681
|
origin_medium?: "push" | "email" | "sms" | "web" | "app" | undefined;
|
|
712
682
|
origin_source?: "whatsapp" | "facebook" | "twitter" | "linkedin" | undefined;
|
|
713
|
-
|
|
714
|
-
origin_custom_2?: string | undefined;
|
|
715
|
-
origin_custom_3?: string | undefined;
|
|
683
|
+
origin_data?: Record<string, any> | undefined;
|
|
716
684
|
widget_id?: string | undefined;
|
|
717
685
|
widget_name?: string | undefined;
|
|
718
686
|
widget_type?: string | undefined;
|
|
@@ -772,9 +740,7 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
772
740
|
page_referrer?: string | undefined;
|
|
773
741
|
origin_medium?: "push" | "email" | "sms" | "web" | "app" | undefined;
|
|
774
742
|
origin_source?: "whatsapp" | "facebook" | "twitter" | "linkedin" | undefined;
|
|
775
|
-
|
|
776
|
-
origin_custom_2?: string | undefined;
|
|
777
|
-
origin_custom_3?: string | undefined;
|
|
743
|
+
origin_data?: Record<string, any> | undefined;
|
|
778
744
|
widget_id?: string | undefined;
|
|
779
745
|
widget_name?: string | undefined;
|
|
780
746
|
widget_type?: string | undefined;
|
|
@@ -822,9 +788,7 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
822
788
|
page_referrer?: string | undefined;
|
|
823
789
|
origin_medium?: "push" | "email" | "sms" | "web" | "app" | undefined;
|
|
824
790
|
origin_source?: "whatsapp" | "facebook" | "twitter" | "linkedin" | undefined;
|
|
825
|
-
|
|
826
|
-
origin_custom_2?: string | undefined;
|
|
827
|
-
origin_custom_3?: string | undefined;
|
|
791
|
+
origin_data?: Record<string, any> | undefined;
|
|
828
792
|
widget_id?: string | undefined;
|
|
829
793
|
widget_name?: string | undefined;
|
|
830
794
|
widget_type?: string | undefined;
|
|
@@ -867,9 +831,7 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
867
831
|
page_referrer?: string | undefined;
|
|
868
832
|
origin_medium?: "push" | "email" | "sms" | "web" | "app" | undefined;
|
|
869
833
|
origin_source?: "whatsapp" | "facebook" | "twitter" | "linkedin" | undefined;
|
|
870
|
-
|
|
871
|
-
origin_custom_2?: string | undefined;
|
|
872
|
-
origin_custom_3?: string | undefined;
|
|
834
|
+
origin_data?: Record<string, any> | undefined;
|
|
873
835
|
widget_id?: string | undefined;
|
|
874
836
|
widget_name?: string | undefined;
|
|
875
837
|
widget_type?: string | undefined;
|
|
@@ -910,9 +872,7 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
910
872
|
page_referrer?: string | undefined;
|
|
911
873
|
origin_medium?: "push" | "email" | "sms" | "web" | "app" | undefined;
|
|
912
874
|
origin_source?: "whatsapp" | "facebook" | "twitter" | "linkedin" | undefined;
|
|
913
|
-
|
|
914
|
-
origin_custom_2?: string | undefined;
|
|
915
|
-
origin_custom_3?: string | undefined;
|
|
875
|
+
origin_data?: Record<string, any> | undefined;
|
|
916
876
|
widget_id?: string | undefined;
|
|
917
877
|
widget_name?: string | undefined;
|
|
918
878
|
widget_type?: string | undefined;
|
|
@@ -952,9 +912,7 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
952
912
|
page_referrer?: string | undefined;
|
|
953
913
|
origin_medium?: "push" | "email" | "sms" | "web" | "app" | undefined;
|
|
954
914
|
origin_source?: "whatsapp" | "facebook" | "twitter" | "linkedin" | undefined;
|
|
955
|
-
|
|
956
|
-
origin_custom_2?: string | undefined;
|
|
957
|
-
origin_custom_3?: string | undefined;
|
|
915
|
+
origin_data?: Record<string, any> | undefined;
|
|
958
916
|
widget_id?: string | undefined;
|
|
959
917
|
widget_name?: string | undefined;
|
|
960
918
|
widget_type?: string | undefined;
|
|
@@ -994,9 +952,7 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
994
952
|
page_referrer?: string | undefined;
|
|
995
953
|
origin_medium?: "push" | "email" | "sms" | "web" | "app" | undefined;
|
|
996
954
|
origin_source?: "whatsapp" | "facebook" | "twitter" | "linkedin" | undefined;
|
|
997
|
-
|
|
998
|
-
origin_custom_2?: string | undefined;
|
|
999
|
-
origin_custom_3?: string | undefined;
|
|
955
|
+
origin_data?: Record<string, any> | undefined;
|
|
1000
956
|
widget_id?: string | undefined;
|
|
1001
957
|
widget_name?: string | undefined;
|
|
1002
958
|
widget_type?: string | undefined;
|
|
@@ -1034,9 +990,7 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
1034
990
|
page_referrer?: string | undefined;
|
|
1035
991
|
origin_medium?: "push" | "email" | "sms" | "web" | "app" | undefined;
|
|
1036
992
|
origin_source?: "whatsapp" | "facebook" | "twitter" | "linkedin" | undefined;
|
|
1037
|
-
|
|
1038
|
-
origin_custom_2?: string | undefined;
|
|
1039
|
-
origin_custom_3?: string | undefined;
|
|
993
|
+
origin_data?: Record<string, any> | undefined;
|
|
1040
994
|
widget_id?: string | undefined;
|
|
1041
995
|
widget_name?: string | undefined;
|
|
1042
996
|
widget_type?: string | undefined;
|
|
@@ -1080,9 +1034,7 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
1080
1034
|
page_referrer?: string | undefined;
|
|
1081
1035
|
origin_medium?: "push" | "email" | "sms" | "web" | "app" | undefined;
|
|
1082
1036
|
origin_source?: "whatsapp" | "facebook" | "twitter" | "linkedin" | undefined;
|
|
1083
|
-
|
|
1084
|
-
origin_custom_2?: string | undefined;
|
|
1085
|
-
origin_custom_3?: string | undefined;
|
|
1037
|
+
origin_data?: Record<string, any> | undefined;
|
|
1086
1038
|
widget_id?: string | undefined;
|
|
1087
1039
|
widget_name?: string | undefined;
|
|
1088
1040
|
widget_type?: string | undefined;
|
|
@@ -1134,9 +1086,7 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
1134
1086
|
page_referrer?: string | undefined;
|
|
1135
1087
|
origin_medium?: "push" | "email" | "sms" | "web" | "app" | undefined;
|
|
1136
1088
|
origin_source?: "whatsapp" | "facebook" | "twitter" | "linkedin" | undefined;
|
|
1137
|
-
|
|
1138
|
-
origin_custom_2?: string | undefined;
|
|
1139
|
-
origin_custom_3?: string | undefined;
|
|
1089
|
+
origin_data?: Record<string, any> | undefined;
|
|
1140
1090
|
widget_id?: string | undefined;
|
|
1141
1091
|
widget_name?: string | undefined;
|
|
1142
1092
|
widget_type?: string | undefined;
|
|
@@ -1184,9 +1134,7 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
1184
1134
|
page_referrer?: string | undefined;
|
|
1185
1135
|
origin_medium?: "push" | "email" | "sms" | "web" | "app" | undefined;
|
|
1186
1136
|
origin_source?: "whatsapp" | "facebook" | "twitter" | "linkedin" | undefined;
|
|
1187
|
-
|
|
1188
|
-
origin_custom_2?: string | undefined;
|
|
1189
|
-
origin_custom_3?: string | undefined;
|
|
1137
|
+
origin_data?: Record<string, any> | undefined;
|
|
1190
1138
|
widget_id?: string | undefined;
|
|
1191
1139
|
widget_name?: string | undefined;
|
|
1192
1140
|
widget_type?: string | undefined;
|
|
@@ -1229,9 +1177,7 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
1229
1177
|
page_referrer?: string | undefined;
|
|
1230
1178
|
origin_medium?: "push" | "email" | "sms" | "web" | "app" | undefined;
|
|
1231
1179
|
origin_source?: "whatsapp" | "facebook" | "twitter" | "linkedin" | undefined;
|
|
1232
|
-
|
|
1233
|
-
origin_custom_2?: string | undefined;
|
|
1234
|
-
origin_custom_3?: string | undefined;
|
|
1180
|
+
origin_data?: Record<string, any> | undefined;
|
|
1235
1181
|
widget_id?: string | undefined;
|
|
1236
1182
|
widget_name?: string | undefined;
|
|
1237
1183
|
widget_type?: string | undefined;
|
|
@@ -1272,9 +1218,7 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
1272
1218
|
page_referrer?: string | undefined;
|
|
1273
1219
|
origin_medium?: "push" | "email" | "sms" | "web" | "app" | undefined;
|
|
1274
1220
|
origin_source?: "whatsapp" | "facebook" | "twitter" | "linkedin" | undefined;
|
|
1275
|
-
|
|
1276
|
-
origin_custom_2?: string | undefined;
|
|
1277
|
-
origin_custom_3?: string | undefined;
|
|
1221
|
+
origin_data?: Record<string, any> | undefined;
|
|
1278
1222
|
widget_id?: string | undefined;
|
|
1279
1223
|
widget_name?: string | undefined;
|
|
1280
1224
|
widget_type?: string | undefined;
|
|
@@ -1314,9 +1258,7 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
1314
1258
|
page_referrer?: string | undefined;
|
|
1315
1259
|
origin_medium?: "push" | "email" | "sms" | "web" | "app" | undefined;
|
|
1316
1260
|
origin_source?: "whatsapp" | "facebook" | "twitter" | "linkedin" | undefined;
|
|
1317
|
-
|
|
1318
|
-
origin_custom_2?: string | undefined;
|
|
1319
|
-
origin_custom_3?: string | undefined;
|
|
1261
|
+
origin_data?: Record<string, any> | undefined;
|
|
1320
1262
|
widget_id?: string | undefined;
|
|
1321
1263
|
widget_name?: string | undefined;
|
|
1322
1264
|
widget_type?: string | undefined;
|
|
@@ -1356,9 +1298,7 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
1356
1298
|
page_referrer?: string | undefined;
|
|
1357
1299
|
origin_medium?: "push" | "email" | "sms" | "web" | "app" | undefined;
|
|
1358
1300
|
origin_source?: "whatsapp" | "facebook" | "twitter" | "linkedin" | undefined;
|
|
1359
|
-
|
|
1360
|
-
origin_custom_2?: string | undefined;
|
|
1361
|
-
origin_custom_3?: string | undefined;
|
|
1301
|
+
origin_data?: Record<string, any> | undefined;
|
|
1362
1302
|
widget_id?: string | undefined;
|
|
1363
1303
|
widget_name?: string | undefined;
|
|
1364
1304
|
widget_type?: string | undefined;
|
|
@@ -1396,9 +1336,7 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
1396
1336
|
page_referrer?: string | undefined;
|
|
1397
1337
|
origin_medium?: "push" | "email" | "sms" | "web" | "app" | undefined;
|
|
1398
1338
|
origin_source?: "whatsapp" | "facebook" | "twitter" | "linkedin" | undefined;
|
|
1399
|
-
|
|
1400
|
-
origin_custom_2?: string | undefined;
|
|
1401
|
-
origin_custom_3?: string | undefined;
|
|
1339
|
+
origin_data?: Record<string, any> | undefined;
|
|
1402
1340
|
widget_id?: string | undefined;
|
|
1403
1341
|
widget_name?: string | undefined;
|
|
1404
1342
|
widget_type?: string | undefined;
|
|
@@ -1442,9 +1380,7 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
1442
1380
|
page_referrer?: string | undefined;
|
|
1443
1381
|
origin_medium?: "push" | "email" | "sms" | "web" | "app" | undefined;
|
|
1444
1382
|
origin_source?: "whatsapp" | "facebook" | "twitter" | "linkedin" | undefined;
|
|
1445
|
-
|
|
1446
|
-
origin_custom_2?: string | undefined;
|
|
1447
|
-
origin_custom_3?: string | undefined;
|
|
1383
|
+
origin_data?: Record<string, any> | undefined;
|
|
1448
1384
|
widget_id?: string | undefined;
|
|
1449
1385
|
widget_name?: string | undefined;
|
|
1450
1386
|
widget_type?: string | undefined;
|
|
@@ -1503,9 +1439,7 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
1503
1439
|
page_referrer?: string | undefined;
|
|
1504
1440
|
origin_medium?: "push" | "email" | "sms" | "web" | "app" | undefined;
|
|
1505
1441
|
origin_source?: "whatsapp" | "facebook" | "twitter" | "linkedin" | undefined;
|
|
1506
|
-
|
|
1507
|
-
origin_custom_2?: string | undefined;
|
|
1508
|
-
origin_custom_3?: string | undefined;
|
|
1442
|
+
origin_data?: Record<string, any> | undefined;
|
|
1509
1443
|
widget_id?: string | undefined;
|
|
1510
1444
|
widget_name?: string | undefined;
|
|
1511
1445
|
widget_type?: string | undefined;
|
|
@@ -1553,9 +1487,7 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
1553
1487
|
page_referrer?: string | undefined;
|
|
1554
1488
|
origin_medium?: "push" | "email" | "sms" | "web" | "app" | undefined;
|
|
1555
1489
|
origin_source?: "whatsapp" | "facebook" | "twitter" | "linkedin" | undefined;
|
|
1556
|
-
|
|
1557
|
-
origin_custom_2?: string | undefined;
|
|
1558
|
-
origin_custom_3?: string | undefined;
|
|
1490
|
+
origin_data?: Record<string, any> | undefined;
|
|
1559
1491
|
widget_id?: string | undefined;
|
|
1560
1492
|
widget_name?: string | undefined;
|
|
1561
1493
|
widget_type?: string | undefined;
|
|
@@ -1598,9 +1530,7 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
1598
1530
|
page_referrer?: string | undefined;
|
|
1599
1531
|
origin_medium?: "push" | "email" | "sms" | "web" | "app" | undefined;
|
|
1600
1532
|
origin_source?: "whatsapp" | "facebook" | "twitter" | "linkedin" | undefined;
|
|
1601
|
-
|
|
1602
|
-
origin_custom_2?: string | undefined;
|
|
1603
|
-
origin_custom_3?: string | undefined;
|
|
1533
|
+
origin_data?: Record<string, any> | undefined;
|
|
1604
1534
|
widget_id?: string | undefined;
|
|
1605
1535
|
widget_name?: string | undefined;
|
|
1606
1536
|
widget_type?: string | undefined;
|
|
@@ -1641,9 +1571,7 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
1641
1571
|
page_referrer?: string | undefined;
|
|
1642
1572
|
origin_medium?: "push" | "email" | "sms" | "web" | "app" | undefined;
|
|
1643
1573
|
origin_source?: "whatsapp" | "facebook" | "twitter" | "linkedin" | undefined;
|
|
1644
|
-
|
|
1645
|
-
origin_custom_2?: string | undefined;
|
|
1646
|
-
origin_custom_3?: string | undefined;
|
|
1574
|
+
origin_data?: Record<string, any> | undefined;
|
|
1647
1575
|
widget_id?: string | undefined;
|
|
1648
1576
|
widget_name?: string | undefined;
|
|
1649
1577
|
widget_type?: string | undefined;
|
|
@@ -1683,9 +1611,7 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
1683
1611
|
page_referrer?: string | undefined;
|
|
1684
1612
|
origin_medium?: "push" | "email" | "sms" | "web" | "app" | undefined;
|
|
1685
1613
|
origin_source?: "whatsapp" | "facebook" | "twitter" | "linkedin" | undefined;
|
|
1686
|
-
|
|
1687
|
-
origin_custom_2?: string | undefined;
|
|
1688
|
-
origin_custom_3?: string | undefined;
|
|
1614
|
+
origin_data?: Record<string, any> | undefined;
|
|
1689
1615
|
widget_id?: string | undefined;
|
|
1690
1616
|
widget_name?: string | undefined;
|
|
1691
1617
|
widget_type?: string | undefined;
|
|
@@ -1725,9 +1651,7 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
1725
1651
|
page_referrer?: string | undefined;
|
|
1726
1652
|
origin_medium?: "push" | "email" | "sms" | "web" | "app" | undefined;
|
|
1727
1653
|
origin_source?: "whatsapp" | "facebook" | "twitter" | "linkedin" | undefined;
|
|
1728
|
-
|
|
1729
|
-
origin_custom_2?: string | undefined;
|
|
1730
|
-
origin_custom_3?: string | undefined;
|
|
1654
|
+
origin_data?: Record<string, any> | undefined;
|
|
1731
1655
|
widget_id?: string | undefined;
|
|
1732
1656
|
widget_name?: string | undefined;
|
|
1733
1657
|
widget_type?: string | undefined;
|
|
@@ -1765,9 +1689,7 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
1765
1689
|
page_referrer?: string | undefined;
|
|
1766
1690
|
origin_medium?: "push" | "email" | "sms" | "web" | "app" | undefined;
|
|
1767
1691
|
origin_source?: "whatsapp" | "facebook" | "twitter" | "linkedin" | undefined;
|
|
1768
|
-
|
|
1769
|
-
origin_custom_2?: string | undefined;
|
|
1770
|
-
origin_custom_3?: string | undefined;
|
|
1692
|
+
origin_data?: Record<string, any> | undefined;
|
|
1771
1693
|
widget_id?: string | undefined;
|
|
1772
1694
|
widget_name?: string | undefined;
|
|
1773
1695
|
widget_type?: string | undefined;
|
|
@@ -1811,9 +1733,7 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
1811
1733
|
page_referrer?: string | undefined;
|
|
1812
1734
|
origin_medium?: "push" | "email" | "sms" | "web" | "app" | undefined;
|
|
1813
1735
|
origin_source?: "whatsapp" | "facebook" | "twitter" | "linkedin" | undefined;
|
|
1814
|
-
|
|
1815
|
-
origin_custom_2?: string | undefined;
|
|
1816
|
-
origin_custom_3?: string | undefined;
|
|
1736
|
+
origin_data?: Record<string, any> | undefined;
|
|
1817
1737
|
widget_id?: string | undefined;
|
|
1818
1738
|
widget_name?: string | undefined;
|
|
1819
1739
|
widget_type?: string | undefined;
|
|
@@ -1872,9 +1792,7 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
1872
1792
|
page_referrer?: string | undefined;
|
|
1873
1793
|
origin_medium?: "push" | "email" | "sms" | "web" | "app" | undefined;
|
|
1874
1794
|
origin_source?: "whatsapp" | "facebook" | "twitter" | "linkedin" | undefined;
|
|
1875
|
-
|
|
1876
|
-
origin_custom_2?: string | undefined;
|
|
1877
|
-
origin_custom_3?: string | undefined;
|
|
1795
|
+
origin_data?: Record<string, any> | undefined;
|
|
1878
1796
|
widget_id?: string | undefined;
|
|
1879
1797
|
widget_name?: string | undefined;
|
|
1880
1798
|
widget_type?: string | undefined;
|
|
@@ -1922,9 +1840,7 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
1922
1840
|
page_referrer?: string | undefined;
|
|
1923
1841
|
origin_medium?: "push" | "email" | "sms" | "web" | "app" | undefined;
|
|
1924
1842
|
origin_source?: "whatsapp" | "facebook" | "twitter" | "linkedin" | undefined;
|
|
1925
|
-
|
|
1926
|
-
origin_custom_2?: string | undefined;
|
|
1927
|
-
origin_custom_3?: string | undefined;
|
|
1843
|
+
origin_data?: Record<string, any> | undefined;
|
|
1928
1844
|
widget_id?: string | undefined;
|
|
1929
1845
|
widget_name?: string | undefined;
|
|
1930
1846
|
widget_type?: string | undefined;
|
|
@@ -1967,9 +1883,7 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
1967
1883
|
page_referrer?: string | undefined;
|
|
1968
1884
|
origin_medium?: "push" | "email" | "sms" | "web" | "app" | undefined;
|
|
1969
1885
|
origin_source?: "whatsapp" | "facebook" | "twitter" | "linkedin" | undefined;
|
|
1970
|
-
|
|
1971
|
-
origin_custom_2?: string | undefined;
|
|
1972
|
-
origin_custom_3?: string | undefined;
|
|
1886
|
+
origin_data?: Record<string, any> | undefined;
|
|
1973
1887
|
widget_id?: string | undefined;
|
|
1974
1888
|
widget_name?: string | undefined;
|
|
1975
1889
|
widget_type?: string | undefined;
|
|
@@ -2010,9 +1924,7 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
2010
1924
|
page_referrer?: string | undefined;
|
|
2011
1925
|
origin_medium?: "push" | "email" | "sms" | "web" | "app" | undefined;
|
|
2012
1926
|
origin_source?: "whatsapp" | "facebook" | "twitter" | "linkedin" | undefined;
|
|
2013
|
-
|
|
2014
|
-
origin_custom_2?: string | undefined;
|
|
2015
|
-
origin_custom_3?: string | undefined;
|
|
1927
|
+
origin_data?: Record<string, any> | undefined;
|
|
2016
1928
|
widget_id?: string | undefined;
|
|
2017
1929
|
widget_name?: string | undefined;
|
|
2018
1930
|
widget_type?: string | undefined;
|
|
@@ -2052,9 +1964,7 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
2052
1964
|
page_referrer?: string | undefined;
|
|
2053
1965
|
origin_medium?: "push" | "email" | "sms" | "web" | "app" | undefined;
|
|
2054
1966
|
origin_source?: "whatsapp" | "facebook" | "twitter" | "linkedin" | undefined;
|
|
2055
|
-
|
|
2056
|
-
origin_custom_2?: string | undefined;
|
|
2057
|
-
origin_custom_3?: string | undefined;
|
|
1967
|
+
origin_data?: Record<string, any> | undefined;
|
|
2058
1968
|
widget_id?: string | undefined;
|
|
2059
1969
|
widget_name?: string | undefined;
|
|
2060
1970
|
widget_type?: string | undefined;
|
|
@@ -2094,9 +2004,7 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
2094
2004
|
page_referrer?: string | undefined;
|
|
2095
2005
|
origin_medium?: "push" | "email" | "sms" | "web" | "app" | undefined;
|
|
2096
2006
|
origin_source?: "whatsapp" | "facebook" | "twitter" | "linkedin" | undefined;
|
|
2097
|
-
|
|
2098
|
-
origin_custom_2?: string | undefined;
|
|
2099
|
-
origin_custom_3?: string | undefined;
|
|
2007
|
+
origin_data?: Record<string, any> | undefined;
|
|
2100
2008
|
widget_id?: string | undefined;
|
|
2101
2009
|
widget_name?: string | undefined;
|
|
2102
2010
|
widget_type?: string | undefined;
|
|
@@ -2134,9 +2042,7 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
2134
2042
|
page_referrer?: string | undefined;
|
|
2135
2043
|
origin_medium?: "push" | "email" | "sms" | "web" | "app" | undefined;
|
|
2136
2044
|
origin_source?: "whatsapp" | "facebook" | "twitter" | "linkedin" | undefined;
|
|
2137
|
-
|
|
2138
|
-
origin_custom_2?: string | undefined;
|
|
2139
|
-
origin_custom_3?: string | undefined;
|
|
2045
|
+
origin_data?: Record<string, any> | undefined;
|
|
2140
2046
|
widget_id?: string | undefined;
|
|
2141
2047
|
widget_name?: string | undefined;
|
|
2142
2048
|
widget_type?: string | undefined;
|
|
@@ -2180,9 +2086,7 @@ declare const ClientOptions: z.ZodObject<{
|
|
|
2180
2086
|
page_referrer?: string | undefined;
|
|
2181
2087
|
origin_medium?: "push" | "email" | "sms" | "web" | "app" | undefined;
|
|
2182
2088
|
origin_source?: "whatsapp" | "facebook" | "twitter" | "linkedin" | undefined;
|
|
2183
|
-
|
|
2184
|
-
origin_custom_2?: string | undefined;
|
|
2185
|
-
origin_custom_3?: string | undefined;
|
|
2089
|
+
origin_data?: Record<string, any> | undefined;
|
|
2186
2090
|
widget_id?: string | undefined;
|
|
2187
2091
|
widget_name?: string | undefined;
|
|
2188
2092
|
widget_type?: string | undefined;
|
|
@@ -2906,6 +2810,44 @@ declare const Step: z.ZodObject<{
|
|
|
2906
2810
|
icons?: string[] | undefined;
|
|
2907
2811
|
precision?: number | undefined;
|
|
2908
2812
|
}>>;
|
|
2813
|
+
carousel: z.ZodOptional<z.ZodObject<{
|
|
2814
|
+
loop: z.ZodOptional<z.ZodBoolean>;
|
|
2815
|
+
mouseDragging: z.ZodOptional<z.ZodBoolean>;
|
|
2816
|
+
itemsPerPage: z.ZodOptional<z.ZodNumber>;
|
|
2817
|
+
showArrows: z.ZodOptional<z.ZodBoolean>;
|
|
2818
|
+
showDots: z.ZodOptional<z.ZodBoolean>;
|
|
2819
|
+
autoplay: z.ZodOptional<z.ZodBoolean>;
|
|
2820
|
+
autoplaySpeed: z.ZodOptional<z.ZodNumber>;
|
|
2821
|
+
clickableItems: z.ZodOptional<z.ZodObject<{
|
|
2822
|
+
actionId: z.ZodString;
|
|
2823
|
+
}, "strip", z.ZodTypeAny, {
|
|
2824
|
+
actionId: string;
|
|
2825
|
+
}, {
|
|
2826
|
+
actionId: string;
|
|
2827
|
+
}>>;
|
|
2828
|
+
}, "strip", z.ZodTypeAny, {
|
|
2829
|
+
loop?: boolean | undefined;
|
|
2830
|
+
mouseDragging?: boolean | undefined;
|
|
2831
|
+
itemsPerPage?: number | undefined;
|
|
2832
|
+
showArrows?: boolean | undefined;
|
|
2833
|
+
showDots?: boolean | undefined;
|
|
2834
|
+
autoplay?: boolean | undefined;
|
|
2835
|
+
autoplaySpeed?: number | undefined;
|
|
2836
|
+
clickableItems?: {
|
|
2837
|
+
actionId: string;
|
|
2838
|
+
} | undefined;
|
|
2839
|
+
}, {
|
|
2840
|
+
loop?: boolean | undefined;
|
|
2841
|
+
mouseDragging?: boolean | undefined;
|
|
2842
|
+
itemsPerPage?: number | undefined;
|
|
2843
|
+
showArrows?: boolean | undefined;
|
|
2844
|
+
showDots?: boolean | undefined;
|
|
2845
|
+
autoplay?: boolean | undefined;
|
|
2846
|
+
autoplaySpeed?: number | undefined;
|
|
2847
|
+
clickableItems?: {
|
|
2848
|
+
actionId: string;
|
|
2849
|
+
} | undefined;
|
|
2850
|
+
}>>;
|
|
2909
2851
|
map: z.ZodOptional<z.ZodObject<{
|
|
2910
2852
|
apiKey: z.ZodOptional<z.ZodString>;
|
|
2911
2853
|
region: z.ZodOptional<z.ZodString>;
|
|
@@ -4276,6 +4218,18 @@ declare const Step: z.ZodObject<{
|
|
|
4276
4218
|
checkbox?: {
|
|
4277
4219
|
layout: "horizontal" | "vertical";
|
|
4278
4220
|
} | undefined;
|
|
4221
|
+
carousel?: {
|
|
4222
|
+
loop?: boolean | undefined;
|
|
4223
|
+
mouseDragging?: boolean | undefined;
|
|
4224
|
+
itemsPerPage?: number | undefined;
|
|
4225
|
+
showArrows?: boolean | undefined;
|
|
4226
|
+
showDots?: boolean | undefined;
|
|
4227
|
+
autoplay?: boolean | undefined;
|
|
4228
|
+
autoplaySpeed?: number | undefined;
|
|
4229
|
+
clickableItems?: {
|
|
4230
|
+
actionId: string;
|
|
4231
|
+
} | undefined;
|
|
4232
|
+
} | undefined;
|
|
4279
4233
|
calendar?: {
|
|
4280
4234
|
time?: {
|
|
4281
4235
|
label?: string | undefined;
|
|
@@ -4521,6 +4475,18 @@ declare const Step: z.ZodObject<{
|
|
|
4521
4475
|
checkbox?: {
|
|
4522
4476
|
layout: "horizontal" | "vertical";
|
|
4523
4477
|
} | undefined;
|
|
4478
|
+
carousel?: {
|
|
4479
|
+
loop?: boolean | undefined;
|
|
4480
|
+
mouseDragging?: boolean | undefined;
|
|
4481
|
+
itemsPerPage?: number | undefined;
|
|
4482
|
+
showArrows?: boolean | undefined;
|
|
4483
|
+
showDots?: boolean | undefined;
|
|
4484
|
+
autoplay?: boolean | undefined;
|
|
4485
|
+
autoplaySpeed?: number | undefined;
|
|
4486
|
+
clickableItems?: {
|
|
4487
|
+
actionId: string;
|
|
4488
|
+
} | undefined;
|
|
4489
|
+
} | undefined;
|
|
4524
4490
|
calendar?: {
|
|
4525
4491
|
time?: {
|
|
4526
4492
|
label?: string | undefined;
|
|
@@ -4956,6 +4922,18 @@ declare const Step: z.ZodObject<{
|
|
|
4956
4922
|
checkbox?: {
|
|
4957
4923
|
layout: "horizontal" | "vertical";
|
|
4958
4924
|
} | undefined;
|
|
4925
|
+
carousel?: {
|
|
4926
|
+
loop?: boolean | undefined;
|
|
4927
|
+
mouseDragging?: boolean | undefined;
|
|
4928
|
+
itemsPerPage?: number | undefined;
|
|
4929
|
+
showArrows?: boolean | undefined;
|
|
4930
|
+
showDots?: boolean | undefined;
|
|
4931
|
+
autoplay?: boolean | undefined;
|
|
4932
|
+
autoplaySpeed?: number | undefined;
|
|
4933
|
+
clickableItems?: {
|
|
4934
|
+
actionId: string;
|
|
4935
|
+
} | undefined;
|
|
4936
|
+
} | undefined;
|
|
4959
4937
|
calendar?: {
|
|
4960
4938
|
time?: {
|
|
4961
4939
|
label?: string | undefined;
|
|
@@ -5306,6 +5284,18 @@ declare const Step: z.ZodObject<{
|
|
|
5306
5284
|
checkbox?: {
|
|
5307
5285
|
layout: "horizontal" | "vertical";
|
|
5308
5286
|
} | undefined;
|
|
5287
|
+
carousel?: {
|
|
5288
|
+
loop?: boolean | undefined;
|
|
5289
|
+
mouseDragging?: boolean | undefined;
|
|
5290
|
+
itemsPerPage?: number | undefined;
|
|
5291
|
+
showArrows?: boolean | undefined;
|
|
5292
|
+
showDots?: boolean | undefined;
|
|
5293
|
+
autoplay?: boolean | undefined;
|
|
5294
|
+
autoplaySpeed?: number | undefined;
|
|
5295
|
+
clickableItems?: {
|
|
5296
|
+
actionId: string;
|
|
5297
|
+
} | undefined;
|
|
5298
|
+
} | undefined;
|
|
5309
5299
|
calendar?: {
|
|
5310
5300
|
time?: {
|
|
5311
5301
|
label?: string | undefined;
|
|
@@ -5813,6 +5803,18 @@ declare const Step: z.ZodObject<{
|
|
|
5813
5803
|
checkbox?: {
|
|
5814
5804
|
layout: "horizontal" | "vertical";
|
|
5815
5805
|
} | undefined;
|
|
5806
|
+
carousel?: {
|
|
5807
|
+
loop?: boolean | undefined;
|
|
5808
|
+
mouseDragging?: boolean | undefined;
|
|
5809
|
+
itemsPerPage?: number | undefined;
|
|
5810
|
+
showArrows?: boolean | undefined;
|
|
5811
|
+
showDots?: boolean | undefined;
|
|
5812
|
+
autoplay?: boolean | undefined;
|
|
5813
|
+
autoplaySpeed?: number | undefined;
|
|
5814
|
+
clickableItems?: {
|
|
5815
|
+
actionId: string;
|
|
5816
|
+
} | undefined;
|
|
5817
|
+
} | undefined;
|
|
5816
5818
|
calendar?: {
|
|
5817
5819
|
time?: {
|
|
5818
5820
|
label?: string | undefined;
|
|
@@ -6210,6 +6212,18 @@ declare const Step: z.ZodObject<{
|
|
|
6210
6212
|
checkbox?: {
|
|
6211
6213
|
layout: "horizontal" | "vertical";
|
|
6212
6214
|
} | undefined;
|
|
6215
|
+
carousel?: {
|
|
6216
|
+
loop?: boolean | undefined;
|
|
6217
|
+
mouseDragging?: boolean | undefined;
|
|
6218
|
+
itemsPerPage?: number | undefined;
|
|
6219
|
+
showArrows?: boolean | undefined;
|
|
6220
|
+
showDots?: boolean | undefined;
|
|
6221
|
+
autoplay?: boolean | undefined;
|
|
6222
|
+
autoplaySpeed?: number | undefined;
|
|
6223
|
+
clickableItems?: {
|
|
6224
|
+
actionId: string;
|
|
6225
|
+
} | undefined;
|
|
6226
|
+
} | undefined;
|
|
6213
6227
|
calendar?: {
|
|
6214
6228
|
time?: {
|
|
6215
6229
|
label?: string | undefined;
|
|
@@ -6561,6 +6575,16 @@ type ActionEvent = z.infer<typeof ActionEvent>;
|
|
|
6561
6575
|
* @property {string[]} [configuration.rating.icons] - Array of icon names for rating display.
|
|
6562
6576
|
* @property {string} [configuration.rating.color] - Color for rating icons.
|
|
6563
6577
|
* @property {number} [configuration.rating.precision] - Decimal precision for rating values.
|
|
6578
|
+
* @property {Object} [configuration.carousel] - Configuration for carousel component.
|
|
6579
|
+
* @property {boolean} [configuration.carousel.loop] - Whether to loop the carousel.
|
|
6580
|
+
* @property {boolean} [configuration.carousel.mouseDragging] - Whether to enable mouse dragging.
|
|
6581
|
+
* @property {number} [configuration.carousel.itemsPerPage] - Number of items to display per page.
|
|
6582
|
+
* @property {boolean} [configuration.carousel.showArrows] - Whether to show navigation arrows.
|
|
6583
|
+
* @property {boolean} [configuration.carousel.showDots] - Whether to show pagination dots.
|
|
6584
|
+
* @property {boolean} [configuration.carousel.autoplay] - Whether to enable automatic sliding.
|
|
6585
|
+
* @property {number} [configuration.carousel.autoplaySpeed] - Speed of automatic sliding in milliseconds.
|
|
6586
|
+
* @property {Object} [configuration.carousel.clickableItems] - Configuration for clickable carousel items.
|
|
6587
|
+
* @property {string} configuration.carousel.clickableItems.actionId - ID of the action to execute when an item is clicked.
|
|
6564
6588
|
* @property {Object} [configuration.map] - Configuration for map component.
|
|
6565
6589
|
* @property {string} [configuration.map.apiKey] - API key for map service.
|
|
6566
6590
|
* @property {string} [configuration.map.region] - Two-letter country code for map region.
|
|
@@ -7242,6 +7266,44 @@ declare const Field: z.ZodObject<{
|
|
|
7242
7266
|
icons?: string[] | undefined;
|
|
7243
7267
|
precision?: number | undefined;
|
|
7244
7268
|
}>>;
|
|
7269
|
+
carousel: z.ZodOptional<z.ZodObject<{
|
|
7270
|
+
loop: z.ZodOptional<z.ZodBoolean>;
|
|
7271
|
+
mouseDragging: z.ZodOptional<z.ZodBoolean>;
|
|
7272
|
+
itemsPerPage: z.ZodOptional<z.ZodNumber>;
|
|
7273
|
+
showArrows: z.ZodOptional<z.ZodBoolean>;
|
|
7274
|
+
showDots: z.ZodOptional<z.ZodBoolean>;
|
|
7275
|
+
autoplay: z.ZodOptional<z.ZodBoolean>;
|
|
7276
|
+
autoplaySpeed: z.ZodOptional<z.ZodNumber>;
|
|
7277
|
+
clickableItems: z.ZodOptional<z.ZodObject<{
|
|
7278
|
+
actionId: z.ZodString;
|
|
7279
|
+
}, "strip", z.ZodTypeAny, {
|
|
7280
|
+
actionId: string;
|
|
7281
|
+
}, {
|
|
7282
|
+
actionId: string;
|
|
7283
|
+
}>>;
|
|
7284
|
+
}, "strip", z.ZodTypeAny, {
|
|
7285
|
+
loop?: boolean | undefined;
|
|
7286
|
+
mouseDragging?: boolean | undefined;
|
|
7287
|
+
itemsPerPage?: number | undefined;
|
|
7288
|
+
showArrows?: boolean | undefined;
|
|
7289
|
+
showDots?: boolean | undefined;
|
|
7290
|
+
autoplay?: boolean | undefined;
|
|
7291
|
+
autoplaySpeed?: number | undefined;
|
|
7292
|
+
clickableItems?: {
|
|
7293
|
+
actionId: string;
|
|
7294
|
+
} | undefined;
|
|
7295
|
+
}, {
|
|
7296
|
+
loop?: boolean | undefined;
|
|
7297
|
+
mouseDragging?: boolean | undefined;
|
|
7298
|
+
itemsPerPage?: number | undefined;
|
|
7299
|
+
showArrows?: boolean | undefined;
|
|
7300
|
+
showDots?: boolean | undefined;
|
|
7301
|
+
autoplay?: boolean | undefined;
|
|
7302
|
+
autoplaySpeed?: number | undefined;
|
|
7303
|
+
clickableItems?: {
|
|
7304
|
+
actionId: string;
|
|
7305
|
+
} | undefined;
|
|
7306
|
+
}>>;
|
|
7245
7307
|
map: z.ZodOptional<z.ZodObject<{
|
|
7246
7308
|
apiKey: z.ZodOptional<z.ZodString>;
|
|
7247
7309
|
region: z.ZodOptional<z.ZodString>;
|
|
@@ -8612,6 +8674,18 @@ declare const Field: z.ZodObject<{
|
|
|
8612
8674
|
checkbox?: {
|
|
8613
8675
|
layout: "horizontal" | "vertical";
|
|
8614
8676
|
} | undefined;
|
|
8677
|
+
carousel?: {
|
|
8678
|
+
loop?: boolean | undefined;
|
|
8679
|
+
mouseDragging?: boolean | undefined;
|
|
8680
|
+
itemsPerPage?: number | undefined;
|
|
8681
|
+
showArrows?: boolean | undefined;
|
|
8682
|
+
showDots?: boolean | undefined;
|
|
8683
|
+
autoplay?: boolean | undefined;
|
|
8684
|
+
autoplaySpeed?: number | undefined;
|
|
8685
|
+
clickableItems?: {
|
|
8686
|
+
actionId: string;
|
|
8687
|
+
} | undefined;
|
|
8688
|
+
} | undefined;
|
|
8615
8689
|
calendar?: {
|
|
8616
8690
|
time?: {
|
|
8617
8691
|
label?: string | undefined;
|
|
@@ -8857,6 +8931,18 @@ declare const Field: z.ZodObject<{
|
|
|
8857
8931
|
checkbox?: {
|
|
8858
8932
|
layout: "horizontal" | "vertical";
|
|
8859
8933
|
} | undefined;
|
|
8934
|
+
carousel?: {
|
|
8935
|
+
loop?: boolean | undefined;
|
|
8936
|
+
mouseDragging?: boolean | undefined;
|
|
8937
|
+
itemsPerPage?: number | undefined;
|
|
8938
|
+
showArrows?: boolean | undefined;
|
|
8939
|
+
showDots?: boolean | undefined;
|
|
8940
|
+
autoplay?: boolean | undefined;
|
|
8941
|
+
autoplaySpeed?: number | undefined;
|
|
8942
|
+
clickableItems?: {
|
|
8943
|
+
actionId: string;
|
|
8944
|
+
} | undefined;
|
|
8945
|
+
} | undefined;
|
|
8860
8946
|
calendar?: {
|
|
8861
8947
|
time?: {
|
|
8862
8948
|
label?: string | undefined;
|
|
@@ -9292,6 +9378,18 @@ declare const Field: z.ZodObject<{
|
|
|
9292
9378
|
checkbox?: {
|
|
9293
9379
|
layout: "horizontal" | "vertical";
|
|
9294
9380
|
} | undefined;
|
|
9381
|
+
carousel?: {
|
|
9382
|
+
loop?: boolean | undefined;
|
|
9383
|
+
mouseDragging?: boolean | undefined;
|
|
9384
|
+
itemsPerPage?: number | undefined;
|
|
9385
|
+
showArrows?: boolean | undefined;
|
|
9386
|
+
showDots?: boolean | undefined;
|
|
9387
|
+
autoplay?: boolean | undefined;
|
|
9388
|
+
autoplaySpeed?: number | undefined;
|
|
9389
|
+
clickableItems?: {
|
|
9390
|
+
actionId: string;
|
|
9391
|
+
} | undefined;
|
|
9392
|
+
} | undefined;
|
|
9295
9393
|
calendar?: {
|
|
9296
9394
|
time?: {
|
|
9297
9395
|
label?: string | undefined;
|
|
@@ -9642,6 +9740,18 @@ declare const Field: z.ZodObject<{
|
|
|
9642
9740
|
checkbox?: {
|
|
9643
9741
|
layout: "horizontal" | "vertical";
|
|
9644
9742
|
} | undefined;
|
|
9743
|
+
carousel?: {
|
|
9744
|
+
loop?: boolean | undefined;
|
|
9745
|
+
mouseDragging?: boolean | undefined;
|
|
9746
|
+
itemsPerPage?: number | undefined;
|
|
9747
|
+
showArrows?: boolean | undefined;
|
|
9748
|
+
showDots?: boolean | undefined;
|
|
9749
|
+
autoplay?: boolean | undefined;
|
|
9750
|
+
autoplaySpeed?: number | undefined;
|
|
9751
|
+
clickableItems?: {
|
|
9752
|
+
actionId: string;
|
|
9753
|
+
} | undefined;
|
|
9754
|
+
} | undefined;
|
|
9645
9755
|
calendar?: {
|
|
9646
9756
|
time?: {
|
|
9647
9757
|
label?: string | undefined;
|
|
@@ -10574,6 +10684,44 @@ declare const FlowContext: z.ZodObject<{
|
|
|
10574
10684
|
icons?: string[] | undefined;
|
|
10575
10685
|
precision?: number | undefined;
|
|
10576
10686
|
}>>;
|
|
10687
|
+
carousel: z.ZodOptional<z.ZodObject<{
|
|
10688
|
+
loop: z.ZodOptional<z.ZodBoolean>;
|
|
10689
|
+
mouseDragging: z.ZodOptional<z.ZodBoolean>;
|
|
10690
|
+
itemsPerPage: z.ZodOptional<z.ZodNumber>;
|
|
10691
|
+
showArrows: z.ZodOptional<z.ZodBoolean>;
|
|
10692
|
+
showDots: z.ZodOptional<z.ZodBoolean>;
|
|
10693
|
+
autoplay: z.ZodOptional<z.ZodBoolean>;
|
|
10694
|
+
autoplaySpeed: z.ZodOptional<z.ZodNumber>;
|
|
10695
|
+
clickableItems: z.ZodOptional<z.ZodObject<{
|
|
10696
|
+
actionId: z.ZodString;
|
|
10697
|
+
}, "strip", z.ZodTypeAny, {
|
|
10698
|
+
actionId: string;
|
|
10699
|
+
}, {
|
|
10700
|
+
actionId: string;
|
|
10701
|
+
}>>;
|
|
10702
|
+
}, "strip", z.ZodTypeAny, {
|
|
10703
|
+
loop?: boolean | undefined;
|
|
10704
|
+
mouseDragging?: boolean | undefined;
|
|
10705
|
+
itemsPerPage?: number | undefined;
|
|
10706
|
+
showArrows?: boolean | undefined;
|
|
10707
|
+
showDots?: boolean | undefined;
|
|
10708
|
+
autoplay?: boolean | undefined;
|
|
10709
|
+
autoplaySpeed?: number | undefined;
|
|
10710
|
+
clickableItems?: {
|
|
10711
|
+
actionId: string;
|
|
10712
|
+
} | undefined;
|
|
10713
|
+
}, {
|
|
10714
|
+
loop?: boolean | undefined;
|
|
10715
|
+
mouseDragging?: boolean | undefined;
|
|
10716
|
+
itemsPerPage?: number | undefined;
|
|
10717
|
+
showArrows?: boolean | undefined;
|
|
10718
|
+
showDots?: boolean | undefined;
|
|
10719
|
+
autoplay?: boolean | undefined;
|
|
10720
|
+
autoplaySpeed?: number | undefined;
|
|
10721
|
+
clickableItems?: {
|
|
10722
|
+
actionId: string;
|
|
10723
|
+
} | undefined;
|
|
10724
|
+
}>>;
|
|
10577
10725
|
map: z.ZodOptional<z.ZodObject<{
|
|
10578
10726
|
apiKey: z.ZodOptional<z.ZodString>;
|
|
10579
10727
|
region: z.ZodOptional<z.ZodString>;
|
|
@@ -11944,6 +12092,18 @@ declare const FlowContext: z.ZodObject<{
|
|
|
11944
12092
|
checkbox?: {
|
|
11945
12093
|
layout: "horizontal" | "vertical";
|
|
11946
12094
|
} | undefined;
|
|
12095
|
+
carousel?: {
|
|
12096
|
+
loop?: boolean | undefined;
|
|
12097
|
+
mouseDragging?: boolean | undefined;
|
|
12098
|
+
itemsPerPage?: number | undefined;
|
|
12099
|
+
showArrows?: boolean | undefined;
|
|
12100
|
+
showDots?: boolean | undefined;
|
|
12101
|
+
autoplay?: boolean | undefined;
|
|
12102
|
+
autoplaySpeed?: number | undefined;
|
|
12103
|
+
clickableItems?: {
|
|
12104
|
+
actionId: string;
|
|
12105
|
+
} | undefined;
|
|
12106
|
+
} | undefined;
|
|
11947
12107
|
calendar?: {
|
|
11948
12108
|
time?: {
|
|
11949
12109
|
label?: string | undefined;
|
|
@@ -12189,6 +12349,18 @@ declare const FlowContext: z.ZodObject<{
|
|
|
12189
12349
|
checkbox?: {
|
|
12190
12350
|
layout: "horizontal" | "vertical";
|
|
12191
12351
|
} | undefined;
|
|
12352
|
+
carousel?: {
|
|
12353
|
+
loop?: boolean | undefined;
|
|
12354
|
+
mouseDragging?: boolean | undefined;
|
|
12355
|
+
itemsPerPage?: number | undefined;
|
|
12356
|
+
showArrows?: boolean | undefined;
|
|
12357
|
+
showDots?: boolean | undefined;
|
|
12358
|
+
autoplay?: boolean | undefined;
|
|
12359
|
+
autoplaySpeed?: number | undefined;
|
|
12360
|
+
clickableItems?: {
|
|
12361
|
+
actionId: string;
|
|
12362
|
+
} | undefined;
|
|
12363
|
+
} | undefined;
|
|
12192
12364
|
calendar?: {
|
|
12193
12365
|
time?: {
|
|
12194
12366
|
label?: string | undefined;
|
|
@@ -12624,6 +12796,18 @@ declare const FlowContext: z.ZodObject<{
|
|
|
12624
12796
|
checkbox?: {
|
|
12625
12797
|
layout: "horizontal" | "vertical";
|
|
12626
12798
|
} | undefined;
|
|
12799
|
+
carousel?: {
|
|
12800
|
+
loop?: boolean | undefined;
|
|
12801
|
+
mouseDragging?: boolean | undefined;
|
|
12802
|
+
itemsPerPage?: number | undefined;
|
|
12803
|
+
showArrows?: boolean | undefined;
|
|
12804
|
+
showDots?: boolean | undefined;
|
|
12805
|
+
autoplay?: boolean | undefined;
|
|
12806
|
+
autoplaySpeed?: number | undefined;
|
|
12807
|
+
clickableItems?: {
|
|
12808
|
+
actionId: string;
|
|
12809
|
+
} | undefined;
|
|
12810
|
+
} | undefined;
|
|
12627
12811
|
calendar?: {
|
|
12628
12812
|
time?: {
|
|
12629
12813
|
label?: string | undefined;
|
|
@@ -12974,6 +13158,18 @@ declare const FlowContext: z.ZodObject<{
|
|
|
12974
13158
|
checkbox?: {
|
|
12975
13159
|
layout: "horizontal" | "vertical";
|
|
12976
13160
|
} | undefined;
|
|
13161
|
+
carousel?: {
|
|
13162
|
+
loop?: boolean | undefined;
|
|
13163
|
+
mouseDragging?: boolean | undefined;
|
|
13164
|
+
itemsPerPage?: number | undefined;
|
|
13165
|
+
showArrows?: boolean | undefined;
|
|
13166
|
+
showDots?: boolean | undefined;
|
|
13167
|
+
autoplay?: boolean | undefined;
|
|
13168
|
+
autoplaySpeed?: number | undefined;
|
|
13169
|
+
clickableItems?: {
|
|
13170
|
+
actionId: string;
|
|
13171
|
+
} | undefined;
|
|
13172
|
+
} | undefined;
|
|
12977
13173
|
calendar?: {
|
|
12978
13174
|
time?: {
|
|
12979
13175
|
label?: string | undefined;
|
|
@@ -13481,6 +13677,18 @@ declare const FlowContext: z.ZodObject<{
|
|
|
13481
13677
|
checkbox?: {
|
|
13482
13678
|
layout: "horizontal" | "vertical";
|
|
13483
13679
|
} | undefined;
|
|
13680
|
+
carousel?: {
|
|
13681
|
+
loop?: boolean | undefined;
|
|
13682
|
+
mouseDragging?: boolean | undefined;
|
|
13683
|
+
itemsPerPage?: number | undefined;
|
|
13684
|
+
showArrows?: boolean | undefined;
|
|
13685
|
+
showDots?: boolean | undefined;
|
|
13686
|
+
autoplay?: boolean | undefined;
|
|
13687
|
+
autoplaySpeed?: number | undefined;
|
|
13688
|
+
clickableItems?: {
|
|
13689
|
+
actionId: string;
|
|
13690
|
+
} | undefined;
|
|
13691
|
+
} | undefined;
|
|
13484
13692
|
calendar?: {
|
|
13485
13693
|
time?: {
|
|
13486
13694
|
label?: string | undefined;
|
|
@@ -13878,6 +14086,18 @@ declare const FlowContext: z.ZodObject<{
|
|
|
13878
14086
|
checkbox?: {
|
|
13879
14087
|
layout: "horizontal" | "vertical";
|
|
13880
14088
|
} | undefined;
|
|
14089
|
+
carousel?: {
|
|
14090
|
+
loop?: boolean | undefined;
|
|
14091
|
+
mouseDragging?: boolean | undefined;
|
|
14092
|
+
itemsPerPage?: number | undefined;
|
|
14093
|
+
showArrows?: boolean | undefined;
|
|
14094
|
+
showDots?: boolean | undefined;
|
|
14095
|
+
autoplay?: boolean | undefined;
|
|
14096
|
+
autoplaySpeed?: number | undefined;
|
|
14097
|
+
clickableItems?: {
|
|
14098
|
+
actionId: string;
|
|
14099
|
+
} | undefined;
|
|
14100
|
+
} | undefined;
|
|
13881
14101
|
calendar?: {
|
|
13882
14102
|
time?: {
|
|
13883
14103
|
label?: string | undefined;
|
|
@@ -14309,6 +14529,18 @@ declare const FlowContext: z.ZodObject<{
|
|
|
14309
14529
|
checkbox?: {
|
|
14310
14530
|
layout: "horizontal" | "vertical";
|
|
14311
14531
|
} | undefined;
|
|
14532
|
+
carousel?: {
|
|
14533
|
+
loop?: boolean | undefined;
|
|
14534
|
+
mouseDragging?: boolean | undefined;
|
|
14535
|
+
itemsPerPage?: number | undefined;
|
|
14536
|
+
showArrows?: boolean | undefined;
|
|
14537
|
+
showDots?: boolean | undefined;
|
|
14538
|
+
autoplay?: boolean | undefined;
|
|
14539
|
+
autoplaySpeed?: number | undefined;
|
|
14540
|
+
clickableItems?: {
|
|
14541
|
+
actionId: string;
|
|
14542
|
+
} | undefined;
|
|
14543
|
+
} | undefined;
|
|
14312
14544
|
calendar?: {
|
|
14313
14545
|
time?: {
|
|
14314
14546
|
label?: string | undefined;
|
|
@@ -14718,6 +14950,18 @@ declare const FlowContext: z.ZodObject<{
|
|
|
14718
14950
|
checkbox?: {
|
|
14719
14951
|
layout: "horizontal" | "vertical";
|
|
14720
14952
|
} | undefined;
|
|
14953
|
+
carousel?: {
|
|
14954
|
+
loop?: boolean | undefined;
|
|
14955
|
+
mouseDragging?: boolean | undefined;
|
|
14956
|
+
itemsPerPage?: number | undefined;
|
|
14957
|
+
showArrows?: boolean | undefined;
|
|
14958
|
+
showDots?: boolean | undefined;
|
|
14959
|
+
autoplay?: boolean | undefined;
|
|
14960
|
+
autoplaySpeed?: number | undefined;
|
|
14961
|
+
clickableItems?: {
|
|
14962
|
+
actionId: string;
|
|
14963
|
+
} | undefined;
|
|
14964
|
+
} | undefined;
|
|
14721
14965
|
calendar?: {
|
|
14722
14966
|
time?: {
|
|
14723
14967
|
label?: string | undefined;
|