@xcpcio/types 0.84.0 → 0.85.3
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 +11 -12
package/dist/index.d.cts
CHANGED
|
@@ -152,6 +152,7 @@ interface ContestOptions {
|
|
|
152
152
|
submission_source_code_url_template?: string;
|
|
153
153
|
realtime_reaction_webcam_stream_url_template?: string;
|
|
154
154
|
realtime_reaction_screen_stream_url_template?: string;
|
|
155
|
+
disable_pending_page?: boolean;
|
|
155
156
|
}
|
|
156
157
|
type MedalPreset = "ccpc" | "icpc";
|
|
157
158
|
type BannerMode = "ONLY_BANNER" | "ALL";
|
|
@@ -303,6 +304,7 @@ interface Team {
|
|
|
303
304
|
team_id?: string;
|
|
304
305
|
name?: Text;
|
|
305
306
|
team_name?: Text;
|
|
307
|
+
description?: Text;
|
|
306
308
|
organization?: string;
|
|
307
309
|
organization_id?: string;
|
|
308
310
|
group?: Array<string>;
|
package/dist/index.d.mts
CHANGED
|
@@ -152,6 +152,7 @@ interface ContestOptions {
|
|
|
152
152
|
submission_source_code_url_template?: string;
|
|
153
153
|
realtime_reaction_webcam_stream_url_template?: string;
|
|
154
154
|
realtime_reaction_screen_stream_url_template?: string;
|
|
155
|
+
disable_pending_page?: boolean;
|
|
155
156
|
}
|
|
156
157
|
type MedalPreset = "ccpc" | "icpc";
|
|
157
158
|
type BannerMode = "ONLY_BANNER" | "ALL";
|
|
@@ -303,6 +304,7 @@ interface Team {
|
|
|
303
304
|
team_id?: string;
|
|
304
305
|
name?: Text;
|
|
305
306
|
team_name?: Text;
|
|
307
|
+
description?: Text;
|
|
306
308
|
organization?: string;
|
|
307
309
|
organization_id?: string;
|
|
308
310
|
group?: Array<string>;
|
package/dist/index.d.ts
CHANGED
|
@@ -152,6 +152,7 @@ interface ContestOptions {
|
|
|
152
152
|
submission_source_code_url_template?: string;
|
|
153
153
|
realtime_reaction_webcam_stream_url_template?: string;
|
|
154
154
|
realtime_reaction_screen_stream_url_template?: string;
|
|
155
|
+
disable_pending_page?: boolean;
|
|
155
156
|
}
|
|
156
157
|
type MedalPreset = "ccpc" | "icpc";
|
|
157
158
|
type BannerMode = "ONLY_BANNER" | "ALL";
|
|
@@ -303,6 +304,7 @@ interface Team {
|
|
|
303
304
|
team_id?: string;
|
|
304
305
|
name?: Text;
|
|
305
306
|
team_name?: Text;
|
|
307
|
+
description?: Text;
|
|
306
308
|
organization?: string;
|
|
307
309
|
organization_id?: string;
|
|
308
310
|
group?: Array<string>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xcpcio/types",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.85.3",
|
|
5
5
|
"description": "Types for XCPCIO",
|
|
6
6
|
"author": "Dup4 <hi@dup4.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -33,20 +33,19 @@
|
|
|
33
33
|
"dist"
|
|
34
34
|
],
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@babel/types": "^7.
|
|
37
|
-
"@types/node": "^
|
|
38
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
39
|
-
"@typescript-eslint/parser": "^8.
|
|
40
|
-
"bumpp": "^
|
|
41
|
-
"eslint": "^
|
|
36
|
+
"@babel/types": "^7.29.7",
|
|
37
|
+
"@types/node": "^25.9.3",
|
|
38
|
+
"@typescript-eslint/eslint-plugin": "^8.61.0",
|
|
39
|
+
"@typescript-eslint/parser": "^8.61.0",
|
|
40
|
+
"bumpp": "^11.1.0",
|
|
41
|
+
"eslint": "^10.5.0",
|
|
42
42
|
"esmo": "^4.8.0",
|
|
43
43
|
"npm-run-all": "^4.1.5",
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"typescript": "^5.9.3",
|
|
44
|
+
"taze": "^19.14.1",
|
|
45
|
+
"typescript": "^6.0.3",
|
|
47
46
|
"unbuild": "^3.6.1",
|
|
48
|
-
"vite": "^
|
|
49
|
-
"vitest": "^4.
|
|
47
|
+
"vite": "^8.0.16",
|
|
48
|
+
"vitest": "^4.1.8"
|
|
50
49
|
},
|
|
51
50
|
"scripts": {
|
|
52
51
|
"build": "unbuild",
|