Compare commits
5 Commits
159473250c
...
main
Author | SHA1 | Date | |
---|---|---|---|
95becbb66a | |||
ab9443fe29 | |||
9438275f56 | |||
f67e461cdc | |||
b3b8eff9fb |
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "npm",
|
||||
"version": "1.1.0",
|
||||
"version": "1.2.2",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "npm",
|
||||
"version": "1.1.0",
|
||||
"version": "1.2.2",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"tsup": "^8.5.0",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tase-api",
|
||||
"version": "1.1.0",
|
||||
"name": "tase",
|
||||
"version": "1.2.2",
|
||||
"description": "The official NPM wrapper for The All Seeing Eye's API",
|
||||
"main": "./dist/index.js",
|
||||
"module": "./dist/index.mjs",
|
||||
|
@ -42,10 +42,6 @@ export interface CheckResult {
|
||||
* What is the ID of the user?
|
||||
*/
|
||||
userId: string,
|
||||
/**
|
||||
* When did this user appeal? (if they have appealed.)
|
||||
*/
|
||||
appealDate?: Date
|
||||
/**
|
||||
* The summed up score of all the `guilds`.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user