@xcpcio/types 0.79.0 → 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
@@ -131,6 +131,7 @@ declare enum ContestState {
131
131
  }
132
132
  type CalculationOfPenalty = "in_minutes" | "in_seconds" | "accumulate_in_seconds_and_finally_to_the_minute";
133
133
  interface ContestOptions {
134
+ enable_organization?: boolean;
134
135
  calculation_of_penalty?: CalculationOfPenalty;
135
136
  submission_timestamp_unit?: TimeUnit;
136
137
  has_reaction_videos?: boolean;
@@ -156,8 +157,6 @@ interface Contest {
156
157
  problem_id?: Array<string>;
157
158
  balloon_color?: Array<BalloonColor>;
158
159
  status_time_display?: StatusTimeDisplay;
159
- badge?: string;
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
@@ -131,6 +131,7 @@ declare enum ContestState {
131
131
  }
132
132
  type CalculationOfPenalty = "in_minutes" | "in_seconds" | "accumulate_in_seconds_and_finally_to_the_minute";
133
133
  interface ContestOptions {
134
+ enable_organization?: boolean;
134
135
  calculation_of_penalty?: CalculationOfPenalty;
135
136
  submission_timestamp_unit?: TimeUnit;
136
137
  has_reaction_videos?: boolean;
@@ -156,8 +157,6 @@ interface Contest {
156
157
  problem_id?: Array<string>;
157
158
  balloon_color?: Array<BalloonColor>;
158
159
  status_time_display?: StatusTimeDisplay;
159
- badge?: string;
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
@@ -131,6 +131,7 @@ declare enum ContestState {
131
131
  }
132
132
  type CalculationOfPenalty = "in_minutes" | "in_seconds" | "accumulate_in_seconds_and_finally_to_the_minute";
133
133
  interface ContestOptions {
134
+ enable_organization?: boolean;
134
135
  calculation_of_penalty?: CalculationOfPenalty;
135
136
  submission_timestamp_unit?: TimeUnit;
136
137
  has_reaction_videos?: boolean;
@@ -156,8 +157,6 @@ interface Contest {
156
157
  problem_id?: Array<string>;
157
158
  balloon_color?: Array<BalloonColor>;
158
159
  status_time_display?: StatusTimeDisplay;
159
- badge?: string;
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.0",
4
+ "version": "0.79.2",
5
5
  "description": "Types for XCPCIO",
6
6
  "author": "Dup4 <hi@dup4.com>",
7
7
  "license": "MIT",