@azuro-org/toolkit 5.0.0-beta.6 → 5.0.0-beta.7
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/docs/feed/fragments/gameInfo.d.ts +5 -0
- package/dist/docs/feed/game.d.ts +5 -0
- package/dist/docs/feed/games.d.ts +5 -0
- package/dist/docs/feed/navigation.d.ts +1 -0
- package/dist/docs/feed/sports.d.ts +5 -0
- package/dist/docs/feed/sportsNavigation.d.ts +1 -0
- package/dist/docs/legacy-live-feed/games.d.ts +6 -0
- package/dist/index.js +11 -0
- package/package.json +1 -1
package/dist/docs/feed/game.d.ts
CHANGED
|
@@ -12,6 +12,7 @@ export type LegacyLiveGamesQuery = {
|
|
|
12
12
|
__typename?: 'Game';
|
|
13
13
|
id: string;
|
|
14
14
|
gameId: string;
|
|
15
|
+
slug?: string | null;
|
|
15
16
|
title?: string | null;
|
|
16
17
|
startsAt: string;
|
|
17
18
|
status: Types.GameStatus;
|
|
@@ -20,6 +21,11 @@ export type LegacyLiveGamesQuery = {
|
|
|
20
21
|
sportId: string;
|
|
21
22
|
slug: string;
|
|
22
23
|
name: string;
|
|
24
|
+
sporthub: {
|
|
25
|
+
__typename?: 'SportHub';
|
|
26
|
+
id: string;
|
|
27
|
+
slug: string;
|
|
28
|
+
};
|
|
23
29
|
};
|
|
24
30
|
league: {
|
|
25
31
|
__typename?: 'League';
|
package/dist/index.js
CHANGED
|
@@ -5139,6 +5139,10 @@ ${LegacyLiveBetFragmentDoc}`;const GameBetsDocument = gql `
|
|
|
5139
5139
|
sportId
|
|
5140
5140
|
slug
|
|
5141
5141
|
name
|
|
5142
|
+
sporthub {
|
|
5143
|
+
id
|
|
5144
|
+
slug
|
|
5145
|
+
}
|
|
5142
5146
|
}
|
|
5143
5147
|
league {
|
|
5144
5148
|
slug
|
|
@@ -5212,6 +5216,7 @@ ${LegacyLiveBetFragmentDoc}`;const GameBetsDocument = gql `
|
|
|
5212
5216
|
sportId
|
|
5213
5217
|
sporthub {
|
|
5214
5218
|
id
|
|
5219
|
+
slug
|
|
5215
5220
|
}
|
|
5216
5221
|
activeGamesCount
|
|
5217
5222
|
activeLiveGamesCount
|
|
@@ -5278,6 +5283,7 @@ ${LegacyLiveBetFragmentDoc}`;const GameBetsDocument = gql `
|
|
|
5278
5283
|
sportId
|
|
5279
5284
|
sporthub {
|
|
5280
5285
|
id
|
|
5286
|
+
slug
|
|
5281
5287
|
}
|
|
5282
5288
|
activeGamesCount
|
|
5283
5289
|
activeLiveGamesCount
|
|
@@ -5296,6 +5302,7 @@ ${LegacyLiveBetFragmentDoc}`;const GameBetsDocument = gql `
|
|
|
5296
5302
|
) {
|
|
5297
5303
|
id
|
|
5298
5304
|
gameId
|
|
5305
|
+
slug
|
|
5299
5306
|
title
|
|
5300
5307
|
startsAt
|
|
5301
5308
|
status
|
|
@@ -5303,6 +5310,10 @@ ${LegacyLiveBetFragmentDoc}`;const GameBetsDocument = gql `
|
|
|
5303
5310
|
sportId
|
|
5304
5311
|
slug
|
|
5305
5312
|
name
|
|
5313
|
+
sporthub {
|
|
5314
|
+
id
|
|
5315
|
+
slug
|
|
5316
|
+
}
|
|
5306
5317
|
}
|
|
5307
5318
|
league {
|
|
5308
5319
|
slug
|