@xcpcio/types 0.77.3 → 0.78.0

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
@@ -137,6 +137,7 @@ interface ContestOptions {
137
137
  team_photo_url_template?: Image;
138
138
  team_webcam_stream_url_template?: string;
139
139
  team_screen_stream_url_template?: string;
140
+ submission_external_url_template?: string;
140
141
  submission_source_code_url_template?: string;
141
142
  }
142
143
  type MedalPreset = "ccpc" | "icpc";
package/dist/index.d.mts CHANGED
@@ -137,6 +137,7 @@ interface ContestOptions {
137
137
  team_photo_url_template?: Image;
138
138
  team_webcam_stream_url_template?: string;
139
139
  team_screen_stream_url_template?: string;
140
+ submission_external_url_template?: string;
140
141
  submission_source_code_url_template?: string;
141
142
  }
142
143
  type MedalPreset = "ccpc" | "icpc";
package/dist/index.d.ts CHANGED
@@ -137,6 +137,7 @@ interface ContestOptions {
137
137
  team_photo_url_template?: Image;
138
138
  team_webcam_stream_url_template?: string;
139
139
  team_screen_stream_url_template?: string;
140
+ submission_external_url_template?: string;
140
141
  submission_source_code_url_template?: string;
141
142
  }
142
143
  type MedalPreset = "ccpc" | "icpc";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@xcpcio/types",
3
3
  "type": "module",
4
- "version": "0.77.3",
4
+ "version": "0.78.0",
5
5
  "description": "Types for XCPCIO",
6
6
  "author": "Dup4 <hi@dup4.com>",
7
7
  "license": "MIT",