@bzbs/react-api-client 1.0.5 → 1.0.6

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
@@ -265,6 +265,7 @@ interface CampaignDetail {
265
265
  PointType?: string;
266
266
  AgencyEmail?: string;
267
267
  DefaultPrivilegeMessage?: string;
268
+ DefaultPrivilegeMessageEN?: string;
268
269
  IsNotAutoUse?: boolean;
269
270
  Pictures?: Picture[];
270
271
  IsConditionPass?: boolean;
package/dist/index.d.ts CHANGED
@@ -265,6 +265,7 @@ interface CampaignDetail {
265
265
  PointType?: string;
266
266
  AgencyEmail?: string;
267
267
  DefaultPrivilegeMessage?: string;
268
+ DefaultPrivilegeMessageEN?: string;
268
269
  IsNotAutoUse?: boolean;
269
270
  Pictures?: Picture[];
270
271
  IsConditionPass?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bzbs/react-api-client",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "React API Client for Buzzebees",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",