cfbd 5.0.15-alpha.0 → 5.0.16-alpha.0
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/cfbd-5.0.16-alpha.0.tgz +0 -0
- package/dist/schemas.gen.d.ts +0 -2
- package/dist/schemas.gen.js +2 -4
- package/package.json +1 -1
- package/src/schemas.gen.ts +2 -4
- package/cfbd-5.0.15-alpha.0.tgz +0 -0
|
Binary file
|
package/dist/schemas.gen.d.ts
CHANGED
|
@@ -3303,7 +3303,6 @@ export declare const $Game: {
|
|
|
3303
3303
|
};
|
|
3304
3304
|
readonly type: "array";
|
|
3305
3305
|
readonly nullable: true;
|
|
3306
|
-
readonly minItems: 4;
|
|
3307
3306
|
};
|
|
3308
3307
|
readonly homePostgameWinProbability: {
|
|
3309
3308
|
readonly type: "number";
|
|
@@ -3349,7 +3348,6 @@ export declare const $Game: {
|
|
|
3349
3348
|
};
|
|
3350
3349
|
readonly type: "array";
|
|
3351
3350
|
readonly nullable: true;
|
|
3352
|
-
readonly minItems: 4;
|
|
3353
3351
|
};
|
|
3354
3352
|
readonly awayPostgameWinProbability: {
|
|
3355
3353
|
readonly type: "number";
|
package/dist/schemas.gen.js
CHANGED
|
@@ -3322,8 +3322,7 @@ exports.$Game = {
|
|
|
3322
3322
|
format: 'double'
|
|
3323
3323
|
},
|
|
3324
3324
|
type: 'array',
|
|
3325
|
-
nullable: true
|
|
3326
|
-
minItems: 4
|
|
3325
|
+
nullable: true
|
|
3327
3326
|
},
|
|
3328
3327
|
homePostgameWinProbability: {
|
|
3329
3328
|
type: 'number',
|
|
@@ -3370,8 +3369,7 @@ exports.$Game = {
|
|
|
3370
3369
|
format: 'double'
|
|
3371
3370
|
},
|
|
3372
3371
|
type: 'array',
|
|
3373
|
-
nullable: true
|
|
3374
|
-
minItems: 4
|
|
3372
|
+
nullable: true
|
|
3375
3373
|
},
|
|
3376
3374
|
awayPostgameWinProbability: {
|
|
3377
3375
|
type: 'number',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cfbd",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.16-alpha.0",
|
|
4
4
|
"description": "This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
package/src/schemas.gen.ts
CHANGED
|
@@ -3368,8 +3368,7 @@ export const $Game = {
|
|
|
3368
3368
|
format: 'double'
|
|
3369
3369
|
},
|
|
3370
3370
|
type: 'array',
|
|
3371
|
-
nullable: true
|
|
3372
|
-
minItems: 4
|
|
3371
|
+
nullable: true
|
|
3373
3372
|
},
|
|
3374
3373
|
homePostgameWinProbability: {
|
|
3375
3374
|
type: 'number',
|
|
@@ -3416,8 +3415,7 @@ export const $Game = {
|
|
|
3416
3415
|
format: 'double'
|
|
3417
3416
|
},
|
|
3418
3417
|
type: 'array',
|
|
3419
|
-
nullable: true
|
|
3420
|
-
minItems: 4
|
|
3418
|
+
nullable: true
|
|
3421
3419
|
},
|
|
3422
3420
|
awayPostgameWinProbability: {
|
|
3423
3421
|
type: 'number',
|
package/cfbd-5.0.15-alpha.0.tgz
DELETED
|
Binary file
|