@bzbs/react-api-client 1.1.1 → 1.1.2

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
@@ -366,7 +366,7 @@ interface Campaign {
366
366
  FullImageUrl?: string;
367
367
  ExpireDate?: number;
368
368
  Extra?: string;
369
- EriginalPrice?: number;
369
+ OriginalPrice?: number;
370
370
  IsCheckUserCampaignPermission?: boolean;
371
371
  PointType?: string;
372
372
  CrossAppCampaignId?: number;
package/dist/index.d.ts CHANGED
@@ -366,7 +366,7 @@ interface Campaign {
366
366
  FullImageUrl?: string;
367
367
  ExpireDate?: number;
368
368
  Extra?: string;
369
- EriginalPrice?: number;
369
+ OriginalPrice?: number;
370
370
  IsCheckUserCampaignPermission?: boolean;
371
371
  PointType?: string;
372
372
  CrossAppCampaignId?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bzbs/react-api-client",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "React API Client for Buzzebees",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",