@xcpcio/types 0.79.1 → 0.79.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
@@ -157,7 +157,6 @@ interface Contest {
157
157
  problem_id?: Array<string>;
158
158
  balloon_color?: Array<BalloonColor>;
159
159
  status_time_display?: StatusTimeDisplay;
160
- organization?: string;
161
160
  medal?: Record<string, Record<string, number>> | MedalPreset;
162
161
  group?: Record<string, string>;
163
162
  tag?: Record<string, string>;
package/dist/index.d.mts CHANGED
@@ -157,7 +157,6 @@ interface Contest {
157
157
  problem_id?: Array<string>;
158
158
  balloon_color?: Array<BalloonColor>;
159
159
  status_time_display?: StatusTimeDisplay;
160
- organization?: string;
161
160
  medal?: Record<string, Record<string, number>> | MedalPreset;
162
161
  group?: Record<string, string>;
163
162
  tag?: Record<string, string>;
package/dist/index.d.ts CHANGED
@@ -157,7 +157,6 @@ interface Contest {
157
157
  problem_id?: Array<string>;
158
158
  balloon_color?: Array<BalloonColor>;
159
159
  status_time_display?: StatusTimeDisplay;
160
- organization?: string;
161
160
  medal?: Record<string, Record<string, number>> | MedalPreset;
162
161
  group?: Record<string, string>;
163
162
  tag?: Record<string, string>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@xcpcio/types",
3
3
  "type": "module",
4
- "version": "0.79.1",
4
+ "version": "0.79.2",
5
5
  "description": "Types for XCPCIO",
6
6
  "author": "Dup4 <hi@dup4.com>",
7
7
  "license": "MIT",