@azuro-org/toolkit 4.1.0 → 4.1.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.
@@ -30,10 +30,12 @@ export type PrematchBetFragment = {
30
30
  outcome: {
31
31
  __typename?: 'Outcome';
32
32
  outcomeId: string;
33
+ title?: string | null;
33
34
  condition: {
34
35
  __typename?: 'Condition';
35
36
  conditionId: string;
36
37
  status: Types.ConditionStatus;
38
+ title?: string | null;
37
39
  game: {
38
40
  __typename?: 'Game';
39
41
  id: string;
@@ -40,10 +40,12 @@ export type PrematchBetsQuery = {
40
40
  outcome: {
41
41
  __typename?: 'Outcome';
42
42
  outcomeId: string;
43
+ title?: string | null;
43
44
  condition: {
44
45
  __typename?: 'Condition';
45
46
  conditionId: string;
46
47
  status: Types.ConditionStatus;
48
+ title?: string | null;
47
49
  game: {
48
50
  __typename?: 'Game';
49
51
  id: string;
package/dist/index.js CHANGED
@@ -4192,9 +4192,11 @@ const chainsData = {
4192
4192
  result
4193
4193
  outcome {
4194
4194
  outcomeId
4195
+ title
4195
4196
  condition {
4196
4197
  conditionId
4197
4198
  status
4199
+ title
4198
4200
  game {
4199
4201
  ...MainGameInfo
4200
4202
  }
@@ -4316,7 +4318,7 @@ const chainsData = {
4316
4318
  id
4317
4319
  slug
4318
4320
  name
4319
- leagues(where: {games_: $gameFilter}) {
4321
+ leagues {
4320
4322
  id
4321
4323
  slug
4322
4324
  name
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azuro-org/toolkit",
3
- "version": "4.1.0",
3
+ "version": "4.1.2",
4
4
  "description": "Set of helpers to work with Azuro protocol",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",