@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 +12 -12
- package/dist/index.d.ts +12 -12
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -491,18 +491,18 @@ interface FavoriteResponse {
|
|
|
491
491
|
}
|
|
492
492
|
|
|
493
493
|
interface Notification {
|
|
494
|
-
ObjectType
|
|
495
|
-
ObjectCategoryId
|
|
496
|
-
ObjectCampaignId
|
|
497
|
-
IsRead
|
|
498
|
-
CreateTime
|
|
499
|
-
ExpireDate
|
|
500
|
-
ImagePath
|
|
501
|
-
Object
|
|
502
|
-
PartitionKey
|
|
503
|
-
RowKey
|
|
504
|
-
Timestamp
|
|
505
|
-
ETag
|
|
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
|
|
495
|
-
ObjectCategoryId
|
|
496
|
-
ObjectCampaignId
|
|
497
|
-
IsRead
|
|
498
|
-
CreateTime
|
|
499
|
-
ExpireDate
|
|
500
|
-
ImagePath
|
|
501
|
-
Object
|
|
502
|
-
PartitionKey
|
|
503
|
-
RowKey
|
|
504
|
-
Timestamp
|
|
505
|
-
ETag
|
|
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 {
|