@dimrev4/fitness-v3-backend 0.0.38 → 0.0.39
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/api.ts +0 -24
- package/dist/api.d.ts +0 -24
- package/dist/esm/api.d.ts +0 -24
- package/docs/ExerciseDto.md +0 -2
- package/docs/ExerciseWithSetsDto.md +0 -2
- package/docs/SavedWorkoutDetailsDto.md +0 -2
- package/docs/SavedWorkoutDto.md +0 -2
- package/package.json +1 -1
package/api.ts
CHANGED
|
@@ -632,12 +632,6 @@ export interface ExerciseDto {
|
|
|
632
632
|
* @memberof ExerciseDto
|
|
633
633
|
*/
|
|
634
634
|
'description': string;
|
|
635
|
-
/**
|
|
636
|
-
* Exercise image URL
|
|
637
|
-
* @type {string}
|
|
638
|
-
* @memberof ExerciseDto
|
|
639
|
-
*/
|
|
640
|
-
'imgUrl': string;
|
|
641
635
|
/**
|
|
642
636
|
* Exercise type
|
|
643
637
|
* @type {string}
|
|
@@ -793,12 +787,6 @@ export interface ExerciseWithSetsDto {
|
|
|
793
787
|
* @memberof ExerciseWithSetsDto
|
|
794
788
|
*/
|
|
795
789
|
'description': string;
|
|
796
|
-
/**
|
|
797
|
-
* Exercise image URL
|
|
798
|
-
* @type {string}
|
|
799
|
-
* @memberof ExerciseWithSetsDto
|
|
800
|
-
*/
|
|
801
|
-
'imgUrl': string;
|
|
802
790
|
/**
|
|
803
791
|
* Exercise type
|
|
804
792
|
* @type {string}
|
|
@@ -2386,12 +2374,6 @@ export interface SavedWorkoutDetailsDto {
|
|
|
2386
2374
|
* @memberof SavedWorkoutDetailsDto
|
|
2387
2375
|
*/
|
|
2388
2376
|
'description': string;
|
|
2389
|
-
/**
|
|
2390
|
-
* Saved workout image URL
|
|
2391
|
-
* @type {string}
|
|
2392
|
-
* @memberof SavedWorkoutDetailsDto
|
|
2393
|
-
*/
|
|
2394
|
-
'imageUrl': string;
|
|
2395
2377
|
/**
|
|
2396
2378
|
* Saved workout resource type
|
|
2397
2379
|
* @type {string}
|
|
@@ -2474,12 +2456,6 @@ export interface SavedWorkoutDto {
|
|
|
2474
2456
|
* @memberof SavedWorkoutDto
|
|
2475
2457
|
*/
|
|
2476
2458
|
'description': string;
|
|
2477
|
-
/**
|
|
2478
|
-
* Saved workout image URL
|
|
2479
|
-
* @type {string}
|
|
2480
|
-
* @memberof SavedWorkoutDto
|
|
2481
|
-
*/
|
|
2482
|
-
'imageUrl': string;
|
|
2483
2459
|
/**
|
|
2484
2460
|
* Saved workout resource type
|
|
2485
2461
|
* @type {string}
|
package/dist/api.d.ts
CHANGED
|
@@ -604,12 +604,6 @@ export interface ExerciseDto {
|
|
|
604
604
|
* @memberof ExerciseDto
|
|
605
605
|
*/
|
|
606
606
|
'description': string;
|
|
607
|
-
/**
|
|
608
|
-
* Exercise image URL
|
|
609
|
-
* @type {string}
|
|
610
|
-
* @memberof ExerciseDto
|
|
611
|
-
*/
|
|
612
|
-
'imgUrl': string;
|
|
613
607
|
/**
|
|
614
608
|
* Exercise type
|
|
615
609
|
* @type {string}
|
|
@@ -759,12 +753,6 @@ export interface ExerciseWithSetsDto {
|
|
|
759
753
|
* @memberof ExerciseWithSetsDto
|
|
760
754
|
*/
|
|
761
755
|
'description': string;
|
|
762
|
-
/**
|
|
763
|
-
* Exercise image URL
|
|
764
|
-
* @type {string}
|
|
765
|
-
* @memberof ExerciseWithSetsDto
|
|
766
|
-
*/
|
|
767
|
-
'imgUrl': string;
|
|
768
756
|
/**
|
|
769
757
|
* Exercise type
|
|
770
758
|
* @type {string}
|
|
@@ -2330,12 +2318,6 @@ export interface SavedWorkoutDetailsDto {
|
|
|
2330
2318
|
* @memberof SavedWorkoutDetailsDto
|
|
2331
2319
|
*/
|
|
2332
2320
|
'description': string;
|
|
2333
|
-
/**
|
|
2334
|
-
* Saved workout image URL
|
|
2335
|
-
* @type {string}
|
|
2336
|
-
* @memberof SavedWorkoutDetailsDto
|
|
2337
|
-
*/
|
|
2338
|
-
'imageUrl': string;
|
|
2339
2321
|
/**
|
|
2340
2322
|
* Saved workout resource type
|
|
2341
2323
|
* @type {string}
|
|
@@ -2415,12 +2397,6 @@ export interface SavedWorkoutDto {
|
|
|
2415
2397
|
* @memberof SavedWorkoutDto
|
|
2416
2398
|
*/
|
|
2417
2399
|
'description': string;
|
|
2418
|
-
/**
|
|
2419
|
-
* Saved workout image URL
|
|
2420
|
-
* @type {string}
|
|
2421
|
-
* @memberof SavedWorkoutDto
|
|
2422
|
-
*/
|
|
2423
|
-
'imageUrl': string;
|
|
2424
2400
|
/**
|
|
2425
2401
|
* Saved workout resource type
|
|
2426
2402
|
* @type {string}
|
package/dist/esm/api.d.ts
CHANGED
|
@@ -604,12 +604,6 @@ export interface ExerciseDto {
|
|
|
604
604
|
* @memberof ExerciseDto
|
|
605
605
|
*/
|
|
606
606
|
'description': string;
|
|
607
|
-
/**
|
|
608
|
-
* Exercise image URL
|
|
609
|
-
* @type {string}
|
|
610
|
-
* @memberof ExerciseDto
|
|
611
|
-
*/
|
|
612
|
-
'imgUrl': string;
|
|
613
607
|
/**
|
|
614
608
|
* Exercise type
|
|
615
609
|
* @type {string}
|
|
@@ -759,12 +753,6 @@ export interface ExerciseWithSetsDto {
|
|
|
759
753
|
* @memberof ExerciseWithSetsDto
|
|
760
754
|
*/
|
|
761
755
|
'description': string;
|
|
762
|
-
/**
|
|
763
|
-
* Exercise image URL
|
|
764
|
-
* @type {string}
|
|
765
|
-
* @memberof ExerciseWithSetsDto
|
|
766
|
-
*/
|
|
767
|
-
'imgUrl': string;
|
|
768
756
|
/**
|
|
769
757
|
* Exercise type
|
|
770
758
|
* @type {string}
|
|
@@ -2330,12 +2318,6 @@ export interface SavedWorkoutDetailsDto {
|
|
|
2330
2318
|
* @memberof SavedWorkoutDetailsDto
|
|
2331
2319
|
*/
|
|
2332
2320
|
'description': string;
|
|
2333
|
-
/**
|
|
2334
|
-
* Saved workout image URL
|
|
2335
|
-
* @type {string}
|
|
2336
|
-
* @memberof SavedWorkoutDetailsDto
|
|
2337
|
-
*/
|
|
2338
|
-
'imageUrl': string;
|
|
2339
2321
|
/**
|
|
2340
2322
|
* Saved workout resource type
|
|
2341
2323
|
* @type {string}
|
|
@@ -2415,12 +2397,6 @@ export interface SavedWorkoutDto {
|
|
|
2415
2397
|
* @memberof SavedWorkoutDto
|
|
2416
2398
|
*/
|
|
2417
2399
|
'description': string;
|
|
2418
|
-
/**
|
|
2419
|
-
* Saved workout image URL
|
|
2420
|
-
* @type {string}
|
|
2421
|
-
* @memberof SavedWorkoutDto
|
|
2422
|
-
*/
|
|
2423
|
-
'imageUrl': string;
|
|
2424
2400
|
/**
|
|
2425
2401
|
* Saved workout resource type
|
|
2426
2402
|
* @type {string}
|
package/docs/ExerciseDto.md
CHANGED
|
@@ -8,7 +8,6 @@ Name | Type | Description | Notes
|
|
|
8
8
|
**id** | **string** | Exercise ID | [default to undefined]
|
|
9
9
|
**name** | **string** | Exercise name | [default to undefined]
|
|
10
10
|
**description** | **string** | Exercise description | [default to undefined]
|
|
11
|
-
**imgUrl** | **string** | Exercise image URL | [default to undefined]
|
|
12
11
|
**type** | **string** | Exercise type | [default to undefined]
|
|
13
12
|
**bodyParts** | **Array<string>** | Exercise body parts | [default to undefined]
|
|
14
13
|
**equipment** | **Array<string>** | Exercise equipment | [default to undefined]
|
|
@@ -27,7 +26,6 @@ const instance: ExerciseDto = {
|
|
|
27
26
|
id,
|
|
28
27
|
name,
|
|
29
28
|
description,
|
|
30
|
-
imgUrl,
|
|
31
29
|
type,
|
|
32
30
|
bodyParts,
|
|
33
31
|
equipment,
|
|
@@ -8,7 +8,6 @@ Name | Type | Description | Notes
|
|
|
8
8
|
**id** | **string** | Exercise ID | [default to undefined]
|
|
9
9
|
**name** | **string** | Exercise name | [default to undefined]
|
|
10
10
|
**description** | **string** | Exercise description | [default to undefined]
|
|
11
|
-
**imgUrl** | **string** | Exercise image URL | [default to undefined]
|
|
12
11
|
**type** | **string** | Exercise type | [default to undefined]
|
|
13
12
|
**bodyParts** | **Array<string>** | Exercise body parts | [default to undefined]
|
|
14
13
|
**equipment** | **Array<string>** | Exercise equipment | [default to undefined]
|
|
@@ -29,7 +28,6 @@ const instance: ExerciseWithSetsDto = {
|
|
|
29
28
|
id,
|
|
30
29
|
name,
|
|
31
30
|
description,
|
|
32
|
-
imgUrl,
|
|
33
31
|
type,
|
|
34
32
|
bodyParts,
|
|
35
33
|
equipment,
|
|
@@ -8,7 +8,6 @@ Name | Type | Description | Notes
|
|
|
8
8
|
**id** | **string** | Saved workout ID | [default to undefined]
|
|
9
9
|
**name** | **string** | Saved workout name | [default to undefined]
|
|
10
10
|
**description** | **string** | Saved workout description | [default to undefined]
|
|
11
|
-
**imageUrl** | **string** | Saved workout image URL | [default to undefined]
|
|
12
11
|
**ResourceType** | **string** | Saved workout resource type | [default to undefined]
|
|
13
12
|
**workoutExerciseMeta** | [**SavedWorkoutWorkoutExerciseMetaDto**](SavedWorkoutWorkoutExerciseMetaDto.md) | | [default to undefined]
|
|
14
13
|
**userId** | **object** | User ID | [optional] [default to undefined]
|
|
@@ -27,7 +26,6 @@ const instance: SavedWorkoutDetailsDto = {
|
|
|
27
26
|
id,
|
|
28
27
|
name,
|
|
29
28
|
description,
|
|
30
|
-
imageUrl,
|
|
31
29
|
ResourceType,
|
|
32
30
|
workoutExerciseMeta,
|
|
33
31
|
userId,
|
package/docs/SavedWorkoutDto.md
CHANGED
|
@@ -8,7 +8,6 @@ Name | Type | Description | Notes
|
|
|
8
8
|
**id** | **string** | Saved workout ID | [default to undefined]
|
|
9
9
|
**name** | **string** | Saved workout name | [default to undefined]
|
|
10
10
|
**description** | **string** | Saved workout description | [default to undefined]
|
|
11
|
-
**imageUrl** | **string** | Saved workout image URL | [default to undefined]
|
|
12
11
|
**ResourceType** | **string** | Saved workout resource type | [default to undefined]
|
|
13
12
|
**workoutExerciseMeta** | [**SavedWorkoutWorkoutExerciseMetaDto**](SavedWorkoutWorkoutExerciseMetaDto.md) | | [default to undefined]
|
|
14
13
|
**userId** | **object** | User ID | [optional] [default to undefined]
|
|
@@ -26,7 +25,6 @@ const instance: SavedWorkoutDto = {
|
|
|
26
25
|
id,
|
|
27
26
|
name,
|
|
28
27
|
description,
|
|
29
|
-
imageUrl,
|
|
30
28
|
ResourceType,
|
|
31
29
|
workoutExerciseMeta,
|
|
32
30
|
userId,
|