@bzbs/react-api-client 0.0.16 → 0.0.17
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 +8 -6
- package/dist/index.d.ts +8 -6
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -359,15 +359,17 @@ interface CartCountResponse {
|
|
|
359
359
|
|
|
360
360
|
interface Category {
|
|
361
361
|
mode?: string;
|
|
362
|
-
|
|
363
|
-
name?: string;
|
|
362
|
+
list_config?: string;
|
|
364
363
|
id?: number;
|
|
365
364
|
detail?: string;
|
|
365
|
+
detail_th?: string;
|
|
366
|
+
detail_en?: string;
|
|
366
367
|
count?: number;
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
368
|
+
image_url?: string;
|
|
369
|
+
sub_cats?: Category[];
|
|
370
|
+
name?: string;
|
|
371
|
+
name_en?: string;
|
|
372
|
+
name_th?: string;
|
|
371
373
|
}
|
|
372
374
|
|
|
373
375
|
interface Consent {
|
package/dist/index.d.ts
CHANGED
|
@@ -359,15 +359,17 @@ interface CartCountResponse {
|
|
|
359
359
|
|
|
360
360
|
interface Category {
|
|
361
361
|
mode?: string;
|
|
362
|
-
|
|
363
|
-
name?: string;
|
|
362
|
+
list_config?: string;
|
|
364
363
|
id?: number;
|
|
365
364
|
detail?: string;
|
|
365
|
+
detail_th?: string;
|
|
366
|
+
detail_en?: string;
|
|
366
367
|
count?: number;
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
368
|
+
image_url?: string;
|
|
369
|
+
sub_cats?: Category[];
|
|
370
|
+
name?: string;
|
|
371
|
+
name_en?: string;
|
|
372
|
+
name_th?: string;
|
|
371
373
|
}
|
|
372
374
|
|
|
373
375
|
interface Consent {
|