This commit is contained in:
Prospector
2026-08-06 16:37:51 -07:00
677 changed files with 36140 additions and 18162 deletions
@@ -154,11 +154,13 @@ export class LabrinthStateModule extends AbstractModule {
homePageSearch,
homePageNotifs,
products,
muralBankDetails: muralBankDetails?.bankDetails,
// Always emit a value: `undefined` is dropped by JSON.stringify, and consumers
// import these keys by name from the generated state.
muralBankDetails: muralBankDetails?.bankDetails ?? {},
tremendousIdMap,
countries: iso3166Data.countries,
subdivisions: iso3166Data.subdivisions,
taxComplianceThresholds: globals?.tax_compliance_thresholds,
taxComplianceThresholds: globals?.tax_compliance_thresholds ?? {},
errors,
}
}
@@ -1153,9 +1153,10 @@ export namespace Labrinth {
side_types_migration_review_status: 'reviewed' | 'pending'
environment?: Environment[]
minecraft_server?: MinecraftServer
minecraft_java_server?: MinecraftJavaServer
minecraft_bedrock_server?: MinecraftBedrockServer
minecraft_server?: MinecraftServer | null
minecraft_java_server?: MinecraftJavaServer | null
minecraft_bedrock_server?: MinecraftBedrockServer | null
minecraft_mod?: unknown | null
/**
* @deprecated Not recommended to use.