File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
"use strict" ;
2
2
Object . defineProperty ( exports , "__esModule" , { value : true } ) ;
3
+ exports . StatusCategory = void 0 ;
3
4
/**
4
5
* Request processing status categories.
5
6
*/
@@ -80,5 +81,5 @@ var StatusCategory;
80
81
* PubNub client unexpectedly disconnected from the real-time updates streams.
81
82
*/
82
83
StatusCategory [ "PNDisconnectedUnexpectedlyCategory" ] = "PNDisconnectedUnexpectedlyCategory" ;
83
- } ) ( StatusCategory || ( StatusCategory = { } ) ) ;
84
+ } ) ( StatusCategory || ( exports . StatusCategory = StatusCategory = { } ) ) ;
84
85
exports . default = StatusCategory ;
Original file line number Diff line number Diff line change 1
1
/**
2
2
* Request processing status categories.
3
3
*/
4
- enum StatusCategory {
4
+ export enum StatusCategory {
5
5
/**
6
6
* Call failed when network was unable to complete the call.
7
7
*/
You can’t perform that action at this time.
0 commit comments