@wvdsh/api 0.1.1 → 0.1.2
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.
|
@@ -151,6 +151,7 @@ export declare const UrlParams: {
|
|
|
151
151
|
readonly Entrypoint: "entrypoint";
|
|
152
152
|
readonly Engine: "engine";
|
|
153
153
|
readonly EngineVersion: "engineversion";
|
|
154
|
+
readonly PlayKey: "pk";
|
|
154
155
|
readonly SdkConfig: "sdkconfig";
|
|
155
156
|
};
|
|
156
157
|
export declare const HEARTBEAT: {
|