From 5613e8905ad1c57928ad9013b3321070325b31e9 Mon Sep 17 00:00:00 2001 From: Hanmin Kim Date: Mon, 3 Jul 2023 18:49:43 -0700 Subject: [PATCH] update ts-rs bindings --- bindings/GameType.ts | 2 +- bindings/MacroEventInner.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bindings/GameType.ts b/bindings/GameType.ts index 0b68e1324..57830e39a 100644 --- a/bindings/GameType.ts +++ b/bindings/GameType.ts @@ -1,3 +1,3 @@ // This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually. -export type GameType = "MinecraftJava" | "Generic"; \ No newline at end of file +export type GameType = "MinecraftJava" | "MinecraftBedrock" | "Generic"; \ No newline at end of file diff --git a/bindings/MacroEventInner.ts b/bindings/MacroEventInner.ts index 2b0507f14..8878bbab2 100644 --- a/bindings/MacroEventInner.ts +++ b/bindings/MacroEventInner.ts @@ -1,4 +1,4 @@ // This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually. import type { ExitStatus } from "./ExitStatus"; -export type MacroEventInner = { type: "Started" } | { type: "MainModuleExecuted" } | { type: "Detach" } | { type: "Stopped", exit_status: ExitStatus, }; \ No newline at end of file +export type MacroEventInner = { type: "Started" } | { type: "Detach" } | { type: "Stopped", exit_status: ExitStatus, }; \ No newline at end of file