@tf2-automatic/bot-manager-data 11.2.0-dev.6 → 11.2.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.
- package/package.json +1 -1
- package/src/lib/bots.d.ts +1 -1
- package/src/lib/heartbeats.d.ts +1 -1
package/package.json
CHANGED
package/src/lib/bots.d.ts
CHANGED
package/src/lib/heartbeats.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ export declare const HEARTBEAT_BASE_URL = "/heartbeats";
|
|
|
4
4
|
export declare const HEARTBEAT_PATH = "/:steamid";
|
|
5
5
|
export declare const HEARTBEAT_FULL_PATH = "/heartbeats/:steamid";
|
|
6
6
|
export interface BotHeartbeat {
|
|
7
|
-
|
|
7
|
+
host: string;
|
|
8
8
|
port: number;
|
|
9
9
|
interval: number;
|
|
10
10
|
version?: string;
|