summary refs log tree commit diff
diff options
context:
space:
mode:
authorxnacly <matteogropp@gmail.com>2021-02-09 19:10:35 +0100
committerxnacly <matteogropp@gmail.com>2021-02-09 19:10:35 +0100
commit74284682d59ec034642f2478fe1d58fb99bb3fdd (patch)
tree4a326818b9c2d8793bd84fff78ddc0db8f62d2ab
parentadded guild schema (diff)
downloadserver-74284682d59ec034642f2478fe1d58fb99bb3fdd.tar.xz
added missing build for guild schema
-rw-r--r--dist/Schema/Guild.d.ts8
-rw-r--r--dist/Schema/Guild.js8
-rw-r--r--dist/Schema/Guild.js.map1
3 files changed, 17 insertions, 0 deletions
diff --git a/dist/Schema/Guild.d.ts b/dist/Schema/Guild.d.ts
new file mode 100644

index 00000000..67900143 --- /dev/null +++ b/dist/Schema/Guild.d.ts
@@ -0,0 +1,8 @@ +export declare const Guild: { + name: StringConstructor; + $region: StringConstructor; +}; +export interface Guild { + name: string; + region?: string; +} diff --git a/dist/Schema/Guild.js b/dist/Schema/Guild.js new file mode 100644
index 00000000..e18d7129 --- /dev/null +++ b/dist/Schema/Guild.js
@@ -0,0 +1,8 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.Guild = void 0; +exports.Guild = { + name: String, + $region: String, +}; +//# sourceMappingURL=Guild.js.map \ No newline at end of file diff --git a/dist/Schema/Guild.js.map b/dist/Schema/Guild.js.map new file mode 100644
index 00000000..00907349 --- /dev/null +++ b/dist/Schema/Guild.js.map
@@ -0,0 +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