@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 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 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bzbs/react-api-client",
3
- "version": "1.3.1",
3
+ "version": "1.3.3",
4
4
  "description": "React API Client for Buzzebees",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",