@bzbs/react-api-client 1.0.4 → 1.0.5

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
@@ -696,6 +696,7 @@ interface ProfileResponse {
696
696
  LineMarketing?: number;
697
697
  updated_points?: UpdatedPoints;
698
698
  Token?: string;
699
+ Jwt?: string;
699
700
  Info1?: string;
700
701
  Info2?: string;
701
702
  Info3?: string;
package/dist/index.d.ts CHANGED
@@ -696,6 +696,7 @@ interface ProfileResponse {
696
696
  LineMarketing?: number;
697
697
  updated_points?: UpdatedPoints;
698
698
  Token?: string;
699
+ Jwt?: string;
699
700
  Info1?: string;
700
701
  Info2?: string;
701
702
  Info3?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bzbs/react-api-client",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "React API Client for Buzzebees",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",