@bzbs/react-api-client 1.0.7 → 1.0.8

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
@@ -486,6 +486,9 @@ interface CouponResponseData {
486
486
  }
487
487
 
488
488
  interface Dashboard {
489
+ name?: string;
490
+ config?: string;
491
+ icon_url?: string;
489
492
  type?: string;
490
493
  size?: string;
491
494
  imgtype?: string;
package/dist/index.d.ts CHANGED
@@ -486,6 +486,9 @@ interface CouponResponseData {
486
486
  }
487
487
 
488
488
  interface Dashboard {
489
+ name?: string;
490
+ config?: string;
491
+ icon_url?: string;
489
492
  type?: string;
490
493
  size?: string;
491
494
  imgtype?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bzbs/react-api-client",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "React API Client for Buzzebees",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",