@bzbs/react-api-client 1.3.0 → 1.3.2

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
@@ -313,6 +313,7 @@ interface CampaignDetail {
313
313
  AgencyLogoUrl?: string;
314
314
  IsFavourite?: boolean;
315
315
  SubCampaigns?: SubCampaign[];
316
+ Remark?: string;
316
317
  PointServices?: {
317
318
  [unit: string]: PointUnit;
318
319
  };
@@ -557,6 +558,7 @@ interface Dashboard {
557
558
  ga_label?: string;
558
559
  start_date?: number;
559
560
  end_date?: number;
561
+ hashtag_list_config?: string;
560
562
  subcampaigndetails?: Dashboard[];
561
563
  }
562
564
 
package/dist/index.d.ts CHANGED
@@ -313,6 +313,7 @@ interface CampaignDetail {
313
313
  AgencyLogoUrl?: string;
314
314
  IsFavourite?: boolean;
315
315
  SubCampaigns?: SubCampaign[];
316
+ Remark?: string;
316
317
  PointServices?: {
317
318
  [unit: string]: PointUnit;
318
319
  };
@@ -557,6 +558,7 @@ interface Dashboard {
557
558
  ga_label?: string;
558
559
  start_date?: number;
559
560
  end_date?: number;
561
+ hashtag_list_config?: string;
560
562
  subcampaigndetails?: Dashboard[];
561
563
  }
562
564
 
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.2",
4
4
  "description": "React API Client for Buzzebees",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",