@eleven-am/pondsocket 0.1.56 → 0.1.58
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/package.json +1 -1
- package/types.d.ts +0 -5
package/package.json
CHANGED
package/types.d.ts
CHANGED
|
@@ -188,9 +188,6 @@ declare class EventResponse extends PondResponse {
|
|
|
188
188
|
}
|
|
189
189
|
|
|
190
190
|
export declare class Channel {
|
|
191
|
-
/**
|
|
192
|
-
* @desc Gets the current connection state of the channel.
|
|
193
|
-
*/
|
|
194
191
|
channelState: ChannelState;
|
|
195
192
|
|
|
196
193
|
/**
|
|
@@ -323,8 +320,6 @@ declare class JoinRequest<Path extends string> extends AbstractRequest<Path> {
|
|
|
323
320
|
}
|
|
324
321
|
|
|
325
322
|
declare class JoinResponse extends PondResponse {
|
|
326
|
-
#private;
|
|
327
|
-
|
|
328
323
|
/**
|
|
329
324
|
* @desc Accepts the request and optionally assigns data to the client
|
|
330
325
|
* @param assigns - the data to assign to the client
|