@runnerpro/backend 1.16.12 → 1.17.0
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/lib/cjs/db/index.js +3 -3
- package/lib/cjs/types/workout/estructuraWorkout.d.ts +1 -4
- package/lib/cjs/types/workout/estructuraWorkout.d.ts.map +1 -1
- package/lib/cjs/types/workout/planificacionPrueba7dias/10k/getPlanificacionPrueba7dias10k.d.ts +57 -2
- package/lib/cjs/types/workout/planificacionPrueba7dias/10k/getPlanificacionPrueba7dias10k.d.ts.map +1 -1
- package/lib/cjs/types/workout/planificacionPrueba7dias/10k/getPlanificacionPrueba7dias10kMas50.d.ts +57 -2
- package/lib/cjs/types/workout/planificacionPrueba7dias/10k/getPlanificacionPrueba7dias10kMas50.d.ts.map +1 -1
- package/lib/cjs/types/workout/planificacionPrueba7dias/10k/getPlanificacionPrueba7dias10kPrimer.d.ts +57 -2
- package/lib/cjs/types/workout/planificacionPrueba7dias/10k/getPlanificacionPrueba7dias10kPrimer.d.ts.map +1 -1
- package/lib/cjs/types/workout/planificacionPrueba7dias/10k/getPlanificacionPrueba7dias10kSub50.d.ts +19 -2
- package/lib/cjs/types/workout/planificacionPrueba7dias/10k/getPlanificacionPrueba7dias10kSub50.d.ts.map +1 -1
- package/lib/cjs/types/workout/planificacionPrueba7dias/21k/getPlanificacionPrueba7dias21k.d.ts +27 -2
- package/lib/cjs/types/workout/planificacionPrueba7dias/21k/getPlanificacionPrueba7dias21k.d.ts.map +1 -1
- package/lib/cjs/types/workout/planificacionPrueba7dias/21k/getPlanificacionPrueba7dias21kMas105.d.ts +27 -2
- package/lib/cjs/types/workout/planificacionPrueba7dias/21k/getPlanificacionPrueba7dias21kMas105.d.ts.map +1 -1
- package/lib/cjs/types/workout/planificacionPrueba7dias/21k/getPlanificacionPrueba7dias21kPrimer.d.ts +19 -2
- package/lib/cjs/types/workout/planificacionPrueba7dias/21k/getPlanificacionPrueba7dias21kPrimer.d.ts.map +1 -1
- package/lib/cjs/types/workout/planificacionPrueba7dias/21k/getPlanificacionPrueba7dias21kSub105.d.ts +27 -2
- package/lib/cjs/types/workout/planificacionPrueba7dias/21k/getPlanificacionPrueba7dias21kSub105.d.ts.map +1 -1
- package/lib/cjs/types/workout/planificacionPrueba7dias/42k/getPlanificacionPrueba7dias42kMas210.d.ts +51 -2
- package/lib/cjs/types/workout/planificacionPrueba7dias/42k/getPlanificacionPrueba7dias42kMas210.d.ts.map +1 -1
- package/lib/cjs/types/workout/planificacionPrueba7dias/42k/getPlanificacionPrueba7dias42kPrimer.d.ts.map +1 -1
- package/lib/cjs/types/workout/planificacionPrueba7dias/42k/getPlanificacionPrueba7dias42kSub210.d.ts +19 -2
- package/lib/cjs/types/workout/planificacionPrueba7dias/42k/getPlanificacionPrueba7dias42kSub210.d.ts.map +1 -1
- package/lib/cjs/types/workout/planificacionPrueba7dias/5k/getPlanificacionPrueba7dias5k.d.ts +19 -2
- package/lib/cjs/types/workout/planificacionPrueba7dias/5k/getPlanificacionPrueba7dias5k.d.ts.map +1 -1
- package/lib/cjs/types/workout/planificacionPrueba7dias/5k/getPlanificacionPrueba7dias5kPrimer.d.ts +19 -2
- package/lib/cjs/types/workout/planificacionPrueba7dias/5k/getPlanificacionPrueba7dias5kPrimer.d.ts.map +1 -1
- package/lib/cjs/types/workout/planificacionPrueba7dias/5k/getPlanificacionPrueba7dias5kSub30.d.ts +19 -2
- package/lib/cjs/types/workout/planificacionPrueba7dias/5k/getPlanificacionPrueba7dias5kSub30.d.ts.map +1 -1
- package/lib/cjs/types/workout/planificacionPrueba7dias/common.d.ts +4 -4
- package/lib/cjs/types/workout/planificacionPrueba7dias/common.d.ts.map +1 -1
- package/lib/cjs/types/workout/planificacionPrueba7dias/empezarCorrer/getPlanificacionPrueba7diasEmpezarCorrer1.d.ts.map +1 -1
- package/lib/cjs/types/workout/planificacionPrueba7dias/empezarCorrer/getPlanificacionPrueba7diasEmpezarCorrer2.d.ts.map +1 -1
- package/lib/cjs/types/workout/planificacionPrueba7dias/empezarCorrer/getPlanificacionPrueba7diasEmpezarCorrer3.d.ts.map +1 -1
- package/lib/cjs/workout/estructuraWorkout.js +1 -130
- package/lib/cjs/workout/planificacionPrueba7dias/10k/getPlanificacionPrueba7dias10kMas50.js +22 -13
- package/lib/cjs/workout/planificacionPrueba7dias/10k/getPlanificacionPrueba7dias10kPrimer.js +37 -31
- package/lib/cjs/workout/planificacionPrueba7dias/10k/getPlanificacionPrueba7dias10kSub50.js +22 -14
- package/lib/cjs/workout/planificacionPrueba7dias/21k/getPlanificacionPrueba7dias21kMas105.js +24 -14
- package/lib/cjs/workout/planificacionPrueba7dias/21k/getPlanificacionPrueba7dias21kPrimer.js +21 -12
- package/lib/cjs/workout/planificacionPrueba7dias/21k/getPlanificacionPrueba7dias21kSub105.js +26 -16
- package/lib/cjs/workout/planificacionPrueba7dias/42k/getPlanificacionPrueba7dias42kMas210.js +24 -15
- package/lib/cjs/workout/planificacionPrueba7dias/42k/getPlanificacionPrueba7dias42kPrimer.js +20 -12
- package/lib/cjs/workout/planificacionPrueba7dias/42k/getPlanificacionPrueba7dias42kSub210.js +18 -10
- package/lib/cjs/workout/planificacionPrueba7dias/5k/getPlanificacionPrueba7dias5kPrimer.js +24 -14
- package/lib/cjs/workout/planificacionPrueba7dias/5k/getPlanificacionPrueba7dias5kSub30.js +22 -13
- package/lib/cjs/workout/planificacionPrueba7dias/common.js +20 -47
- package/lib/cjs/workout/planificacionPrueba7dias/empezarCorrer/getPlanificacionPrueba7diasEmpezarCorrer1.js +9 -6
- package/lib/cjs/workout/planificacionPrueba7dias/empezarCorrer/getPlanificacionPrueba7diasEmpezarCorrer2.js +9 -6
- package/lib/cjs/workout/planificacionPrueba7dias/empezarCorrer/getPlanificacionPrueba7diasEmpezarCorrer3.js +9 -6
- package/package.json +1 -1
package/lib/cjs/db/index.js
CHANGED
|
@@ -211,7 +211,7 @@ function enhancePostgreSQLError(error, queryText, values = []) {
|
|
|
211
211
|
original: queryText,
|
|
212
212
|
parsed: getParseQuery(queryText, values),
|
|
213
213
|
values: values,
|
|
214
|
-
length: queryText.length
|
|
214
|
+
length: queryText.length,
|
|
215
215
|
},
|
|
216
216
|
// Información contextual del error
|
|
217
217
|
context: {
|
|
@@ -227,7 +227,7 @@ function enhancePostgreSQLError(error, queryText, values = []) {
|
|
|
227
227
|
dataType: error.dataType,
|
|
228
228
|
file: error.file,
|
|
229
229
|
line: error.line,
|
|
230
|
-
routine: error.routine
|
|
230
|
+
routine: error.routine,
|
|
231
231
|
},
|
|
232
232
|
// Timestamp del error
|
|
233
233
|
timestamp: new Date().toISOString(),
|
|
@@ -247,7 +247,7 @@ function getErrorContext(queryText, position, contextLength = 50) {
|
|
|
247
247
|
before: before,
|
|
248
248
|
after: after,
|
|
249
249
|
position: position - start, // Posición relativa en el contexto
|
|
250
|
-
fullContext: queryText.substring(start, end)
|
|
250
|
+
fullContext: queryText.substring(start, end),
|
|
251
251
|
};
|
|
252
252
|
}
|
|
253
253
|
// ✅ Función para extraer nombre de tabla de la query
|
|
@@ -1,6 +1,3 @@
|
|
|
1
1
|
declare const getStructuraWorkout: (workout: any, estructura: any) => any;
|
|
2
|
-
|
|
3
|
-
declare const savePlantillaEstructuraNotDone: (idPlantilla: any, data: any) => Promise<void>;
|
|
4
|
-
declare const saveDoneStructuraWorkout: (idWorkout: any, estructura: any, workoutType: any) => Promise<void>;
|
|
5
|
-
export { getStructuraWorkout, saveWorkoutEstructuraNotDone, savePlantillaEstructuraNotDone, saveDoneStructuraWorkout };
|
|
2
|
+
export { getStructuraWorkout };
|
|
6
3
|
//# sourceMappingURL=estructuraWorkout.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"estructuraWorkout.d.ts","sourceRoot":"","sources":["../../../../src/workout/estructuraWorkout.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"estructuraWorkout.d.ts","sourceRoot":"","sources":["../../../../src/workout/estructuraWorkout.ts"],"names":[],"mappings":"AAqCA,QAAA,MAAM,mBAAmB,wCAiCxB,CAAC;AAGF,OAAO,EAAE,mBAAmB,EAAE,CAAC"}
|
package/lib/cjs/types/workout/planificacionPrueba7dias/10k/getPlanificacionPrueba7dias10k.d.ts
CHANGED
|
@@ -1,11 +1,66 @@
|
|
|
1
|
-
declare const getPlanificacionPrueba7dias10k: (c: any) => {
|
|
1
|
+
declare const getPlanificacionPrueba7dias10k: (c: any) => ({
|
|
2
2
|
title: string;
|
|
3
3
|
description: string;
|
|
4
4
|
shortDescription: string;
|
|
5
5
|
type: string;
|
|
6
6
|
durationPlanned: number;
|
|
7
7
|
distancePlanned: number;
|
|
8
|
-
|
|
8
|
+
zoneMetric2: number;
|
|
9
|
+
} | {
|
|
10
|
+
title: string;
|
|
11
|
+
description: string;
|
|
12
|
+
shortDescription: string;
|
|
13
|
+
type: string;
|
|
14
|
+
distancePlanned: number;
|
|
15
|
+
durationPlanned: number;
|
|
16
|
+
structure: ({
|
|
17
|
+
index: number;
|
|
18
|
+
type: number;
|
|
19
|
+
typeMetric1: number;
|
|
20
|
+
valueMetric1: number;
|
|
21
|
+
typeMetric2: number;
|
|
22
|
+
valueMetric2: any;
|
|
23
|
+
zoneMetric2: number;
|
|
24
|
+
idSerie?: undefined;
|
|
25
|
+
indexSerie?: undefined;
|
|
26
|
+
} | {
|
|
27
|
+
index: number;
|
|
28
|
+
type: number;
|
|
29
|
+
idSerie: number;
|
|
30
|
+
indexSerie: number;
|
|
31
|
+
typeMetric1: number;
|
|
32
|
+
valueMetric1: number;
|
|
33
|
+
typeMetric2: number;
|
|
34
|
+
valueMetric2: any;
|
|
35
|
+
zoneMetric2: number;
|
|
36
|
+
} | {
|
|
37
|
+
index: number;
|
|
38
|
+
type: number;
|
|
39
|
+
idSerie: number;
|
|
40
|
+
indexSerie: number;
|
|
41
|
+
typeMetric1: number;
|
|
42
|
+
valueMetric1: number;
|
|
43
|
+
typeMetric2?: undefined;
|
|
44
|
+
valueMetric2?: undefined;
|
|
45
|
+
zoneMetric2?: undefined;
|
|
46
|
+
})[];
|
|
47
|
+
} | {
|
|
48
|
+
title: string;
|
|
49
|
+
description: string;
|
|
50
|
+
shortDescription: string;
|
|
51
|
+
type: string;
|
|
52
|
+
distancePlanned: number;
|
|
53
|
+
durationPlanned: number;
|
|
54
|
+
structure: {
|
|
55
|
+
index: number;
|
|
56
|
+
type: number;
|
|
57
|
+
typeMetric1: number;
|
|
58
|
+
valueMetric1: number;
|
|
59
|
+
typeMetric2: number;
|
|
60
|
+
valueMetric2: any;
|
|
61
|
+
zoneMetric2: number;
|
|
62
|
+
}[];
|
|
63
|
+
})[];
|
|
9
64
|
declare const changeGoalDistanceByNivelActual10k: (c: any) => void;
|
|
10
65
|
export { getPlanificacionPrueba7dias10k, changeGoalDistanceByNivelActual10k };
|
|
11
66
|
//# sourceMappingURL=getPlanificacionPrueba7dias10k.d.ts.map
|
package/lib/cjs/types/workout/planificacionPrueba7dias/10k/getPlanificacionPrueba7dias10k.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getPlanificacionPrueba7dias10k.d.ts","sourceRoot":"","sources":["../../../../../../src/workout/planificacionPrueba7dias/10k/getPlanificacionPrueba7dias10k.ts"],"names":[],"mappings":"AAIA,QAAA,MAAM,8BAA8B
|
|
1
|
+
{"version":3,"file":"getPlanificacionPrueba7dias10k.d.ts","sourceRoot":"","sources":["../../../../../../src/workout/planificacionPrueba7dias/10k/getPlanificacionPrueba7dias10k.ts"],"names":[],"mappings":"AAIA,QAAA,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAKnC,CAAC;AAEF,QAAA,MAAM,kCAAkC,kBAMvC,CAAC;AAEF,OAAO,EAAE,8BAA8B,EAAE,kCAAkC,EAAE,CAAC"}
|
package/lib/cjs/types/workout/planificacionPrueba7dias/10k/getPlanificacionPrueba7dias10kMas50.d.ts
CHANGED
|
@@ -1,10 +1,65 @@
|
|
|
1
|
-
declare const getPlanificacionPrueba7dias10kMas50: (c: any) => {
|
|
1
|
+
declare const getPlanificacionPrueba7dias10kMas50: (c: any) => ({
|
|
2
|
+
title: string;
|
|
3
|
+
description: string;
|
|
4
|
+
shortDescription: string;
|
|
5
|
+
type: string;
|
|
6
|
+
distancePlanned: number;
|
|
7
|
+
durationPlanned: number;
|
|
8
|
+
structure: {
|
|
9
|
+
index: number;
|
|
10
|
+
type: number;
|
|
11
|
+
typeMetric1: number;
|
|
12
|
+
valueMetric1: number;
|
|
13
|
+
typeMetric2: number;
|
|
14
|
+
valueMetric2: any;
|
|
15
|
+
zoneMetric2: number;
|
|
16
|
+
}[];
|
|
17
|
+
} | {
|
|
2
18
|
title: string;
|
|
3
19
|
description: string;
|
|
4
20
|
shortDescription: string;
|
|
5
21
|
type: string;
|
|
6
22
|
durationPlanned: number;
|
|
7
23
|
distancePlanned: number;
|
|
8
|
-
|
|
24
|
+
zoneMetric2: number;
|
|
25
|
+
} | {
|
|
26
|
+
title: string;
|
|
27
|
+
description: string;
|
|
28
|
+
shortDescription: string;
|
|
29
|
+
type: string;
|
|
30
|
+
distancePlanned: number;
|
|
31
|
+
durationPlanned: number;
|
|
32
|
+
structure: ({
|
|
33
|
+
index: number;
|
|
34
|
+
type: number;
|
|
35
|
+
typeMetric1: number;
|
|
36
|
+
valueMetric1: number;
|
|
37
|
+
typeMetric2: number;
|
|
38
|
+
valueMetric2: any;
|
|
39
|
+
zoneMetric2: number;
|
|
40
|
+
idSerie?: undefined;
|
|
41
|
+
indexSerie?: undefined;
|
|
42
|
+
} | {
|
|
43
|
+
index: number;
|
|
44
|
+
type: number;
|
|
45
|
+
idSerie: number;
|
|
46
|
+
indexSerie: number;
|
|
47
|
+
typeMetric1: number;
|
|
48
|
+
valueMetric1: number;
|
|
49
|
+
typeMetric2: number;
|
|
50
|
+
valueMetric2: any;
|
|
51
|
+
zoneMetric2: number;
|
|
52
|
+
} | {
|
|
53
|
+
index: number;
|
|
54
|
+
type: number;
|
|
55
|
+
idSerie: number;
|
|
56
|
+
indexSerie: number;
|
|
57
|
+
typeMetric1: number;
|
|
58
|
+
valueMetric1: number;
|
|
59
|
+
typeMetric2?: undefined;
|
|
60
|
+
valueMetric2?: undefined;
|
|
61
|
+
zoneMetric2?: undefined;
|
|
62
|
+
})[];
|
|
63
|
+
})[];
|
|
9
64
|
export { getPlanificacionPrueba7dias10kMas50 };
|
|
10
65
|
//# sourceMappingURL=getPlanificacionPrueba7dias10kMas50.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getPlanificacionPrueba7dias10kMas50.d.ts","sourceRoot":"","sources":["../../../../../../src/workout/planificacionPrueba7dias/10k/getPlanificacionPrueba7dias10kMas50.ts"],"names":[],"mappings":"AAGA,QAAA,MAAM,mCAAmC
|
|
1
|
+
{"version":3,"file":"getPlanificacionPrueba7dias10kMas50.d.ts","sourceRoot":"","sources":["../../../../../../src/workout/planificacionPrueba7dias/10k/getPlanificacionPrueba7dias10kMas50.ts"],"names":[],"mappings":"AAGA,QAAA,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IASxC,CAAC;AA4JF,OAAO,EAAE,mCAAmC,EAAE,CAAC"}
|
package/lib/cjs/types/workout/planificacionPrueba7dias/10k/getPlanificacionPrueba7dias10kPrimer.d.ts
CHANGED
|
@@ -1,10 +1,65 @@
|
|
|
1
|
-
declare const getPlanificacionPrueba7dias10kPrimer: (c: any) => {
|
|
1
|
+
declare const getPlanificacionPrueba7dias10kPrimer: (c: any) => ({
|
|
2
2
|
title: string;
|
|
3
3
|
description: string;
|
|
4
4
|
shortDescription: string;
|
|
5
5
|
type: string;
|
|
6
6
|
durationPlanned: number;
|
|
7
7
|
distancePlanned: number;
|
|
8
|
-
|
|
8
|
+
zoneMetric2: number;
|
|
9
|
+
} | {
|
|
10
|
+
title: string;
|
|
11
|
+
description: string;
|
|
12
|
+
shortDescription: string;
|
|
13
|
+
type: string;
|
|
14
|
+
distancePlanned: number;
|
|
15
|
+
durationPlanned: number;
|
|
16
|
+
structure: ({
|
|
17
|
+
index: number;
|
|
18
|
+
type: number;
|
|
19
|
+
typeMetric1: number;
|
|
20
|
+
valueMetric1: number;
|
|
21
|
+
typeMetric2: number;
|
|
22
|
+
valueMetric2: any;
|
|
23
|
+
zoneMetric2: number;
|
|
24
|
+
idSerie?: undefined;
|
|
25
|
+
indexSerie?: undefined;
|
|
26
|
+
} | {
|
|
27
|
+
index: number;
|
|
28
|
+
type: number;
|
|
29
|
+
idSerie: number;
|
|
30
|
+
indexSerie: number;
|
|
31
|
+
typeMetric1: number;
|
|
32
|
+
valueMetric1: number;
|
|
33
|
+
typeMetric2: number;
|
|
34
|
+
valueMetric2: any;
|
|
35
|
+
zoneMetric2: number;
|
|
36
|
+
} | {
|
|
37
|
+
index: number;
|
|
38
|
+
type: number;
|
|
39
|
+
idSerie: number;
|
|
40
|
+
indexSerie: number;
|
|
41
|
+
typeMetric1: number;
|
|
42
|
+
valueMetric1: number;
|
|
43
|
+
typeMetric2?: undefined;
|
|
44
|
+
valueMetric2?: undefined;
|
|
45
|
+
zoneMetric2?: undefined;
|
|
46
|
+
})[];
|
|
47
|
+
} | {
|
|
48
|
+
title: string;
|
|
49
|
+
description: string;
|
|
50
|
+
shortDescription: string;
|
|
51
|
+
type: string;
|
|
52
|
+
distancePlanned: number;
|
|
53
|
+
durationPlanned: number;
|
|
54
|
+
structure: {
|
|
55
|
+
index: number;
|
|
56
|
+
type: number;
|
|
57
|
+
typeMetric1: number;
|
|
58
|
+
valueMetric1: number;
|
|
59
|
+
typeMetric2: number;
|
|
60
|
+
valueMetric2: any;
|
|
61
|
+
zoneMetric2: number;
|
|
62
|
+
}[];
|
|
63
|
+
})[];
|
|
9
64
|
export { getPlanificacionPrueba7dias10kPrimer };
|
|
10
65
|
//# sourceMappingURL=getPlanificacionPrueba7dias10kPrimer.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getPlanificacionPrueba7dias10kPrimer.d.ts","sourceRoot":"","sources":["../../../../../../src/workout/planificacionPrueba7dias/10k/getPlanificacionPrueba7dias10kPrimer.ts"],"names":[],"mappings":"AAGA,QAAA,MAAM,oCAAoC
|
|
1
|
+
{"version":3,"file":"getPlanificacionPrueba7dias10kPrimer.d.ts","sourceRoot":"","sources":["../../../../../../src/workout/planificacionPrueba7dias/10k/getPlanificacionPrueba7dias10kPrimer.ts"],"names":[],"mappings":"AAGA,QAAA,MAAM,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IASzC,CAAC;AA6IF,OAAO,EAAE,oCAAoC,EAAE,CAAC"}
|
package/lib/cjs/types/workout/planificacionPrueba7dias/10k/getPlanificacionPrueba7dias10kSub50.d.ts
CHANGED
|
@@ -1,10 +1,27 @@
|
|
|
1
|
-
declare const getPlanificacionPrueba7dias10kSub50: (c: any) => {
|
|
1
|
+
declare const getPlanificacionPrueba7dias10kSub50: (c: any) => ({
|
|
2
|
+
title: string;
|
|
3
|
+
description: string;
|
|
4
|
+
shortDescription: string;
|
|
5
|
+
type: string;
|
|
6
|
+
distancePlanned: number;
|
|
7
|
+
durationPlanned: number;
|
|
8
|
+
structure: {
|
|
9
|
+
index: number;
|
|
10
|
+
type: number;
|
|
11
|
+
typeMetric1: number;
|
|
12
|
+
valueMetric1: number;
|
|
13
|
+
typeMetric2: number;
|
|
14
|
+
valueMetric2: any;
|
|
15
|
+
zoneMetric2: number;
|
|
16
|
+
}[];
|
|
17
|
+
} | {
|
|
2
18
|
title: string;
|
|
3
19
|
description: string;
|
|
4
20
|
shortDescription: string;
|
|
5
21
|
type: string;
|
|
6
22
|
durationPlanned: number;
|
|
7
23
|
distancePlanned: number;
|
|
8
|
-
|
|
24
|
+
zoneMetric2: number;
|
|
25
|
+
})[];
|
|
9
26
|
export { getPlanificacionPrueba7dias10kSub50 };
|
|
10
27
|
//# sourceMappingURL=getPlanificacionPrueba7dias10kSub50.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getPlanificacionPrueba7dias10kSub50.d.ts","sourceRoot":"","sources":["../../../../../../src/workout/planificacionPrueba7dias/10k/getPlanificacionPrueba7dias10kSub50.ts"],"names":[],"mappings":"AAGA,QAAA,MAAM,mCAAmC
|
|
1
|
+
{"version":3,"file":"getPlanificacionPrueba7dias10kSub50.d.ts","sourceRoot":"","sources":["../../../../../../src/workout/planificacionPrueba7dias/10k/getPlanificacionPrueba7dias10kSub50.ts"],"names":[],"mappings":"AAGA,QAAA,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;;;;IASxC,CAAC;AAyIF,OAAO,EAAE,mCAAmC,EAAE,CAAC"}
|
package/lib/cjs/types/workout/planificacionPrueba7dias/21k/getPlanificacionPrueba7dias21k.d.ts
CHANGED
|
@@ -1,11 +1,36 @@
|
|
|
1
|
-
declare const getPlanificacionPrueba7dias21k: (c: any) => {
|
|
1
|
+
declare const getPlanificacionPrueba7dias21k: (c: any) => ({
|
|
2
|
+
title: string;
|
|
3
|
+
description: string;
|
|
4
|
+
shortDescription: string;
|
|
5
|
+
type: string;
|
|
6
|
+
distancePlanned: number;
|
|
7
|
+
durationPlanned: number;
|
|
8
|
+
structure: ({
|
|
9
|
+
index: number;
|
|
10
|
+
type: number;
|
|
11
|
+
typeMetric1: number;
|
|
12
|
+
valueMetric1: number;
|
|
13
|
+
typeMetric2: number;
|
|
14
|
+
valueMetric2: any;
|
|
15
|
+
zoneMetric2: number;
|
|
16
|
+
} | {
|
|
17
|
+
index: number;
|
|
18
|
+
type: number;
|
|
19
|
+
typeMetric1: number;
|
|
20
|
+
valueMetric1: number;
|
|
21
|
+
typeMetric2?: undefined;
|
|
22
|
+
valueMetric2?: undefined;
|
|
23
|
+
zoneMetric2?: undefined;
|
|
24
|
+
})[];
|
|
25
|
+
} | {
|
|
2
26
|
title: string;
|
|
3
27
|
description: string;
|
|
4
28
|
shortDescription: string;
|
|
5
29
|
type: string;
|
|
6
30
|
durationPlanned: number;
|
|
7
31
|
distancePlanned: number;
|
|
8
|
-
|
|
32
|
+
zoneMetric2: number;
|
|
33
|
+
})[];
|
|
9
34
|
declare const changeGoalDistanceByNivelActual21k: (c: any) => void;
|
|
10
35
|
export { getPlanificacionPrueba7dias21k, changeGoalDistanceByNivelActual21k };
|
|
11
36
|
//# sourceMappingURL=getPlanificacionPrueba7dias21k.d.ts.map
|
package/lib/cjs/types/workout/planificacionPrueba7dias/21k/getPlanificacionPrueba7dias21k.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getPlanificacionPrueba7dias21k.d.ts","sourceRoot":"","sources":["../../../../../../src/workout/planificacionPrueba7dias/21k/getPlanificacionPrueba7dias21k.ts"],"names":[],"mappings":"AAGA,QAAA,MAAM,8BAA8B
|
|
1
|
+
{"version":3,"file":"getPlanificacionPrueba7dias21k.d.ts","sourceRoot":"","sources":["../../../../../../src/workout/planificacionPrueba7dias/21k/getPlanificacionPrueba7dias21k.ts"],"names":[],"mappings":"AAGA,QAAA,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAKnC,CAAC;AAEF,QAAA,MAAM,kCAAkC,kBAQvC,CAAC;AAEF,OAAO,EAAE,8BAA8B,EAAE,kCAAkC,EAAE,CAAC"}
|
package/lib/cjs/types/workout/planificacionPrueba7dias/21k/getPlanificacionPrueba7dias21kMas105.d.ts
CHANGED
|
@@ -1,10 +1,35 @@
|
|
|
1
|
-
declare const getPlanificacionPrueba7dias21kMas105: (c: any) => {
|
|
1
|
+
declare const getPlanificacionPrueba7dias21kMas105: (c: any) => ({
|
|
2
|
+
title: string;
|
|
3
|
+
description: string;
|
|
4
|
+
shortDescription: string;
|
|
5
|
+
type: string;
|
|
6
|
+
distancePlanned: number;
|
|
7
|
+
durationPlanned: number;
|
|
8
|
+
structure: ({
|
|
9
|
+
index: number;
|
|
10
|
+
type: number;
|
|
11
|
+
typeMetric1: number;
|
|
12
|
+
valueMetric1: number;
|
|
13
|
+
typeMetric2: number;
|
|
14
|
+
valueMetric2: any;
|
|
15
|
+
zoneMetric2: number;
|
|
16
|
+
} | {
|
|
17
|
+
index: number;
|
|
18
|
+
type: number;
|
|
19
|
+
typeMetric1: number;
|
|
20
|
+
valueMetric1: number;
|
|
21
|
+
typeMetric2?: undefined;
|
|
22
|
+
valueMetric2?: undefined;
|
|
23
|
+
zoneMetric2?: undefined;
|
|
24
|
+
})[];
|
|
25
|
+
} | {
|
|
2
26
|
title: string;
|
|
3
27
|
description: string;
|
|
4
28
|
shortDescription: string;
|
|
5
29
|
type: string;
|
|
6
30
|
durationPlanned: number;
|
|
7
31
|
distancePlanned: number;
|
|
8
|
-
|
|
32
|
+
zoneMetric2: number;
|
|
33
|
+
})[];
|
|
9
34
|
export { getPlanificacionPrueba7dias21kMas105 };
|
|
10
35
|
//# sourceMappingURL=getPlanificacionPrueba7dias21kMas105.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getPlanificacionPrueba7dias21kMas105.d.ts","sourceRoot":"","sources":["../../../../../../src/workout/planificacionPrueba7dias/21k/getPlanificacionPrueba7dias21kMas105.ts"],"names":[],"mappings":"AAGA,QAAA,MAAM,oCAAoC
|
|
1
|
+
{"version":3,"file":"getPlanificacionPrueba7dias21kMas105.d.ts","sourceRoot":"","sources":["../../../../../../src/workout/planificacionPrueba7dias/21k/getPlanificacionPrueba7dias21kMas105.ts"],"names":[],"mappings":"AAGA,QAAA,MAAM,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IASzC,CAAC;AAoJF,OAAO,EAAE,oCAAoC,EAAE,CAAC"}
|
package/lib/cjs/types/workout/planificacionPrueba7dias/21k/getPlanificacionPrueba7dias21kPrimer.d.ts
CHANGED
|
@@ -1,10 +1,27 @@
|
|
|
1
|
-
declare const getPlanificacionPrueba7dias21kPrimer: (c: any) => {
|
|
1
|
+
declare const getPlanificacionPrueba7dias21kPrimer: (c: any) => ({
|
|
2
|
+
title: string;
|
|
3
|
+
description: string;
|
|
4
|
+
shortDescription: string;
|
|
5
|
+
type: string;
|
|
6
|
+
distancePlanned: number;
|
|
7
|
+
durationPlanned: number;
|
|
8
|
+
structure: {
|
|
9
|
+
index: number;
|
|
10
|
+
type: number;
|
|
11
|
+
typeMetric1: number;
|
|
12
|
+
valueMetric1: number;
|
|
13
|
+
typeMetric2: number;
|
|
14
|
+
valueMetric2: any;
|
|
15
|
+
zoneMetric2: number;
|
|
16
|
+
}[];
|
|
17
|
+
} | {
|
|
2
18
|
title: string;
|
|
3
19
|
description: string;
|
|
4
20
|
shortDescription: string;
|
|
5
21
|
type: string;
|
|
6
22
|
durationPlanned: number;
|
|
7
23
|
distancePlanned: number;
|
|
8
|
-
|
|
24
|
+
zoneMetric2: number;
|
|
25
|
+
})[];
|
|
9
26
|
export { getPlanificacionPrueba7dias21kPrimer };
|
|
10
27
|
//# sourceMappingURL=getPlanificacionPrueba7dias21kPrimer.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getPlanificacionPrueba7dias21kPrimer.d.ts","sourceRoot":"","sources":["../../../../../../src/workout/planificacionPrueba7dias/21k/getPlanificacionPrueba7dias21kPrimer.ts"],"names":[],"mappings":"AAGA,QAAA,MAAM,oCAAoC
|
|
1
|
+
{"version":3,"file":"getPlanificacionPrueba7dias21kPrimer.d.ts","sourceRoot":"","sources":["../../../../../../src/workout/planificacionPrueba7dias/21k/getPlanificacionPrueba7dias21kPrimer.ts"],"names":[],"mappings":"AAGA,QAAA,MAAM,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;;IASzC,CAAC;AAsIF,OAAO,EAAE,oCAAoC,EAAE,CAAC"}
|
package/lib/cjs/types/workout/planificacionPrueba7dias/21k/getPlanificacionPrueba7dias21kSub105.d.ts
CHANGED
|
@@ -1,10 +1,35 @@
|
|
|
1
|
-
declare const getPlanificacionPrueba7dias21kSub105: (c: any) => {
|
|
1
|
+
declare const getPlanificacionPrueba7dias21kSub105: (c: any) => ({
|
|
2
|
+
title: string;
|
|
3
|
+
description: string;
|
|
4
|
+
shortDescription: string;
|
|
5
|
+
type: string;
|
|
6
|
+
distancePlanned: number;
|
|
7
|
+
durationPlanned: number;
|
|
8
|
+
structure: ({
|
|
9
|
+
index: number;
|
|
10
|
+
type: number;
|
|
11
|
+
typeMetric1: number;
|
|
12
|
+
valueMetric1: number;
|
|
13
|
+
typeMetric2: number;
|
|
14
|
+
valueMetric2: any;
|
|
15
|
+
zoneMetric2: number;
|
|
16
|
+
} | {
|
|
17
|
+
index: number;
|
|
18
|
+
type: number;
|
|
19
|
+
typeMetric1: number;
|
|
20
|
+
valueMetric1: number;
|
|
21
|
+
typeMetric2?: undefined;
|
|
22
|
+
valueMetric2?: undefined;
|
|
23
|
+
zoneMetric2?: undefined;
|
|
24
|
+
})[];
|
|
25
|
+
} | {
|
|
2
26
|
title: string;
|
|
3
27
|
description: string;
|
|
4
28
|
shortDescription: string;
|
|
5
29
|
type: string;
|
|
6
30
|
durationPlanned: number;
|
|
7
31
|
distancePlanned: number;
|
|
8
|
-
|
|
32
|
+
zoneMetric2: number;
|
|
33
|
+
})[];
|
|
9
34
|
export { getPlanificacionPrueba7dias21kSub105 };
|
|
10
35
|
//# sourceMappingURL=getPlanificacionPrueba7dias21kSub105.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getPlanificacionPrueba7dias21kSub105.d.ts","sourceRoot":"","sources":["../../../../../../src/workout/planificacionPrueba7dias/21k/getPlanificacionPrueba7dias21kSub105.ts"],"names":[],"mappings":"AAGA,QAAA,MAAM,oCAAoC
|
|
1
|
+
{"version":3,"file":"getPlanificacionPrueba7dias21kSub105.d.ts","sourceRoot":"","sources":["../../../../../../src/workout/planificacionPrueba7dias/21k/getPlanificacionPrueba7dias21kSub105.ts"],"names":[],"mappings":"AAGA,QAAA,MAAM,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IASzC,CAAC;AAoJF,OAAO,EAAE,oCAAoC,EAAE,CAAC"}
|
package/lib/cjs/types/workout/planificacionPrueba7dias/42k/getPlanificacionPrueba7dias42kMas210.d.ts
CHANGED
|
@@ -1,10 +1,59 @@
|
|
|
1
|
-
declare const getPlanificacionPrueba7dias42kMas210: (c: any) => {
|
|
1
|
+
declare const getPlanificacionPrueba7dias42kMas210: (c: any) => ({
|
|
2
|
+
title: string;
|
|
3
|
+
description: string;
|
|
4
|
+
shortDescription: string;
|
|
5
|
+
type: string;
|
|
6
|
+
distancePlanned: number;
|
|
7
|
+
durationPlanned: number;
|
|
8
|
+
structure: ({
|
|
9
|
+
index: number;
|
|
10
|
+
type: number;
|
|
11
|
+
typeMetric1: number;
|
|
12
|
+
valueMetric1: number;
|
|
13
|
+
typeMetric2: number;
|
|
14
|
+
valueMetric2: any;
|
|
15
|
+
zoneMetric2: number;
|
|
16
|
+
} | {
|
|
17
|
+
index: number;
|
|
18
|
+
type: number;
|
|
19
|
+
typeMetric1: number;
|
|
20
|
+
valueMetric1: number;
|
|
21
|
+
typeMetric2?: undefined;
|
|
22
|
+
valueMetric2?: undefined;
|
|
23
|
+
zoneMetric2?: undefined;
|
|
24
|
+
})[];
|
|
25
|
+
} | {
|
|
26
|
+
title: string;
|
|
27
|
+
description: string;
|
|
28
|
+
shortDescription: string;
|
|
29
|
+
type: string;
|
|
30
|
+
distancePlanned: number;
|
|
31
|
+
durationPlanned: number;
|
|
32
|
+
structure: ({
|
|
33
|
+
index: number;
|
|
34
|
+
type: number;
|
|
35
|
+
typeMetric1: number;
|
|
36
|
+
valueMetric1: number;
|
|
37
|
+
typeMetric2: number;
|
|
38
|
+
valueMetric2: any;
|
|
39
|
+
zoneMetric2?: undefined;
|
|
40
|
+
} | {
|
|
41
|
+
index: number;
|
|
42
|
+
type: number;
|
|
43
|
+
typeMetric1: number;
|
|
44
|
+
valueMetric1: number;
|
|
45
|
+
typeMetric2: number;
|
|
46
|
+
valueMetric2: any;
|
|
47
|
+
zoneMetric2: number;
|
|
48
|
+
})[];
|
|
49
|
+
} | {
|
|
2
50
|
title: string;
|
|
3
51
|
description: string;
|
|
4
52
|
shortDescription: string;
|
|
5
53
|
type: string;
|
|
6
54
|
durationPlanned: number;
|
|
7
55
|
distancePlanned: number;
|
|
8
|
-
|
|
56
|
+
zoneMetric2: number;
|
|
57
|
+
})[];
|
|
9
58
|
export { getPlanificacionPrueba7dias42kMas210 };
|
|
10
59
|
//# sourceMappingURL=getPlanificacionPrueba7dias42kMas210.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getPlanificacionPrueba7dias42kMas210.d.ts","sourceRoot":"","sources":["../../../../../../src/workout/planificacionPrueba7dias/42k/getPlanificacionPrueba7dias42kMas210.ts"],"names":[],"mappings":"AAGA,QAAA,MAAM,oCAAoC
|
|
1
|
+
{"version":3,"file":"getPlanificacionPrueba7dias42kMas210.d.ts","sourceRoot":"","sources":["../../../../../../src/workout/planificacionPrueba7dias/42k/getPlanificacionPrueba7dias42kMas210.ts"],"names":[],"mappings":"AAGA,QAAA,MAAM,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IASzC,CAAC;AA2JF,OAAO,EAAE,oCAAoC,EAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getPlanificacionPrueba7dias42kPrimer.d.ts","sourceRoot":"","sources":["../../../../../../src/workout/planificacionPrueba7dias/42k/getPlanificacionPrueba7dias42kPrimer.ts"],"names":[],"mappings":"AAGA,QAAA,MAAM,oCAAoC;;;;;;;GASzC,CAAC;
|
|
1
|
+
{"version":3,"file":"getPlanificacionPrueba7dias42kPrimer.d.ts","sourceRoot":"","sources":["../../../../../../src/workout/planificacionPrueba7dias/42k/getPlanificacionPrueba7dias42kPrimer.ts"],"names":[],"mappings":"AAGA,QAAA,MAAM,oCAAoC;;;;;;;GASzC,CAAC;AAgKF,OAAO,EAAE,oCAAoC,EAAE,CAAC"}
|
package/lib/cjs/types/workout/planificacionPrueba7dias/42k/getPlanificacionPrueba7dias42kSub210.d.ts
CHANGED
|
@@ -1,10 +1,27 @@
|
|
|
1
|
-
declare const getPlanificacionPrueba7dias42kSub210: (c: any) => {
|
|
1
|
+
declare const getPlanificacionPrueba7dias42kSub210: (c: any) => ({
|
|
2
|
+
title: string;
|
|
3
|
+
description: string;
|
|
4
|
+
shortDescription: string;
|
|
5
|
+
type: string;
|
|
6
|
+
distancePlanned: number;
|
|
7
|
+
durationPlanned: number;
|
|
8
|
+
structure: {
|
|
9
|
+
index: number;
|
|
10
|
+
type: number;
|
|
11
|
+
typeMetric1: number;
|
|
12
|
+
valueMetric1: number;
|
|
13
|
+
typeMetric2: number;
|
|
14
|
+
valueMetric2: any;
|
|
15
|
+
zoneMetric2: number;
|
|
16
|
+
}[];
|
|
17
|
+
} | {
|
|
2
18
|
title: string;
|
|
3
19
|
description: string;
|
|
4
20
|
shortDescription: string;
|
|
5
21
|
type: string;
|
|
6
22
|
durationPlanned: number;
|
|
7
23
|
distancePlanned: number;
|
|
8
|
-
|
|
24
|
+
zoneMetric2: number;
|
|
25
|
+
})[];
|
|
9
26
|
export { getPlanificacionPrueba7dias42kSub210 };
|
|
10
27
|
//# sourceMappingURL=getPlanificacionPrueba7dias42kSub210.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getPlanificacionPrueba7dias42kSub210.d.ts","sourceRoot":"","sources":["../../../../../../src/workout/planificacionPrueba7dias/42k/getPlanificacionPrueba7dias42kSub210.ts"],"names":[],"mappings":"AAGA,QAAA,MAAM,oCAAoC
|
|
1
|
+
{"version":3,"file":"getPlanificacionPrueba7dias42kSub210.d.ts","sourceRoot":"","sources":["../../../../../../src/workout/planificacionPrueba7dias/42k/getPlanificacionPrueba7dias42kSub210.ts"],"names":[],"mappings":"AAGA,QAAA,MAAM,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;;IASzC,CAAC;AA4IF,OAAO,EAAE,oCAAoC,EAAE,CAAC"}
|
package/lib/cjs/types/workout/planificacionPrueba7dias/5k/getPlanificacionPrueba7dias5k.d.ts
CHANGED
|
@@ -1,11 +1,28 @@
|
|
|
1
|
-
declare const getPlanificacionPrueba7dias5k: (c: any) => {
|
|
1
|
+
declare const getPlanificacionPrueba7dias5k: (c: any) => ({
|
|
2
2
|
title: string;
|
|
3
3
|
description: string;
|
|
4
4
|
shortDescription: string;
|
|
5
5
|
type: string;
|
|
6
6
|
durationPlanned: number;
|
|
7
7
|
distancePlanned: number;
|
|
8
|
-
|
|
8
|
+
zoneMetric2: number;
|
|
9
|
+
} | {
|
|
10
|
+
title: string;
|
|
11
|
+
description: string;
|
|
12
|
+
shortDescription: string;
|
|
13
|
+
type: string;
|
|
14
|
+
distancePlanned: number;
|
|
15
|
+
durationPlanned: number;
|
|
16
|
+
structure: {
|
|
17
|
+
index: number;
|
|
18
|
+
type: number;
|
|
19
|
+
typeMetric1: number;
|
|
20
|
+
valueMetric1: number;
|
|
21
|
+
typeMetric2: number;
|
|
22
|
+
valueMetric2: any;
|
|
23
|
+
zoneMetric2: number;
|
|
24
|
+
}[];
|
|
25
|
+
})[];
|
|
9
26
|
declare const changeGoalDistanceByNivelActual5k: (c: any) => void;
|
|
10
27
|
export { getPlanificacionPrueba7dias5k, changeGoalDistanceByNivelActual5k };
|
|
11
28
|
//# sourceMappingURL=getPlanificacionPrueba7dias5k.d.ts.map
|
package/lib/cjs/types/workout/planificacionPrueba7dias/5k/getPlanificacionPrueba7dias5k.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getPlanificacionPrueba7dias5k.d.ts","sourceRoot":"","sources":["../../../../../../src/workout/planificacionPrueba7dias/5k/getPlanificacionPrueba7dias5k.ts"],"names":[],"mappings":"AAGA,QAAA,MAAM,6BAA6B
|
|
1
|
+
{"version":3,"file":"getPlanificacionPrueba7dias5k.d.ts","sourceRoot":"","sources":["../../../../../../src/workout/planificacionPrueba7dias/5k/getPlanificacionPrueba7dias5k.ts"],"names":[],"mappings":"AAGA,QAAA,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;IAIlC,CAAC;AAEF,QAAA,MAAM,iCAAiC,kBAItC,CAAC;AAEF,OAAO,EAAE,6BAA6B,EAAE,iCAAiC,EAAE,CAAC"}
|
package/lib/cjs/types/workout/planificacionPrueba7dias/5k/getPlanificacionPrueba7dias5kPrimer.d.ts
CHANGED
|
@@ -1,10 +1,27 @@
|
|
|
1
|
-
declare const getPlanificacionPrueba7dias5kPrimer: (c: any) => {
|
|
1
|
+
declare const getPlanificacionPrueba7dias5kPrimer: (c: any) => ({
|
|
2
2
|
title: string;
|
|
3
3
|
description: string;
|
|
4
4
|
shortDescription: string;
|
|
5
5
|
type: string;
|
|
6
6
|
durationPlanned: number;
|
|
7
7
|
distancePlanned: number;
|
|
8
|
-
|
|
8
|
+
zoneMetric2: number;
|
|
9
|
+
} | {
|
|
10
|
+
title: string;
|
|
11
|
+
description: string;
|
|
12
|
+
shortDescription: string;
|
|
13
|
+
type: string;
|
|
14
|
+
distancePlanned: number;
|
|
15
|
+
durationPlanned: number;
|
|
16
|
+
structure: {
|
|
17
|
+
index: number;
|
|
18
|
+
type: number;
|
|
19
|
+
typeMetric1: number;
|
|
20
|
+
valueMetric1: number;
|
|
21
|
+
typeMetric2: number;
|
|
22
|
+
valueMetric2: any;
|
|
23
|
+
zoneMetric2: number;
|
|
24
|
+
}[];
|
|
25
|
+
})[];
|
|
9
26
|
export { getPlanificacionPrueba7dias5kPrimer };
|
|
10
27
|
//# sourceMappingURL=getPlanificacionPrueba7dias5kPrimer.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getPlanificacionPrueba7dias5kPrimer.d.ts","sourceRoot":"","sources":["../../../../../../src/workout/planificacionPrueba7dias/5k/getPlanificacionPrueba7dias5kPrimer.ts"],"names":[],"mappings":"AAGA,QAAA,MAAM,mCAAmC
|
|
1
|
+
{"version":3,"file":"getPlanificacionPrueba7dias5kPrimer.d.ts","sourceRoot":"","sources":["../../../../../../src/workout/planificacionPrueba7dias/5k/getPlanificacionPrueba7dias5kPrimer.ts"],"names":[],"mappings":"AAGA,QAAA,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;;;;IASxC,CAAC;AAyJF,OAAO,EAAE,mCAAmC,EAAE,CAAC"}
|