fansunited-sdk-esm 1.31.0 → 1.32.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.
@@ -9,7 +9,7 @@ export declare enum ErrorMessages {
9
9
  INVALID_TOKEN = "Invalid JWT token is provided",
10
10
  EXPIRED_TOKEN = "The provided JWT token is expired",
11
11
  ENTITIES_NEEDED = "At least one of footballCompetitions, footballTeams or footballPlayers properties should be provided for filters.",
12
- ENTITIES_FOLLOWS_FILTERS_EXCEEDED = "Maximum length per entity should be 10 or less.",
12
+ ENTITIES_FOLLOWS_FILTERS_EXCEEDED = "Maximum length per entity should be 24 or less.",
13
13
  INVALID_TYPE = "You have provided invalid type. The valid type is ",
14
14
  INVALID_VALUE = "You have provided invalid value. The valid value is "
15
15
  }