@azuro-org/toolkit 4.3.1 → 4.3.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.
- package/dist/docs/index.d.ts +2 -2
- package/dist/docs/live/conditions.d.ts +2 -0
- package/dist/docs/prematch/condition.d.ts +1 -0
- package/dist/docs/prematch/conditions.d.ts +3 -0
- package/dist/docs/prematch/fragments/condition.d.ts +1 -0
- package/dist/index.js +20 -5
- package/dist/utils/groupConditionsByMarket.d.ts +1 -0
- package/package.json +1 -1
package/dist/docs/index.d.ts
CHANGED
|
@@ -18,5 +18,5 @@ export * from './prematch/navigation';
|
|
|
18
18
|
export * from './prematch/prematchBets';
|
|
19
19
|
export * from './prematch/sports';
|
|
20
20
|
export * from './prematch/sportsNavigation';
|
|
21
|
-
export { type Condition_Filter, BetResult, Game_OrderBy, Bet_OrderBy, ConditionStatus, OrderDirection, SelectionResult, BetStatus as GraphBetStatus, GameStatus as PrematchGraphGameStatus } from './prematch/types';
|
|
22
|
-
export { GameStatus as LiveGraphGameStatus } from './live/types';
|
|
21
|
+
export { type Condition_Filter, BetResult, Game_OrderBy, Bet_OrderBy, ConditionStatus, OrderDirection, SelectionResult, BetStatus as GraphBetStatus, GameStatus as PrematchGraphGameStatus, Condition_OrderBy as PrematchConditionOrderBy, } from './prematch/types';
|
|
22
|
+
export { GameStatus as LiveGraphGameStatus, Condition_OrderBy as LiveConditionOrderBy } from './live/types';
|
|
@@ -2,6 +2,8 @@ import * as Types from './types';
|
|
|
2
2
|
import * as Apollo from '@apollo/client';
|
|
3
3
|
export type LiveConditionsQueryVariables = Types.Exact<{
|
|
4
4
|
where: Types.Condition_Filter;
|
|
5
|
+
orderBy?: Types.InputMaybe<Types.Condition_OrderBy>;
|
|
6
|
+
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
5
7
|
}>;
|
|
6
8
|
export type LiveConditionsQuery = {
|
|
7
9
|
__typename?: 'Query';
|
|
@@ -2,6 +2,8 @@ import * as Types from './types';
|
|
|
2
2
|
import * as Apollo from '@apollo/client';
|
|
3
3
|
export type PrematchConditionsQueryVariables = Types.Exact<{
|
|
4
4
|
where: Types.Condition_Filter;
|
|
5
|
+
orderBy?: Types.InputMaybe<Types.Condition_OrderBy>;
|
|
6
|
+
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
5
7
|
}>;
|
|
6
8
|
export type PrematchConditionsQuery = {
|
|
7
9
|
__typename?: 'Query';
|
|
@@ -13,6 +15,7 @@ export type PrematchConditionsQuery = {
|
|
|
13
15
|
status: Types.ConditionStatus;
|
|
14
16
|
title?: string | null;
|
|
15
17
|
isExpressForbidden: boolean;
|
|
18
|
+
margin: string;
|
|
16
19
|
outcomes: Array<{
|
|
17
20
|
__typename?: 'Outcome';
|
|
18
21
|
title?: string | null;
|
package/dist/index.js
CHANGED
|
@@ -4134,8 +4134,14 @@ const chainsDataByEnv = {
|
|
|
4134
4134
|
}
|
|
4135
4135
|
}
|
|
4136
4136
|
${LiveConditionFragmentDoc}`;const LiveConditionsDocument = gql `
|
|
4137
|
-
query LiveConditions($where: Condition_filter
|
|
4138
|
-
conditions(
|
|
4137
|
+
query LiveConditions($where: Condition_filter!, $orderBy: Condition_orderBy, $orderDirection: OrderDirection) {
|
|
4138
|
+
conditions(
|
|
4139
|
+
where: $where
|
|
4140
|
+
first: 1000
|
|
4141
|
+
orderBy: $orderBy
|
|
4142
|
+
orderDirection: $orderDirection
|
|
4143
|
+
subgraphError: allow
|
|
4144
|
+
) {
|
|
4139
4145
|
...LiveCondition
|
|
4140
4146
|
wonOutcomeIds
|
|
4141
4147
|
}
|
|
@@ -4158,6 +4164,7 @@ const chainsDataByEnv = {
|
|
|
4158
4164
|
status
|
|
4159
4165
|
title
|
|
4160
4166
|
isExpressForbidden
|
|
4167
|
+
margin
|
|
4161
4168
|
outcomes {
|
|
4162
4169
|
title
|
|
4163
4170
|
outcomeId
|
|
@@ -4292,8 +4299,14 @@ const chainsDataByEnv = {
|
|
|
4292
4299
|
}
|
|
4293
4300
|
}
|
|
4294
4301
|
${PrematchConditionFragmentDoc}`;const PrematchConditionsDocument = gql `
|
|
4295
|
-
query PrematchConditions($where: Condition_filter
|
|
4296
|
-
conditions(
|
|
4302
|
+
query PrematchConditions($where: Condition_filter!, $orderBy: Condition_orderBy, $orderDirection: OrderDirection) {
|
|
4303
|
+
conditions(
|
|
4304
|
+
where: $where
|
|
4305
|
+
first: 1000
|
|
4306
|
+
orderBy: $orderBy
|
|
4307
|
+
orderDirection: $orderDirection
|
|
4308
|
+
subgraphError: allow
|
|
4309
|
+
) {
|
|
4297
4310
|
...PrematchCondition
|
|
4298
4311
|
wonOutcomeIds
|
|
4299
4312
|
}
|
|
@@ -5436,6 +5449,7 @@ const getBetStatus = (props) => {
|
|
|
5436
5449
|
const lpAddress = condition.core?.liquidityPool?.address || '';
|
|
5437
5450
|
const isExpressForbidden = condition.isExpressForbidden ?? true;
|
|
5438
5451
|
const customMarketName = condition.title;
|
|
5452
|
+
const margin = condition.margin;
|
|
5439
5453
|
rawOutcomes.forEach((rawOutcome) => {
|
|
5440
5454
|
const { outcomeId } = rawOutcome;
|
|
5441
5455
|
const odds = rawOutcome.odds;
|
|
@@ -5458,6 +5472,7 @@ const getBetStatus = (props) => {
|
|
|
5458
5472
|
status,
|
|
5459
5473
|
gameId,
|
|
5460
5474
|
isExpressForbidden,
|
|
5475
|
+
margin: Boolean(margin) ? formatUnits(BigInt(margin), MARGIN_DECIMALS) : undefined,
|
|
5461
5476
|
};
|
|
5462
5477
|
if (Array.isArray(wonOutcomeIds)) {
|
|
5463
5478
|
outcome.isWon = wonOutcomeIds.includes(outcomeId);
|
|
@@ -5790,4 +5805,4 @@ const getDeBridgeOrder = async (orderId) => {
|
|
|
5790
5805
|
}
|
|
5791
5806
|
const data = await response.json();
|
|
5792
5807
|
return data;
|
|
5793
|
-
};export{BetResult,BetStatus,Bet_OrderBy,BettorFragmentDoc,BettorsDocument,ConditionStatus$1 as ConditionStatus,DeBridgeExternalCallStatus,DeBridgeOrderStatus,Environment,FreeBetStatus,GameBetsDocument,GameDocument,GameStatus,Game_OrderBy$1 as Game_OrderBy,GamesDocument,BetStatus$1 as GraphBetStatus,LiveBetFragmentDoc,LiveBetsDocument,LiveConditionDocument,LiveConditionFragmentDoc,LiveConditionsDocument,GameStatus$1 as LiveGraphGameStatus,MARGIN_DECIMALS,MIN_LIVE_BET_AMOUNT,MainGameInfoFragmentDoc,NavigationDocument,ODDS_DECIMALS,OrderDirection$1 as OrderDirection,PrematchBetFragmentDoc,PrematchBetsDocument,PrematchConditionDocument,PrematchConditionFragmentDoc,PrematchConditionsBatchDocument,PrematchConditionsDocument,GameStatus$2 as PrematchGraphGameStatus,SelectionResult$1 as SelectionResult,SportsDocument,SportsNavigationDocument,WaveLevelName,activateWave,calcLiveOdds,calcMindOdds,calcPrematchOdds,chainsData,chainsDataByEnv,createDeBridgeBet,deBridgeChainIdByOriginalChainId,deBridgeTxUrl,deBridgeUrl,environments,FreeBet as freeBetAbi,getApiEndpoint,getBetStatus,getDeBridgeOrder,getDeBridgeSupportedChains,getDeBridgeSupportedTokens,getFreeBets,getGameStatus,getLiveBetFee,getLiveGraphqlEndpoint,getPrematchBetDataBytes,getPrematchGraphqlEndpoint,getSocketEndpoint,getWaveLeaderBoard,getWaveLevels,getWavePeriods,getWaveStats,groupByConditionId,groupConditionsByMarket,liveCoreAbi,liveHostAddress,liveSupportedChains,lpAbi,prematchComboCoreAbi,prematchCoreAbi,proxyFrontAbi,setupContracts};
|
|
5808
|
+
};export{BetResult,BetStatus,Bet_OrderBy,BettorFragmentDoc,BettorsDocument,ConditionStatus$1 as ConditionStatus,DeBridgeExternalCallStatus,DeBridgeOrderStatus,Environment,FreeBetStatus,GameBetsDocument,GameDocument,GameStatus,Game_OrderBy$1 as Game_OrderBy,GamesDocument,BetStatus$1 as GraphBetStatus,LiveBetFragmentDoc,LiveBetsDocument,LiveConditionDocument,LiveConditionFragmentDoc,Condition_OrderBy as LiveConditionOrderBy,LiveConditionsDocument,GameStatus$1 as LiveGraphGameStatus,MARGIN_DECIMALS,MIN_LIVE_BET_AMOUNT,MainGameInfoFragmentDoc,NavigationDocument,ODDS_DECIMALS,OrderDirection$1 as OrderDirection,PrematchBetFragmentDoc,PrematchBetsDocument,PrematchConditionDocument,PrematchConditionFragmentDoc,Condition_OrderBy$1 as PrematchConditionOrderBy,PrematchConditionsBatchDocument,PrematchConditionsDocument,GameStatus$2 as PrematchGraphGameStatus,SelectionResult$1 as SelectionResult,SportsDocument,SportsNavigationDocument,WaveLevelName,activateWave,calcLiveOdds,calcMindOdds,calcPrematchOdds,chainsData,chainsDataByEnv,createDeBridgeBet,deBridgeChainIdByOriginalChainId,deBridgeTxUrl,deBridgeUrl,environments,FreeBet as freeBetAbi,getApiEndpoint,getBetStatus,getDeBridgeOrder,getDeBridgeSupportedChains,getDeBridgeSupportedTokens,getFreeBets,getGameStatus,getLiveBetFee,getLiveGraphqlEndpoint,getPrematchBetDataBytes,getPrematchGraphqlEndpoint,getSocketEndpoint,getWaveLeaderBoard,getWaveLevels,getWavePeriods,getWaveStats,groupByConditionId,groupConditionsByMarket,liveCoreAbi,liveHostAddress,liveSupportedChains,lpAbi,prematchComboCoreAbi,prematchCoreAbi,proxyFrontAbi,setupContracts};
|