overtime-utils 0.2.25 → 0.2.26

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "overtime-utils",
3
- "version": "0.2.25",
3
+ "version": "0.2.26",
4
4
  "description": "",
5
5
  "main": "main.js",
6
6
  "scripts": {
@@ -809,73 +809,73 @@ export const PLAYER_PROPS_MARKET_TYPE_MAP: Partial<Record<MarketType, MarketType
809
809
  [MarketType.FIRST_PERIOD_PLAYER_PROPS_ANYTIME_GOAL_SCORER]: {
810
810
  id: MarketType.FIRST_PERIOD_PLAYER_PROPS_ANYTIME_GOAL_SCORER,
811
811
  key: 'firstPeriodAnytimeGoalScorer',
812
- name: '1st Half Anytime Goal Scorer',
812
+ name: 'Anytime Goal Scorer 1st',
813
813
  resultType: ResultType.OVER_UNDER,
814
814
  },
815
815
  [MarketType.SECOND_PERIOD_PLAYER_PROPS_ANYTIME_GOAL_SCORER]: {
816
816
  id: MarketType.SECOND_PERIOD_PLAYER_PROPS_ANYTIME_GOAL_SCORER,
817
817
  key: 'secondPeriodAnytimeGoalScorer',
818
- name: '2nd Half Anytime Goal Scorer',
818
+ name: 'Anytime Goal Scorer 2nd',
819
819
  resultType: ResultType.OVER_UNDER,
820
820
  },
821
821
  [MarketType.FIRST_PERIOD_PLAYER_PROPS_GOALS]: {
822
822
  id: MarketType.FIRST_PERIOD_PLAYER_PROPS_GOALS,
823
823
  key: 'firstPeriodGoals',
824
- name: '1st Half Goals',
824
+ name: 'Goals 1st',
825
825
  resultType: ResultType.OVER_UNDER,
826
826
  },
827
827
  [MarketType.SECOND_PERIOD_PLAYER_PROPS_GOALS]: {
828
828
  id: MarketType.SECOND_PERIOD_PLAYER_PROPS_GOALS,
829
829
  key: 'secondPeriodGoals',
830
- name: '2nd Half Goals',
830
+ name: 'Goals 2nd',
831
831
  resultType: ResultType.OVER_UNDER,
832
832
  },
833
833
  [MarketType.FIRST_PERIOD_PLAYER_PROPS_FOULS]: {
834
834
  id: MarketType.FIRST_PERIOD_PLAYER_PROPS_FOULS,
835
835
  key: 'firstPeriodFouls',
836
- name: '1st Half Fouls',
836
+ name: 'Fouls 1st',
837
837
  resultType: ResultType.OVER_UNDER,
838
838
  },
839
839
  [MarketType.SECOND_PERIOD_PLAYER_PROPS_FOULS]: {
840
840
  id: MarketType.SECOND_PERIOD_PLAYER_PROPS_FOULS,
841
841
  key: 'secondPeriodFouls',
842
- name: '2nd Half Fouls',
842
+ name: 'Fouls 2nd',
843
843
  resultType: ResultType.OVER_UNDER,
844
844
  },
845
845
  [MarketType.FIRST_PERIOD_PLAYER_PROPS_OFFSIDES]: {
846
846
  id: MarketType.FIRST_PERIOD_PLAYER_PROPS_OFFSIDES,
847
847
  key: 'firstPeriodOffsides',
848
- name: '1st Half Offsides',
848
+ name: 'Offsides 1st',
849
849
  resultType: ResultType.OVER_UNDER,
850
850
  },
851
851
  [MarketType.SECOND_PERIOD_PLAYER_PROPS_OFFSIDES]: {
852
852
  id: MarketType.SECOND_PERIOD_PLAYER_PROPS_OFFSIDES,
853
853
  key: 'secondPeriodOffsides',
854
- name: '2nd Half Offsides',
854
+ name: 'Offsides 2nd',
855
855
  resultType: ResultType.OVER_UNDER,
856
856
  },
857
857
  [MarketType.FIRST_PERIOD_PLAYER_PROPS_SHOTS]: {
858
858
  id: MarketType.FIRST_PERIOD_PLAYER_PROPS_SHOTS,
859
859
  key: 'firstPeriodShots',
860
- name: '1st Half Shots',
860
+ name: 'Shots 1st',
861
861
  resultType: ResultType.OVER_UNDER,
862
862
  },
863
863
  [MarketType.SECOND_PERIOD_PLAYER_PROPS_SHOTS]: {
864
864
  id: MarketType.SECOND_PERIOD_PLAYER_PROPS_SHOTS,
865
865
  key: 'secondPeriodShots',
866
- name: '2nd Half Shots',
866
+ name: 'Shots 2nd',
867
867
  resultType: ResultType.OVER_UNDER,
868
868
  },
869
869
  [MarketType.FIRST_PERIOD_PLAYER_PROPS_SHOTS_ON_TARGET]: {
870
870
  id: MarketType.FIRST_PERIOD_PLAYER_PROPS_SHOTS_ON_TARGET,
871
871
  key: 'firstPeriodShotsOnTarget',
872
- name: '1st Half Shots On Target',
872
+ name: 'Shots On Target 1st',
873
873
  resultType: ResultType.OVER_UNDER,
874
874
  },
875
875
  [MarketType.SECOND_PERIOD_PLAYER_PROPS_SHOTS_ON_TARGET]: {
876
876
  id: MarketType.SECOND_PERIOD_PLAYER_PROPS_SHOTS_ON_TARGET,
877
877
  key: 'secondPeriodShotsOnTarget',
878
- name: '2nd Half Shots On Target',
878
+ name: 'Shots On Target 2nd',
879
879
  resultType: ResultType.OVER_UNDER,
880
880
  },
881
881
  };
@@ -20,25 +20,25 @@ export const SOCCER_MARKET_TYPE_MAP: Partial<Record<MarketType, MarketTypeInfo>>
20
20
  [MarketType.FIRST_PERIOD_FIRST_SCORE]: {
21
21
  id: MarketType.FIRST_PERIOD_FIRST_SCORE,
22
22
  key: 'firstPeriodFirstScore',
23
- name: 'First 1st',
23
+ name: 'First',
24
24
  resultType: ResultType.EXACT_POSITION,
25
25
  },
26
26
  [MarketType.FIRST_PERIOD_LAST_SCORE]: {
27
27
  id: MarketType.FIRST_PERIOD_LAST_SCORE,
28
28
  key: 'firstPeriodLastScore',
29
- name: 'Last 1st',
29
+ name: 'Last',
30
30
  resultType: ResultType.EXACT_POSITION,
31
31
  },
32
32
  [MarketType.SECOND_PERIOD_FIRST_SCORE]: {
33
33
  id: MarketType.SECOND_PERIOD_FIRST_SCORE,
34
34
  key: 'secondPeriodFirstScore',
35
- name: 'First 2nd',
35
+ name: 'First',
36
36
  resultType: ResultType.EXACT_POSITION,
37
37
  },
38
38
  [MarketType.SECOND_PERIOD_LAST_SCORE]: {
39
39
  id: MarketType.SECOND_PERIOD_LAST_SCORE,
40
40
  key: 'secondPeriodLastScore',
41
- name: 'Last 2nd',
41
+ name: 'Last',
42
42
  resultType: ResultType.EXACT_POSITION,
43
43
  },
44
44