@xcpcio/types 0.76.1 → 0.76.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
@@ -274,6 +274,7 @@ interface Submission {
274
274
  language?: string;
275
275
  is_ignore?: boolean;
276
276
  reaction?: SubmissionReaction;
277
+ missing_reaction?: boolean;
277
278
  }
278
279
  type Submissions = Array<Submission> | Record<string, Submission>;
279
280
 
package/dist/index.d.mts CHANGED
@@ -274,6 +274,7 @@ interface Submission {
274
274
  language?: string;
275
275
  is_ignore?: boolean;
276
276
  reaction?: SubmissionReaction;
277
+ missing_reaction?: boolean;
277
278
  }
278
279
  type Submissions = Array<Submission> | Record<string, Submission>;
279
280
 
package/dist/index.d.ts CHANGED
@@ -274,6 +274,7 @@ interface Submission {
274
274
  language?: string;
275
275
  is_ignore?: boolean;
276
276
  reaction?: SubmissionReaction;
277
+ missing_reaction?: boolean;
277
278
  }
278
279
  type Submissions = Array<Submission> | Record<string, Submission>;
279
280
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@xcpcio/types",
3
3
  "type": "module",
4
- "version": "0.76.1",
4
+ "version": "0.76.2",
5
5
  "description": "Types for XCPCIO",
6
6
  "author": "Dup4 <hi@dup4.com>",
7
7
  "license": "MIT",