@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 +2 -0
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
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;
|