@bzbs/react-api-client 1.4.2 → 1.4.6
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/index.d.mts +13 -0
- package/dist/index.d.ts +13 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -638,6 +638,19 @@ interface Place {
|
|
|
638
638
|
isPickupBranchOpen?: boolean;
|
|
639
639
|
isFavourite?: boolean;
|
|
640
640
|
fullImageUrl?: string;
|
|
641
|
+
contact_number?: string;
|
|
642
|
+
working_day?: string;
|
|
643
|
+
name_en?: string;
|
|
644
|
+
description_en?: string;
|
|
645
|
+
working_day_en?: string;
|
|
646
|
+
address_en?: string;
|
|
647
|
+
image_url?: string;
|
|
648
|
+
reference_code?: string;
|
|
649
|
+
subdistrict_code?: string;
|
|
650
|
+
district_code?: string;
|
|
651
|
+
province_code?: string;
|
|
652
|
+
pickup_working_day?: string;
|
|
653
|
+
pickup_working_day_en?: string;
|
|
641
654
|
}
|
|
642
655
|
interface PlaceService {
|
|
643
656
|
id?: number;
|
package/dist/index.d.ts
CHANGED
|
@@ -638,6 +638,19 @@ interface Place {
|
|
|
638
638
|
isPickupBranchOpen?: boolean;
|
|
639
639
|
isFavourite?: boolean;
|
|
640
640
|
fullImageUrl?: string;
|
|
641
|
+
contact_number?: string;
|
|
642
|
+
working_day?: string;
|
|
643
|
+
name_en?: string;
|
|
644
|
+
description_en?: string;
|
|
645
|
+
working_day_en?: string;
|
|
646
|
+
address_en?: string;
|
|
647
|
+
image_url?: string;
|
|
648
|
+
reference_code?: string;
|
|
649
|
+
subdistrict_code?: string;
|
|
650
|
+
district_code?: string;
|
|
651
|
+
province_code?: string;
|
|
652
|
+
pickup_working_day?: string;
|
|
653
|
+
pickup_working_day_en?: string;
|
|
641
654
|
}
|
|
642
655
|
interface PlaceService {
|
|
643
656
|
id?: number;
|