@bzbs/react-api-client 1.2.5 → 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
@@ -873,6 +873,7 @@ interface Version {
873
873
  welcome_page_times?: number;
874
874
  termandcondition?: number;
875
875
  dataprivacy?: number;
876
+ marketingoption?: number;
876
877
  }
877
878
 
878
879
  interface ResumeResponse {
package/dist/index.d.ts CHANGED
@@ -873,6 +873,7 @@ interface Version {
873
873
  welcome_page_times?: number;
874
874
  termandcondition?: number;
875
875
  dataprivacy?: number;
876
+ marketingoption?: number;
876
877
  }
877
878
 
878
879
  interface ResumeResponse {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bzbs/react-api-client",
3
- "version": "1.2.5",
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",