diff --git a/apps/hash-graph/libs/api/build.rs b/apps/hash-graph/libs/api/build.rs index df677493292..923604ca81a 100644 --- a/apps/hash-graph/libs/api/build.rs +++ b/apps/hash-graph/libs/api/build.rs @@ -2,7 +2,7 @@ use std::path::PathBuf; -const CODEGEN_PACKAGE_PATH: &str = "../../libs/@local/status"; +const CODEGEN_PACKAGE_PATH: &str = "../../libs/@local/status/typescript"; const CODEGEN_SCRIPT_PATH: &str = "scripts/codegen.ts"; const TYPE_DEFS_PATH: &str = "./type-defs"; diff --git a/libs/@local/status/.eslintrc.cjs b/libs/@local/status/typescript/.eslintrc.cjs similarity index 100% rename from libs/@local/status/.eslintrc.cjs rename to libs/@local/status/typescript/.eslintrc.cjs diff --git a/libs/@local/status/LICENSE-APACHE.md b/libs/@local/status/typescript/LICENSE-APACHE.md similarity index 100% rename from libs/@local/status/LICENSE-APACHE.md rename to libs/@local/status/typescript/LICENSE-APACHE.md diff --git a/libs/@local/status/LICENSE-MIT.md b/libs/@local/status/typescript/LICENSE-MIT.md similarity index 100% rename from libs/@local/status/LICENSE-MIT.md rename to libs/@local/status/typescript/LICENSE-MIT.md diff --git a/libs/@local/status/LICENSE.md b/libs/@local/status/typescript/LICENSE.md similarity index 100% rename from libs/@local/status/LICENSE.md rename to libs/@local/status/typescript/LICENSE.md diff --git a/libs/@local/status/README.md b/libs/@local/status/typescript/README.md similarity index 100% rename from libs/@local/status/README.md rename to libs/@local/status/typescript/README.md diff --git a/libs/@local/status/package.json b/libs/@local/status/typescript/package.json similarity index 100% rename from libs/@local/status/package.json rename to libs/@local/status/typescript/package.json diff --git a/libs/@local/status/pkg/src/main.ts b/libs/@local/status/typescript/pkg/src/main.ts similarity index 100% rename from libs/@local/status/pkg/src/main.ts rename to libs/@local/status/typescript/pkg/src/main.ts diff --git a/libs/@local/status/pkg/src/status-code.ts b/libs/@local/status/typescript/pkg/src/status-code.ts similarity index 100% rename from libs/@local/status/pkg/src/status-code.ts rename to libs/@local/status/typescript/pkg/src/status-code.ts diff --git a/libs/@local/status/scripts/codegen.ts b/libs/@local/status/typescript/scripts/codegen.ts similarity index 100% rename from libs/@local/status/scripts/codegen.ts rename to libs/@local/status/typescript/scripts/codegen.ts diff --git a/libs/@local/status/tsconfig.json b/libs/@local/status/typescript/tsconfig.json similarity index 100% rename from libs/@local/status/tsconfig.json rename to libs/@local/status/typescript/tsconfig.json diff --git a/libs/@local/status/type-defs/status-code.ts b/libs/@local/status/typescript/type-defs/status-code.ts similarity index 100% rename from libs/@local/status/type-defs/status-code.ts rename to libs/@local/status/typescript/type-defs/status-code.ts diff --git a/libs/@local/status/type-defs/status-payloads.ts b/libs/@local/status/typescript/type-defs/status-payloads.ts similarity index 100% rename from libs/@local/status/type-defs/status-payloads.ts rename to libs/@local/status/typescript/type-defs/status-payloads.ts diff --git a/libs/@local/status/type-defs/status-payloads/error-info.ts b/libs/@local/status/typescript/type-defs/status-payloads/error-info.ts similarity index 100% rename from libs/@local/status/type-defs/status-payloads/error-info.ts rename to libs/@local/status/typescript/type-defs/status-payloads/error-info.ts diff --git a/libs/@local/status/type-defs/status-payloads/request-info.ts b/libs/@local/status/typescript/type-defs/status-payloads/request-info.ts similarity index 100% rename from libs/@local/status/type-defs/status-payloads/request-info.ts rename to libs/@local/status/typescript/type-defs/status-payloads/request-info.ts diff --git a/libs/@local/status/type-defs/status-payloads/resource-info.ts b/libs/@local/status/typescript/type-defs/status-payloads/resource-info.ts similarity index 100% rename from libs/@local/status/type-defs/status-payloads/resource-info.ts rename to libs/@local/status/typescript/type-defs/status-payloads/resource-info.ts diff --git a/libs/@local/status/type-defs/status.ts b/libs/@local/status/typescript/type-defs/status.ts similarity index 100% rename from libs/@local/status/type-defs/status.ts rename to libs/@local/status/typescript/type-defs/status.ts