black-diamond-shared 1.0.64 → 1.0.66

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.mts CHANGED
@@ -1473,12 +1473,12 @@ interface Fixture extends MongoDocument {
1473
1473
  apiPredictions?: ApiPredictions;
1474
1474
  prevFixtures?: {
1475
1475
  home?: {
1476
- home: string[];
1477
- all: string[];
1476
+ home?: string[];
1477
+ all?: string[];
1478
1478
  };
1479
1479
  away?: {
1480
- away: string[];
1481
- all: string[];
1480
+ away?: string[];
1481
+ all?: string[];
1482
1482
  };
1483
1483
  };
1484
1484
  }
package/dist/index.d.ts CHANGED
@@ -1473,12 +1473,12 @@ interface Fixture extends MongoDocument {
1473
1473
  apiPredictions?: ApiPredictions;
1474
1474
  prevFixtures?: {
1475
1475
  home?: {
1476
- home: string[];
1477
- all: string[];
1476
+ home?: string[];
1477
+ all?: string[];
1478
1478
  };
1479
1479
  away?: {
1480
- away: string[];
1481
- all: string[];
1480
+ away?: string[];
1481
+ all?: string[];
1482
1482
  };
1483
1483
  };
1484
1484
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "black-diamond-shared",
3
- "version": "1.0.64",
3
+ "version": "1.0.66",
4
4
  "description": "Shared code between Black Diamond repositories",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",