@bzbs/react-api-client 1.2.4 → 1.2.6

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
@@ -816,6 +816,7 @@ interface Purchase {
816
816
  Address?: string;
817
817
  FirstName?: string;
818
818
  LastName?: string;
819
+ ZipCode?: string;
819
820
  Info1?: string;
820
821
  Info2?: string;
821
822
  Info3?: string;
@@ -872,6 +873,7 @@ interface Version {
872
873
  welcome_page_times?: number;
873
874
  termandcondition?: number;
874
875
  dataprivacy?: number;
876
+ marketingoption?: number;
875
877
  }
876
878
 
877
879
  interface ResumeResponse {
package/dist/index.d.ts CHANGED
@@ -816,6 +816,7 @@ interface Purchase {
816
816
  Address?: string;
817
817
  FirstName?: string;
818
818
  LastName?: string;
819
+ ZipCode?: string;
819
820
  Info1?: string;
820
821
  Info2?: string;
821
822
  Info3?: string;
@@ -872,6 +873,7 @@ interface Version {
872
873
  welcome_page_times?: number;
873
874
  termandcondition?: number;
874
875
  dataprivacy?: number;
876
+ marketingoption?: number;
875
877
  }
876
878
 
877
879
  interface ResumeResponse {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bzbs/react-api-client",
3
- "version": "1.2.4",
3
+ "version": "1.2.6",
4
4
  "description": "React API Client for Buzzebees",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",