@bzbs/react-api-client 1.4.11 → 1.4.12

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
@@ -321,6 +321,7 @@ interface CampaignDetail {
321
321
  IsFavourite?: boolean;
322
322
  SubCampaigns?: SubCampaign[];
323
323
  Remark?: string;
324
+ IsRequireUniqueSerial?: boolean;
324
325
  PointServices?: {
325
326
  [unit: string]: PointUnit;
326
327
  };
@@ -488,6 +489,7 @@ interface RedeemResponse {
488
489
  IsConditionPass?: boolean;
489
490
  ConditionAlert?: any;
490
491
  IsNotAutoUse?: boolean;
492
+ IsUsed?: boolean;
491
493
  PointType?: string;
492
494
  InterfaceDisplay?: string;
493
495
  RedeemKey?: string;
package/dist/index.d.ts CHANGED
@@ -321,6 +321,7 @@ interface CampaignDetail {
321
321
  IsFavourite?: boolean;
322
322
  SubCampaigns?: SubCampaign[];
323
323
  Remark?: string;
324
+ IsRequireUniqueSerial?: boolean;
324
325
  PointServices?: {
325
326
  [unit: string]: PointUnit;
326
327
  };
@@ -488,6 +489,7 @@ interface RedeemResponse {
488
489
  IsConditionPass?: boolean;
489
490
  ConditionAlert?: any;
490
491
  IsNotAutoUse?: boolean;
492
+ IsUsed?: boolean;
491
493
  PointType?: string;
492
494
  InterfaceDisplay?: string;
493
495
  RedeemKey?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bzbs/react-api-client",
3
- "version": "1.4.11",
3
+ "version": "1.4.12",
4
4
  "description": "React API Client for Buzzebees",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",