cfbd 5.26.1 → 5.26.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.
Binary file
package/dist/sdk.gen.d.ts CHANGED
@@ -275,6 +275,7 @@ export declare const getPregameWinProbabilities: <ThrowOnError extends boolean =
275
275
  export declare const getFieldGoalExpectedPoints: <ThrowOnError extends boolean = false>(options?: OptionsLegacyParser<unknown, ThrowOnError>) => import("@hey-api/client-fetch").RequestResult<GetFieldGoalExpectedPointsResponse, unknown, ThrowOnError>;
276
276
  /**
277
277
  * Returns live play-by-play data and advanced metrics for a game.
278
+ * Results may be cached for up to five seconds after calculation.
278
279
  */
279
280
  export declare const getLivePlays: <ThrowOnError extends boolean = false>(options: OptionsLegacyParser<GetLivePlaysData, ThrowOnError>) => import("@hey-api/client-fetch").RequestResult<import("./types.gen").LiveGame, unknown, ThrowOnError>;
280
281
  /**
package/dist/sdk.gen.js CHANGED
@@ -542,6 +542,7 @@ var getFieldGoalExpectedPoints = function (options) {
542
542
  exports.getFieldGoalExpectedPoints = getFieldGoalExpectedPoints;
543
543
  /**
544
544
  * Returns live play-by-play data and advanced metrics for a game.
545
+ * Results may be cached for up to five seconds after calculation.
545
546
  */
546
547
  var getLivePlays = function (options) {
547
548
  var _a;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cfbd",
3
- "version": "5.26.1",
3
+ "version": "5.26.2",
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/sdk.gen.ts CHANGED
@@ -657,6 +657,7 @@ export const getFieldGoalExpectedPoints = <ThrowOnError extends boolean = false>
657
657
 
658
658
  /**
659
659
  * Returns live play-by-play data and advanced metrics for a game.
660
+ * Results may be cached for up to five seconds after calculation.
660
661
  */
661
662
  export const getLivePlays = <ThrowOnError extends boolean = false>(options: OptionsLegacyParser<GetLivePlaysData, ThrowOnError>) => {
662
663
  return (options?.client ?? client).get<GetLivePlaysResponse, GetLivePlaysError, ThrowOnError>({
package/cfbd-5.26.1.tgz DELETED
Binary file