@bzbs/react-api-client 1.3.1 → 1.3.3
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
|
@@ -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
|
};
|
|
@@ -839,6 +840,7 @@ interface Purchase {
|
|
|
839
840
|
PointServiceAmount?: number;
|
|
840
841
|
PointServiceTranId?: string;
|
|
841
842
|
PointServiceRef?: string;
|
|
843
|
+
ApproveStatus?: number;
|
|
842
844
|
}
|
|
843
845
|
|
|
844
846
|
interface RegistrationResponse {
|
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
|
};
|
|
@@ -839,6 +840,7 @@ interface Purchase {
|
|
|
839
840
|
PointServiceAmount?: number;
|
|
840
841
|
PointServiceTranId?: string;
|
|
841
842
|
PointServiceRef?: string;
|
|
843
|
+
ApproveStatus?: number;
|
|
842
844
|
}
|
|
843
845
|
|
|
844
846
|
interface RegistrationResponse {
|