@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 +2 -0
- package/dist/index.d.mts +2 -0
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
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";
|