@dimrev4/fitness-v3-backend 0.0.38 → 0.0.40

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 CHANGED
@@ -66,12 +66,6 @@ export interface CreateExerciseRequestDto {
66
66
  * @memberof CreateExerciseRequestDto
67
67
  */
68
68
  'description': string;
69
- /**
70
- * Exercise image URL
71
- * @type {string}
72
- * @memberof CreateExerciseRequestDto
73
- */
74
- 'imgUrl': string;
75
69
  /**
76
70
  * Exercise type
77
71
  * @type {string}
@@ -632,12 +626,6 @@ export interface ExerciseDto {
632
626
  * @memberof ExerciseDto
633
627
  */
634
628
  'description': string;
635
- /**
636
- * Exercise image URL
637
- * @type {string}
638
- * @memberof ExerciseDto
639
- */
640
- 'imgUrl': string;
641
629
  /**
642
630
  * Exercise type
643
631
  * @type {string}
@@ -793,12 +781,6 @@ export interface ExerciseWithSetsDto {
793
781
  * @memberof ExerciseWithSetsDto
794
782
  */
795
783
  'description': string;
796
- /**
797
- * Exercise image URL
798
- * @type {string}
799
- * @memberof ExerciseWithSetsDto
800
- */
801
- 'imgUrl': string;
802
784
  /**
803
785
  * Exercise type
804
786
  * @type {string}
@@ -2386,12 +2368,6 @@ export interface SavedWorkoutDetailsDto {
2386
2368
  * @memberof SavedWorkoutDetailsDto
2387
2369
  */
2388
2370
  'description': string;
2389
- /**
2390
- * Saved workout image URL
2391
- * @type {string}
2392
- * @memberof SavedWorkoutDetailsDto
2393
- */
2394
- 'imageUrl': string;
2395
2371
  /**
2396
2372
  * Saved workout resource type
2397
2373
  * @type {string}
@@ -2474,12 +2450,6 @@ export interface SavedWorkoutDto {
2474
2450
  * @memberof SavedWorkoutDto
2475
2451
  */
2476
2452
  'description': string;
2477
- /**
2478
- * Saved workout image URL
2479
- * @type {string}
2480
- * @memberof SavedWorkoutDto
2481
- */
2482
- 'imageUrl': string;
2483
2453
  /**
2484
2454
  * Saved workout resource type
2485
2455
  * @type {string}
package/dist/api.d.ts CHANGED
@@ -56,12 +56,6 @@ export interface CreateExerciseRequestDto {
56
56
  * @memberof CreateExerciseRequestDto
57
57
  */
58
58
  'description': string;
59
- /**
60
- * Exercise image URL
61
- * @type {string}
62
- * @memberof CreateExerciseRequestDto
63
- */
64
- 'imgUrl': string;
65
59
  /**
66
60
  * Exercise type
67
61
  * @type {string}
@@ -604,12 +598,6 @@ export interface ExerciseDto {
604
598
  * @memberof ExerciseDto
605
599
  */
606
600
  'description': string;
607
- /**
608
- * Exercise image URL
609
- * @type {string}
610
- * @memberof ExerciseDto
611
- */
612
- 'imgUrl': string;
613
601
  /**
614
602
  * Exercise type
615
603
  * @type {string}
@@ -759,12 +747,6 @@ export interface ExerciseWithSetsDto {
759
747
  * @memberof ExerciseWithSetsDto
760
748
  */
761
749
  'description': string;
762
- /**
763
- * Exercise image URL
764
- * @type {string}
765
- * @memberof ExerciseWithSetsDto
766
- */
767
- 'imgUrl': string;
768
750
  /**
769
751
  * Exercise type
770
752
  * @type {string}
@@ -2330,12 +2312,6 @@ export interface SavedWorkoutDetailsDto {
2330
2312
  * @memberof SavedWorkoutDetailsDto
2331
2313
  */
2332
2314
  'description': string;
2333
- /**
2334
- * Saved workout image URL
2335
- * @type {string}
2336
- * @memberof SavedWorkoutDetailsDto
2337
- */
2338
- 'imageUrl': string;
2339
2315
  /**
2340
2316
  * Saved workout resource type
2341
2317
  * @type {string}
@@ -2415,12 +2391,6 @@ export interface SavedWorkoutDto {
2415
2391
  * @memberof SavedWorkoutDto
2416
2392
  */
2417
2393
  'description': string;
2418
- /**
2419
- * Saved workout image URL
2420
- * @type {string}
2421
- * @memberof SavedWorkoutDto
2422
- */
2423
- 'imageUrl': string;
2424
2394
  /**
2425
2395
  * Saved workout resource type
2426
2396
  * @type {string}
package/dist/esm/api.d.ts CHANGED
@@ -56,12 +56,6 @@ export interface CreateExerciseRequestDto {
56
56
  * @memberof CreateExerciseRequestDto
57
57
  */
58
58
  'description': string;
59
- /**
60
- * Exercise image URL
61
- * @type {string}
62
- * @memberof CreateExerciseRequestDto
63
- */
64
- 'imgUrl': string;
65
59
  /**
66
60
  * Exercise type
67
61
  * @type {string}
@@ -604,12 +598,6 @@ export interface ExerciseDto {
604
598
  * @memberof ExerciseDto
605
599
  */
606
600
  'description': string;
607
- /**
608
- * Exercise image URL
609
- * @type {string}
610
- * @memberof ExerciseDto
611
- */
612
- 'imgUrl': string;
613
601
  /**
614
602
  * Exercise type
615
603
  * @type {string}
@@ -759,12 +747,6 @@ export interface ExerciseWithSetsDto {
759
747
  * @memberof ExerciseWithSetsDto
760
748
  */
761
749
  'description': string;
762
- /**
763
- * Exercise image URL
764
- * @type {string}
765
- * @memberof ExerciseWithSetsDto
766
- */
767
- 'imgUrl': string;
768
750
  /**
769
751
  * Exercise type
770
752
  * @type {string}
@@ -2330,12 +2312,6 @@ export interface SavedWorkoutDetailsDto {
2330
2312
  * @memberof SavedWorkoutDetailsDto
2331
2313
  */
2332
2314
  'description': string;
2333
- /**
2334
- * Saved workout image URL
2335
- * @type {string}
2336
- * @memberof SavedWorkoutDetailsDto
2337
- */
2338
- 'imageUrl': string;
2339
2315
  /**
2340
2316
  * Saved workout resource type
2341
2317
  * @type {string}
@@ -2415,12 +2391,6 @@ export interface SavedWorkoutDto {
2415
2391
  * @memberof SavedWorkoutDto
2416
2392
  */
2417
2393
  'description': string;
2418
- /**
2419
- * Saved workout image URL
2420
- * @type {string}
2421
- * @memberof SavedWorkoutDto
2422
- */
2423
- 'imageUrl': string;
2424
2394
  /**
2425
2395
  * Saved workout resource type
2426
2396
  * @type {string}
@@ -7,7 +7,6 @@ Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
8
  **name** | **string** | Exercise name | [default to undefined]
9
9
  **description** | **string** | Exercise description | [default to undefined]
10
- **imgUrl** | **string** | Exercise image URL | [default to undefined]
11
10
  **type** | **string** | Exercise type | [default to undefined]
12
11
  **bodyParts** | **Array<string>** | Exercise body parts | [default to undefined]
13
12
  **equipment** | **Array<string>** | Exercise equipment | [default to undefined]
@@ -22,7 +21,6 @@ import { CreateExerciseRequestDto } from '@dimrev4/fitness-v3-backend-sdk';
22
21
  const instance: CreateExerciseRequestDto = {
23
22
  name,
24
23
  description,
25
- imgUrl,
26
24
  type,
27
25
  bodyParts,
28
26
  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]
@@ -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,
@@ -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,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dimrev4/fitness-v3-backend",
3
- "version": "0.0.38",
3
+ "version": "0.0.40",
4
4
  "description": "OpenAPI client for @dimrev4/fitness-v3-backend",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {