From 8e84d39c7f2531e81eed3a9d01bf4030b19a2c88 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sun, 14 Feb 2021 00:30:07 +0100 Subject: :sparkles: getPermission util function --- dist/gateway/src/schema/Activity.js | 44 ------------------------------------- 1 file changed, 44 deletions(-) delete mode 100644 dist/gateway/src/schema/Activity.js (limited to 'dist/gateway/src/schema/Activity.js') diff --git a/dist/gateway/src/schema/Activity.js b/dist/gateway/src/schema/Activity.js deleted file mode 100644 index cbca224c..00000000 --- a/dist/gateway/src/schema/Activity.js +++ /dev/null @@ -1,44 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -exports.ActivitySchema = void 0; -const Emoji_1 = require("./Emoji"); -exports.ActivitySchema = { - afk: Boolean, - status: String, - $activities: [ - { - name: String, - type: Number, - $url: String, - $created_at: Number, - $timestamps: { - // unix timestamps for start and/or end of the game - start: Number, - end: Number, - }, - $application_id: BigInt, - $details: String, - $State: String, - $emoji: Emoji_1.EmojiSchema, - $party: { - $id: String, - $size: [Number], - }, - $assets: { - $large_image: String, - $large_text: String, - $small_image: String, - $small_text: String, - }, - $secrets: { - $join: String, - $spectate: String, - $match: String, - }, - $instance: Boolean, - flags: BigInt, - }, - ], - $since: Number, -}; -//# sourceMappingURL=Activity.js.map \ No newline at end of file -- cgit 1.5.1