@bzbs/react-api-client 1.3.2 → 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
@@ -840,6 +840,7 @@ interface Purchase {
840
840
  PointServiceAmount?: number;
841
841
  PointServiceTranId?: string;
842
842
  PointServiceRef?: string;
843
+ ApproveStatus?: number;
843
844
  }
844
845
 
845
846
  interface RegistrationResponse {
package/dist/index.d.ts CHANGED
@@ -840,6 +840,7 @@ interface Purchase {
840
840
  PointServiceAmount?: number;
841
841
  PointServiceTranId?: string;
842
842
  PointServiceRef?: string;
843
+ ApproveStatus?: number;
843
844
  }
844
845
 
845
846
  interface RegistrationResponse {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bzbs/react-api-client",
3
- "version": "1.3.2",
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",