@golstats/gsc-lineups-reports 1.1.1 → 1.1.3
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.
|
@@ -9658,6 +9658,8 @@ const Uf = {
|
|
|
9658
9658
|
lastGetMXMUrl: "",
|
|
9659
9659
|
selectOptMenuheader: "Probables",
|
|
9660
9660
|
token: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MCwibmFtZSI6IlVzdWFyaW8gRnJlZSIsInVzZXJuYW1lIjoiZnJlZUBnb2xzdGF0cy5jb20iLCJlbWFpbCI6ImZyZWVAZ29sc3RhdHMuY29tIiwiaWF0IjoxNjA2NzU4Nzk1LCJleHAiOjE2MzgyOTQ3OTV9.kPNmP7yDtk38cAXrUyc7OHRh6J25VFqy-XUNzbK-4YE",
|
|
9661
|
+
// NO USAR: JWT vencido (exp 2024-10-02) y con claim provider_id: 1, por lo que las
|
|
9662
|
+
// rutas /2/... responden 403 Forbidden. Las peticiones van con `token` (free), que si pasa.
|
|
9661
9663
|
tokenPremium: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NTg2LCJuYW1lIjoiSkFTIEdvbFN0YXRzIiwidXNlcm5hbWUiOiJ5YXRlYW1lcmljYSIsImVtYWlsIjoiIiwicHJvdmlkZXJfaWQiOjEsImxvZ2luX2dvbHN0YXRzIjoxLCJpYXQiOjE2OTYzNjU1ODcsImV4cCI6MTcyNzkwMTU4N30.jynRtgtFM8sf8gtqZJ-1gHLc2Ws13TIykXcfrlOvv1g",
|
|
9662
9664
|
urlGames: "https://iwxfzq6e2h.execute-api.us-west-2.amazonaws.com/prod/v2/statisticsLeagueBySeason/",
|
|
9663
9665
|
url: "https://tj4cepyjc4.execute-api.us-west-2.amazonaws.com/prod/lineups/",
|
|
@@ -10515,7 +10517,7 @@ const Uf = {
|
|
|
10515
10517
|
try {
|
|
10516
10518
|
const h = await W.create({
|
|
10517
10519
|
headers: {
|
|
10518
|
-
Authorization: `${this.
|
|
10520
|
+
Authorization: `${this.token}`
|
|
10519
10521
|
}
|
|
10520
10522
|
}).get(
|
|
10521
10523
|
Ce(this.url + e, this.provider, this.isDevApis)
|
|
@@ -10823,7 +10825,7 @@ const Uf = {
|
|
|
10823
10825
|
try {
|
|
10824
10826
|
const w = await W.create({
|
|
10825
10827
|
headers: {
|
|
10826
|
-
Authorization: `${this.
|
|
10828
|
+
Authorization: `${this.token}`
|
|
10827
10829
|
}
|
|
10828
10830
|
}).get(
|
|
10829
10831
|
Ce(this.url + e, this.provider, this.isDevApis)
|
|
@@ -11091,7 +11093,7 @@ const Uf = {
|
|
|
11091
11093
|
async getHeaderInfo(e, t = null) {
|
|
11092
11094
|
const i = W.create({
|
|
11093
11095
|
headers: {
|
|
11094
|
-
Authorization: `${this.
|
|
11096
|
+
Authorization: `${this.token}`
|
|
11095
11097
|
}
|
|
11096
11098
|
}), s = t || await i.get(
|
|
11097
11099
|
Ce(
|
|
@@ -11149,7 +11151,7 @@ const Uf = {
|
|
|
11149
11151
|
async gameDataInfo(e, t = null) {
|
|
11150
11152
|
const i = W.create({
|
|
11151
11153
|
headers: {
|
|
11152
|
-
Authorization: `${this.
|
|
11154
|
+
Authorization: `${this.token}`
|
|
11153
11155
|
}
|
|
11154
11156
|
}), s = t || await i.get(
|
|
11155
11157
|
Ce(
|
|
@@ -11221,7 +11223,7 @@ const Uf = {
|
|
|
11221
11223
|
this.lastMXMUrl = C;
|
|
11222
11224
|
const b = await W.create({
|
|
11223
11225
|
headers: {
|
|
11224
|
-
Authorization: `${this.
|
|
11226
|
+
Authorization: `${this.token}`
|
|
11225
11227
|
}
|
|
11226
11228
|
}).get(C);
|
|
11227
11229
|
for (let u = 0; u < this.playersHome.length; u++)
|
|
@@ -11325,7 +11327,7 @@ const Uf = {
|
|
|
11325
11327
|
this.lastGetLineUpGameId = e, this.lastSection = this.selectOptMenuheader;
|
|
11326
11328
|
const te = W.create({
|
|
11327
11329
|
headers: {
|
|
11328
|
-
Authorization: `${this.
|
|
11330
|
+
Authorization: `${this.token}`
|
|
11329
11331
|
}
|
|
11330
11332
|
}), R = t || await te.get(
|
|
11331
11333
|
Ce(this.url + e, this.provider, this.isDevApis)
|