@xcpcio/types 0.76.6 → 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 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";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@xcpcio/types",
3
3
  "type": "module",
4
- "version": "0.76.6",
4
+ "version": "0.76.9",
5
5
  "description": "Types for XCPCIO",
6
6
  "author": "Dup4 <hi@dup4.com>",
7
7
  "license": "MIT",