@bzbs/react-api-client 1.3.0 → 1.3.1

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
@@ -557,6 +557,7 @@ interface Dashboard {
557
557
  ga_label?: string;
558
558
  start_date?: number;
559
559
  end_date?: number;
560
+ hashtag_list_config?: string;
560
561
  subcampaigndetails?: Dashboard[];
561
562
  }
562
563
 
package/dist/index.d.ts CHANGED
@@ -557,6 +557,7 @@ interface Dashboard {
557
557
  ga_label?: string;
558
558
  start_date?: number;
559
559
  end_date?: number;
560
+ hashtag_list_config?: string;
560
561
  subcampaigndetails?: Dashboard[];
561
562
  }
562
563
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bzbs/react-api-client",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "description": "React API Client for Buzzebees",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",