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 +4 -4
- package/dist/index.d.ts +4 -4
- package/package.json +1 -1
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
|
|
1477
|
-
all
|
|
1476
|
+
home?: string[];
|
|
1477
|
+
all?: string[];
|
|
1478
1478
|
};
|
|
1479
1479
|
away?: {
|
|
1480
|
-
away
|
|
1481
|
-
all
|
|
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
|
|
1477
|
-
all
|
|
1476
|
+
home?: string[];
|
|
1477
|
+
all?: string[];
|
|
1478
1478
|
};
|
|
1479
1479
|
away?: {
|
|
1480
|
-
away
|
|
1481
|
-
all
|
|
1480
|
+
away?: string[];
|
|
1481
|
+
all?: string[];
|
|
1482
1482
|
};
|
|
1483
1483
|
};
|
|
1484
1484
|
}
|