@superbright/indexeddb-orm 1.0.9 → 1.0.10
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/base/property.cjs +1 -1
- package/dist/base/property.cjs.map +1 -1
- package/dist/base/property.d.ts +3 -3
- package/dist/base/property.mjs +5 -5
- package/dist/base/property.mjs.map +1 -1
- package/dist/base/unit.cjs +1 -1
- package/dist/base/unit.cjs.map +1 -1
- package/dist/base/unit.d.ts +3 -3
- package/dist/base/unit.mjs +7 -7
- package/dist/base/unit.mjs.map +1 -1
- package/dist/features/analytics/analytics.cjs +1 -1
- package/dist/features/analytics/analytics.cjs.map +1 -1
- package/dist/features/analytics/analytics.d.ts +86 -86
- package/dist/features/analytics/analytics.mjs +15 -15
- package/dist/features/analytics/analytics.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -156,19 +156,19 @@ declare const unitEventSchema: z.ZodObject<{
|
|
|
156
156
|
propertySlug: z.ZodString;
|
|
157
157
|
} & {
|
|
158
158
|
unitId: z.ZodString;
|
|
159
|
-
|
|
159
|
+
unitName: z.ZodString;
|
|
160
160
|
unitSlug: z.ZodString;
|
|
161
161
|
}, "strip", z.ZodTypeAny, {
|
|
162
162
|
propertySlug: string;
|
|
163
163
|
propertyId: string;
|
|
164
164
|
unitId: string;
|
|
165
|
-
|
|
165
|
+
unitName: string;
|
|
166
166
|
unitSlug: string;
|
|
167
167
|
}, {
|
|
168
168
|
propertySlug: string;
|
|
169
169
|
propertyId: string;
|
|
170
170
|
unitId: string;
|
|
171
|
-
|
|
171
|
+
unitName: string;
|
|
172
172
|
unitSlug: string;
|
|
173
173
|
}>;
|
|
174
174
|
declare const getInTouchFormSchema: z.ZodObject<{
|
|
@@ -178,7 +178,7 @@ declare const getInTouchFormSchema: z.ZodObject<{
|
|
|
178
178
|
propertyName: z.ZodString;
|
|
179
179
|
} & {
|
|
180
180
|
unitId: z.ZodString;
|
|
181
|
-
|
|
181
|
+
unitName: z.ZodString;
|
|
182
182
|
unitSlug: z.ZodString;
|
|
183
183
|
} & {
|
|
184
184
|
buttonName: z.ZodString;
|
|
@@ -193,7 +193,7 @@ declare const getInTouchFormSchema: z.ZodObject<{
|
|
|
193
193
|
unitId: string;
|
|
194
194
|
styleId: string;
|
|
195
195
|
propertyName: string;
|
|
196
|
-
|
|
196
|
+
unitName: string;
|
|
197
197
|
unitSlug: string;
|
|
198
198
|
buttonName: string;
|
|
199
199
|
formName: string;
|
|
@@ -206,7 +206,7 @@ declare const getInTouchFormSchema: z.ZodObject<{
|
|
|
206
206
|
unitId: string;
|
|
207
207
|
styleId: string;
|
|
208
208
|
propertyName: string;
|
|
209
|
-
|
|
209
|
+
unitName: string;
|
|
210
210
|
unitSlug: string;
|
|
211
211
|
buttonName: string;
|
|
212
212
|
formName: string;
|
|
@@ -221,7 +221,7 @@ declare const styleDrawerSchema: z.ZodObject<{
|
|
|
221
221
|
propertyName: z.ZodString;
|
|
222
222
|
} & {
|
|
223
223
|
unitId: z.ZodString;
|
|
224
|
-
|
|
224
|
+
unitName: z.ZodString;
|
|
225
225
|
unitSlug: z.ZodString;
|
|
226
226
|
} & {
|
|
227
227
|
roomName: z.ZodString;
|
|
@@ -235,7 +235,7 @@ declare const styleDrawerSchema: z.ZodObject<{
|
|
|
235
235
|
unitId: string;
|
|
236
236
|
styleId: string;
|
|
237
237
|
propertyName: string;
|
|
238
|
-
|
|
238
|
+
unitName: string;
|
|
239
239
|
unitSlug: string;
|
|
240
240
|
styleName: string;
|
|
241
241
|
unitBedrooms: number;
|
|
@@ -247,7 +247,7 @@ declare const styleDrawerSchema: z.ZodObject<{
|
|
|
247
247
|
unitId: string;
|
|
248
248
|
styleId: string;
|
|
249
249
|
propertyName: string;
|
|
250
|
-
|
|
250
|
+
unitName: string;
|
|
251
251
|
unitSlug: string;
|
|
252
252
|
styleName: string;
|
|
253
253
|
unitBedrooms: number;
|
|
@@ -261,7 +261,7 @@ declare const furnitureViewedSchema: z.ZodObject<{
|
|
|
261
261
|
propertyName: z.ZodString;
|
|
262
262
|
} & {
|
|
263
263
|
unitId: z.ZodString;
|
|
264
|
-
|
|
264
|
+
unitName: z.ZodString;
|
|
265
265
|
unitSlug: z.ZodString;
|
|
266
266
|
} & {
|
|
267
267
|
roomName: z.ZodString;
|
|
@@ -277,7 +277,7 @@ declare const furnitureViewedSchema: z.ZodObject<{
|
|
|
277
277
|
furnitureId: string;
|
|
278
278
|
styleId: string;
|
|
279
279
|
propertyName: string;
|
|
280
|
-
|
|
280
|
+
unitName: string;
|
|
281
281
|
unitSlug: string;
|
|
282
282
|
styleName: string;
|
|
283
283
|
unitBedrooms: number;
|
|
@@ -290,7 +290,7 @@ declare const furnitureViewedSchema: z.ZodObject<{
|
|
|
290
290
|
furnitureId: string;
|
|
291
291
|
styleId: string;
|
|
292
292
|
propertyName: string;
|
|
293
|
-
|
|
293
|
+
unitName: string;
|
|
294
294
|
unitSlug: string;
|
|
295
295
|
styleName: string;
|
|
296
296
|
unitBedrooms: number;
|
|
@@ -304,7 +304,7 @@ declare const furnitureExternalUrlSchema: z.ZodObject<{
|
|
|
304
304
|
propertyName: z.ZodString;
|
|
305
305
|
} & {
|
|
306
306
|
unitId: z.ZodString;
|
|
307
|
-
|
|
307
|
+
unitName: z.ZodString;
|
|
308
308
|
unitSlug: z.ZodString;
|
|
309
309
|
} & {
|
|
310
310
|
roomName: z.ZodString;
|
|
@@ -325,7 +325,7 @@ declare const furnitureExternalUrlSchema: z.ZodObject<{
|
|
|
325
325
|
furnitureId: string;
|
|
326
326
|
styleId: string;
|
|
327
327
|
propertyName: string;
|
|
328
|
-
|
|
328
|
+
unitName: string;
|
|
329
329
|
unitSlug: string;
|
|
330
330
|
styleName: string;
|
|
331
331
|
unitBedrooms: number;
|
|
@@ -341,7 +341,7 @@ declare const furnitureExternalUrlSchema: z.ZodObject<{
|
|
|
341
341
|
furnitureId: string;
|
|
342
342
|
styleId: string;
|
|
343
343
|
propertyName: string;
|
|
344
|
-
|
|
344
|
+
unitName: string;
|
|
345
345
|
unitSlug: string;
|
|
346
346
|
styleName: string;
|
|
347
347
|
unitBedrooms: number;
|
|
@@ -356,7 +356,7 @@ declare const furnitureSavedSchema: z.ZodObject<{
|
|
|
356
356
|
propertyName: z.ZodString;
|
|
357
357
|
} & {
|
|
358
358
|
unitId: z.ZodString;
|
|
359
|
-
|
|
359
|
+
unitName: z.ZodString;
|
|
360
360
|
unitSlug: z.ZodString;
|
|
361
361
|
} & {
|
|
362
362
|
roomName: z.ZodString;
|
|
@@ -372,7 +372,7 @@ declare const furnitureSavedSchema: z.ZodObject<{
|
|
|
372
372
|
furnitureId: string;
|
|
373
373
|
styleId: string;
|
|
374
374
|
propertyName: string;
|
|
375
|
-
|
|
375
|
+
unitName: string;
|
|
376
376
|
unitSlug: string;
|
|
377
377
|
styleName: string;
|
|
378
378
|
unitBedrooms: number;
|
|
@@ -385,7 +385,7 @@ declare const furnitureSavedSchema: z.ZodObject<{
|
|
|
385
385
|
furnitureId: string;
|
|
386
386
|
styleId: string;
|
|
387
387
|
propertyName: string;
|
|
388
|
-
|
|
388
|
+
unitName: string;
|
|
389
389
|
unitSlug: string;
|
|
390
390
|
styleName: string;
|
|
391
391
|
unitBedrooms: number;
|
|
@@ -399,7 +399,7 @@ declare const furnitureModalOpenedSchema: z.ZodObject<{
|
|
|
399
399
|
propertyName: z.ZodString;
|
|
400
400
|
} & {
|
|
401
401
|
unitId: z.ZodString;
|
|
402
|
-
|
|
402
|
+
unitName: z.ZodString;
|
|
403
403
|
unitSlug: z.ZodString;
|
|
404
404
|
} & {
|
|
405
405
|
roomName: z.ZodString;
|
|
@@ -415,7 +415,7 @@ declare const furnitureModalOpenedSchema: z.ZodObject<{
|
|
|
415
415
|
furnitureId: string;
|
|
416
416
|
styleId: string;
|
|
417
417
|
propertyName: string;
|
|
418
|
-
|
|
418
|
+
unitName: string;
|
|
419
419
|
unitSlug: string;
|
|
420
420
|
styleName: string;
|
|
421
421
|
unitBedrooms: number;
|
|
@@ -428,7 +428,7 @@ declare const furnitureModalOpenedSchema: z.ZodObject<{
|
|
|
428
428
|
furnitureId: string;
|
|
429
429
|
styleId: string;
|
|
430
430
|
propertyName: string;
|
|
431
|
-
|
|
431
|
+
unitName: string;
|
|
432
432
|
unitSlug: string;
|
|
433
433
|
styleName: string;
|
|
434
434
|
unitBedrooms: number;
|
|
@@ -442,7 +442,7 @@ declare const roomEnteredSchema: z.ZodObject<{
|
|
|
442
442
|
propertyName: z.ZodString;
|
|
443
443
|
} & {
|
|
444
444
|
unitId: z.ZodString;
|
|
445
|
-
|
|
445
|
+
unitName: z.ZodString;
|
|
446
446
|
unitSlug: z.ZodString;
|
|
447
447
|
} & {
|
|
448
448
|
roomName: z.ZodString;
|
|
@@ -456,7 +456,7 @@ declare const roomEnteredSchema: z.ZodObject<{
|
|
|
456
456
|
unitId: string;
|
|
457
457
|
styleId: string;
|
|
458
458
|
propertyName: string;
|
|
459
|
-
|
|
459
|
+
unitName: string;
|
|
460
460
|
unitSlug: string;
|
|
461
461
|
styleName: string;
|
|
462
462
|
unitBedrooms: number;
|
|
@@ -468,7 +468,7 @@ declare const roomEnteredSchema: z.ZodObject<{
|
|
|
468
468
|
unitId: string;
|
|
469
469
|
styleId: string;
|
|
470
470
|
propertyName: string;
|
|
471
|
-
|
|
471
|
+
unitName: string;
|
|
472
472
|
unitSlug: string;
|
|
473
473
|
styleName: string;
|
|
474
474
|
unitBedrooms: number;
|
|
@@ -482,7 +482,7 @@ declare const roomLeftSchema: z.ZodObject<{
|
|
|
482
482
|
propertyName: z.ZodString;
|
|
483
483
|
} & {
|
|
484
484
|
unitId: z.ZodString;
|
|
485
|
-
|
|
485
|
+
unitName: z.ZodString;
|
|
486
486
|
unitSlug: z.ZodString;
|
|
487
487
|
} & {
|
|
488
488
|
roomName: z.ZodString;
|
|
@@ -498,7 +498,7 @@ declare const roomLeftSchema: z.ZodObject<{
|
|
|
498
498
|
unitId: string;
|
|
499
499
|
styleId: string;
|
|
500
500
|
propertyName: string;
|
|
501
|
-
|
|
501
|
+
unitName: string;
|
|
502
502
|
unitSlug: string;
|
|
503
503
|
styleName: string;
|
|
504
504
|
unitBedrooms: number;
|
|
@@ -511,7 +511,7 @@ declare const roomLeftSchema: z.ZodObject<{
|
|
|
511
511
|
unitId: string;
|
|
512
512
|
styleId: string;
|
|
513
513
|
propertyName: string;
|
|
514
|
-
|
|
514
|
+
unitName: string;
|
|
515
515
|
unitSlug: string;
|
|
516
516
|
styleName: string;
|
|
517
517
|
unitBedrooms: number;
|
|
@@ -526,7 +526,7 @@ declare const videoStartedSchema: z.ZodObject<{
|
|
|
526
526
|
propertyName: z.ZodString;
|
|
527
527
|
} & {
|
|
528
528
|
unitId: z.ZodString;
|
|
529
|
-
|
|
529
|
+
unitName: z.ZodString;
|
|
530
530
|
unitSlug: z.ZodString;
|
|
531
531
|
} & {
|
|
532
532
|
roomName: z.ZodString;
|
|
@@ -544,7 +544,7 @@ declare const videoStartedSchema: z.ZodObject<{
|
|
|
544
544
|
unitId: string;
|
|
545
545
|
styleId: string;
|
|
546
546
|
propertyName: string;
|
|
547
|
-
|
|
547
|
+
unitName: string;
|
|
548
548
|
unitSlug: string;
|
|
549
549
|
styleName: string;
|
|
550
550
|
unitBedrooms: number;
|
|
@@ -560,7 +560,7 @@ declare const videoStartedSchema: z.ZodObject<{
|
|
|
560
560
|
unitId: string;
|
|
561
561
|
styleId: string;
|
|
562
562
|
propertyName: string;
|
|
563
|
-
|
|
563
|
+
unitName: string;
|
|
564
564
|
unitSlug: string;
|
|
565
565
|
styleName: string;
|
|
566
566
|
unitBedrooms: number;
|
|
@@ -578,7 +578,7 @@ declare const emailTrackedSchema: z.ZodObject<{
|
|
|
578
578
|
propertyName: z.ZodString;
|
|
579
579
|
} & {
|
|
580
580
|
unitId: z.ZodString;
|
|
581
|
-
|
|
581
|
+
unitName: z.ZodString;
|
|
582
582
|
unitSlug: z.ZodString;
|
|
583
583
|
} & {
|
|
584
584
|
utmSource: z.ZodString;
|
|
@@ -594,7 +594,7 @@ declare const emailTrackedSchema: z.ZodObject<{
|
|
|
594
594
|
unitId: string;
|
|
595
595
|
styleId: string;
|
|
596
596
|
propertyName: string;
|
|
597
|
-
|
|
597
|
+
unitName: string;
|
|
598
598
|
unitSlug: string;
|
|
599
599
|
styleName: string;
|
|
600
600
|
unitBedrooms: number;
|
|
@@ -608,7 +608,7 @@ declare const emailTrackedSchema: z.ZodObject<{
|
|
|
608
608
|
unitId: string;
|
|
609
609
|
styleId: string;
|
|
610
610
|
propertyName: string;
|
|
611
|
-
|
|
611
|
+
unitName: string;
|
|
612
612
|
unitSlug: string;
|
|
613
613
|
styleName: string;
|
|
614
614
|
unitBedrooms: number;
|
|
@@ -624,7 +624,7 @@ declare const toastSchema: z.ZodObject<{
|
|
|
624
624
|
propertyName: z.ZodString;
|
|
625
625
|
} & {
|
|
626
626
|
unitId: z.ZodString;
|
|
627
|
-
|
|
627
|
+
unitName: z.ZodString;
|
|
628
628
|
unitSlug: z.ZodString;
|
|
629
629
|
} & {
|
|
630
630
|
toastCopy: z.ZodString;
|
|
@@ -633,7 +633,7 @@ declare const toastSchema: z.ZodObject<{
|
|
|
633
633
|
propertyId: string;
|
|
634
634
|
unitId: string;
|
|
635
635
|
propertyName: string;
|
|
636
|
-
|
|
636
|
+
unitName: string;
|
|
637
637
|
unitSlug: string;
|
|
638
638
|
toastCopy: string;
|
|
639
639
|
}, {
|
|
@@ -641,7 +641,7 @@ declare const toastSchema: z.ZodObject<{
|
|
|
641
641
|
propertyId: string;
|
|
642
642
|
unitId: string;
|
|
643
643
|
propertyName: string;
|
|
644
|
-
|
|
644
|
+
unitName: string;
|
|
645
645
|
unitSlug: string;
|
|
646
646
|
toastCopy: string;
|
|
647
647
|
}>;
|
|
@@ -652,7 +652,7 @@ declare const hoverUnitSchema: z.ZodObject<{
|
|
|
652
652
|
propertyName: z.ZodString;
|
|
653
653
|
} & {
|
|
654
654
|
unitId: z.ZodString;
|
|
655
|
-
|
|
655
|
+
unitName: z.ZodString;
|
|
656
656
|
unitSlug: z.ZodString;
|
|
657
657
|
} & {
|
|
658
658
|
favoritedUnit: z.ZodBoolean;
|
|
@@ -661,7 +661,7 @@ declare const hoverUnitSchema: z.ZodObject<{
|
|
|
661
661
|
propertyId: string;
|
|
662
662
|
unitId: string;
|
|
663
663
|
propertyName: string;
|
|
664
|
-
|
|
664
|
+
unitName: string;
|
|
665
665
|
unitSlug: string;
|
|
666
666
|
favoritedUnit: boolean;
|
|
667
667
|
}, {
|
|
@@ -669,7 +669,7 @@ declare const hoverUnitSchema: z.ZodObject<{
|
|
|
669
669
|
propertyId: string;
|
|
670
670
|
unitId: string;
|
|
671
671
|
propertyName: string;
|
|
672
|
-
|
|
672
|
+
unitName: string;
|
|
673
673
|
unitSlug: string;
|
|
674
674
|
favoritedUnit: boolean;
|
|
675
675
|
}>;
|
|
@@ -833,7 +833,7 @@ declare const clickUnitSchema: z.ZodObject<{
|
|
|
833
833
|
propertyName: z.ZodString;
|
|
834
834
|
} & {
|
|
835
835
|
unitId: z.ZodString;
|
|
836
|
-
|
|
836
|
+
unitName: z.ZodString;
|
|
837
837
|
unitSlug: z.ZodString;
|
|
838
838
|
} & {
|
|
839
839
|
favoritedUnit: z.ZodBoolean;
|
|
@@ -842,7 +842,7 @@ declare const clickUnitSchema: z.ZodObject<{
|
|
|
842
842
|
propertyId: string;
|
|
843
843
|
unitId: string;
|
|
844
844
|
propertyName: string;
|
|
845
|
-
|
|
845
|
+
unitName: string;
|
|
846
846
|
unitSlug: string;
|
|
847
847
|
favoritedUnit: boolean;
|
|
848
848
|
}, {
|
|
@@ -850,7 +850,7 @@ declare const clickUnitSchema: z.ZodObject<{
|
|
|
850
850
|
propertyId: string;
|
|
851
851
|
unitId: string;
|
|
852
852
|
propertyName: string;
|
|
853
|
-
|
|
853
|
+
unitName: string;
|
|
854
854
|
unitSlug: string;
|
|
855
855
|
favoritedUnit: boolean;
|
|
856
856
|
}>;
|
|
@@ -861,7 +861,7 @@ declare const clickUnitFavoritesSchema: z.ZodObject<{
|
|
|
861
861
|
propertyName: z.ZodString;
|
|
862
862
|
} & {
|
|
863
863
|
unitId: z.ZodString;
|
|
864
|
-
|
|
864
|
+
unitName: z.ZodString;
|
|
865
865
|
unitSlug: z.ZodString;
|
|
866
866
|
} & {
|
|
867
867
|
favoritedUnit: z.ZodBoolean;
|
|
@@ -870,7 +870,7 @@ declare const clickUnitFavoritesSchema: z.ZodObject<{
|
|
|
870
870
|
propertyId: string;
|
|
871
871
|
unitId: string;
|
|
872
872
|
propertyName: string;
|
|
873
|
-
|
|
873
|
+
unitName: string;
|
|
874
874
|
unitSlug: string;
|
|
875
875
|
favoritedUnit: boolean;
|
|
876
876
|
}, {
|
|
@@ -878,7 +878,7 @@ declare const clickUnitFavoritesSchema: z.ZodObject<{
|
|
|
878
878
|
propertyId: string;
|
|
879
879
|
unitId: string;
|
|
880
880
|
propertyName: string;
|
|
881
|
-
|
|
881
|
+
unitName: string;
|
|
882
882
|
unitSlug: string;
|
|
883
883
|
favoritedUnit: boolean;
|
|
884
884
|
}>;
|
|
@@ -889,7 +889,7 @@ declare const unitUnfavoritedSchema: z.ZodObject<{
|
|
|
889
889
|
propertyName: z.ZodString;
|
|
890
890
|
} & {
|
|
891
891
|
unitId: z.ZodString;
|
|
892
|
-
|
|
892
|
+
unitName: z.ZodString;
|
|
893
893
|
unitSlug: z.ZodString;
|
|
894
894
|
resultsUnitCount: z.ZodNumber;
|
|
895
895
|
unitCountDate: z.ZodOptional<z.ZodString>;
|
|
@@ -899,7 +899,7 @@ declare const unitUnfavoritedSchema: z.ZodObject<{
|
|
|
899
899
|
unitId: string;
|
|
900
900
|
propertyName: string;
|
|
901
901
|
resultsUnitCount: number;
|
|
902
|
-
|
|
902
|
+
unitName: string;
|
|
903
903
|
unitSlug: string;
|
|
904
904
|
unitCountDate?: string | undefined;
|
|
905
905
|
}, {
|
|
@@ -908,7 +908,7 @@ declare const unitUnfavoritedSchema: z.ZodObject<{
|
|
|
908
908
|
unitId: string;
|
|
909
909
|
propertyName: string;
|
|
910
910
|
resultsUnitCount: number;
|
|
911
|
-
|
|
911
|
+
unitName: string;
|
|
912
912
|
unitSlug: string;
|
|
913
913
|
unitCountDate?: string | undefined;
|
|
914
914
|
}>;
|
|
@@ -955,7 +955,7 @@ export declare function buildTrackingEvents(trackEvent: TrackEventFn): {
|
|
|
955
955
|
propertyId: string;
|
|
956
956
|
unitId: string;
|
|
957
957
|
propertyName: string;
|
|
958
|
-
|
|
958
|
+
unitName: string;
|
|
959
959
|
unitSlug: string;
|
|
960
960
|
favoritedUnit: boolean;
|
|
961
961
|
}) => void;
|
|
@@ -964,7 +964,7 @@ export declare function buildTrackingEvents(trackEvent: TrackEventFn): {
|
|
|
964
964
|
propertyId: string;
|
|
965
965
|
unitId: string;
|
|
966
966
|
propertyName: string;
|
|
967
|
-
|
|
967
|
+
unitName: string;
|
|
968
968
|
unitSlug: string;
|
|
969
969
|
favoritedUnit: boolean;
|
|
970
970
|
}) => void;
|
|
@@ -1012,7 +1012,7 @@ export declare function buildTrackingEvents(trackEvent: TrackEventFn): {
|
|
|
1012
1012
|
propertyId: string;
|
|
1013
1013
|
unitId: string;
|
|
1014
1014
|
propertyName: string;
|
|
1015
|
-
|
|
1015
|
+
unitName: string;
|
|
1016
1016
|
unitSlug: string;
|
|
1017
1017
|
favoritedUnit: boolean;
|
|
1018
1018
|
}) => void;
|
|
@@ -1022,7 +1022,7 @@ export declare function buildTrackingEvents(trackEvent: TrackEventFn): {
|
|
|
1022
1022
|
unitId: string;
|
|
1023
1023
|
propertyName: string;
|
|
1024
1024
|
resultsUnitCount: number;
|
|
1025
|
-
|
|
1025
|
+
unitName: string;
|
|
1026
1026
|
unitSlug: string;
|
|
1027
1027
|
unitCountDate?: string | undefined;
|
|
1028
1028
|
}) => void;
|
|
@@ -1072,7 +1072,7 @@ export declare function buildTrackingEvents(trackEvent: TrackEventFn): {
|
|
|
1072
1072
|
unitId: string;
|
|
1073
1073
|
styleId: string;
|
|
1074
1074
|
propertyName: string;
|
|
1075
|
-
|
|
1075
|
+
unitName: string;
|
|
1076
1076
|
unitSlug: string;
|
|
1077
1077
|
buttonName: string;
|
|
1078
1078
|
formName: string;
|
|
@@ -1086,7 +1086,7 @@ export declare function buildTrackingEvents(trackEvent: TrackEventFn): {
|
|
|
1086
1086
|
unitId: string;
|
|
1087
1087
|
styleId: string;
|
|
1088
1088
|
propertyName: string;
|
|
1089
|
-
|
|
1089
|
+
unitName: string;
|
|
1090
1090
|
unitSlug: string;
|
|
1091
1091
|
buttonName: string;
|
|
1092
1092
|
formName: string;
|
|
@@ -1100,7 +1100,7 @@ export declare function buildTrackingEvents(trackEvent: TrackEventFn): {
|
|
|
1100
1100
|
unitId: string;
|
|
1101
1101
|
styleId: string;
|
|
1102
1102
|
propertyName: string;
|
|
1103
|
-
|
|
1103
|
+
unitName: string;
|
|
1104
1104
|
unitSlug: string;
|
|
1105
1105
|
styleName: string;
|
|
1106
1106
|
unitBedrooms: number;
|
|
@@ -1113,7 +1113,7 @@ export declare function buildTrackingEvents(trackEvent: TrackEventFn): {
|
|
|
1113
1113
|
unitId: string;
|
|
1114
1114
|
styleId: string;
|
|
1115
1115
|
propertyName: string;
|
|
1116
|
-
|
|
1116
|
+
unitName: string;
|
|
1117
1117
|
unitSlug: string;
|
|
1118
1118
|
styleName: string;
|
|
1119
1119
|
unitBedrooms: number;
|
|
@@ -1127,7 +1127,7 @@ export declare function buildTrackingEvents(trackEvent: TrackEventFn): {
|
|
|
1127
1127
|
furnitureId: string;
|
|
1128
1128
|
styleId: string;
|
|
1129
1129
|
propertyName: string;
|
|
1130
|
-
|
|
1130
|
+
unitName: string;
|
|
1131
1131
|
unitSlug: string;
|
|
1132
1132
|
styleName: string;
|
|
1133
1133
|
unitBedrooms: number;
|
|
@@ -1143,7 +1143,7 @@ export declare function buildTrackingEvents(trackEvent: TrackEventFn): {
|
|
|
1143
1143
|
furnitureId: string;
|
|
1144
1144
|
styleId: string;
|
|
1145
1145
|
propertyName: string;
|
|
1146
|
-
|
|
1146
|
+
unitName: string;
|
|
1147
1147
|
unitSlug: string;
|
|
1148
1148
|
styleName: string;
|
|
1149
1149
|
unitBedrooms: number;
|
|
@@ -1158,7 +1158,7 @@ export declare function buildTrackingEvents(trackEvent: TrackEventFn): {
|
|
|
1158
1158
|
furnitureId: string;
|
|
1159
1159
|
styleId: string;
|
|
1160
1160
|
propertyName: string;
|
|
1161
|
-
|
|
1161
|
+
unitName: string;
|
|
1162
1162
|
unitSlug: string;
|
|
1163
1163
|
styleName: string;
|
|
1164
1164
|
unitBedrooms: number;
|
|
@@ -1172,7 +1172,7 @@ export declare function buildTrackingEvents(trackEvent: TrackEventFn): {
|
|
|
1172
1172
|
furnitureId: string;
|
|
1173
1173
|
styleId: string;
|
|
1174
1174
|
propertyName: string;
|
|
1175
|
-
|
|
1175
|
+
unitName: string;
|
|
1176
1176
|
unitSlug: string;
|
|
1177
1177
|
styleName: string;
|
|
1178
1178
|
unitBedrooms: number;
|
|
@@ -1185,7 +1185,7 @@ export declare function buildTrackingEvents(trackEvent: TrackEventFn): {
|
|
|
1185
1185
|
unitId: string;
|
|
1186
1186
|
styleId: string;
|
|
1187
1187
|
propertyName: string;
|
|
1188
|
-
|
|
1188
|
+
unitName: string;
|
|
1189
1189
|
unitSlug: string;
|
|
1190
1190
|
styleName: string;
|
|
1191
1191
|
unitBedrooms: number;
|
|
@@ -1198,7 +1198,7 @@ export declare function buildTrackingEvents(trackEvent: TrackEventFn): {
|
|
|
1198
1198
|
unitId: string;
|
|
1199
1199
|
styleId: string;
|
|
1200
1200
|
propertyName: string;
|
|
1201
|
-
|
|
1201
|
+
unitName: string;
|
|
1202
1202
|
unitSlug: string;
|
|
1203
1203
|
styleName: string;
|
|
1204
1204
|
unitBedrooms: number;
|
|
@@ -1212,7 +1212,7 @@ export declare function buildTrackingEvents(trackEvent: TrackEventFn): {
|
|
|
1212
1212
|
unitId: string;
|
|
1213
1213
|
styleId: string;
|
|
1214
1214
|
propertyName: string;
|
|
1215
|
-
|
|
1215
|
+
unitName: string;
|
|
1216
1216
|
unitSlug: string;
|
|
1217
1217
|
styleName: string;
|
|
1218
1218
|
unitBedrooms: number;
|
|
@@ -1229,7 +1229,7 @@ export declare function buildTrackingEvents(trackEvent: TrackEventFn): {
|
|
|
1229
1229
|
unitId: string;
|
|
1230
1230
|
styleId: string;
|
|
1231
1231
|
propertyName: string;
|
|
1232
|
-
|
|
1232
|
+
unitName: string;
|
|
1233
1233
|
unitSlug: string;
|
|
1234
1234
|
styleName: string;
|
|
1235
1235
|
unitBedrooms: number;
|
|
@@ -1243,7 +1243,7 @@ export declare function buildTrackingEvents(trackEvent: TrackEventFn): {
|
|
|
1243
1243
|
propertyId: string;
|
|
1244
1244
|
unitId: string;
|
|
1245
1245
|
propertyName: string;
|
|
1246
|
-
|
|
1246
|
+
unitName: string;
|
|
1247
1247
|
unitSlug: string;
|
|
1248
1248
|
toastCopy: string;
|
|
1249
1249
|
}) => void;
|
|
@@ -1252,7 +1252,7 @@ export declare function buildTrackingEvents(trackEvent: TrackEventFn): {
|
|
|
1252
1252
|
propertyId: string;
|
|
1253
1253
|
unitId: string;
|
|
1254
1254
|
propertyName: string;
|
|
1255
|
-
|
|
1255
|
+
unitName: string;
|
|
1256
1256
|
unitSlug: string;
|
|
1257
1257
|
toastCopy: string;
|
|
1258
1258
|
}) => void;
|
|
@@ -1261,7 +1261,7 @@ export declare function buildTrackingEvents(trackEvent: TrackEventFn): {
|
|
|
1261
1261
|
propertyId: string;
|
|
1262
1262
|
unitId: string;
|
|
1263
1263
|
propertyName: string;
|
|
1264
|
-
|
|
1264
|
+
unitName: string;
|
|
1265
1265
|
unitSlug: string;
|
|
1266
1266
|
toastCopy: string;
|
|
1267
1267
|
}) => void;
|
|
@@ -1276,7 +1276,7 @@ export declare function useTrackingEvents(): {
|
|
|
1276
1276
|
propertyId: string;
|
|
1277
1277
|
unitId: string;
|
|
1278
1278
|
propertyName: string;
|
|
1279
|
-
|
|
1279
|
+
unitName: string;
|
|
1280
1280
|
unitSlug: string;
|
|
1281
1281
|
favoritedUnit: boolean;
|
|
1282
1282
|
}) => void;
|
|
@@ -1285,7 +1285,7 @@ export declare function useTrackingEvents(): {
|
|
|
1285
1285
|
propertyId: string;
|
|
1286
1286
|
unitId: string;
|
|
1287
1287
|
propertyName: string;
|
|
1288
|
-
|
|
1288
|
+
unitName: string;
|
|
1289
1289
|
unitSlug: string;
|
|
1290
1290
|
favoritedUnit: boolean;
|
|
1291
1291
|
}) => void;
|
|
@@ -1333,7 +1333,7 @@ export declare function useTrackingEvents(): {
|
|
|
1333
1333
|
propertyId: string;
|
|
1334
1334
|
unitId: string;
|
|
1335
1335
|
propertyName: string;
|
|
1336
|
-
|
|
1336
|
+
unitName: string;
|
|
1337
1337
|
unitSlug: string;
|
|
1338
1338
|
favoritedUnit: boolean;
|
|
1339
1339
|
}) => void;
|
|
@@ -1343,7 +1343,7 @@ export declare function useTrackingEvents(): {
|
|
|
1343
1343
|
unitId: string;
|
|
1344
1344
|
propertyName: string;
|
|
1345
1345
|
resultsUnitCount: number;
|
|
1346
|
-
|
|
1346
|
+
unitName: string;
|
|
1347
1347
|
unitSlug: string;
|
|
1348
1348
|
unitCountDate?: string | undefined;
|
|
1349
1349
|
}) => void;
|
|
@@ -1393,7 +1393,7 @@ export declare function useTrackingEvents(): {
|
|
|
1393
1393
|
unitId: string;
|
|
1394
1394
|
styleId: string;
|
|
1395
1395
|
propertyName: string;
|
|
1396
|
-
|
|
1396
|
+
unitName: string;
|
|
1397
1397
|
unitSlug: string;
|
|
1398
1398
|
buttonName: string;
|
|
1399
1399
|
formName: string;
|
|
@@ -1407,7 +1407,7 @@ export declare function useTrackingEvents(): {
|
|
|
1407
1407
|
unitId: string;
|
|
1408
1408
|
styleId: string;
|
|
1409
1409
|
propertyName: string;
|
|
1410
|
-
|
|
1410
|
+
unitName: string;
|
|
1411
1411
|
unitSlug: string;
|
|
1412
1412
|
buttonName: string;
|
|
1413
1413
|
formName: string;
|
|
@@ -1421,7 +1421,7 @@ export declare function useTrackingEvents(): {
|
|
|
1421
1421
|
unitId: string;
|
|
1422
1422
|
styleId: string;
|
|
1423
1423
|
propertyName: string;
|
|
1424
|
-
|
|
1424
|
+
unitName: string;
|
|
1425
1425
|
unitSlug: string;
|
|
1426
1426
|
styleName: string;
|
|
1427
1427
|
unitBedrooms: number;
|
|
@@ -1434,7 +1434,7 @@ export declare function useTrackingEvents(): {
|
|
|
1434
1434
|
unitId: string;
|
|
1435
1435
|
styleId: string;
|
|
1436
1436
|
propertyName: string;
|
|
1437
|
-
|
|
1437
|
+
unitName: string;
|
|
1438
1438
|
unitSlug: string;
|
|
1439
1439
|
styleName: string;
|
|
1440
1440
|
unitBedrooms: number;
|
|
@@ -1448,7 +1448,7 @@ export declare function useTrackingEvents(): {
|
|
|
1448
1448
|
furnitureId: string;
|
|
1449
1449
|
styleId: string;
|
|
1450
1450
|
propertyName: string;
|
|
1451
|
-
|
|
1451
|
+
unitName: string;
|
|
1452
1452
|
unitSlug: string;
|
|
1453
1453
|
styleName: string;
|
|
1454
1454
|
unitBedrooms: number;
|
|
@@ -1464,7 +1464,7 @@ export declare function useTrackingEvents(): {
|
|
|
1464
1464
|
furnitureId: string;
|
|
1465
1465
|
styleId: string;
|
|
1466
1466
|
propertyName: string;
|
|
1467
|
-
|
|
1467
|
+
unitName: string;
|
|
1468
1468
|
unitSlug: string;
|
|
1469
1469
|
styleName: string;
|
|
1470
1470
|
unitBedrooms: number;
|
|
@@ -1479,7 +1479,7 @@ export declare function useTrackingEvents(): {
|
|
|
1479
1479
|
furnitureId: string;
|
|
1480
1480
|
styleId: string;
|
|
1481
1481
|
propertyName: string;
|
|
1482
|
-
|
|
1482
|
+
unitName: string;
|
|
1483
1483
|
unitSlug: string;
|
|
1484
1484
|
styleName: string;
|
|
1485
1485
|
unitBedrooms: number;
|
|
@@ -1493,7 +1493,7 @@ export declare function useTrackingEvents(): {
|
|
|
1493
1493
|
furnitureId: string;
|
|
1494
1494
|
styleId: string;
|
|
1495
1495
|
propertyName: string;
|
|
1496
|
-
|
|
1496
|
+
unitName: string;
|
|
1497
1497
|
unitSlug: string;
|
|
1498
1498
|
styleName: string;
|
|
1499
1499
|
unitBedrooms: number;
|
|
@@ -1506,7 +1506,7 @@ export declare function useTrackingEvents(): {
|
|
|
1506
1506
|
unitId: string;
|
|
1507
1507
|
styleId: string;
|
|
1508
1508
|
propertyName: string;
|
|
1509
|
-
|
|
1509
|
+
unitName: string;
|
|
1510
1510
|
unitSlug: string;
|
|
1511
1511
|
styleName: string;
|
|
1512
1512
|
unitBedrooms: number;
|
|
@@ -1519,7 +1519,7 @@ export declare function useTrackingEvents(): {
|
|
|
1519
1519
|
unitId: string;
|
|
1520
1520
|
styleId: string;
|
|
1521
1521
|
propertyName: string;
|
|
1522
|
-
|
|
1522
|
+
unitName: string;
|
|
1523
1523
|
unitSlug: string;
|
|
1524
1524
|
styleName: string;
|
|
1525
1525
|
unitBedrooms: number;
|
|
@@ -1533,7 +1533,7 @@ export declare function useTrackingEvents(): {
|
|
|
1533
1533
|
unitId: string;
|
|
1534
1534
|
styleId: string;
|
|
1535
1535
|
propertyName: string;
|
|
1536
|
-
|
|
1536
|
+
unitName: string;
|
|
1537
1537
|
unitSlug: string;
|
|
1538
1538
|
styleName: string;
|
|
1539
1539
|
unitBedrooms: number;
|
|
@@ -1550,7 +1550,7 @@ export declare function useTrackingEvents(): {
|
|
|
1550
1550
|
unitId: string;
|
|
1551
1551
|
styleId: string;
|
|
1552
1552
|
propertyName: string;
|
|
1553
|
-
|
|
1553
|
+
unitName: string;
|
|
1554
1554
|
unitSlug: string;
|
|
1555
1555
|
styleName: string;
|
|
1556
1556
|
unitBedrooms: number;
|
|
@@ -1564,7 +1564,7 @@ export declare function useTrackingEvents(): {
|
|
|
1564
1564
|
propertyId: string;
|
|
1565
1565
|
unitId: string;
|
|
1566
1566
|
propertyName: string;
|
|
1567
|
-
|
|
1567
|
+
unitName: string;
|
|
1568
1568
|
unitSlug: string;
|
|
1569
1569
|
toastCopy: string;
|
|
1570
1570
|
}) => void;
|
|
@@ -1573,7 +1573,7 @@ export declare function useTrackingEvents(): {
|
|
|
1573
1573
|
propertyId: string;
|
|
1574
1574
|
unitId: string;
|
|
1575
1575
|
propertyName: string;
|
|
1576
|
-
|
|
1576
|
+
unitName: string;
|
|
1577
1577
|
unitSlug: string;
|
|
1578
1578
|
toastCopy: string;
|
|
1579
1579
|
}) => void;
|
|
@@ -1582,7 +1582,7 @@ export declare function useTrackingEvents(): {
|
|
|
1582
1582
|
propertyId: string;
|
|
1583
1583
|
unitId: string;
|
|
1584
1584
|
propertyName: string;
|
|
1585
|
-
|
|
1585
|
+
unitName: string;
|
|
1586
1586
|
unitSlug: string;
|
|
1587
1587
|
toastCopy: string;
|
|
1588
1588
|
}) => void;
|