@bzbs/react-api-client 1.2.0 → 1.2.1

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
@@ -139,6 +139,7 @@ interface Badge {
139
139
  Description?: string;
140
140
  FbDescription?: string;
141
141
  Points?: number;
142
+ PointUnit?: string;
142
143
  Active?: boolean;
143
144
  MaxLevels?: number;
144
145
  StartDate?: any;
@@ -196,6 +197,9 @@ interface Mission {
196
197
  Value?: number;
197
198
  Current?: number;
198
199
  IsComplete?: boolean;
200
+ Name?: string;
201
+ ApplyStartDate?: number;
202
+ ApplyEndDate?: number;
199
203
  }
200
204
 
201
205
  interface PointUnit {
package/dist/index.d.ts CHANGED
@@ -139,6 +139,7 @@ interface Badge {
139
139
  Description?: string;
140
140
  FbDescription?: string;
141
141
  Points?: number;
142
+ PointUnit?: string;
142
143
  Active?: boolean;
143
144
  MaxLevels?: number;
144
145
  StartDate?: any;
@@ -196,6 +197,9 @@ interface Mission {
196
197
  Value?: number;
197
198
  Current?: number;
198
199
  IsComplete?: boolean;
200
+ Name?: string;
201
+ ApplyStartDate?: number;
202
+ ApplyEndDate?: number;
199
203
  }
200
204
 
201
205
  interface PointUnit {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bzbs/react-api-client",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "React API Client for Buzzebees",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",