@trii/types 2.10.277 → 2.10.279

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -179,6 +179,7 @@ export interface MessageDocument {
179
179
  export interface MessageReference {
180
180
  messageId: string;
181
181
  channelId: string;
182
+ externalId?: string;
182
183
  }
183
184
  export interface MessageReaction {
184
185
  userId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trii/types",
3
- "version": "2.10.277",
3
+ "version": "2.10.279",
4
4
  "description": "Types definitions for Trii projects - ",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -8,8 +8,5 @@
8
8
  "/dist"
9
9
  ],
10
10
  "author": "Trii LLC",
11
- "license": "ISC",
12
- "dependencies": {
13
- "@trii/types": "^2.10.275"
14
- }
11
+ "license": "ISC"
15
12
  }