@xcpcio/types 0.66.1 → 0.66.2

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
@@ -124,7 +124,6 @@ interface ContestOptions {
124
124
  submission_has_reaction?: boolean;
125
125
  has_reaction_videos?: boolean;
126
126
  reaction_video_url_template?: string;
127
- has_team_photos?: boolean;
128
127
  team_photo_url_template?: Image;
129
128
  }
130
129
  type MedalPreset = "ccpc" | "icpc";
@@ -279,6 +278,7 @@ interface Team {
279
278
  unofficial?: boolean;
280
279
  girl?: boolean;
281
280
  badge?: Image;
281
+ missing_photo?: boolean;
282
282
  photo?: Image;
283
283
  location?: string;
284
284
  icpc_id?: string;
package/dist/index.d.mts CHANGED
@@ -124,7 +124,6 @@ interface ContestOptions {
124
124
  submission_has_reaction?: boolean;
125
125
  has_reaction_videos?: boolean;
126
126
  reaction_video_url_template?: string;
127
- has_team_photos?: boolean;
128
127
  team_photo_url_template?: Image;
129
128
  }
130
129
  type MedalPreset = "ccpc" | "icpc";
@@ -279,6 +278,7 @@ interface Team {
279
278
  unofficial?: boolean;
280
279
  girl?: boolean;
281
280
  badge?: Image;
281
+ missing_photo?: boolean;
282
282
  photo?: Image;
283
283
  location?: string;
284
284
  icpc_id?: string;
package/dist/index.d.ts CHANGED
@@ -124,7 +124,6 @@ interface ContestOptions {
124
124
  submission_has_reaction?: boolean;
125
125
  has_reaction_videos?: boolean;
126
126
  reaction_video_url_template?: string;
127
- has_team_photos?: boolean;
128
127
  team_photo_url_template?: Image;
129
128
  }
130
129
  type MedalPreset = "ccpc" | "icpc";
@@ -279,6 +278,7 @@ interface Team {
279
278
  unofficial?: boolean;
280
279
  girl?: boolean;
281
280
  badge?: Image;
281
+ missing_photo?: boolean;
282
282
  photo?: Image;
283
283
  location?: string;
284
284
  icpc_id?: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@xcpcio/types",
3
3
  "type": "module",
4
- "version": "0.66.1",
4
+ "version": "0.66.2",
5
5
  "description": "Types for XCPCIO",
6
6
  "author": "Dup4 <hi@dup4.com>",
7
7
  "license": "MIT",