summary refs log tree commit diff
path: root/dist/Schema
diff options
context:
space:
mode:
Diffstat (limited to 'dist/Schema')
-rw-r--r--dist/Schema/Guild.d.ts4
-rw-r--r--dist/Schema/Guild.js4
-rw-r--r--dist/Schema/Guild.js.map2
3 files changed, 5 insertions, 5 deletions
diff --git a/dist/Schema/Guild.d.ts b/dist/Schema/Guild.d.ts

index 67900143..42d540ba 100644 --- a/dist/Schema/Guild.d.ts +++ b/dist/Schema/Guild.d.ts
@@ -1,8 +1,8 @@ -export declare const Guild: { +export declare const GuildSchema: { name: StringConstructor; $region: StringConstructor; }; -export interface Guild { +export interface GuildSchema { name: string; region?: string; } diff --git a/dist/Schema/Guild.js b/dist/Schema/Guild.js
index e18d7129..a65b1b19 100644 --- a/dist/Schema/Guild.js +++ b/dist/Schema/Guild.js
@@ -1,7 +1,7 @@ "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); -exports.Guild = void 0; -exports.Guild = { +exports.GuildSchema = void 0; +exports.GuildSchema = { name: String, $region: String, }; diff --git a/dist/Schema/Guild.js.map b/dist/Schema/Guild.js.map
index 00907349..43e413b8 100644 --- a/dist/Schema/Guild.js.map +++ b/dist/Schema/Guild.js.map
@@ -1 +1 @@ -{"version":3,"file":"Guild.js","sourceRoot":"","sources":["../../src/Schema/Guild.ts"],"names":[],"mappings":";;;AAAa,QAAA,KAAK,GAAG;IACpB,IAAI,EAAE,MAAM;IACZ,OAAO,EAAE,MAAM;CAcf,CAAC"} \ No newline at end of file +{"version":3,"file":"Guild.js","sourceRoot":"","sources":["../../src/Schema/Guild.ts"],"names":[],"mappings":";;;AAAa,QAAA,WAAW,GAAG;IAC1B,IAAI,EAAE,MAAM;IACZ,OAAO,EAAE,MAAM;CAcf,CAAC"} \ No newline at end of file