@bzbs/react-api-client 0.0.17 → 0.0.18

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 CHANGED
@@ -366,7 +366,7 @@ interface Category {
366
366
  detail_en?: string;
367
367
  count?: number;
368
368
  image_url?: string;
369
- sub_cats?: Category[];
369
+ subcats?: Category[];
370
370
  name?: string;
371
371
  name_en?: string;
372
372
  name_th?: string;
package/dist/index.d.ts CHANGED
@@ -366,7 +366,7 @@ interface Category {
366
366
  detail_en?: string;
367
367
  count?: number;
368
368
  image_url?: string;
369
- sub_cats?: Category[];
369
+ subcats?: Category[];
370
370
  name?: string;
371
371
  name_en?: string;
372
372
  name_th?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bzbs/react-api-client",
3
- "version": "0.0.17",
3
+ "version": "0.0.18",
4
4
  "description": "React API Client for Buzzebees",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",