@bzbs/react-api-client 1.3.1 → 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
  };
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
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bzbs/react-api-client",
3
- "version": "1.3.1",
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",