@onlive.ai/flow-client 0.1.50 → 0.1.55

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.
@@ -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
- origin_custom_1?: string | undefined;
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
- origin_custom_1?: string | undefined;
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
- origin_custom_1?: string | undefined;
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
- origin_custom_1?: string | undefined;
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
- origin_custom_1?: string | undefined;
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
- origin_custom_1?: string | undefined;
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
- origin_custom_1?: string | undefined;
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
- origin_custom_1?: string | undefined;
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
- origin_custom_1?: string | undefined;
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
- origin_custom_1?: string | undefined;
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
- origin_custom_1?: string | undefined;
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
- origin_custom_1?: string | undefined;
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
- origin_custom_1?: string | undefined;
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
- origin_custom_1?: string | undefined;
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
- origin_custom_1?: string | undefined;
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
- origin_custom_1?: string | undefined;
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
- origin_custom_1?: string | undefined;
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
- origin_custom_1?: string | undefined;
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
- origin_custom_1?: string | undefined;
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
- origin_custom_1?: string | undefined;
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
- origin_custom_1?: string | undefined;
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
- origin_custom_1?: string | undefined;
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
- origin_custom_1?: string | undefined;
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
- origin_custom_1?: string | undefined;
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
- origin_custom_1?: string | undefined;
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
- origin_custom_1?: string | undefined;
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
- origin_custom_1?: string | undefined;
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
- origin_custom_1?: string | undefined;
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
- origin_custom_1?: string | undefined;
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
- origin_custom_1?: string | undefined;
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
- origin_custom_1?: string | undefined;
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
- origin_custom_1?: string | undefined;
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
- origin_custom_1?: string | undefined;
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
- origin_custom_1?: string | undefined;
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
- origin_custom_1?: string | undefined;
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
- origin_custom_1?: string | undefined;
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
- origin_custom_1?: string | undefined;
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
- origin_custom_1?: string | undefined;
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
- origin_custom_1?: string | undefined;
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
- origin_custom_1?: string | undefined;
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
- origin_custom_1?: string | undefined;
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
- origin_custom_1?: string | undefined;
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
- origin_custom_1?: string | undefined;
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
- origin_custom_1?: string | undefined;
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
- origin_custom_1?: string | undefined;
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
- origin_custom_1?: string | undefined;
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
- origin_custom_1?: string | undefined;
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
- origin_custom_1?: string | undefined;
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>;
@@ -2979,6 +2921,7 @@ declare const Step: z.ZodObject<{
2979
2921
  detailsLabel?: string | undefined;
2980
2922
  }>>;
2981
2923
  search: z.ZodOptional<z.ZodObject<{
2924
+ enabled: z.ZodOptional<z.ZodBoolean>;
2982
2925
  value: z.ZodOptional<z.ZodString>;
2983
2926
  button: z.ZodOptional<z.ZodObject<{
2984
2927
  label: z.ZodOptional<z.ZodString>;
@@ -3078,6 +3021,7 @@ declare const Step: z.ZodObject<{
3078
3021
  position?: "inside" | "outside" | undefined;
3079
3022
  } | undefined;
3080
3023
  placeholder?: string | undefined;
3024
+ enabled?: boolean | undefined;
3081
3025
  prefix?: {
3082
3026
  default?: {
3083
3027
  text?: string | undefined;
@@ -3111,6 +3055,7 @@ declare const Step: z.ZodObject<{
3111
3055
  position?: "inside" | "outside" | undefined;
3112
3056
  } | undefined;
3113
3057
  placeholder?: string | undefined;
3058
+ enabled?: boolean | undefined;
3114
3059
  prefix?: {
3115
3060
  default?: {
3116
3061
  text?: string | undefined;
@@ -3585,6 +3530,7 @@ declare const Step: z.ZodObject<{
3585
3530
  position?: "inside" | "outside" | undefined;
3586
3531
  } | undefined;
3587
3532
  placeholder?: string | undefined;
3533
+ enabled?: boolean | undefined;
3588
3534
  prefix?: {
3589
3535
  default?: {
3590
3536
  text?: string | undefined;
@@ -3738,6 +3684,7 @@ declare const Step: z.ZodObject<{
3738
3684
  position?: "inside" | "outside" | undefined;
3739
3685
  } | undefined;
3740
3686
  placeholder?: string | undefined;
3687
+ enabled?: boolean | undefined;
3741
3688
  prefix?: {
3742
3689
  default?: {
3743
3690
  text?: string | undefined;
@@ -4091,6 +4038,7 @@ declare const Step: z.ZodObject<{
4091
4038
  position?: "inside" | "outside" | undefined;
4092
4039
  } | undefined;
4093
4040
  placeholder?: string | undefined;
4041
+ enabled?: boolean | undefined;
4094
4042
  prefix?: {
4095
4043
  default?: {
4096
4044
  text?: string | undefined;
@@ -4276,6 +4224,18 @@ declare const Step: z.ZodObject<{
4276
4224
  checkbox?: {
4277
4225
  layout: "horizontal" | "vertical";
4278
4226
  } | undefined;
4227
+ carousel?: {
4228
+ loop?: boolean | undefined;
4229
+ mouseDragging?: boolean | undefined;
4230
+ itemsPerPage?: number | undefined;
4231
+ showArrows?: boolean | undefined;
4232
+ showDots?: boolean | undefined;
4233
+ autoplay?: boolean | undefined;
4234
+ autoplaySpeed?: number | undefined;
4235
+ clickableItems?: {
4236
+ actionId: string;
4237
+ } | undefined;
4238
+ } | undefined;
4279
4239
  calendar?: {
4280
4240
  time?: {
4281
4241
  label?: string | undefined;
@@ -4336,6 +4296,7 @@ declare const Step: z.ZodObject<{
4336
4296
  position?: "inside" | "outside" | undefined;
4337
4297
  } | undefined;
4338
4298
  placeholder?: string | undefined;
4299
+ enabled?: boolean | undefined;
4339
4300
  prefix?: {
4340
4301
  default?: {
4341
4302
  text?: string | undefined;
@@ -4521,6 +4482,18 @@ declare const Step: z.ZodObject<{
4521
4482
  checkbox?: {
4522
4483
  layout: "horizontal" | "vertical";
4523
4484
  } | undefined;
4485
+ carousel?: {
4486
+ loop?: boolean | undefined;
4487
+ mouseDragging?: boolean | undefined;
4488
+ itemsPerPage?: number | undefined;
4489
+ showArrows?: boolean | undefined;
4490
+ showDots?: boolean | undefined;
4491
+ autoplay?: boolean | undefined;
4492
+ autoplaySpeed?: number | undefined;
4493
+ clickableItems?: {
4494
+ actionId: string;
4495
+ } | undefined;
4496
+ } | undefined;
4524
4497
  calendar?: {
4525
4498
  time?: {
4526
4499
  label?: string | undefined;
@@ -4771,6 +4744,7 @@ declare const Step: z.ZodObject<{
4771
4744
  position?: "inside" | "outside" | undefined;
4772
4745
  } | undefined;
4773
4746
  placeholder?: string | undefined;
4747
+ enabled?: boolean | undefined;
4774
4748
  prefix?: {
4775
4749
  default?: {
4776
4750
  text?: string | undefined;
@@ -4956,6 +4930,18 @@ declare const Step: z.ZodObject<{
4956
4930
  checkbox?: {
4957
4931
  layout: "horizontal" | "vertical";
4958
4932
  } | undefined;
4933
+ carousel?: {
4934
+ loop?: boolean | undefined;
4935
+ mouseDragging?: boolean | undefined;
4936
+ itemsPerPage?: number | undefined;
4937
+ showArrows?: boolean | undefined;
4938
+ showDots?: boolean | undefined;
4939
+ autoplay?: boolean | undefined;
4940
+ autoplaySpeed?: number | undefined;
4941
+ clickableItems?: {
4942
+ actionId: string;
4943
+ } | undefined;
4944
+ } | undefined;
4959
4945
  calendar?: {
4960
4946
  time?: {
4961
4947
  label?: string | undefined;
@@ -5121,6 +5107,7 @@ declare const Step: z.ZodObject<{
5121
5107
  position?: "inside" | "outside" | undefined;
5122
5108
  } | undefined;
5123
5109
  placeholder?: string | undefined;
5110
+ enabled?: boolean | undefined;
5124
5111
  prefix?: {
5125
5112
  default?: {
5126
5113
  text?: string | undefined;
@@ -5306,6 +5293,18 @@ declare const Step: z.ZodObject<{
5306
5293
  checkbox?: {
5307
5294
  layout: "horizontal" | "vertical";
5308
5295
  } | undefined;
5296
+ carousel?: {
5297
+ loop?: boolean | undefined;
5298
+ mouseDragging?: boolean | undefined;
5299
+ itemsPerPage?: number | undefined;
5300
+ showArrows?: boolean | undefined;
5301
+ showDots?: boolean | undefined;
5302
+ autoplay?: boolean | undefined;
5303
+ autoplaySpeed?: number | undefined;
5304
+ clickableItems?: {
5305
+ actionId: string;
5306
+ } | undefined;
5307
+ } | undefined;
5309
5308
  calendar?: {
5310
5309
  time?: {
5311
5310
  label?: string | undefined;
@@ -5628,6 +5627,7 @@ declare const Step: z.ZodObject<{
5628
5627
  position?: "inside" | "outside" | undefined;
5629
5628
  } | undefined;
5630
5629
  placeholder?: string | undefined;
5630
+ enabled?: boolean | undefined;
5631
5631
  prefix?: {
5632
5632
  default?: {
5633
5633
  text?: string | undefined;
@@ -5813,6 +5813,18 @@ declare const Step: z.ZodObject<{
5813
5813
  checkbox?: {
5814
5814
  layout: "horizontal" | "vertical";
5815
5815
  } | undefined;
5816
+ carousel?: {
5817
+ loop?: boolean | undefined;
5818
+ mouseDragging?: boolean | undefined;
5819
+ itemsPerPage?: number | undefined;
5820
+ showArrows?: boolean | undefined;
5821
+ showDots?: boolean | undefined;
5822
+ autoplay?: boolean | undefined;
5823
+ autoplaySpeed?: number | undefined;
5824
+ clickableItems?: {
5825
+ actionId: string;
5826
+ } | undefined;
5827
+ } | undefined;
5816
5828
  calendar?: {
5817
5829
  time?: {
5818
5830
  label?: string | undefined;
@@ -6025,6 +6037,7 @@ declare const Step: z.ZodObject<{
6025
6037
  position?: "inside" | "outside" | undefined;
6026
6038
  } | undefined;
6027
6039
  placeholder?: string | undefined;
6040
+ enabled?: boolean | undefined;
6028
6041
  prefix?: {
6029
6042
  default?: {
6030
6043
  text?: string | undefined;
@@ -6210,6 +6223,18 @@ declare const Step: z.ZodObject<{
6210
6223
  checkbox?: {
6211
6224
  layout: "horizontal" | "vertical";
6212
6225
  } | undefined;
6226
+ carousel?: {
6227
+ loop?: boolean | undefined;
6228
+ mouseDragging?: boolean | undefined;
6229
+ itemsPerPage?: number | undefined;
6230
+ showArrows?: boolean | undefined;
6231
+ showDots?: boolean | undefined;
6232
+ autoplay?: boolean | undefined;
6233
+ autoplaySpeed?: number | undefined;
6234
+ clickableItems?: {
6235
+ actionId: string;
6236
+ } | undefined;
6237
+ } | undefined;
6213
6238
  calendar?: {
6214
6239
  time?: {
6215
6240
  label?: string | undefined;
@@ -6561,6 +6586,16 @@ type ActionEvent = z.infer<typeof ActionEvent>;
6561
6586
  * @property {string[]} [configuration.rating.icons] - Array of icon names for rating display.
6562
6587
  * @property {string} [configuration.rating.color] - Color for rating icons.
6563
6588
  * @property {number} [configuration.rating.precision] - Decimal precision for rating values.
6589
+ * @property {Object} [configuration.carousel] - Configuration for carousel component.
6590
+ * @property {boolean} [configuration.carousel.loop] - Whether to loop the carousel.
6591
+ * @property {boolean} [configuration.carousel.mouseDragging] - Whether to enable mouse dragging.
6592
+ * @property {number} [configuration.carousel.itemsPerPage] - Number of items to display per page.
6593
+ * @property {boolean} [configuration.carousel.showArrows] - Whether to show navigation arrows.
6594
+ * @property {boolean} [configuration.carousel.showDots] - Whether to show pagination dots.
6595
+ * @property {boolean} [configuration.carousel.autoplay] - Whether to enable automatic sliding.
6596
+ * @property {number} [configuration.carousel.autoplaySpeed] - Speed of automatic sliding in milliseconds.
6597
+ * @property {Object} [configuration.carousel.clickableItems] - Configuration for clickable carousel items.
6598
+ * @property {string} configuration.carousel.clickableItems.actionId - ID of the action to execute when an item is clicked.
6564
6599
  * @property {Object} [configuration.map] - Configuration for map component.
6565
6600
  * @property {string} [configuration.map.apiKey] - API key for map service.
6566
6601
  * @property {string} [configuration.map.region] - Two-letter country code for map region.
@@ -6590,6 +6625,7 @@ type ActionEvent = z.infer<typeof ActionEvent>;
6590
6625
  * @property {string} [configuration.map.options.searchLabel] - Label for search results section.
6591
6626
  * @property {string} [configuration.map.options.detailsLabel] - Label for location details section.
6592
6627
  * @property {Object} [configuration.map.search] - Search functionality configuration.
6628
+ * @property {boolean} [configuration.map.search.enabled] - Enable search functionality.
6593
6629
  * @property {string} [configuration.map.search.value] - Initial search value.
6594
6630
  * @property {Object} [configuration.map.search.button] - Search button configuration.
6595
6631
  * @property {string} [configuration.map.search.button.label] - Search button label.
@@ -7242,6 +7278,44 @@ declare const Field: z.ZodObject<{
7242
7278
  icons?: string[] | undefined;
7243
7279
  precision?: number | undefined;
7244
7280
  }>>;
7281
+ carousel: z.ZodOptional<z.ZodObject<{
7282
+ loop: z.ZodOptional<z.ZodBoolean>;
7283
+ mouseDragging: z.ZodOptional<z.ZodBoolean>;
7284
+ itemsPerPage: z.ZodOptional<z.ZodNumber>;
7285
+ showArrows: z.ZodOptional<z.ZodBoolean>;
7286
+ showDots: z.ZodOptional<z.ZodBoolean>;
7287
+ autoplay: z.ZodOptional<z.ZodBoolean>;
7288
+ autoplaySpeed: z.ZodOptional<z.ZodNumber>;
7289
+ clickableItems: z.ZodOptional<z.ZodObject<{
7290
+ actionId: z.ZodString;
7291
+ }, "strip", z.ZodTypeAny, {
7292
+ actionId: string;
7293
+ }, {
7294
+ actionId: string;
7295
+ }>>;
7296
+ }, "strip", z.ZodTypeAny, {
7297
+ loop?: boolean | undefined;
7298
+ mouseDragging?: boolean | undefined;
7299
+ itemsPerPage?: number | undefined;
7300
+ showArrows?: boolean | undefined;
7301
+ showDots?: boolean | undefined;
7302
+ autoplay?: boolean | undefined;
7303
+ autoplaySpeed?: number | undefined;
7304
+ clickableItems?: {
7305
+ actionId: string;
7306
+ } | undefined;
7307
+ }, {
7308
+ loop?: boolean | undefined;
7309
+ mouseDragging?: boolean | undefined;
7310
+ itemsPerPage?: number | undefined;
7311
+ showArrows?: boolean | undefined;
7312
+ showDots?: boolean | undefined;
7313
+ autoplay?: boolean | undefined;
7314
+ autoplaySpeed?: number | undefined;
7315
+ clickableItems?: {
7316
+ actionId: string;
7317
+ } | undefined;
7318
+ }>>;
7245
7319
  map: z.ZodOptional<z.ZodObject<{
7246
7320
  apiKey: z.ZodOptional<z.ZodString>;
7247
7321
  region: z.ZodOptional<z.ZodString>;
@@ -7315,6 +7389,7 @@ declare const Field: z.ZodObject<{
7315
7389
  detailsLabel?: string | undefined;
7316
7390
  }>>;
7317
7391
  search: z.ZodOptional<z.ZodObject<{
7392
+ enabled: z.ZodOptional<z.ZodBoolean>;
7318
7393
  value: z.ZodOptional<z.ZodString>;
7319
7394
  button: z.ZodOptional<z.ZodObject<{
7320
7395
  label: z.ZodOptional<z.ZodString>;
@@ -7414,6 +7489,7 @@ declare const Field: z.ZodObject<{
7414
7489
  position?: "inside" | "outside" | undefined;
7415
7490
  } | undefined;
7416
7491
  placeholder?: string | undefined;
7492
+ enabled?: boolean | undefined;
7417
7493
  prefix?: {
7418
7494
  default?: {
7419
7495
  text?: string | undefined;
@@ -7447,6 +7523,7 @@ declare const Field: z.ZodObject<{
7447
7523
  position?: "inside" | "outside" | undefined;
7448
7524
  } | undefined;
7449
7525
  placeholder?: string | undefined;
7526
+ enabled?: boolean | undefined;
7450
7527
  prefix?: {
7451
7528
  default?: {
7452
7529
  text?: string | undefined;
@@ -7921,6 +7998,7 @@ declare const Field: z.ZodObject<{
7921
7998
  position?: "inside" | "outside" | undefined;
7922
7999
  } | undefined;
7923
8000
  placeholder?: string | undefined;
8001
+ enabled?: boolean | undefined;
7924
8002
  prefix?: {
7925
8003
  default?: {
7926
8004
  text?: string | undefined;
@@ -8074,6 +8152,7 @@ declare const Field: z.ZodObject<{
8074
8152
  position?: "inside" | "outside" | undefined;
8075
8153
  } | undefined;
8076
8154
  placeholder?: string | undefined;
8155
+ enabled?: boolean | undefined;
8077
8156
  prefix?: {
8078
8157
  default?: {
8079
8158
  text?: string | undefined;
@@ -8427,6 +8506,7 @@ declare const Field: z.ZodObject<{
8427
8506
  position?: "inside" | "outside" | undefined;
8428
8507
  } | undefined;
8429
8508
  placeholder?: string | undefined;
8509
+ enabled?: boolean | undefined;
8430
8510
  prefix?: {
8431
8511
  default?: {
8432
8512
  text?: string | undefined;
@@ -8612,6 +8692,18 @@ declare const Field: z.ZodObject<{
8612
8692
  checkbox?: {
8613
8693
  layout: "horizontal" | "vertical";
8614
8694
  } | undefined;
8695
+ carousel?: {
8696
+ loop?: boolean | undefined;
8697
+ mouseDragging?: boolean | undefined;
8698
+ itemsPerPage?: number | undefined;
8699
+ showArrows?: boolean | undefined;
8700
+ showDots?: boolean | undefined;
8701
+ autoplay?: boolean | undefined;
8702
+ autoplaySpeed?: number | undefined;
8703
+ clickableItems?: {
8704
+ actionId: string;
8705
+ } | undefined;
8706
+ } | undefined;
8615
8707
  calendar?: {
8616
8708
  time?: {
8617
8709
  label?: string | undefined;
@@ -8672,6 +8764,7 @@ declare const Field: z.ZodObject<{
8672
8764
  position?: "inside" | "outside" | undefined;
8673
8765
  } | undefined;
8674
8766
  placeholder?: string | undefined;
8767
+ enabled?: boolean | undefined;
8675
8768
  prefix?: {
8676
8769
  default?: {
8677
8770
  text?: string | undefined;
@@ -8857,6 +8950,18 @@ declare const Field: z.ZodObject<{
8857
8950
  checkbox?: {
8858
8951
  layout: "horizontal" | "vertical";
8859
8952
  } | undefined;
8953
+ carousel?: {
8954
+ loop?: boolean | undefined;
8955
+ mouseDragging?: boolean | undefined;
8956
+ itemsPerPage?: number | undefined;
8957
+ showArrows?: boolean | undefined;
8958
+ showDots?: boolean | undefined;
8959
+ autoplay?: boolean | undefined;
8960
+ autoplaySpeed?: number | undefined;
8961
+ clickableItems?: {
8962
+ actionId: string;
8963
+ } | undefined;
8964
+ } | undefined;
8860
8965
  calendar?: {
8861
8966
  time?: {
8862
8967
  label?: string | undefined;
@@ -9107,6 +9212,7 @@ declare const Field: z.ZodObject<{
9107
9212
  position?: "inside" | "outside" | undefined;
9108
9213
  } | undefined;
9109
9214
  placeholder?: string | undefined;
9215
+ enabled?: boolean | undefined;
9110
9216
  prefix?: {
9111
9217
  default?: {
9112
9218
  text?: string | undefined;
@@ -9292,6 +9398,18 @@ declare const Field: z.ZodObject<{
9292
9398
  checkbox?: {
9293
9399
  layout: "horizontal" | "vertical";
9294
9400
  } | undefined;
9401
+ carousel?: {
9402
+ loop?: boolean | undefined;
9403
+ mouseDragging?: boolean | undefined;
9404
+ itemsPerPage?: number | undefined;
9405
+ showArrows?: boolean | undefined;
9406
+ showDots?: boolean | undefined;
9407
+ autoplay?: boolean | undefined;
9408
+ autoplaySpeed?: number | undefined;
9409
+ clickableItems?: {
9410
+ actionId: string;
9411
+ } | undefined;
9412
+ } | undefined;
9295
9413
  calendar?: {
9296
9414
  time?: {
9297
9415
  label?: string | undefined;
@@ -9457,6 +9575,7 @@ declare const Field: z.ZodObject<{
9457
9575
  position?: "inside" | "outside" | undefined;
9458
9576
  } | undefined;
9459
9577
  placeholder?: string | undefined;
9578
+ enabled?: boolean | undefined;
9460
9579
  prefix?: {
9461
9580
  default?: {
9462
9581
  text?: string | undefined;
@@ -9642,6 +9761,18 @@ declare const Field: z.ZodObject<{
9642
9761
  checkbox?: {
9643
9762
  layout: "horizontal" | "vertical";
9644
9763
  } | undefined;
9764
+ carousel?: {
9765
+ loop?: boolean | undefined;
9766
+ mouseDragging?: boolean | undefined;
9767
+ itemsPerPage?: number | undefined;
9768
+ showArrows?: boolean | undefined;
9769
+ showDots?: boolean | undefined;
9770
+ autoplay?: boolean | undefined;
9771
+ autoplaySpeed?: number | undefined;
9772
+ clickableItems?: {
9773
+ actionId: string;
9774
+ } | undefined;
9775
+ } | undefined;
9645
9776
  calendar?: {
9646
9777
  time?: {
9647
9778
  label?: string | undefined;
@@ -10574,6 +10705,44 @@ declare const FlowContext: z.ZodObject<{
10574
10705
  icons?: string[] | undefined;
10575
10706
  precision?: number | undefined;
10576
10707
  }>>;
10708
+ carousel: z.ZodOptional<z.ZodObject<{
10709
+ loop: z.ZodOptional<z.ZodBoolean>;
10710
+ mouseDragging: z.ZodOptional<z.ZodBoolean>;
10711
+ itemsPerPage: z.ZodOptional<z.ZodNumber>;
10712
+ showArrows: z.ZodOptional<z.ZodBoolean>;
10713
+ showDots: z.ZodOptional<z.ZodBoolean>;
10714
+ autoplay: z.ZodOptional<z.ZodBoolean>;
10715
+ autoplaySpeed: z.ZodOptional<z.ZodNumber>;
10716
+ clickableItems: z.ZodOptional<z.ZodObject<{
10717
+ actionId: z.ZodString;
10718
+ }, "strip", z.ZodTypeAny, {
10719
+ actionId: string;
10720
+ }, {
10721
+ actionId: string;
10722
+ }>>;
10723
+ }, "strip", z.ZodTypeAny, {
10724
+ loop?: boolean | undefined;
10725
+ mouseDragging?: boolean | undefined;
10726
+ itemsPerPage?: number | undefined;
10727
+ showArrows?: boolean | undefined;
10728
+ showDots?: boolean | undefined;
10729
+ autoplay?: boolean | undefined;
10730
+ autoplaySpeed?: number | undefined;
10731
+ clickableItems?: {
10732
+ actionId: string;
10733
+ } | undefined;
10734
+ }, {
10735
+ loop?: boolean | undefined;
10736
+ mouseDragging?: boolean | undefined;
10737
+ itemsPerPage?: number | undefined;
10738
+ showArrows?: boolean | undefined;
10739
+ showDots?: boolean | undefined;
10740
+ autoplay?: boolean | undefined;
10741
+ autoplaySpeed?: number | undefined;
10742
+ clickableItems?: {
10743
+ actionId: string;
10744
+ } | undefined;
10745
+ }>>;
10577
10746
  map: z.ZodOptional<z.ZodObject<{
10578
10747
  apiKey: z.ZodOptional<z.ZodString>;
10579
10748
  region: z.ZodOptional<z.ZodString>;
@@ -10647,6 +10816,7 @@ declare const FlowContext: z.ZodObject<{
10647
10816
  detailsLabel?: string | undefined;
10648
10817
  }>>;
10649
10818
  search: z.ZodOptional<z.ZodObject<{
10819
+ enabled: z.ZodOptional<z.ZodBoolean>;
10650
10820
  value: z.ZodOptional<z.ZodString>;
10651
10821
  button: z.ZodOptional<z.ZodObject<{
10652
10822
  label: z.ZodOptional<z.ZodString>;
@@ -10746,6 +10916,7 @@ declare const FlowContext: z.ZodObject<{
10746
10916
  position?: "inside" | "outside" | undefined;
10747
10917
  } | undefined;
10748
10918
  placeholder?: string | undefined;
10919
+ enabled?: boolean | undefined;
10749
10920
  prefix?: {
10750
10921
  default?: {
10751
10922
  text?: string | undefined;
@@ -10779,6 +10950,7 @@ declare const FlowContext: z.ZodObject<{
10779
10950
  position?: "inside" | "outside" | undefined;
10780
10951
  } | undefined;
10781
10952
  placeholder?: string | undefined;
10953
+ enabled?: boolean | undefined;
10782
10954
  prefix?: {
10783
10955
  default?: {
10784
10956
  text?: string | undefined;
@@ -11253,6 +11425,7 @@ declare const FlowContext: z.ZodObject<{
11253
11425
  position?: "inside" | "outside" | undefined;
11254
11426
  } | undefined;
11255
11427
  placeholder?: string | undefined;
11428
+ enabled?: boolean | undefined;
11256
11429
  prefix?: {
11257
11430
  default?: {
11258
11431
  text?: string | undefined;
@@ -11406,6 +11579,7 @@ declare const FlowContext: z.ZodObject<{
11406
11579
  position?: "inside" | "outside" | undefined;
11407
11580
  } | undefined;
11408
11581
  placeholder?: string | undefined;
11582
+ enabled?: boolean | undefined;
11409
11583
  prefix?: {
11410
11584
  default?: {
11411
11585
  text?: string | undefined;
@@ -11759,6 +11933,7 @@ declare const FlowContext: z.ZodObject<{
11759
11933
  position?: "inside" | "outside" | undefined;
11760
11934
  } | undefined;
11761
11935
  placeholder?: string | undefined;
11936
+ enabled?: boolean | undefined;
11762
11937
  prefix?: {
11763
11938
  default?: {
11764
11939
  text?: string | undefined;
@@ -11944,6 +12119,18 @@ declare const FlowContext: z.ZodObject<{
11944
12119
  checkbox?: {
11945
12120
  layout: "horizontal" | "vertical";
11946
12121
  } | undefined;
12122
+ carousel?: {
12123
+ loop?: boolean | undefined;
12124
+ mouseDragging?: boolean | undefined;
12125
+ itemsPerPage?: number | undefined;
12126
+ showArrows?: boolean | undefined;
12127
+ showDots?: boolean | undefined;
12128
+ autoplay?: boolean | undefined;
12129
+ autoplaySpeed?: number | undefined;
12130
+ clickableItems?: {
12131
+ actionId: string;
12132
+ } | undefined;
12133
+ } | undefined;
11947
12134
  calendar?: {
11948
12135
  time?: {
11949
12136
  label?: string | undefined;
@@ -12004,6 +12191,7 @@ declare const FlowContext: z.ZodObject<{
12004
12191
  position?: "inside" | "outside" | undefined;
12005
12192
  } | undefined;
12006
12193
  placeholder?: string | undefined;
12194
+ enabled?: boolean | undefined;
12007
12195
  prefix?: {
12008
12196
  default?: {
12009
12197
  text?: string | undefined;
@@ -12189,6 +12377,18 @@ declare const FlowContext: z.ZodObject<{
12189
12377
  checkbox?: {
12190
12378
  layout: "horizontal" | "vertical";
12191
12379
  } | undefined;
12380
+ carousel?: {
12381
+ loop?: boolean | undefined;
12382
+ mouseDragging?: boolean | undefined;
12383
+ itemsPerPage?: number | undefined;
12384
+ showArrows?: boolean | undefined;
12385
+ showDots?: boolean | undefined;
12386
+ autoplay?: boolean | undefined;
12387
+ autoplaySpeed?: number | undefined;
12388
+ clickableItems?: {
12389
+ actionId: string;
12390
+ } | undefined;
12391
+ } | undefined;
12192
12392
  calendar?: {
12193
12393
  time?: {
12194
12394
  label?: string | undefined;
@@ -12439,6 +12639,7 @@ declare const FlowContext: z.ZodObject<{
12439
12639
  position?: "inside" | "outside" | undefined;
12440
12640
  } | undefined;
12441
12641
  placeholder?: string | undefined;
12642
+ enabled?: boolean | undefined;
12442
12643
  prefix?: {
12443
12644
  default?: {
12444
12645
  text?: string | undefined;
@@ -12624,6 +12825,18 @@ declare const FlowContext: z.ZodObject<{
12624
12825
  checkbox?: {
12625
12826
  layout: "horizontal" | "vertical";
12626
12827
  } | undefined;
12828
+ carousel?: {
12829
+ loop?: boolean | undefined;
12830
+ mouseDragging?: boolean | undefined;
12831
+ itemsPerPage?: number | undefined;
12832
+ showArrows?: boolean | undefined;
12833
+ showDots?: boolean | undefined;
12834
+ autoplay?: boolean | undefined;
12835
+ autoplaySpeed?: number | undefined;
12836
+ clickableItems?: {
12837
+ actionId: string;
12838
+ } | undefined;
12839
+ } | undefined;
12627
12840
  calendar?: {
12628
12841
  time?: {
12629
12842
  label?: string | undefined;
@@ -12789,6 +13002,7 @@ declare const FlowContext: z.ZodObject<{
12789
13002
  position?: "inside" | "outside" | undefined;
12790
13003
  } | undefined;
12791
13004
  placeholder?: string | undefined;
13005
+ enabled?: boolean | undefined;
12792
13006
  prefix?: {
12793
13007
  default?: {
12794
13008
  text?: string | undefined;
@@ -12974,6 +13188,18 @@ declare const FlowContext: z.ZodObject<{
12974
13188
  checkbox?: {
12975
13189
  layout: "horizontal" | "vertical";
12976
13190
  } | undefined;
13191
+ carousel?: {
13192
+ loop?: boolean | undefined;
13193
+ mouseDragging?: boolean | undefined;
13194
+ itemsPerPage?: number | undefined;
13195
+ showArrows?: boolean | undefined;
13196
+ showDots?: boolean | undefined;
13197
+ autoplay?: boolean | undefined;
13198
+ autoplaySpeed?: number | undefined;
13199
+ clickableItems?: {
13200
+ actionId: string;
13201
+ } | undefined;
13202
+ } | undefined;
12977
13203
  calendar?: {
12978
13204
  time?: {
12979
13205
  label?: string | undefined;
@@ -13296,6 +13522,7 @@ declare const FlowContext: z.ZodObject<{
13296
13522
  position?: "inside" | "outside" | undefined;
13297
13523
  } | undefined;
13298
13524
  placeholder?: string | undefined;
13525
+ enabled?: boolean | undefined;
13299
13526
  prefix?: {
13300
13527
  default?: {
13301
13528
  text?: string | undefined;
@@ -13481,6 +13708,18 @@ declare const FlowContext: z.ZodObject<{
13481
13708
  checkbox?: {
13482
13709
  layout: "horizontal" | "vertical";
13483
13710
  } | undefined;
13711
+ carousel?: {
13712
+ loop?: boolean | undefined;
13713
+ mouseDragging?: boolean | undefined;
13714
+ itemsPerPage?: number | undefined;
13715
+ showArrows?: boolean | undefined;
13716
+ showDots?: boolean | undefined;
13717
+ autoplay?: boolean | undefined;
13718
+ autoplaySpeed?: number | undefined;
13719
+ clickableItems?: {
13720
+ actionId: string;
13721
+ } | undefined;
13722
+ } | undefined;
13484
13723
  calendar?: {
13485
13724
  time?: {
13486
13725
  label?: string | undefined;
@@ -13693,6 +13932,7 @@ declare const FlowContext: z.ZodObject<{
13693
13932
  position?: "inside" | "outside" | undefined;
13694
13933
  } | undefined;
13695
13934
  placeholder?: string | undefined;
13935
+ enabled?: boolean | undefined;
13696
13936
  prefix?: {
13697
13937
  default?: {
13698
13938
  text?: string | undefined;
@@ -13878,6 +14118,18 @@ declare const FlowContext: z.ZodObject<{
13878
14118
  checkbox?: {
13879
14119
  layout: "horizontal" | "vertical";
13880
14120
  } | undefined;
14121
+ carousel?: {
14122
+ loop?: boolean | undefined;
14123
+ mouseDragging?: boolean | undefined;
14124
+ itemsPerPage?: number | undefined;
14125
+ showArrows?: boolean | undefined;
14126
+ showDots?: boolean | undefined;
14127
+ autoplay?: boolean | undefined;
14128
+ autoplaySpeed?: number | undefined;
14129
+ clickableItems?: {
14130
+ actionId: string;
14131
+ } | undefined;
14132
+ } | undefined;
13881
14133
  calendar?: {
13882
14134
  time?: {
13883
14135
  label?: string | undefined;
@@ -14124,6 +14376,7 @@ declare const FlowContext: z.ZodObject<{
14124
14376
  position?: "inside" | "outside" | undefined;
14125
14377
  } | undefined;
14126
14378
  placeholder?: string | undefined;
14379
+ enabled?: boolean | undefined;
14127
14380
  prefix?: {
14128
14381
  default?: {
14129
14382
  text?: string | undefined;
@@ -14309,6 +14562,18 @@ declare const FlowContext: z.ZodObject<{
14309
14562
  checkbox?: {
14310
14563
  layout: "horizontal" | "vertical";
14311
14564
  } | undefined;
14565
+ carousel?: {
14566
+ loop?: boolean | undefined;
14567
+ mouseDragging?: boolean | undefined;
14568
+ itemsPerPage?: number | undefined;
14569
+ showArrows?: boolean | undefined;
14570
+ showDots?: boolean | undefined;
14571
+ autoplay?: boolean | undefined;
14572
+ autoplaySpeed?: number | undefined;
14573
+ clickableItems?: {
14574
+ actionId: string;
14575
+ } | undefined;
14576
+ } | undefined;
14312
14577
  calendar?: {
14313
14578
  time?: {
14314
14579
  label?: string | undefined;
@@ -14533,6 +14798,7 @@ declare const FlowContext: z.ZodObject<{
14533
14798
  position?: "inside" | "outside" | undefined;
14534
14799
  } | undefined;
14535
14800
  placeholder?: string | undefined;
14801
+ enabled?: boolean | undefined;
14536
14802
  prefix?: {
14537
14803
  default?: {
14538
14804
  text?: string | undefined;
@@ -14718,6 +14984,18 @@ declare const FlowContext: z.ZodObject<{
14718
14984
  checkbox?: {
14719
14985
  layout: "horizontal" | "vertical";
14720
14986
  } | undefined;
14987
+ carousel?: {
14988
+ loop?: boolean | undefined;
14989
+ mouseDragging?: boolean | undefined;
14990
+ itemsPerPage?: number | undefined;
14991
+ showArrows?: boolean | undefined;
14992
+ showDots?: boolean | undefined;
14993
+ autoplay?: boolean | undefined;
14994
+ autoplaySpeed?: number | undefined;
14995
+ clickableItems?: {
14996
+ actionId: string;
14997
+ } | undefined;
14998
+ } | undefined;
14721
14999
  calendar?: {
14722
15000
  time?: {
14723
15001
  label?: string | undefined;