diff --git a/dist/models/Activity.js b/dist/models/Activity.js
new file mode 100644
index 00000000..ddb15100
--- /dev/null
+++ b/dist/models/Activity.js
@@ -0,0 +1,12 @@
+"use strict";
+Object.defineProperty(exports, "__esModule", { value: true });
+exports.ActivityType = void 0;
+var ActivityType;
+(function (ActivityType) {
+ ActivityType[ActivityType["GAME"] = 0] = "GAME";
+ ActivityType[ActivityType["STREAMING"] = 1] = "STREAMING";
+ ActivityType[ActivityType["LISTENING"] = 2] = "LISTENING";
+ ActivityType[ActivityType["CUSTOM"] = 4] = "CUSTOM";
+ ActivityType[ActivityType["COMPETING"] = 5] = "COMPETING";
+})(ActivityType = exports.ActivityType || (exports.ActivityType = {}));
+//# sourceMappingURL=Activity.js.map
\ No newline at end of file
diff --git a/dist/models/Activity.js.map b/dist/models/Activity.js.map
new file mode 100644
index 00000000..5146d527
--- /dev/null
+++ b/dist/models/Activity.js.map
@@ -0,0 +1 @@
+{"version":3,"file":"Activity.js","sourceRoot":"","sources":["../../src/models/Activity.ts"],"names":[],"mappings":";;;AA+CA,IAAY,YAMX;AAND,WAAY,YAAY;IACvB,+CAAQ,CAAA;IACR,yDAAa,CAAA;IACb,yDAAa,CAAA;IACb,mDAAU,CAAA;IACV,yDAAa,CAAA;AACd,CAAC,EANW,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAMvB"}
\ No newline at end of file
|