@bzbs/react-api-client 1.0.10 → 1.0.11

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
@@ -269,7 +269,7 @@ interface CampaignDetail {
269
269
  IsNotAutoUse?: boolean;
270
270
  Pictures?: Picture[];
271
271
  IsConditionPass?: boolean;
272
- ConditionAlertID?: number;
272
+ ConditionAlertId?: number;
273
273
  Qty?: number;
274
274
  FullImageUrl?: string;
275
275
  SubCampaignStyles?: SubCampaignStyle;
package/dist/index.d.ts CHANGED
@@ -269,7 +269,7 @@ interface CampaignDetail {
269
269
  IsNotAutoUse?: boolean;
270
270
  Pictures?: Picture[];
271
271
  IsConditionPass?: boolean;
272
- ConditionAlertID?: number;
272
+ ConditionAlertId?: number;
273
273
  Qty?: number;
274
274
  FullImageUrl?: string;
275
275
  SubCampaignStyles?: SubCampaignStyle;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bzbs/react-api-client",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "description": "React API Client for Buzzebees",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",