@bzbs/react-api-client 1.0.4 → 1.0.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
@@ -265,6 +265,7 @@ interface CampaignDetail {
265
265
  PointType?: string;
266
266
  AgencyEmail?: string;
267
267
  DefaultPrivilegeMessage?: string;
268
+ DefaultPrivilegeMessageEN?: string;
268
269
  IsNotAutoUse?: boolean;
269
270
  Pictures?: Picture[];
270
271
  IsConditionPass?: boolean;
@@ -696,6 +697,7 @@ interface ProfileResponse {
696
697
  LineMarketing?: number;
697
698
  updated_points?: UpdatedPoints;
698
699
  Token?: string;
700
+ Jwt?: string;
699
701
  Info1?: string;
700
702
  Info2?: string;
701
703
  Info3?: string;
package/dist/index.d.ts CHANGED
@@ -265,6 +265,7 @@ interface CampaignDetail {
265
265
  PointType?: string;
266
266
  AgencyEmail?: string;
267
267
  DefaultPrivilegeMessage?: string;
268
+ DefaultPrivilegeMessageEN?: string;
268
269
  IsNotAutoUse?: boolean;
269
270
  Pictures?: Picture[];
270
271
  IsConditionPass?: boolean;
@@ -696,6 +697,7 @@ interface ProfileResponse {
696
697
  LineMarketing?: number;
697
698
  updated_points?: UpdatedPoints;
698
699
  Token?: string;
700
+ Jwt?: string;
699
701
  Info1?: string;
700
702
  Info2?: string;
701
703
  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.6",
4
4
  "description": "React API Client for Buzzebees",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",