@superbright/indexeddb-orm 1.0.58 → 1.0.59
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api/cms-schemas.generated.cjs +1 -1
- package/dist/api/cms-schemas.generated.cjs.map +1 -1
- package/dist/api/cms-schemas.generated.d.ts +236 -236
- package/dist/api/cms-schemas.generated.mjs +77 -77
- package/dist/api/cms-schemas.generated.mjs.map +1 -1
- package/dist/api/schemas.generated.d.ts +144 -144
- package/dist/base/floorplan.d.ts +2 -2
- package/dist/features/analytics/analytics.d.ts +76 -76
- package/dist/schema.d.ts +16 -16
- package/package.json +1 -1
|
@@ -216,7 +216,6 @@ declare const getInTouchFormSchema: z.ZodObject<{
|
|
|
216
216
|
favoritedUnit: z.ZodBoolean;
|
|
217
217
|
}, "strip", z.ZodTypeAny, {
|
|
218
218
|
propertyId: string;
|
|
219
|
-
styleId: string;
|
|
220
219
|
propertySlug: string;
|
|
221
220
|
propertyName: string;
|
|
222
221
|
unitId: string;
|
|
@@ -225,11 +224,11 @@ declare const getInTouchFormSchema: z.ZodObject<{
|
|
|
225
224
|
favoritedUnit: boolean;
|
|
226
225
|
buttonName: string;
|
|
227
226
|
formName: string;
|
|
227
|
+
styleId: string;
|
|
228
228
|
styleName: string;
|
|
229
229
|
unitBedrooms: number;
|
|
230
230
|
}, {
|
|
231
231
|
propertyId: string;
|
|
232
|
-
styleId: string;
|
|
233
232
|
propertySlug: string;
|
|
234
233
|
propertyName: string;
|
|
235
234
|
unitId: string;
|
|
@@ -238,6 +237,7 @@ declare const getInTouchFormSchema: z.ZodObject<{
|
|
|
238
237
|
favoritedUnit: boolean;
|
|
239
238
|
buttonName: string;
|
|
240
239
|
formName: string;
|
|
240
|
+
styleId: string;
|
|
241
241
|
styleName: string;
|
|
242
242
|
unitBedrooms: number;
|
|
243
243
|
}>;
|
|
@@ -257,25 +257,25 @@ declare const styleDrawerSchema: z.ZodObject<{
|
|
|
257
257
|
favoritedUnit: z.ZodBoolean;
|
|
258
258
|
}, "strip", z.ZodTypeAny, {
|
|
259
259
|
propertyId: string;
|
|
260
|
-
styleId: string;
|
|
261
260
|
propertySlug: string;
|
|
262
261
|
propertyName: string;
|
|
263
262
|
unitId: string;
|
|
264
263
|
unitName: string;
|
|
265
264
|
unitSlug: string;
|
|
266
265
|
favoritedUnit: boolean;
|
|
266
|
+
styleId: string;
|
|
267
267
|
styleName: string;
|
|
268
268
|
unitBedrooms: number;
|
|
269
269
|
roomName: string;
|
|
270
270
|
}, {
|
|
271
271
|
propertyId: string;
|
|
272
|
-
styleId: string;
|
|
273
272
|
propertySlug: string;
|
|
274
273
|
propertyName: string;
|
|
275
274
|
unitId: string;
|
|
276
275
|
unitName: string;
|
|
277
276
|
unitSlug: string;
|
|
278
277
|
favoritedUnit: boolean;
|
|
278
|
+
styleId: string;
|
|
279
279
|
styleName: string;
|
|
280
280
|
unitBedrooms: number;
|
|
281
281
|
roomName: string;
|
|
@@ -301,33 +301,33 @@ declare const furnitureInteractionSchema: z.ZodObject<{
|
|
|
301
301
|
}, "strip", z.ZodTypeAny, {
|
|
302
302
|
type: "click" | "hover_on" | "hover_off";
|
|
303
303
|
propertyId: string;
|
|
304
|
-
furnitureId: string;
|
|
305
|
-
styleId: string;
|
|
306
304
|
category: string;
|
|
307
305
|
propertySlug: string;
|
|
308
306
|
propertyName: string;
|
|
309
307
|
unitId: string;
|
|
310
308
|
unitName: string;
|
|
311
309
|
unitSlug: string;
|
|
310
|
+
styleId: string;
|
|
312
311
|
styleName: string;
|
|
313
312
|
unitBedrooms: number;
|
|
314
313
|
roomName: string;
|
|
314
|
+
furnitureId: string;
|
|
315
315
|
furnitureName: string;
|
|
316
316
|
brandName: string;
|
|
317
317
|
}, {
|
|
318
318
|
type: "click" | "hover_on" | "hover_off";
|
|
319
319
|
propertyId: string;
|
|
320
|
-
furnitureId: string;
|
|
321
|
-
styleId: string;
|
|
322
320
|
category: string;
|
|
323
321
|
propertySlug: string;
|
|
324
322
|
propertyName: string;
|
|
325
323
|
unitId: string;
|
|
326
324
|
unitName: string;
|
|
327
325
|
unitSlug: string;
|
|
326
|
+
styleId: string;
|
|
328
327
|
styleName: string;
|
|
329
328
|
unitBedrooms: number;
|
|
330
329
|
roomName: string;
|
|
330
|
+
furnitureId: string;
|
|
331
331
|
furnitureName: string;
|
|
332
332
|
brandName: string;
|
|
333
333
|
}>;
|
|
@@ -354,8 +354,6 @@ declare const furnitureExternalUrlSchema: z.ZodObject<{
|
|
|
354
354
|
}, "strip", z.ZodTypeAny, {
|
|
355
355
|
type: string;
|
|
356
356
|
propertyId: string;
|
|
357
|
-
furnitureId: string;
|
|
358
|
-
styleId: string;
|
|
359
357
|
category: string;
|
|
360
358
|
link: string;
|
|
361
359
|
propertySlug: string;
|
|
@@ -364,16 +362,16 @@ declare const furnitureExternalUrlSchema: z.ZodObject<{
|
|
|
364
362
|
unitName: string;
|
|
365
363
|
unitSlug: string;
|
|
366
364
|
favoritedUnit: boolean;
|
|
365
|
+
styleId: string;
|
|
367
366
|
styleName: string;
|
|
368
367
|
unitBedrooms: number;
|
|
369
368
|
roomName: string;
|
|
369
|
+
furnitureId: string;
|
|
370
370
|
furnitureName: string;
|
|
371
371
|
brandName: string;
|
|
372
372
|
}, {
|
|
373
373
|
type: string;
|
|
374
374
|
propertyId: string;
|
|
375
|
-
furnitureId: string;
|
|
376
|
-
styleId: string;
|
|
377
375
|
category: string;
|
|
378
376
|
link: string;
|
|
379
377
|
propertySlug: string;
|
|
@@ -382,9 +380,11 @@ declare const furnitureExternalUrlSchema: z.ZodObject<{
|
|
|
382
380
|
unitName: string;
|
|
383
381
|
unitSlug: string;
|
|
384
382
|
favoritedUnit: boolean;
|
|
383
|
+
styleId: string;
|
|
385
384
|
styleName: string;
|
|
386
385
|
unitBedrooms: number;
|
|
387
386
|
roomName: string;
|
|
387
|
+
furnitureId: string;
|
|
388
388
|
furnitureName: string;
|
|
389
389
|
brandName: string;
|
|
390
390
|
}>;
|
|
@@ -407,32 +407,32 @@ declare const furnitureSavedSchema: z.ZodObject<{
|
|
|
407
407
|
category: z.ZodString;
|
|
408
408
|
}, "strip", z.ZodTypeAny, {
|
|
409
409
|
propertyId: string;
|
|
410
|
-
furnitureId: string;
|
|
411
|
-
styleId: string;
|
|
412
410
|
category: string;
|
|
413
411
|
propertySlug: string;
|
|
414
412
|
propertyName: string;
|
|
415
413
|
unitId: string;
|
|
416
414
|
unitName: string;
|
|
417
415
|
unitSlug: string;
|
|
416
|
+
styleId: string;
|
|
418
417
|
styleName: string;
|
|
419
418
|
unitBedrooms: number;
|
|
420
419
|
roomName: string;
|
|
420
|
+
furnitureId: string;
|
|
421
421
|
furnitureName: string;
|
|
422
422
|
brandName: string;
|
|
423
423
|
}, {
|
|
424
424
|
propertyId: string;
|
|
425
|
-
furnitureId: string;
|
|
426
|
-
styleId: string;
|
|
427
425
|
category: string;
|
|
428
426
|
propertySlug: string;
|
|
429
427
|
propertyName: string;
|
|
430
428
|
unitId: string;
|
|
431
429
|
unitName: string;
|
|
432
430
|
unitSlug: string;
|
|
431
|
+
styleId: string;
|
|
433
432
|
styleName: string;
|
|
434
433
|
unitBedrooms: number;
|
|
435
434
|
roomName: string;
|
|
435
|
+
furnitureId: string;
|
|
436
436
|
furnitureName: string;
|
|
437
437
|
brandName: string;
|
|
438
438
|
}>;
|
|
@@ -455,32 +455,32 @@ declare const furnitureModalOpenedSchema: z.ZodObject<{
|
|
|
455
455
|
category: z.ZodString;
|
|
456
456
|
}, "strip", z.ZodTypeAny, {
|
|
457
457
|
propertyId: string;
|
|
458
|
-
furnitureId: string;
|
|
459
|
-
styleId: string;
|
|
460
458
|
category: string;
|
|
461
459
|
propertySlug: string;
|
|
462
460
|
propertyName: string;
|
|
463
461
|
unitId: string;
|
|
464
462
|
unitName: string;
|
|
465
463
|
unitSlug: string;
|
|
464
|
+
styleId: string;
|
|
466
465
|
styleName: string;
|
|
467
466
|
unitBedrooms: number;
|
|
468
467
|
roomName: string;
|
|
468
|
+
furnitureId: string;
|
|
469
469
|
furnitureName: string;
|
|
470
470
|
brandName: string;
|
|
471
471
|
}, {
|
|
472
472
|
propertyId: string;
|
|
473
|
-
furnitureId: string;
|
|
474
|
-
styleId: string;
|
|
475
473
|
category: string;
|
|
476
474
|
propertySlug: string;
|
|
477
475
|
propertyName: string;
|
|
478
476
|
unitId: string;
|
|
479
477
|
unitName: string;
|
|
480
478
|
unitSlug: string;
|
|
479
|
+
styleId: string;
|
|
481
480
|
styleName: string;
|
|
482
481
|
unitBedrooms: number;
|
|
483
482
|
roomName: string;
|
|
483
|
+
furnitureId: string;
|
|
484
484
|
furnitureName: string;
|
|
485
485
|
brandName: string;
|
|
486
486
|
}>;
|
|
@@ -504,33 +504,33 @@ declare const furnitureCarouselSchema: z.ZodObject<{
|
|
|
504
504
|
category: z.ZodString;
|
|
505
505
|
}, "strip", z.ZodTypeAny, {
|
|
506
506
|
propertyId: string;
|
|
507
|
-
furnitureId: string;
|
|
508
|
-
styleId: string;
|
|
509
507
|
category: string;
|
|
510
508
|
propertySlug: string;
|
|
511
509
|
propertyName: string;
|
|
512
510
|
unitId: string;
|
|
513
511
|
unitName: string;
|
|
514
512
|
unitSlug: string;
|
|
513
|
+
styleId: string;
|
|
515
514
|
styleName: string;
|
|
516
515
|
unitBedrooms: number;
|
|
517
516
|
roomName: string;
|
|
517
|
+
furnitureId: string;
|
|
518
518
|
furnitureName: string;
|
|
519
519
|
brandName: string;
|
|
520
520
|
method: "Prev" | "Next";
|
|
521
521
|
}, {
|
|
522
522
|
propertyId: string;
|
|
523
|
-
furnitureId: string;
|
|
524
|
-
styleId: string;
|
|
525
523
|
category: string;
|
|
526
524
|
propertySlug: string;
|
|
527
525
|
propertyName: string;
|
|
528
526
|
unitId: string;
|
|
529
527
|
unitName: string;
|
|
530
528
|
unitSlug: string;
|
|
529
|
+
styleId: string;
|
|
531
530
|
styleName: string;
|
|
532
531
|
unitBedrooms: number;
|
|
533
532
|
roomName: string;
|
|
533
|
+
furnitureId: string;
|
|
534
534
|
furnitureName: string;
|
|
535
535
|
brandName: string;
|
|
536
536
|
method: "Prev" | "Next";
|
|
@@ -551,24 +551,24 @@ declare const roomEnteredSchema: z.ZodObject<{
|
|
|
551
551
|
method: z.ZodEnum<["Navigation", "Map"]>;
|
|
552
552
|
}, "strip", z.ZodTypeAny, {
|
|
553
553
|
propertyId: string;
|
|
554
|
-
styleId: string;
|
|
555
554
|
propertySlug: string;
|
|
556
555
|
propertyName: string;
|
|
557
556
|
unitId: string;
|
|
558
557
|
unitName: string;
|
|
559
558
|
unitSlug: string;
|
|
559
|
+
styleId: string;
|
|
560
560
|
styleName: string;
|
|
561
561
|
unitBedrooms: number;
|
|
562
562
|
roomName: string;
|
|
563
563
|
method: "Navigation" | "Map";
|
|
564
564
|
}, {
|
|
565
565
|
propertyId: string;
|
|
566
|
-
styleId: string;
|
|
567
566
|
propertySlug: string;
|
|
568
567
|
propertyName: string;
|
|
569
568
|
unitId: string;
|
|
570
569
|
unitName: string;
|
|
571
570
|
unitSlug: string;
|
|
571
|
+
styleId: string;
|
|
572
572
|
styleName: string;
|
|
573
573
|
unitBedrooms: number;
|
|
574
574
|
roomName: string;
|
|
@@ -592,12 +592,12 @@ declare const roomLeftSchema: z.ZodObject<{
|
|
|
592
592
|
timeInRoom: z.ZodNumber;
|
|
593
593
|
}, "strip", z.ZodTypeAny, {
|
|
594
594
|
propertyId: string;
|
|
595
|
-
styleId: string;
|
|
596
595
|
propertySlug: string;
|
|
597
596
|
propertyName: string;
|
|
598
597
|
unitId: string;
|
|
599
598
|
unitName: string;
|
|
600
599
|
unitSlug: string;
|
|
600
|
+
styleId: string;
|
|
601
601
|
styleName: string;
|
|
602
602
|
unitBedrooms: number;
|
|
603
603
|
roomName: string;
|
|
@@ -605,12 +605,12 @@ declare const roomLeftSchema: z.ZodObject<{
|
|
|
605
605
|
timeInRoom: number;
|
|
606
606
|
}, {
|
|
607
607
|
propertyId: string;
|
|
608
|
-
styleId: string;
|
|
609
608
|
propertySlug: string;
|
|
610
609
|
propertyName: string;
|
|
611
610
|
unitId: string;
|
|
612
611
|
unitName: string;
|
|
613
612
|
unitSlug: string;
|
|
613
|
+
styleId: string;
|
|
614
614
|
styleName: string;
|
|
615
615
|
unitBedrooms: number;
|
|
616
616
|
roomName: string;
|
|
@@ -637,12 +637,12 @@ declare const videoStartedSchema: z.ZodObject<{
|
|
|
637
637
|
videoFilename: z.ZodString;
|
|
638
638
|
}, "strip", z.ZodTypeAny, {
|
|
639
639
|
propertyId: string;
|
|
640
|
-
styleId: string;
|
|
641
640
|
propertySlug: string;
|
|
642
641
|
propertyName: string;
|
|
643
642
|
unitId: string;
|
|
644
643
|
unitName: string;
|
|
645
644
|
unitSlug: string;
|
|
645
|
+
styleId: string;
|
|
646
646
|
styleName: string;
|
|
647
647
|
unitBedrooms: number;
|
|
648
648
|
roomName: string;
|
|
@@ -653,12 +653,12 @@ declare const videoStartedSchema: z.ZodObject<{
|
|
|
653
653
|
videoFilename: string;
|
|
654
654
|
}, {
|
|
655
655
|
propertyId: string;
|
|
656
|
-
styleId: string;
|
|
657
656
|
propertySlug: string;
|
|
658
657
|
propertyName: string;
|
|
659
658
|
unitId: string;
|
|
660
659
|
unitName: string;
|
|
661
660
|
unitSlug: string;
|
|
661
|
+
styleId: string;
|
|
662
662
|
styleName: string;
|
|
663
663
|
unitBedrooms: number;
|
|
664
664
|
roomName: string;
|
|
@@ -686,13 +686,13 @@ declare const emailTrackedSchema: z.ZodObject<{
|
|
|
686
686
|
favoritedUnit: z.ZodBoolean;
|
|
687
687
|
}, "strip", z.ZodTypeAny, {
|
|
688
688
|
propertyId: string;
|
|
689
|
-
styleId: string;
|
|
690
689
|
propertySlug: string;
|
|
691
690
|
propertyName: string;
|
|
692
691
|
unitId: string;
|
|
693
692
|
unitName: string;
|
|
694
693
|
unitSlug: string;
|
|
695
694
|
favoritedUnit: boolean;
|
|
695
|
+
styleId: string;
|
|
696
696
|
styleName: string;
|
|
697
697
|
unitBedrooms: number;
|
|
698
698
|
utmSource: string;
|
|
@@ -700,13 +700,13 @@ declare const emailTrackedSchema: z.ZodObject<{
|
|
|
700
700
|
utmName: string;
|
|
701
701
|
}, {
|
|
702
702
|
propertyId: string;
|
|
703
|
-
styleId: string;
|
|
704
703
|
propertySlug: string;
|
|
705
704
|
propertyName: string;
|
|
706
705
|
unitId: string;
|
|
707
706
|
unitName: string;
|
|
708
707
|
unitSlug: string;
|
|
709
708
|
favoritedUnit: boolean;
|
|
709
|
+
styleId: string;
|
|
710
710
|
styleName: string;
|
|
711
711
|
unitBedrooms: number;
|
|
712
712
|
utmSource: string;
|
|
@@ -822,22 +822,22 @@ declare const contentModalOpenedSchema: z.ZodObject<{
|
|
|
822
822
|
styleName: z.ZodString;
|
|
823
823
|
}, "strip", z.ZodTypeAny, {
|
|
824
824
|
propertyId: string;
|
|
825
|
-
styleId: string;
|
|
826
825
|
propertySlug: string;
|
|
827
826
|
propertyName: string;
|
|
828
827
|
unitId: string;
|
|
829
828
|
unitName: string;
|
|
830
829
|
unitSlug: string;
|
|
830
|
+
styleId: string;
|
|
831
831
|
styleName: string;
|
|
832
832
|
unitBedrooms: number;
|
|
833
833
|
}, {
|
|
834
834
|
propertyId: string;
|
|
835
|
-
styleId: string;
|
|
836
835
|
propertySlug: string;
|
|
837
836
|
propertyName: string;
|
|
838
837
|
unitId: string;
|
|
839
838
|
unitName: string;
|
|
840
839
|
unitSlug: string;
|
|
840
|
+
styleId: string;
|
|
841
841
|
styleName: string;
|
|
842
842
|
unitBedrooms: number;
|
|
843
843
|
}>;
|
|
@@ -1495,7 +1495,6 @@ export declare function buildTrackingEvents(trackEvent: TrackEventFn, isDev?: bo
|
|
|
1495
1495
|
}) => void;
|
|
1496
1496
|
trackGetInTouchFormOpened: (payload: {
|
|
1497
1497
|
propertyId: string;
|
|
1498
|
-
styleId: string;
|
|
1499
1498
|
propertySlug: string;
|
|
1500
1499
|
propertyName: string;
|
|
1501
1500
|
unitId: string;
|
|
@@ -1504,12 +1503,12 @@ export declare function buildTrackingEvents(trackEvent: TrackEventFn, isDev?: bo
|
|
|
1504
1503
|
favoritedUnit: boolean;
|
|
1505
1504
|
buttonName: string;
|
|
1506
1505
|
formName: string;
|
|
1506
|
+
styleId: string;
|
|
1507
1507
|
styleName: string;
|
|
1508
1508
|
unitBedrooms: number;
|
|
1509
1509
|
}) => void;
|
|
1510
1510
|
trackGetInTouchFormSubmitted: (payload: {
|
|
1511
1511
|
propertyId: string;
|
|
1512
|
-
styleId: string;
|
|
1513
1512
|
propertySlug: string;
|
|
1514
1513
|
propertyName: string;
|
|
1515
1514
|
unitId: string;
|
|
@@ -1518,57 +1517,58 @@ export declare function buildTrackingEvents(trackEvent: TrackEventFn, isDev?: bo
|
|
|
1518
1517
|
favoritedUnit: boolean;
|
|
1519
1518
|
buttonName: string;
|
|
1520
1519
|
formName: string;
|
|
1520
|
+
styleId: string;
|
|
1521
1521
|
styleName: string;
|
|
1522
1522
|
unitBedrooms: number;
|
|
1523
1523
|
}) => void;
|
|
1524
1524
|
trackStyleDrawerOpened: (payload: {
|
|
1525
1525
|
propertyId: string;
|
|
1526
|
-
styleId: string;
|
|
1527
1526
|
propertySlug: string;
|
|
1528
1527
|
propertyName: string;
|
|
1529
1528
|
unitId: string;
|
|
1530
1529
|
unitName: string;
|
|
1531
1530
|
unitSlug: string;
|
|
1532
1531
|
favoritedUnit: boolean;
|
|
1532
|
+
styleId: string;
|
|
1533
1533
|
styleName: string;
|
|
1534
1534
|
unitBedrooms: number;
|
|
1535
1535
|
roomName: string;
|
|
1536
1536
|
}) => void;
|
|
1537
1537
|
trackStyleDrawerChanged: (payload: {
|
|
1538
1538
|
propertyId: string;
|
|
1539
|
-
styleId: string;
|
|
1540
1539
|
propertySlug: string;
|
|
1541
1540
|
propertyName: string;
|
|
1542
1541
|
unitId: string;
|
|
1543
1542
|
unitName: string;
|
|
1544
1543
|
unitSlug: string;
|
|
1545
1544
|
favoritedUnit: boolean;
|
|
1545
|
+
styleId: string;
|
|
1546
1546
|
styleName: string;
|
|
1547
1547
|
unitBedrooms: number;
|
|
1548
1548
|
roomName: string;
|
|
1549
1549
|
}) => void;
|
|
1550
1550
|
trackOpeningStyleImpression: (payload: {
|
|
1551
1551
|
propertyId: string;
|
|
1552
|
-
styleId: string;
|
|
1553
1552
|
propertySlug: string;
|
|
1554
1553
|
propertyName: string;
|
|
1555
1554
|
unitId: string;
|
|
1556
1555
|
unitName: string;
|
|
1557
1556
|
unitSlug: string;
|
|
1558
1557
|
favoritedUnit: boolean;
|
|
1558
|
+
styleId: string;
|
|
1559
1559
|
styleName: string;
|
|
1560
1560
|
unitBedrooms: number;
|
|
1561
1561
|
roomName: string;
|
|
1562
1562
|
}) => void;
|
|
1563
1563
|
trackOpeningStyleSlected: (payload: {
|
|
1564
1564
|
propertyId: string;
|
|
1565
|
-
styleId: string;
|
|
1566
1565
|
propertySlug: string;
|
|
1567
1566
|
propertyName: string;
|
|
1568
1567
|
unitId: string;
|
|
1569
1568
|
unitName: string;
|
|
1570
1569
|
unitSlug: string;
|
|
1571
1570
|
favoritedUnit: boolean;
|
|
1571
|
+
styleId: string;
|
|
1572
1572
|
styleName: string;
|
|
1573
1573
|
unitBedrooms: number;
|
|
1574
1574
|
roomName: string;
|
|
@@ -1576,25 +1576,23 @@ export declare function buildTrackingEvents(trackEvent: TrackEventFn, isDev?: bo
|
|
|
1576
1576
|
trackFurnitureViewed: (payload: {
|
|
1577
1577
|
type: "click" | "hover_on" | "hover_off";
|
|
1578
1578
|
propertyId: string;
|
|
1579
|
-
furnitureId: string;
|
|
1580
|
-
styleId: string;
|
|
1581
1579
|
category: string;
|
|
1582
1580
|
propertySlug: string;
|
|
1583
1581
|
propertyName: string;
|
|
1584
1582
|
unitId: string;
|
|
1585
1583
|
unitName: string;
|
|
1586
1584
|
unitSlug: string;
|
|
1585
|
+
styleId: string;
|
|
1587
1586
|
styleName: string;
|
|
1588
1587
|
unitBedrooms: number;
|
|
1589
1588
|
roomName: string;
|
|
1589
|
+
furnitureId: string;
|
|
1590
1590
|
furnitureName: string;
|
|
1591
1591
|
brandName: string;
|
|
1592
1592
|
}) => void;
|
|
1593
1593
|
trackFurnitureExternalUrlClicked: (payload: {
|
|
1594
1594
|
type: string;
|
|
1595
1595
|
propertyId: string;
|
|
1596
|
-
furnitureId: string;
|
|
1597
|
-
styleId: string;
|
|
1598
1596
|
category: string;
|
|
1599
1597
|
link: string;
|
|
1600
1598
|
propertySlug: string;
|
|
@@ -1603,69 +1601,71 @@ export declare function buildTrackingEvents(trackEvent: TrackEventFn, isDev?: bo
|
|
|
1603
1601
|
unitName: string;
|
|
1604
1602
|
unitSlug: string;
|
|
1605
1603
|
favoritedUnit: boolean;
|
|
1604
|
+
styleId: string;
|
|
1606
1605
|
styleName: string;
|
|
1607
1606
|
unitBedrooms: number;
|
|
1608
1607
|
roomName: string;
|
|
1608
|
+
furnitureId: string;
|
|
1609
1609
|
furnitureName: string;
|
|
1610
1610
|
brandName: string;
|
|
1611
1611
|
}) => void;
|
|
1612
1612
|
trackFurnitureSaved: (payload: {
|
|
1613
1613
|
propertyId: string;
|
|
1614
|
-
furnitureId: string;
|
|
1615
|
-
styleId: string;
|
|
1616
1614
|
category: string;
|
|
1617
1615
|
propertySlug: string;
|
|
1618
1616
|
propertyName: string;
|
|
1619
1617
|
unitId: string;
|
|
1620
1618
|
unitName: string;
|
|
1621
1619
|
unitSlug: string;
|
|
1620
|
+
styleId: string;
|
|
1622
1621
|
styleName: string;
|
|
1623
1622
|
unitBedrooms: number;
|
|
1624
1623
|
roomName: string;
|
|
1624
|
+
furnitureId: string;
|
|
1625
1625
|
furnitureName: string;
|
|
1626
1626
|
brandName: string;
|
|
1627
1627
|
}) => void;
|
|
1628
1628
|
trackFurnitureModalOpened: (payload: {
|
|
1629
1629
|
propertyId: string;
|
|
1630
|
-
furnitureId: string;
|
|
1631
|
-
styleId: string;
|
|
1632
1630
|
category: string;
|
|
1633
1631
|
propertySlug: string;
|
|
1634
1632
|
propertyName: string;
|
|
1635
1633
|
unitId: string;
|
|
1636
1634
|
unitName: string;
|
|
1637
1635
|
unitSlug: string;
|
|
1636
|
+
styleId: string;
|
|
1638
1637
|
styleName: string;
|
|
1639
1638
|
unitBedrooms: number;
|
|
1640
1639
|
roomName: string;
|
|
1640
|
+
furnitureId: string;
|
|
1641
1641
|
furnitureName: string;
|
|
1642
1642
|
brandName: string;
|
|
1643
1643
|
}) => void;
|
|
1644
1644
|
trackFurnitureCarouselToggled: (payload: {
|
|
1645
1645
|
propertyId: string;
|
|
1646
|
-
furnitureId: string;
|
|
1647
|
-
styleId: string;
|
|
1648
1646
|
category: string;
|
|
1649
1647
|
propertySlug: string;
|
|
1650
1648
|
propertyName: string;
|
|
1651
1649
|
unitId: string;
|
|
1652
1650
|
unitName: string;
|
|
1653
1651
|
unitSlug: string;
|
|
1652
|
+
styleId: string;
|
|
1654
1653
|
styleName: string;
|
|
1655
1654
|
unitBedrooms: number;
|
|
1656
1655
|
roomName: string;
|
|
1656
|
+
furnitureId: string;
|
|
1657
1657
|
furnitureName: string;
|
|
1658
1658
|
brandName: string;
|
|
1659
1659
|
method: "Prev" | "Next";
|
|
1660
1660
|
}) => void;
|
|
1661
1661
|
trackRoomEntered: (payload: {
|
|
1662
1662
|
propertyId: string;
|
|
1663
|
-
styleId: string;
|
|
1664
1663
|
propertySlug: string;
|
|
1665
1664
|
propertyName: string;
|
|
1666
1665
|
unitId: string;
|
|
1667
1666
|
unitName: string;
|
|
1668
1667
|
unitSlug: string;
|
|
1668
|
+
styleId: string;
|
|
1669
1669
|
styleName: string;
|
|
1670
1670
|
unitBedrooms: number;
|
|
1671
1671
|
roomName: string;
|
|
@@ -1673,12 +1673,12 @@ export declare function buildTrackingEvents(trackEvent: TrackEventFn, isDev?: bo
|
|
|
1673
1673
|
}) => void;
|
|
1674
1674
|
trackRoomLeft: (payload: {
|
|
1675
1675
|
propertyId: string;
|
|
1676
|
-
styleId: string;
|
|
1677
1676
|
propertySlug: string;
|
|
1678
1677
|
propertyName: string;
|
|
1679
1678
|
unitId: string;
|
|
1680
1679
|
unitName: string;
|
|
1681
1680
|
unitSlug: string;
|
|
1681
|
+
styleId: string;
|
|
1682
1682
|
styleName: string;
|
|
1683
1683
|
unitBedrooms: number;
|
|
1684
1684
|
roomName: string;
|
|
@@ -1687,12 +1687,12 @@ export declare function buildTrackingEvents(trackEvent: TrackEventFn, isDev?: bo
|
|
|
1687
1687
|
}) => void;
|
|
1688
1688
|
trackVideoStarted: (payload: {
|
|
1689
1689
|
propertyId: string;
|
|
1690
|
-
styleId: string;
|
|
1691
1690
|
propertySlug: string;
|
|
1692
1691
|
propertyName: string;
|
|
1693
1692
|
unitId: string;
|
|
1694
1693
|
unitName: string;
|
|
1695
1694
|
unitSlug: string;
|
|
1695
|
+
styleId: string;
|
|
1696
1696
|
styleName: string;
|
|
1697
1697
|
unitBedrooms: number;
|
|
1698
1698
|
roomName: string;
|
|
@@ -1704,13 +1704,13 @@ export declare function buildTrackingEvents(trackEvent: TrackEventFn, isDev?: bo
|
|
|
1704
1704
|
}) => void;
|
|
1705
1705
|
trackEmailRedirect: (payload: {
|
|
1706
1706
|
propertyId: string;
|
|
1707
|
-
styleId: string;
|
|
1708
1707
|
propertySlug: string;
|
|
1709
1708
|
propertyName: string;
|
|
1710
1709
|
unitId: string;
|
|
1711
1710
|
unitName: string;
|
|
1712
1711
|
unitSlug: string;
|
|
1713
1712
|
favoritedUnit: boolean;
|
|
1713
|
+
styleId: string;
|
|
1714
1714
|
styleName: string;
|
|
1715
1715
|
unitBedrooms: number;
|
|
1716
1716
|
utmSource: string;
|
|
@@ -1746,12 +1746,12 @@ export declare function buildTrackingEvents(trackEvent: TrackEventFn, isDev?: bo
|
|
|
1746
1746
|
}) => void;
|
|
1747
1747
|
trackContentModalOpened: (payload: {
|
|
1748
1748
|
propertyId: string;
|
|
1749
|
-
styleId: string;
|
|
1750
1749
|
propertySlug: string;
|
|
1751
1750
|
propertyName: string;
|
|
1752
1751
|
unitId: string;
|
|
1753
1752
|
unitName: string;
|
|
1754
1753
|
unitSlug: string;
|
|
1754
|
+
styleId: string;
|
|
1755
1755
|
styleName: string;
|
|
1756
1756
|
unitBedrooms: number;
|
|
1757
1757
|
}) => void;
|
|
@@ -2034,7 +2034,6 @@ export declare function useTrackingEvents(): {
|
|
|
2034
2034
|
}) => void;
|
|
2035
2035
|
trackGetInTouchFormOpened: (payload: {
|
|
2036
2036
|
propertyId: string;
|
|
2037
|
-
styleId: string;
|
|
2038
2037
|
propertySlug: string;
|
|
2039
2038
|
propertyName: string;
|
|
2040
2039
|
unitId: string;
|
|
@@ -2043,12 +2042,12 @@ export declare function useTrackingEvents(): {
|
|
|
2043
2042
|
favoritedUnit: boolean;
|
|
2044
2043
|
buttonName: string;
|
|
2045
2044
|
formName: string;
|
|
2045
|
+
styleId: string;
|
|
2046
2046
|
styleName: string;
|
|
2047
2047
|
unitBedrooms: number;
|
|
2048
2048
|
}) => void;
|
|
2049
2049
|
trackGetInTouchFormSubmitted: (payload: {
|
|
2050
2050
|
propertyId: string;
|
|
2051
|
-
styleId: string;
|
|
2052
2051
|
propertySlug: string;
|
|
2053
2052
|
propertyName: string;
|
|
2054
2053
|
unitId: string;
|
|
@@ -2057,57 +2056,58 @@ export declare function useTrackingEvents(): {
|
|
|
2057
2056
|
favoritedUnit: boolean;
|
|
2058
2057
|
buttonName: string;
|
|
2059
2058
|
formName: string;
|
|
2059
|
+
styleId: string;
|
|
2060
2060
|
styleName: string;
|
|
2061
2061
|
unitBedrooms: number;
|
|
2062
2062
|
}) => void;
|
|
2063
2063
|
trackStyleDrawerOpened: (payload: {
|
|
2064
2064
|
propertyId: string;
|
|
2065
|
-
styleId: string;
|
|
2066
2065
|
propertySlug: string;
|
|
2067
2066
|
propertyName: string;
|
|
2068
2067
|
unitId: string;
|
|
2069
2068
|
unitName: string;
|
|
2070
2069
|
unitSlug: string;
|
|
2071
2070
|
favoritedUnit: boolean;
|
|
2071
|
+
styleId: string;
|
|
2072
2072
|
styleName: string;
|
|
2073
2073
|
unitBedrooms: number;
|
|
2074
2074
|
roomName: string;
|
|
2075
2075
|
}) => void;
|
|
2076
2076
|
trackStyleDrawerChanged: (payload: {
|
|
2077
2077
|
propertyId: string;
|
|
2078
|
-
styleId: string;
|
|
2079
2078
|
propertySlug: string;
|
|
2080
2079
|
propertyName: string;
|
|
2081
2080
|
unitId: string;
|
|
2082
2081
|
unitName: string;
|
|
2083
2082
|
unitSlug: string;
|
|
2084
2083
|
favoritedUnit: boolean;
|
|
2084
|
+
styleId: string;
|
|
2085
2085
|
styleName: string;
|
|
2086
2086
|
unitBedrooms: number;
|
|
2087
2087
|
roomName: string;
|
|
2088
2088
|
}) => void;
|
|
2089
2089
|
trackOpeningStyleImpression: (payload: {
|
|
2090
2090
|
propertyId: string;
|
|
2091
|
-
styleId: string;
|
|
2092
2091
|
propertySlug: string;
|
|
2093
2092
|
propertyName: string;
|
|
2094
2093
|
unitId: string;
|
|
2095
2094
|
unitName: string;
|
|
2096
2095
|
unitSlug: string;
|
|
2097
2096
|
favoritedUnit: boolean;
|
|
2097
|
+
styleId: string;
|
|
2098
2098
|
styleName: string;
|
|
2099
2099
|
unitBedrooms: number;
|
|
2100
2100
|
roomName: string;
|
|
2101
2101
|
}) => void;
|
|
2102
2102
|
trackOpeningStyleSlected: (payload: {
|
|
2103
2103
|
propertyId: string;
|
|
2104
|
-
styleId: string;
|
|
2105
2104
|
propertySlug: string;
|
|
2106
2105
|
propertyName: string;
|
|
2107
2106
|
unitId: string;
|
|
2108
2107
|
unitName: string;
|
|
2109
2108
|
unitSlug: string;
|
|
2110
2109
|
favoritedUnit: boolean;
|
|
2110
|
+
styleId: string;
|
|
2111
2111
|
styleName: string;
|
|
2112
2112
|
unitBedrooms: number;
|
|
2113
2113
|
roomName: string;
|
|
@@ -2115,25 +2115,23 @@ export declare function useTrackingEvents(): {
|
|
|
2115
2115
|
trackFurnitureViewed: (payload: {
|
|
2116
2116
|
type: "click" | "hover_on" | "hover_off";
|
|
2117
2117
|
propertyId: string;
|
|
2118
|
-
furnitureId: string;
|
|
2119
|
-
styleId: string;
|
|
2120
2118
|
category: string;
|
|
2121
2119
|
propertySlug: string;
|
|
2122
2120
|
propertyName: string;
|
|
2123
2121
|
unitId: string;
|
|
2124
2122
|
unitName: string;
|
|
2125
2123
|
unitSlug: string;
|
|
2124
|
+
styleId: string;
|
|
2126
2125
|
styleName: string;
|
|
2127
2126
|
unitBedrooms: number;
|
|
2128
2127
|
roomName: string;
|
|
2128
|
+
furnitureId: string;
|
|
2129
2129
|
furnitureName: string;
|
|
2130
2130
|
brandName: string;
|
|
2131
2131
|
}) => void;
|
|
2132
2132
|
trackFurnitureExternalUrlClicked: (payload: {
|
|
2133
2133
|
type: string;
|
|
2134
2134
|
propertyId: string;
|
|
2135
|
-
furnitureId: string;
|
|
2136
|
-
styleId: string;
|
|
2137
2135
|
category: string;
|
|
2138
2136
|
link: string;
|
|
2139
2137
|
propertySlug: string;
|
|
@@ -2142,69 +2140,71 @@ export declare function useTrackingEvents(): {
|
|
|
2142
2140
|
unitName: string;
|
|
2143
2141
|
unitSlug: string;
|
|
2144
2142
|
favoritedUnit: boolean;
|
|
2143
|
+
styleId: string;
|
|
2145
2144
|
styleName: string;
|
|
2146
2145
|
unitBedrooms: number;
|
|
2147
2146
|
roomName: string;
|
|
2147
|
+
furnitureId: string;
|
|
2148
2148
|
furnitureName: string;
|
|
2149
2149
|
brandName: string;
|
|
2150
2150
|
}) => void;
|
|
2151
2151
|
trackFurnitureSaved: (payload: {
|
|
2152
2152
|
propertyId: string;
|
|
2153
|
-
furnitureId: string;
|
|
2154
|
-
styleId: string;
|
|
2155
2153
|
category: string;
|
|
2156
2154
|
propertySlug: string;
|
|
2157
2155
|
propertyName: string;
|
|
2158
2156
|
unitId: string;
|
|
2159
2157
|
unitName: string;
|
|
2160
2158
|
unitSlug: string;
|
|
2159
|
+
styleId: string;
|
|
2161
2160
|
styleName: string;
|
|
2162
2161
|
unitBedrooms: number;
|
|
2163
2162
|
roomName: string;
|
|
2163
|
+
furnitureId: string;
|
|
2164
2164
|
furnitureName: string;
|
|
2165
2165
|
brandName: string;
|
|
2166
2166
|
}) => void;
|
|
2167
2167
|
trackFurnitureModalOpened: (payload: {
|
|
2168
2168
|
propertyId: string;
|
|
2169
|
-
furnitureId: string;
|
|
2170
|
-
styleId: string;
|
|
2171
2169
|
category: string;
|
|
2172
2170
|
propertySlug: string;
|
|
2173
2171
|
propertyName: string;
|
|
2174
2172
|
unitId: string;
|
|
2175
2173
|
unitName: string;
|
|
2176
2174
|
unitSlug: string;
|
|
2175
|
+
styleId: string;
|
|
2177
2176
|
styleName: string;
|
|
2178
2177
|
unitBedrooms: number;
|
|
2179
2178
|
roomName: string;
|
|
2179
|
+
furnitureId: string;
|
|
2180
2180
|
furnitureName: string;
|
|
2181
2181
|
brandName: string;
|
|
2182
2182
|
}) => void;
|
|
2183
2183
|
trackFurnitureCarouselToggled: (payload: {
|
|
2184
2184
|
propertyId: string;
|
|
2185
|
-
furnitureId: string;
|
|
2186
|
-
styleId: string;
|
|
2187
2185
|
category: string;
|
|
2188
2186
|
propertySlug: string;
|
|
2189
2187
|
propertyName: string;
|
|
2190
2188
|
unitId: string;
|
|
2191
2189
|
unitName: string;
|
|
2192
2190
|
unitSlug: string;
|
|
2191
|
+
styleId: string;
|
|
2193
2192
|
styleName: string;
|
|
2194
2193
|
unitBedrooms: number;
|
|
2195
2194
|
roomName: string;
|
|
2195
|
+
furnitureId: string;
|
|
2196
2196
|
furnitureName: string;
|
|
2197
2197
|
brandName: string;
|
|
2198
2198
|
method: "Prev" | "Next";
|
|
2199
2199
|
}) => void;
|
|
2200
2200
|
trackRoomEntered: (payload: {
|
|
2201
2201
|
propertyId: string;
|
|
2202
|
-
styleId: string;
|
|
2203
2202
|
propertySlug: string;
|
|
2204
2203
|
propertyName: string;
|
|
2205
2204
|
unitId: string;
|
|
2206
2205
|
unitName: string;
|
|
2207
2206
|
unitSlug: string;
|
|
2207
|
+
styleId: string;
|
|
2208
2208
|
styleName: string;
|
|
2209
2209
|
unitBedrooms: number;
|
|
2210
2210
|
roomName: string;
|
|
@@ -2212,12 +2212,12 @@ export declare function useTrackingEvents(): {
|
|
|
2212
2212
|
}) => void;
|
|
2213
2213
|
trackRoomLeft: (payload: {
|
|
2214
2214
|
propertyId: string;
|
|
2215
|
-
styleId: string;
|
|
2216
2215
|
propertySlug: string;
|
|
2217
2216
|
propertyName: string;
|
|
2218
2217
|
unitId: string;
|
|
2219
2218
|
unitName: string;
|
|
2220
2219
|
unitSlug: string;
|
|
2220
|
+
styleId: string;
|
|
2221
2221
|
styleName: string;
|
|
2222
2222
|
unitBedrooms: number;
|
|
2223
2223
|
roomName: string;
|
|
@@ -2226,12 +2226,12 @@ export declare function useTrackingEvents(): {
|
|
|
2226
2226
|
}) => void;
|
|
2227
2227
|
trackVideoStarted: (payload: {
|
|
2228
2228
|
propertyId: string;
|
|
2229
|
-
styleId: string;
|
|
2230
2229
|
propertySlug: string;
|
|
2231
2230
|
propertyName: string;
|
|
2232
2231
|
unitId: string;
|
|
2233
2232
|
unitName: string;
|
|
2234
2233
|
unitSlug: string;
|
|
2234
|
+
styleId: string;
|
|
2235
2235
|
styleName: string;
|
|
2236
2236
|
unitBedrooms: number;
|
|
2237
2237
|
roomName: string;
|
|
@@ -2243,13 +2243,13 @@ export declare function useTrackingEvents(): {
|
|
|
2243
2243
|
}) => void;
|
|
2244
2244
|
trackEmailRedirect: (payload: {
|
|
2245
2245
|
propertyId: string;
|
|
2246
|
-
styleId: string;
|
|
2247
2246
|
propertySlug: string;
|
|
2248
2247
|
propertyName: string;
|
|
2249
2248
|
unitId: string;
|
|
2250
2249
|
unitName: string;
|
|
2251
2250
|
unitSlug: string;
|
|
2252
2251
|
favoritedUnit: boolean;
|
|
2252
|
+
styleId: string;
|
|
2253
2253
|
styleName: string;
|
|
2254
2254
|
unitBedrooms: number;
|
|
2255
2255
|
utmSource: string;
|
|
@@ -2285,12 +2285,12 @@ export declare function useTrackingEvents(): {
|
|
|
2285
2285
|
}) => void;
|
|
2286
2286
|
trackContentModalOpened: (payload: {
|
|
2287
2287
|
propertyId: string;
|
|
2288
|
-
styleId: string;
|
|
2289
2288
|
propertySlug: string;
|
|
2290
2289
|
propertyName: string;
|
|
2291
2290
|
unitId: string;
|
|
2292
2291
|
unitName: string;
|
|
2293
2292
|
unitSlug: string;
|
|
2293
|
+
styleId: string;
|
|
2294
2294
|
styleName: string;
|
|
2295
2295
|
unitBedrooms: number;
|
|
2296
2296
|
}) => void;
|