@bzbs/react-api-client 0.0.14 → 0.0.15

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
@@ -491,18 +491,18 @@ interface FavoriteResponse {
491
491
  }
492
492
 
493
493
  interface Notification {
494
- ObjectType: string;
495
- ObjectCategoryId: string;
496
- ObjectCampaignId: string;
497
- IsRead: string;
498
- CreateTime: string;
499
- ExpireDate: string;
500
- ImagePath: string;
501
- Object: string;
502
- PartitionKey: string;
503
- RowKey: string;
504
- Timestamp: string;
505
- ETag: string;
494
+ ObjectType?: string;
495
+ ObjectCategoryId?: number;
496
+ ObjectCampaignId?: number;
497
+ IsRead?: boolean;
498
+ CreateTime?: number;
499
+ ExpireDate?: number;
500
+ ImagePath?: string;
501
+ Object?: any;
502
+ PartitionKey?: string;
503
+ RowKey?: string;
504
+ Timestamp?: number;
505
+ ETag?: string;
506
506
  }
507
507
 
508
508
  interface OtpResponse {
package/dist/index.d.ts CHANGED
@@ -491,18 +491,18 @@ interface FavoriteResponse {
491
491
  }
492
492
 
493
493
  interface Notification {
494
- ObjectType: string;
495
- ObjectCategoryId: string;
496
- ObjectCampaignId: string;
497
- IsRead: string;
498
- CreateTime: string;
499
- ExpireDate: string;
500
- ImagePath: string;
501
- Object: string;
502
- PartitionKey: string;
503
- RowKey: string;
504
- Timestamp: string;
505
- ETag: string;
494
+ ObjectType?: string;
495
+ ObjectCategoryId?: number;
496
+ ObjectCampaignId?: number;
497
+ IsRead?: boolean;
498
+ CreateTime?: number;
499
+ ExpireDate?: number;
500
+ ImagePath?: string;
501
+ Object?: any;
502
+ PartitionKey?: string;
503
+ RowKey?: string;
504
+ Timestamp?: number;
505
+ ETag?: string;
506
506
  }
507
507
 
508
508
  interface OtpResponse {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bzbs/react-api-client",
3
- "version": "0.0.14",
3
+ "version": "0.0.15",
4
4
  "description": "React API Client for Buzzebees",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",