@scoreboardmax/api-types 1.0.34-next.11 → 1.0.34-next.12

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.ts CHANGED
@@ -758,6 +758,7 @@ export interface InsightResponse {
758
758
  accountId: string;
759
759
  scoreboardId: string;
760
760
  scoreboardType: ScoreboardType;
761
+ dateCreated: string;
761
762
  dateStart: string;
762
763
  dateEnd: string;
763
764
  qualityScore: number;
@@ -776,6 +776,7 @@ export interface InsightResponse {
776
776
  accountId: string;
777
777
  scoreboardId: string;
778
778
  scoreboardType: ScoreboardType;
779
+ dateCreated: string;
779
780
  dateStart: string;
780
781
  dateEnd: string;
781
782
  qualityScore: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scoreboardmax/api-types",
3
- "version": "1.0.34-next.11",
3
+ "version": "1.0.34-next.12",
4
4
  "description": "TypeScript definitions for ScoreboardMax API",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",