@xcpcio/types 0.76.8 → 0.76.9
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 +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -132,10 +132,10 @@ type CalculationOfPenalty = "in_minutes" | "in_seconds" | "accumulate_in_seconds
|
|
|
132
132
|
interface ContestOptions {
|
|
133
133
|
calculation_of_penalty?: CalculationOfPenalty;
|
|
134
134
|
submission_timestamp_unit?: TimeUnit;
|
|
135
|
-
submission_has_reaction?: boolean;
|
|
136
135
|
has_reaction_videos?: boolean;
|
|
137
136
|
reaction_video_url_template?: string;
|
|
138
137
|
team_photo_url_template?: Image;
|
|
138
|
+
submission_source_code_url_template?: string;
|
|
139
139
|
}
|
|
140
140
|
type MedalPreset = "ccpc" | "icpc";
|
|
141
141
|
type BannerMode = "ONLY_BANNER" | "ALL";
|
package/dist/index.d.mts
CHANGED
|
@@ -132,10 +132,10 @@ type CalculationOfPenalty = "in_minutes" | "in_seconds" | "accumulate_in_seconds
|
|
|
132
132
|
interface ContestOptions {
|
|
133
133
|
calculation_of_penalty?: CalculationOfPenalty;
|
|
134
134
|
submission_timestamp_unit?: TimeUnit;
|
|
135
|
-
submission_has_reaction?: boolean;
|
|
136
135
|
has_reaction_videos?: boolean;
|
|
137
136
|
reaction_video_url_template?: string;
|
|
138
137
|
team_photo_url_template?: Image;
|
|
138
|
+
submission_source_code_url_template?: string;
|
|
139
139
|
}
|
|
140
140
|
type MedalPreset = "ccpc" | "icpc";
|
|
141
141
|
type BannerMode = "ONLY_BANNER" | "ALL";
|
package/dist/index.d.ts
CHANGED
|
@@ -132,10 +132,10 @@ type CalculationOfPenalty = "in_minutes" | "in_seconds" | "accumulate_in_seconds
|
|
|
132
132
|
interface ContestOptions {
|
|
133
133
|
calculation_of_penalty?: CalculationOfPenalty;
|
|
134
134
|
submission_timestamp_unit?: TimeUnit;
|
|
135
|
-
submission_has_reaction?: boolean;
|
|
136
135
|
has_reaction_videos?: boolean;
|
|
137
136
|
reaction_video_url_template?: string;
|
|
138
137
|
team_photo_url_template?: Image;
|
|
138
|
+
submission_source_code_url_template?: string;
|
|
139
139
|
}
|
|
140
140
|
type MedalPreset = "ccpc" | "icpc";
|
|
141
141
|
type BannerMode = "ONLY_BANNER" | "ALL";
|