@xcpcio/types 0.76.0 → 0.76.2
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.
- package/dist/index.d.cts +2 -0
- package/dist/index.d.mts +2 -0
- package/dist/index.d.ts +2 -0
- package/package.json +5 -5
package/dist/index.d.cts
CHANGED
|
@@ -274,6 +274,7 @@ interface Submission {
|
|
|
274
274
|
language?: string;
|
|
275
275
|
is_ignore?: boolean;
|
|
276
276
|
reaction?: SubmissionReaction;
|
|
277
|
+
missing_reaction?: boolean;
|
|
277
278
|
}
|
|
278
279
|
type Submissions = Array<Submission> | Record<string, Submission>;
|
|
279
280
|
|
|
@@ -297,6 +298,7 @@ interface Team {
|
|
|
297
298
|
photo?: Image;
|
|
298
299
|
location?: string;
|
|
299
300
|
icpc_id?: string;
|
|
301
|
+
ip?: string;
|
|
300
302
|
}
|
|
301
303
|
type Teams = Array<Team> | Record<string, Team>;
|
|
302
304
|
|
package/dist/index.d.mts
CHANGED
|
@@ -274,6 +274,7 @@ interface Submission {
|
|
|
274
274
|
language?: string;
|
|
275
275
|
is_ignore?: boolean;
|
|
276
276
|
reaction?: SubmissionReaction;
|
|
277
|
+
missing_reaction?: boolean;
|
|
277
278
|
}
|
|
278
279
|
type Submissions = Array<Submission> | Record<string, Submission>;
|
|
279
280
|
|
|
@@ -297,6 +298,7 @@ interface Team {
|
|
|
297
298
|
photo?: Image;
|
|
298
299
|
location?: string;
|
|
299
300
|
icpc_id?: string;
|
|
301
|
+
ip?: string;
|
|
300
302
|
}
|
|
301
303
|
type Teams = Array<Team> | Record<string, Team>;
|
|
302
304
|
|
package/dist/index.d.ts
CHANGED
|
@@ -274,6 +274,7 @@ interface Submission {
|
|
|
274
274
|
language?: string;
|
|
275
275
|
is_ignore?: boolean;
|
|
276
276
|
reaction?: SubmissionReaction;
|
|
277
|
+
missing_reaction?: boolean;
|
|
277
278
|
}
|
|
278
279
|
type Submissions = Array<Submission> | Record<string, Submission>;
|
|
279
280
|
|
|
@@ -297,6 +298,7 @@ interface Team {
|
|
|
297
298
|
photo?: Image;
|
|
298
299
|
location?: string;
|
|
299
300
|
icpc_id?: string;
|
|
301
|
+
ip?: string;
|
|
300
302
|
}
|
|
301
303
|
type Teams = Array<Team> | Record<string, Team>;
|
|
302
304
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xcpcio/types",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.76.
|
|
4
|
+
"version": "0.76.2",
|
|
5
5
|
"description": "Types for XCPCIO",
|
|
6
6
|
"author": "Dup4 <hi@dup4.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -37,16 +37,16 @@
|
|
|
37
37
|
"@types/node": "^24.10.1",
|
|
38
38
|
"@typescript-eslint/eslint-plugin": "^8.48.0",
|
|
39
39
|
"@typescript-eslint/parser": "^8.48.0",
|
|
40
|
-
"bumpp": "^10.3.
|
|
40
|
+
"bumpp": "^10.3.2",
|
|
41
41
|
"eslint": "^9.39.1",
|
|
42
42
|
"esmo": "^4.8.0",
|
|
43
43
|
"npm-run-all": "^4.1.5",
|
|
44
|
-
"pnpm": "^10.
|
|
45
|
-
"taze": "^19.9.
|
|
44
|
+
"pnpm": "^10.24.0",
|
|
45
|
+
"taze": "^19.9.2",
|
|
46
46
|
"typescript": "^5.9.3",
|
|
47
47
|
"unbuild": "^3.6.1",
|
|
48
48
|
"vite": "^7.2.4",
|
|
49
|
-
"vitest": "^
|
|
49
|
+
"vitest": "^4.0.14"
|
|
50
50
|
},
|
|
51
51
|
"scripts": {
|
|
52
52
|
"build": "unbuild",
|