@whiplashmerch/whiplash-api-client 0.4.134 → 0.4.135
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/utils/pusher.d.ts +2 -2
- package/package.json +1 -1
package/dist/utils/pusher.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ export declare enum PusherEventTypes {
|
|
|
5
5
|
consumed = "consumed"
|
|
6
6
|
}
|
|
7
7
|
export interface PusherResponse {
|
|
8
|
-
event
|
|
8
|
+
event?: PusherEventTypes;
|
|
9
9
|
message: string;
|
|
10
10
|
}
|
|
11
11
|
export interface PusherBroadcast {
|
|
@@ -13,7 +13,7 @@ export interface PusherBroadcast {
|
|
|
13
13
|
title: string;
|
|
14
14
|
body: string;
|
|
15
15
|
variant?: string;
|
|
16
|
-
event
|
|
16
|
+
event?: PusherEventTypes;
|
|
17
17
|
}
|
|
18
18
|
export declare enum PusherBatchResponses {
|
|
19
19
|
death = "death",
|