@wvdsh/api 0.1.1 → 0.1.3
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.
|
@@ -97,7 +97,6 @@ export declare const IFRAME_MESSAGE_TYPE: {
|
|
|
97
97
|
readonly TAKE_FOCUS: "TakeFocus";
|
|
98
98
|
readonly LOBBY_JOINED: "LobbyJoined";
|
|
99
99
|
readonly LOBBY_LEFT: "LobbyLeft";
|
|
100
|
-
readonly INITIAL_INTERACTION: "InitialInteraction";
|
|
101
100
|
readonly GET_LOBBY_INVITE_LINK: "GetLobbyInviteLink";
|
|
102
101
|
readonly GET_DEVICE_FINGERPRINT: "GetDeviceFingerprint";
|
|
103
102
|
readonly SET_FULLSCREEN: "SetFullscreen";
|
|
@@ -151,6 +150,7 @@ export declare const UrlParams: {
|
|
|
151
150
|
readonly Entrypoint: "entrypoint";
|
|
152
151
|
readonly Engine: "engine";
|
|
153
152
|
readonly EngineVersion: "engineversion";
|
|
153
|
+
readonly PlayKey: "pk";
|
|
154
154
|
readonly SdkConfig: "sdkconfig";
|
|
155
155
|
};
|
|
156
156
|
export declare const HEARTBEAT: {
|
|
@@ -74,7 +74,6 @@ export const IFRAME_MESSAGE_TYPE = {
|
|
|
74
74
|
TAKE_FOCUS: 'TakeFocus',
|
|
75
75
|
LOBBY_JOINED: 'LobbyJoined',
|
|
76
76
|
LOBBY_LEFT: 'LobbyLeft',
|
|
77
|
-
INITIAL_INTERACTION: 'InitialInteraction',
|
|
78
77
|
GET_LOBBY_INVITE_LINK: 'GetLobbyInviteLink',
|
|
79
78
|
GET_DEVICE_FINGERPRINT: 'GetDeviceFingerprint',
|
|
80
79
|
SET_FULLSCREEN: 'SetFullscreen',
|
|
@@ -90,6 +89,7 @@ export const UrlParams = {
|
|
|
90
89
|
Entrypoint: 'entrypoint',
|
|
91
90
|
Engine: 'engine',
|
|
92
91
|
EngineVersion: 'engineversion',
|
|
92
|
+
PlayKey: 'pk',
|
|
93
93
|
SdkConfig: 'sdkconfig'
|
|
94
94
|
};
|
|
95
95
|
// ========== HEARTBEAT (client-side constants) ==========
|