Skip to content

Commit

Permalink
Deleted unused bindings and generated new ones
Browse files Browse the repository at this point in the history
  • Loading branch information
Ynng committed Jul 6, 2023
1 parent c588d6e commit 0a3df83
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 21 deletions.
2 changes: 1 addition & 1 deletion bindings/GameType.ts
Original file line number Diff line number Diff line change
@@ -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";
export type GameType = "MinecraftJava" | "MinecraftBedrock" | "Generic";
4 changes: 0 additions & 4 deletions bindings/GenericSetupConfig.ts

This file was deleted.

3 changes: 0 additions & 3 deletions bindings/GenericSetupConfigPrimitive.ts

This file was deleted.

4 changes: 0 additions & 4 deletions bindings/InstanceManifest.ts

This file was deleted.

3 changes: 0 additions & 3 deletions bindings/InstanceOperation.ts

This file was deleted.

2 changes: 1 addition & 1 deletion bindings/MacroEventInner.ts
Original file line number Diff line number Diff line change
@@ -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, };
export type MacroEventInner = { type: "Started" } | { type: "Detach" } | { type: "Stopped", exit_status: ExitStatus, };
4 changes: 0 additions & 4 deletions bindings/MinecraftSetupConfigPrimitive.ts

This file was deleted.

3 changes: 2 additions & 1 deletion deno_bindings/ClientError.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
// This file was created MANUALLY
// We have a custom Serialize implementation
import type { ErrorKind } from "./ErrorKind.ts";

export interface ClientError { kind: ErrorKind, causes: Array<String>, }

0 comments on commit 0a3df83

Please sign in to comment.