@bzbs/react-api-client 0.0.16 → 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
@@ -359,15 +359,17 @@ interface CartCountResponse {
359
359
 
360
360
  interface Category {
361
361
  mode?: string;
362
- listConfig?: string;
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
- imageUrl?: string;
368
- subCats?: Category[];
369
- nameEn?: string;
370
- nameTh?: string;
368
+ image_url?: string;
369
+ subcats?: 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
- listConfig?: string;
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
- imageUrl?: string;
368
- subCats?: Category[];
369
- nameEn?: string;
370
- nameTh?: string;
368
+ image_url?: string;
369
+ subcats?: Category[];
370
+ name?: string;
371
+ name_en?: string;
372
+ name_th?: string;
371
373
  }
372
374
 
373
375
  interface Consent {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bzbs/react-api-client",
3
- "version": "0.0.16",
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",