fansunited-sdk-esm 1.36.0 → 1.36.1
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.
|
@@ -27,12 +27,6 @@ export default class PredictorService {
|
|
|
27
27
|
* @returns Predictions with remapped ids.
|
|
28
28
|
*/
|
|
29
29
|
remapPlayerIdToIdSchema: (predictions: PredictionsModel) => Promise<PredictionsModel>;
|
|
30
|
-
/**
|
|
31
|
-
* Converts market from MarketEnums to property in predictions model.
|
|
32
|
-
* @param market
|
|
33
|
-
* @returns Returns name of property market from PredictionsModel.
|
|
34
|
-
*/
|
|
35
|
-
private convertMarket;
|
|
36
30
|
/**
|
|
37
31
|
* Convert market from API request response to market in MarketEnums
|
|
38
32
|
* @param market
|