@xcpcio/types 0.81.0 → 0.82.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
@@ -141,6 +141,8 @@ interface ContestOptions {
141
141
  team_screen_stream_url_template?: string;
142
142
  submission_external_url_template?: string;
143
143
  submission_source_code_url_template?: string;
144
+ realtime_reaction_webcam_stream_url_template?: string;
145
+ realtime_reaction_screen_stream_url_template?: string;
144
146
  }
145
147
  type MedalPreset = "ccpc" | "icpc";
146
148
  type BannerMode = "ONLY_BANNER" | "ALL";
package/dist/index.d.mts CHANGED
@@ -141,6 +141,8 @@ interface ContestOptions {
141
141
  team_screen_stream_url_template?: string;
142
142
  submission_external_url_template?: string;
143
143
  submission_source_code_url_template?: string;
144
+ realtime_reaction_webcam_stream_url_template?: string;
145
+ realtime_reaction_screen_stream_url_template?: string;
144
146
  }
145
147
  type MedalPreset = "ccpc" | "icpc";
146
148
  type BannerMode = "ONLY_BANNER" | "ALL";
package/dist/index.d.ts CHANGED
@@ -141,6 +141,8 @@ interface ContestOptions {
141
141
  team_screen_stream_url_template?: string;
142
142
  submission_external_url_template?: string;
143
143
  submission_source_code_url_template?: string;
144
+ realtime_reaction_webcam_stream_url_template?: string;
145
+ realtime_reaction_screen_stream_url_template?: string;
144
146
  }
145
147
  type MedalPreset = "ccpc" | "icpc";
146
148
  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.81.0",
4
+ "version": "0.82.0",
5
5
  "description": "Types for XCPCIO",
6
6
  "author": "Dup4 <hi@dup4.com>",
7
7
  "license": "MIT",