@bzbs/react-api-client 0.1.2 → 0.1.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
@@ -798,11 +798,11 @@ interface UseCampaignResponse {
798
798
  }
799
799
 
800
800
  interface Version {
801
- allowUse?: boolean;
802
- hasNewVersion?: boolean;
803
- welcomePageTimes?: number;
804
- termAndCondition?: number;
805
- dataPrivacy?: number;
801
+ allow_use?: boolean;
802
+ has_new_version?: boolean;
803
+ welcome_page_times?: number;
804
+ termandcondition?: number;
805
+ dataprivacy?: number;
806
806
  }
807
807
 
808
808
  interface ResumeResponse {
package/dist/index.d.ts CHANGED
@@ -798,11 +798,11 @@ interface UseCampaignResponse {
798
798
  }
799
799
 
800
800
  interface Version {
801
- allowUse?: boolean;
802
- hasNewVersion?: boolean;
803
- welcomePageTimes?: number;
804
- termAndCondition?: number;
805
- dataPrivacy?: number;
801
+ allow_use?: boolean;
802
+ has_new_version?: boolean;
803
+ welcome_page_times?: number;
804
+ termandcondition?: number;
805
+ dataprivacy?: number;
806
806
  }
807
807
 
808
808
  interface ResumeResponse {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bzbs/react-api-client",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "React API Client for Buzzebees",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",