@strong-together/shared 2.2.0 → 2.4.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/dist/index.cjs +80 -24
- package/dist/index.d.cts +649 -478
- package/dist/index.d.ts +649 -478
- package/dist/index.js +78 -22
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -2368,10 +2368,10 @@ declare const exerciseToWorkoutSplitDbSchema: drizzle_zod.BuildSchema<"select",
|
|
|
2368
2368
|
generated: undefined;
|
|
2369
2369
|
}, {}, {}>;
|
|
2370
2370
|
}, undefined, undefined>;
|
|
2371
|
-
declare const
|
|
2371
|
+
declare const exerciseToWorkoutSplitSetExpandedViewDbSchema: drizzle_zod.BuildSchema<"select", {
|
|
2372
2372
|
id: drizzle_orm_pg_core.PgColumn<{
|
|
2373
2373
|
name: "id";
|
|
2374
|
-
tableName: "
|
|
2374
|
+
tableName: "v_exercise_to_workout_split_set_expanded";
|
|
2375
2375
|
dataType: "number";
|
|
2376
2376
|
columnType: "PgBigInt53";
|
|
2377
2377
|
data: number;
|
|
@@ -2388,7 +2388,7 @@ declare const exerciseToWorkoutSplitExpandedViewDbSchema: drizzle_zod.BuildSchem
|
|
|
2388
2388
|
}, {}, {}>;
|
|
2389
2389
|
workoutSplitId: drizzle_orm_pg_core.PgColumn<{
|
|
2390
2390
|
name: "workout_split_id";
|
|
2391
|
-
tableName: "
|
|
2391
|
+
tableName: "v_exercise_to_workout_split_set_expanded";
|
|
2392
2392
|
dataType: "number";
|
|
2393
2393
|
columnType: "PgBigInt53";
|
|
2394
2394
|
data: number;
|
|
@@ -2405,7 +2405,7 @@ declare const exerciseToWorkoutSplitExpandedViewDbSchema: drizzle_zod.BuildSchem
|
|
|
2405
2405
|
}, {}, {}>;
|
|
2406
2406
|
workoutId: drizzle_orm_pg_core.PgColumn<{
|
|
2407
2407
|
name: "workout_id";
|
|
2408
|
-
tableName: "
|
|
2408
|
+
tableName: "v_exercise_to_workout_split_set_expanded";
|
|
2409
2409
|
dataType: "number";
|
|
2410
2410
|
columnType: "PgBigInt53";
|
|
2411
2411
|
data: number;
|
|
@@ -2422,7 +2422,7 @@ declare const exerciseToWorkoutSplitExpandedViewDbSchema: drizzle_zod.BuildSchem
|
|
|
2422
2422
|
}, {}, {}>;
|
|
2423
2423
|
exerciseId: drizzle_orm_pg_core.PgColumn<{
|
|
2424
2424
|
name: "exercise_id";
|
|
2425
|
-
tableName: "
|
|
2425
|
+
tableName: "v_exercise_to_workout_split_set_expanded";
|
|
2426
2426
|
dataType: "number";
|
|
2427
2427
|
columnType: "PgBigInt53";
|
|
2428
2428
|
data: number;
|
|
@@ -2439,7 +2439,7 @@ declare const exerciseToWorkoutSplitExpandedViewDbSchema: drizzle_zod.BuildSchem
|
|
|
2439
2439
|
}, {}, {}>;
|
|
2440
2440
|
exercise: drizzle_orm_pg_core.PgColumn<{
|
|
2441
2441
|
name: "exercise";
|
|
2442
|
-
tableName: "
|
|
2442
|
+
tableName: "v_exercise_to_workout_split_set_expanded";
|
|
2443
2443
|
dataType: "string";
|
|
2444
2444
|
columnType: "PgText";
|
|
2445
2445
|
data: string;
|
|
@@ -2456,7 +2456,7 @@ declare const exerciseToWorkoutSplitExpandedViewDbSchema: drizzle_zod.BuildSchem
|
|
|
2456
2456
|
}, {}, {}>;
|
|
2457
2457
|
workoutSplit: drizzle_orm_pg_core.PgColumn<{
|
|
2458
2458
|
name: "workout_split";
|
|
2459
|
-
tableName: "
|
|
2459
|
+
tableName: "v_exercise_to_workout_split_set_expanded";
|
|
2460
2460
|
dataType: "string";
|
|
2461
2461
|
columnType: "PgText";
|
|
2462
2462
|
data: string;
|
|
@@ -2473,7 +2473,7 @@ declare const exerciseToWorkoutSplitExpandedViewDbSchema: drizzle_zod.BuildSchem
|
|
|
2473
2473
|
}, {}, {}>;
|
|
2474
2474
|
reps: drizzle_orm_pg_core.PgColumn<{
|
|
2475
2475
|
name: "reps";
|
|
2476
|
-
tableName: "
|
|
2476
|
+
tableName: "v_exercise_to_workout_split_set_expanded";
|
|
2477
2477
|
dataType: "number";
|
|
2478
2478
|
columnType: "PgInteger";
|
|
2479
2479
|
data: number;
|
|
@@ -2490,7 +2490,7 @@ declare const exerciseToWorkoutSplitExpandedViewDbSchema: drizzle_zod.BuildSchem
|
|
|
2490
2490
|
}, {}, {}>;
|
|
2491
2491
|
orderIndex: drizzle_orm_pg_core.PgColumn<{
|
|
2492
2492
|
name: "order_index";
|
|
2493
|
-
tableName: "
|
|
2493
|
+
tableName: "v_exercise_to_workout_split_set_expanded";
|
|
2494
2494
|
dataType: "number";
|
|
2495
2495
|
columnType: "PgBigInt53";
|
|
2496
2496
|
data: number;
|
|
@@ -2507,7 +2507,7 @@ declare const exerciseToWorkoutSplitExpandedViewDbSchema: drizzle_zod.BuildSchem
|
|
|
2507
2507
|
}, {}, {}>;
|
|
2508
2508
|
setIndex: drizzle_orm_pg_core.PgColumn<{
|
|
2509
2509
|
name: "set_index";
|
|
2510
|
-
tableName: "
|
|
2510
|
+
tableName: "v_exercise_to_workout_split_set_expanded";
|
|
2511
2511
|
dataType: "number";
|
|
2512
2512
|
columnType: "PgInteger";
|
|
2513
2513
|
data: number;
|
|
@@ -2524,7 +2524,7 @@ declare const exerciseToWorkoutSplitExpandedViewDbSchema: drizzle_zod.BuildSchem
|
|
|
2524
2524
|
}, {}, {}>;
|
|
2525
2525
|
createdAt: drizzle_orm_pg_core.PgColumn<{
|
|
2526
2526
|
name: "created_at";
|
|
2527
|
-
tableName: "
|
|
2527
|
+
tableName: "v_exercise_to_workout_split_set_expanded";
|
|
2528
2528
|
dataType: "date";
|
|
2529
2529
|
columnType: "PgTimestamp";
|
|
2530
2530
|
data: Date;
|
|
@@ -2541,7 +2541,7 @@ declare const exerciseToWorkoutSplitExpandedViewDbSchema: drizzle_zod.BuildSchem
|
|
|
2541
2541
|
}, {}, {}>;
|
|
2542
2542
|
isActive: drizzle_orm_pg_core.PgColumn<{
|
|
2543
2543
|
name: "is_active";
|
|
2544
|
-
tableName: "
|
|
2544
|
+
tableName: "v_exercise_to_workout_split_set_expanded";
|
|
2545
2545
|
dataType: "boolean";
|
|
2546
2546
|
columnType: "PgBoolean";
|
|
2547
2547
|
data: boolean;
|
|
@@ -3321,10 +3321,10 @@ declare const userSplitInformationDbSchema: drizzle_zod.BuildSchema<"select", {
|
|
|
3321
3321
|
generated: undefined;
|
|
3322
3322
|
}, {}, {}>;
|
|
3323
3323
|
}, undefined, undefined>;
|
|
3324
|
-
declare const
|
|
3324
|
+
declare const exerciseTrackingSetExpandedViewDbSchema: drizzle_zod.BuildSchema<"select", {
|
|
3325
3325
|
id: drizzle_orm_pg_core.PgColumn<{
|
|
3326
3326
|
name: "id";
|
|
3327
|
-
tableName: "
|
|
3327
|
+
tableName: "v_exercise_tracking_set_expanded";
|
|
3328
3328
|
dataType: "number";
|
|
3329
3329
|
columnType: "PgBigInt53";
|
|
3330
3330
|
data: number;
|
|
@@ -3341,7 +3341,7 @@ declare const exerciseTrackingExpandedViewDbSchema: drizzle_zod.BuildSchema<"sel
|
|
|
3341
3341
|
}, {}, {}>;
|
|
3342
3342
|
exerciseToSplitId: drizzle_orm_pg_core.PgColumn<{
|
|
3343
3343
|
name: "exercise_to_split_id";
|
|
3344
|
-
tableName: "
|
|
3344
|
+
tableName: "v_exercise_tracking_set_expanded";
|
|
3345
3345
|
dataType: "number";
|
|
3346
3346
|
columnType: "PgBigInt53";
|
|
3347
3347
|
data: number;
|
|
@@ -3356,13 +3356,13 @@ declare const exerciseTrackingExpandedViewDbSchema: drizzle_zod.BuildSchema<"sel
|
|
|
3356
3356
|
identity: undefined;
|
|
3357
3357
|
generated: undefined;
|
|
3358
3358
|
}, {}, {}>;
|
|
3359
|
-
|
|
3360
|
-
name: "
|
|
3361
|
-
tableName: "
|
|
3362
|
-
dataType: "
|
|
3363
|
-
columnType: "
|
|
3364
|
-
data:
|
|
3365
|
-
driverParam:
|
|
3359
|
+
weight: drizzle_orm_pg_core.PgColumn<{
|
|
3360
|
+
name: "weight";
|
|
3361
|
+
tableName: "v_exercise_tracking_set_expanded";
|
|
3362
|
+
dataType: "number";
|
|
3363
|
+
columnType: "PgReal";
|
|
3364
|
+
data: number;
|
|
3365
|
+
driverParam: string | number;
|
|
3366
3366
|
notNull: false;
|
|
3367
3367
|
hasDefault: false;
|
|
3368
3368
|
isPrimaryKey: false;
|
|
@@ -3373,11 +3373,11 @@ declare const exerciseTrackingExpandedViewDbSchema: drizzle_zod.BuildSchema<"sel
|
|
|
3373
3373
|
identity: undefined;
|
|
3374
3374
|
generated: undefined;
|
|
3375
3375
|
}, {}, {}>;
|
|
3376
|
-
|
|
3377
|
-
name: "
|
|
3378
|
-
tableName: "
|
|
3376
|
+
reps: drizzle_orm_pg_core.PgColumn<{
|
|
3377
|
+
name: "reps";
|
|
3378
|
+
tableName: "v_exercise_tracking_set_expanded";
|
|
3379
3379
|
dataType: "number";
|
|
3380
|
-
columnType: "
|
|
3380
|
+
columnType: "PgBigInt53";
|
|
3381
3381
|
data: number;
|
|
3382
3382
|
driverParam: string | number;
|
|
3383
3383
|
notNull: false;
|
|
@@ -3390,11 +3390,11 @@ declare const exerciseTrackingExpandedViewDbSchema: drizzle_zod.BuildSchema<"sel
|
|
|
3390
3390
|
identity: undefined;
|
|
3391
3391
|
generated: undefined;
|
|
3392
3392
|
}, {}, {}>;
|
|
3393
|
-
|
|
3394
|
-
name: "
|
|
3395
|
-
tableName: "
|
|
3393
|
+
orderIndex: drizzle_orm_pg_core.PgColumn<{
|
|
3394
|
+
name: "order_index";
|
|
3395
|
+
tableName: "v_exercise_tracking_set_expanded";
|
|
3396
3396
|
dataType: "number";
|
|
3397
|
-
columnType: "
|
|
3397
|
+
columnType: "PgInteger";
|
|
3398
3398
|
data: number;
|
|
3399
3399
|
driverParam: string | number;
|
|
3400
3400
|
notNull: false;
|
|
@@ -3409,7 +3409,7 @@ declare const exerciseTrackingExpandedViewDbSchema: drizzle_zod.BuildSchema<"sel
|
|
|
3409
3409
|
}, {}, {}>;
|
|
3410
3410
|
setIndex: drizzle_orm_pg_core.PgColumn<{
|
|
3411
3411
|
name: "set_index";
|
|
3412
|
-
tableName: "
|
|
3412
|
+
tableName: "v_exercise_tracking_set_expanded";
|
|
3413
3413
|
dataType: "number";
|
|
3414
3414
|
columnType: "PgInteger";
|
|
3415
3415
|
data: number;
|
|
@@ -3426,7 +3426,7 @@ declare const exerciseTrackingExpandedViewDbSchema: drizzle_zod.BuildSchema<"sel
|
|
|
3426
3426
|
}, {}, {}>;
|
|
3427
3427
|
exerciseId: drizzle_orm_pg_core.PgColumn<{
|
|
3428
3428
|
name: "exercise_id";
|
|
3429
|
-
tableName: "
|
|
3429
|
+
tableName: "v_exercise_tracking_set_expanded";
|
|
3430
3430
|
dataType: "number";
|
|
3431
3431
|
columnType: "PgBigInt53";
|
|
3432
3432
|
data: number;
|
|
@@ -3443,7 +3443,7 @@ declare const exerciseTrackingExpandedViewDbSchema: drizzle_zod.BuildSchema<"sel
|
|
|
3443
3443
|
}, {}, {}>;
|
|
3444
3444
|
workoutSplitId: drizzle_orm_pg_core.PgColumn<{
|
|
3445
3445
|
name: "workout_split_id";
|
|
3446
|
-
tableName: "
|
|
3446
|
+
tableName: "v_exercise_tracking_set_expanded";
|
|
3447
3447
|
dataType: "number";
|
|
3448
3448
|
columnType: "PgBigInt53";
|
|
3449
3449
|
data: number;
|
|
@@ -3460,7 +3460,7 @@ declare const exerciseTrackingExpandedViewDbSchema: drizzle_zod.BuildSchema<"sel
|
|
|
3460
3460
|
}, {}, {}>;
|
|
3461
3461
|
splitName: drizzle_orm_pg_core.PgColumn<{
|
|
3462
3462
|
name: "split_name";
|
|
3463
|
-
tableName: "
|
|
3463
|
+
tableName: "v_exercise_tracking_set_expanded";
|
|
3464
3464
|
dataType: "string";
|
|
3465
3465
|
columnType: "PgText";
|
|
3466
3466
|
data: string;
|
|
@@ -3477,7 +3477,41 @@ declare const exerciseTrackingExpandedViewDbSchema: drizzle_zod.BuildSchema<"sel
|
|
|
3477
3477
|
}, {}, {}>;
|
|
3478
3478
|
exercise: drizzle_orm_pg_core.PgColumn<{
|
|
3479
3479
|
name: "exercise";
|
|
3480
|
-
tableName: "
|
|
3480
|
+
tableName: "v_exercise_tracking_set_expanded";
|
|
3481
|
+
dataType: "string";
|
|
3482
|
+
columnType: "PgText";
|
|
3483
|
+
data: string;
|
|
3484
|
+
driverParam: string;
|
|
3485
|
+
notNull: false;
|
|
3486
|
+
hasDefault: false;
|
|
3487
|
+
isPrimaryKey: false;
|
|
3488
|
+
isAutoincrement: false;
|
|
3489
|
+
hasRuntimeDefault: false;
|
|
3490
|
+
enumValues: [string, ...string[]];
|
|
3491
|
+
baseColumn: never;
|
|
3492
|
+
identity: undefined;
|
|
3493
|
+
generated: undefined;
|
|
3494
|
+
}, {}, {}>;
|
|
3495
|
+
targetMuscle: drizzle_orm_pg_core.PgColumn<{
|
|
3496
|
+
name: "target_muscle";
|
|
3497
|
+
tableName: "v_exercise_tracking_set_expanded";
|
|
3498
|
+
dataType: "string";
|
|
3499
|
+
columnType: "PgText";
|
|
3500
|
+
data: string;
|
|
3501
|
+
driverParam: string;
|
|
3502
|
+
notNull: false;
|
|
3503
|
+
hasDefault: false;
|
|
3504
|
+
isPrimaryKey: false;
|
|
3505
|
+
isAutoincrement: false;
|
|
3506
|
+
hasRuntimeDefault: false;
|
|
3507
|
+
enumValues: [string, ...string[]];
|
|
3508
|
+
baseColumn: never;
|
|
3509
|
+
identity: undefined;
|
|
3510
|
+
generated: undefined;
|
|
3511
|
+
}, {}, {}>;
|
|
3512
|
+
specificTargetMuscle: drizzle_orm_pg_core.PgColumn<{
|
|
3513
|
+
name: "specific_target_muscle";
|
|
3514
|
+
tableName: "v_exercise_tracking_set_expanded";
|
|
3481
3515
|
dataType: "string";
|
|
3482
3516
|
columnType: "PgText";
|
|
3483
3517
|
data: string;
|
|
@@ -3494,7 +3528,7 @@ declare const exerciseTrackingExpandedViewDbSchema: drizzle_zod.BuildSchema<"sel
|
|
|
3494
3528
|
}, {}, {}>;
|
|
3495
3529
|
notes: drizzle_orm_pg_core.PgColumn<{
|
|
3496
3530
|
name: "notes";
|
|
3497
|
-
tableName: "
|
|
3531
|
+
tableName: "v_exercise_tracking_set_expanded";
|
|
3498
3532
|
dataType: "string";
|
|
3499
3533
|
columnType: "PgText";
|
|
3500
3534
|
data: string;
|
|
@@ -3511,7 +3545,7 @@ declare const exerciseTrackingExpandedViewDbSchema: drizzle_zod.BuildSchema<"sel
|
|
|
3511
3545
|
}, {}, {}>;
|
|
3512
3546
|
workoutSummaryId: drizzle_orm_pg_core.PgColumn<{
|
|
3513
3547
|
name: "workout_summary_id";
|
|
3514
|
-
tableName: "
|
|
3548
|
+
tableName: "v_exercise_tracking_set_expanded";
|
|
3515
3549
|
dataType: "string";
|
|
3516
3550
|
columnType: "PgUUID";
|
|
3517
3551
|
data: string;
|
|
@@ -3528,7 +3562,7 @@ declare const exerciseTrackingExpandedViewDbSchema: drizzle_zod.BuildSchema<"sel
|
|
|
3528
3562
|
}, {}, {}>;
|
|
3529
3563
|
workoutStartUtc: drizzle_orm_pg_core.PgColumn<{
|
|
3530
3564
|
name: "workout_start_utc";
|
|
3531
|
-
tableName: "
|
|
3565
|
+
tableName: "v_exercise_tracking_set_expanded";
|
|
3532
3566
|
dataType: "date";
|
|
3533
3567
|
columnType: "PgTimestamp";
|
|
3534
3568
|
data: Date;
|
|
@@ -3545,7 +3579,7 @@ declare const exerciseTrackingExpandedViewDbSchema: drizzle_zod.BuildSchema<"sel
|
|
|
3545
3579
|
}, {}, {}>;
|
|
3546
3580
|
workoutEndUtc: drizzle_orm_pg_core.PgColumn<{
|
|
3547
3581
|
name: "workout_end_utc";
|
|
3548
|
-
tableName: "
|
|
3582
|
+
tableName: "v_exercise_tracking_set_expanded";
|
|
3549
3583
|
dataType: "date";
|
|
3550
3584
|
columnType: "PgTimestamp";
|
|
3551
3585
|
data: Date;
|
|
@@ -3560,6 +3594,23 @@ declare const exerciseTrackingExpandedViewDbSchema: drizzle_zod.BuildSchema<"sel
|
|
|
3560
3594
|
identity: undefined;
|
|
3561
3595
|
generated: undefined;
|
|
3562
3596
|
}, {}, {}>;
|
|
3597
|
+
isAssignedToSplit: drizzle_orm_pg_core.PgColumn<{
|
|
3598
|
+
name: "is_assigned_to_split";
|
|
3599
|
+
tableName: "v_exercise_tracking_set_expanded";
|
|
3600
|
+
dataType: "boolean";
|
|
3601
|
+
columnType: "PgBoolean";
|
|
3602
|
+
data: boolean;
|
|
3603
|
+
driverParam: boolean;
|
|
3604
|
+
notNull: false;
|
|
3605
|
+
hasDefault: false;
|
|
3606
|
+
isPrimaryKey: false;
|
|
3607
|
+
isAutoincrement: false;
|
|
3608
|
+
hasRuntimeDefault: false;
|
|
3609
|
+
enumValues: undefined;
|
|
3610
|
+
baseColumn: never;
|
|
3611
|
+
identity: undefined;
|
|
3612
|
+
generated: undefined;
|
|
3613
|
+
}, {}, {}>;
|
|
3563
3614
|
}, undefined, undefined>;
|
|
3564
3615
|
declare const prsViewDbSchema: drizzle_zod.BuildSchema<"select", {
|
|
3565
3616
|
id: drizzle_orm_pg_core.PgColumn<{
|
|
@@ -3630,6 +3681,23 @@ declare const prsViewDbSchema: drizzle_zod.BuildSchema<"select", {
|
|
|
3630
3681
|
identity: undefined;
|
|
3631
3682
|
generated: undefined;
|
|
3632
3683
|
}, {}, {}>;
|
|
3684
|
+
setIndex: drizzle_orm_pg_core.PgColumn<{
|
|
3685
|
+
name: "set_index";
|
|
3686
|
+
tableName: "v_prs";
|
|
3687
|
+
dataType: "number";
|
|
3688
|
+
columnType: "PgInteger";
|
|
3689
|
+
data: number;
|
|
3690
|
+
driverParam: string | number;
|
|
3691
|
+
notNull: false;
|
|
3692
|
+
hasDefault: false;
|
|
3693
|
+
isPrimaryKey: false;
|
|
3694
|
+
isAutoincrement: false;
|
|
3695
|
+
hasRuntimeDefault: false;
|
|
3696
|
+
enumValues: undefined;
|
|
3697
|
+
baseColumn: never;
|
|
3698
|
+
identity: undefined;
|
|
3699
|
+
generated: undefined;
|
|
3700
|
+
}, {}, {}>;
|
|
3633
3701
|
weight: drizzle_orm_pg_core.PgColumn<{
|
|
3634
3702
|
name: "weight";
|
|
3635
3703
|
tableName: "v_prs";
|
|
@@ -4176,7 +4244,7 @@ declare const userByIdentifierQueryDtoSchema: z.ZodObject<{
|
|
|
4176
4244
|
name: z.ZodString;
|
|
4177
4245
|
username: z.ZodString;
|
|
4178
4246
|
email: z.ZodOptional<z.ZodString>;
|
|
4179
|
-
|
|
4247
|
+
passwordHash: z.ZodNullable<z.ZodString>;
|
|
4180
4248
|
role: z.ZodString;
|
|
4181
4249
|
isVerified: z.ZodBoolean;
|
|
4182
4250
|
lastLogin: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -4188,7 +4256,7 @@ declare const userByIdentifierRawQueryDtoSchema: z.ZodObject<{
|
|
|
4188
4256
|
username: z.ZodString;
|
|
4189
4257
|
email: z.ZodOptional<z.ZodString>;
|
|
4190
4258
|
role: z.ZodString;
|
|
4191
|
-
|
|
4259
|
+
password_hash: z.ZodNullable<z.ZodString>;
|
|
4192
4260
|
is_verified: z.ZodBoolean;
|
|
4193
4261
|
last_login: z.ZodNullable<z.ZodString>;
|
|
4194
4262
|
}, z.core.$strip>;
|
|
@@ -4200,7 +4268,7 @@ declare const userByIdentifierRowQueryDtoSchema: z.ZodObject<{
|
|
|
4200
4268
|
username: z.ZodString;
|
|
4201
4269
|
email: z.ZodOptional<z.ZodString>;
|
|
4202
4270
|
role: z.ZodString;
|
|
4203
|
-
|
|
4271
|
+
password_hash: z.ZodNullable<z.ZodString>;
|
|
4204
4272
|
is_verified: z.ZodBoolean;
|
|
4205
4273
|
last_login: z.ZodNullable<z.ZodString>;
|
|
4206
4274
|
}, z.core.$strip>>;
|
|
@@ -4213,7 +4281,7 @@ declare const userByUsernameRawQueryDtoSchema: z.ZodObject<{
|
|
|
4213
4281
|
email: z.ZodOptional<z.ZodString>;
|
|
4214
4282
|
role: z.ZodString;
|
|
4215
4283
|
lastLogin: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4216
|
-
|
|
4284
|
+
password_hash: z.ZodNullable<z.ZodString>;
|
|
4217
4285
|
is_verified: z.ZodBoolean;
|
|
4218
4286
|
}, z.core.$strip>;
|
|
4219
4287
|
/** SQL row wrapping a username lookup result under `userData`. */
|
|
@@ -4225,7 +4293,7 @@ declare const userByUsernameRowQueryDtoSchema: z.ZodObject<{
|
|
|
4225
4293
|
email: z.ZodOptional<z.ZodString>;
|
|
4226
4294
|
role: z.ZodString;
|
|
4227
4295
|
lastLogin: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4228
|
-
|
|
4296
|
+
password_hash: z.ZodNullable<z.ZodString>;
|
|
4229
4297
|
is_verified: z.ZodBoolean;
|
|
4230
4298
|
}, z.core.$strip>>;
|
|
4231
4299
|
}, z.core.$strip>;
|
|
@@ -4294,79 +4362,92 @@ declare const bootstrapResponseSchema: z.ZodObject<{
|
|
|
4294
4362
|
}, z.core.$strip>>>>;
|
|
4295
4363
|
}, z.core.$strip>;
|
|
4296
4364
|
tracking: z.ZodObject<{
|
|
4297
|
-
|
|
4298
|
-
|
|
4299
|
-
|
|
4300
|
-
|
|
4301
|
-
|
|
4302
|
-
|
|
4303
|
-
|
|
4304
|
-
|
|
4305
|
-
|
|
4306
|
-
|
|
4307
|
-
|
|
4308
|
-
|
|
4309
|
-
|
|
4365
|
+
trackingStats: z.ZodObject<{
|
|
4366
|
+
workoutCount: z.ZodCoercedNumber<unknown>;
|
|
4367
|
+
hasExerciseTracking: z.ZodBoolean;
|
|
4368
|
+
workoutTargets: z.ZodObject<{
|
|
4369
|
+
workoutCountThisWeek: z.ZodCoercedNumber<unknown>;
|
|
4370
|
+
workoutCountScheduledPerWeek: z.ZodCoercedNumber<unknown>;
|
|
4371
|
+
weekStreak: z.ZodCoercedNumber<unknown>;
|
|
4372
|
+
}, z.core.$strip>;
|
|
4373
|
+
lastWorkoutStats: z.ZodObject<{
|
|
4374
|
+
workoutDate: z.ZodNullable<z.ZodString>;
|
|
4375
|
+
workoutSplitName: z.ZodNullable<z.ZodString>;
|
|
4376
|
+
exerciseTrackedCount: z.ZodNullable<z.ZodCoercedNumber<unknown>>;
|
|
4377
|
+
setTrackedCount: z.ZodNullable<z.ZodCoercedNumber<unknown>>;
|
|
4310
4378
|
}, z.core.$strip>;
|
|
4379
|
+
prs: z.ZodArray<z.ZodObject<{
|
|
4380
|
+
exerciseToSplitId: z.ZodNullable<z.ZodInt>;
|
|
4381
|
+
exerciseId: z.ZodInt;
|
|
4382
|
+
exerciseName: z.ZodString;
|
|
4383
|
+
prWeight: z.ZodNumber;
|
|
4384
|
+
prReps: z.ZodInt;
|
|
4385
|
+
prSetIndex: z.ZodInt;
|
|
4386
|
+
}, z.core.$strip>>;
|
|
4311
4387
|
}, z.core.$strip>;
|
|
4312
|
-
|
|
4388
|
+
trackingMaps: z.ZodObject<{
|
|
4313
4389
|
byDate: z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
4314
|
-
|
|
4315
|
-
|
|
4316
|
-
|
|
4317
|
-
|
|
4318
|
-
|
|
4319
|
-
|
|
4320
|
-
|
|
4321
|
-
|
|
4322
|
-
|
|
4323
|
-
|
|
4390
|
+
exerciseTracking: z.ZodObject<{
|
|
4391
|
+
exerciseTrackingId: z.ZodInt;
|
|
4392
|
+
sets: z.ZodArray<z.ZodObject<{
|
|
4393
|
+
setIndex: z.ZodInt;
|
|
4394
|
+
weight: z.ZodNumber;
|
|
4395
|
+
reps: z.ZodInt;
|
|
4396
|
+
}, z.core.$strip>>;
|
|
4397
|
+
notes: z.ZodNullable<z.ZodString>;
|
|
4398
|
+
exerciseAssignment: z.ZodObject<{
|
|
4399
|
+
exerciseToSplitId: z.ZodNullable<z.ZodInt>;
|
|
4400
|
+
orderIndex: z.ZodNullable<z.ZodInt>;
|
|
4401
|
+
exerciseId: z.ZodInt;
|
|
4402
|
+
workoutSplitId: z.ZodInt;
|
|
4403
|
+
workoutSplitName: z.ZodString;
|
|
4404
|
+
exerciseName: z.ZodString;
|
|
4324
4405
|
targetMuscle: z.ZodString;
|
|
4325
4406
|
specificTargetMuscle: z.ZodString;
|
|
4326
4407
|
}, z.core.$strip>;
|
|
4327
4408
|
}, z.core.$strip>;
|
|
4328
|
-
notes: z.ZodNullable<z.ZodString>;
|
|
4329
|
-
weight: z.ZodArray<z.ZodNumber>;
|
|
4330
|
-
splitName: z.ZodString;
|
|
4331
4409
|
}, z.core.$strip>>>;
|
|
4332
4410
|
byExerciseToSplitId: z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
4333
|
-
|
|
4334
|
-
|
|
4335
|
-
|
|
4336
|
-
|
|
4337
|
-
|
|
4338
|
-
|
|
4339
|
-
|
|
4340
|
-
|
|
4341
|
-
|
|
4342
|
-
|
|
4343
|
-
|
|
4344
|
-
|
|
4345
|
-
|
|
4346
|
-
|
|
4411
|
+
exerciseTracking: z.ZodObject<{
|
|
4412
|
+
exerciseTrackingId: z.ZodInt;
|
|
4413
|
+
sets: z.ZodArray<z.ZodObject<{
|
|
4414
|
+
setIndex: z.ZodInt;
|
|
4415
|
+
weight: z.ZodNumber;
|
|
4416
|
+
reps: z.ZodInt;
|
|
4417
|
+
}, z.core.$strip>>;
|
|
4418
|
+
notes: z.ZodNullable<z.ZodString>;
|
|
4419
|
+
exerciseAssignment: z.ZodObject<{
|
|
4420
|
+
exerciseToSplitId: z.ZodNullable<z.ZodInt>;
|
|
4421
|
+
orderIndex: z.ZodNullable<z.ZodInt>;
|
|
4422
|
+
exerciseId: z.ZodInt;
|
|
4423
|
+
workoutSplitId: z.ZodInt;
|
|
4424
|
+
workoutSplitName: z.ZodString;
|
|
4425
|
+
exerciseName: z.ZodString;
|
|
4347
4426
|
targetMuscle: z.ZodString;
|
|
4348
4427
|
specificTargetMuscle: z.ZodString;
|
|
4349
4428
|
}, z.core.$strip>;
|
|
4350
4429
|
}, z.core.$strip>;
|
|
4351
4430
|
}, z.core.$strip>>>;
|
|
4352
4431
|
bySplitName: z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
4353
|
-
|
|
4354
|
-
|
|
4355
|
-
|
|
4356
|
-
|
|
4357
|
-
|
|
4358
|
-
|
|
4359
|
-
|
|
4360
|
-
|
|
4361
|
-
|
|
4362
|
-
|
|
4432
|
+
exerciseTracking: z.ZodObject<{
|
|
4433
|
+
exerciseTrackingId: z.ZodInt;
|
|
4434
|
+
sets: z.ZodArray<z.ZodObject<{
|
|
4435
|
+
setIndex: z.ZodInt;
|
|
4436
|
+
weight: z.ZodNumber;
|
|
4437
|
+
reps: z.ZodInt;
|
|
4438
|
+
}, z.core.$strip>>;
|
|
4439
|
+
notes: z.ZodNullable<z.ZodString>;
|
|
4440
|
+
exerciseAssignment: z.ZodObject<{
|
|
4441
|
+
exerciseToSplitId: z.ZodNullable<z.ZodInt>;
|
|
4442
|
+
orderIndex: z.ZodNullable<z.ZodInt>;
|
|
4443
|
+
exerciseId: z.ZodInt;
|
|
4444
|
+
workoutSplitId: z.ZodInt;
|
|
4445
|
+
workoutSplitName: z.ZodString;
|
|
4446
|
+
exerciseName: z.ZodString;
|
|
4363
4447
|
targetMuscle: z.ZodString;
|
|
4364
4448
|
specificTargetMuscle: z.ZodString;
|
|
4365
4449
|
}, z.core.$strip>;
|
|
4366
4450
|
}, z.core.$strip>;
|
|
4367
|
-
notes: z.ZodNullable<z.ZodString>;
|
|
4368
|
-
weight: z.ZodArray<z.ZodNumber>;
|
|
4369
|
-
workoutDate: z.ZodString;
|
|
4370
4451
|
}, z.core.$strip>>>;
|
|
4371
4452
|
}, z.core.$strip>;
|
|
4372
4453
|
}, z.core.$strip>;
|
|
@@ -4459,79 +4540,92 @@ declare const bootstrapContract: {
|
|
|
4459
4540
|
}, z.core.$strip>>>>;
|
|
4460
4541
|
}, z.core.$strip>;
|
|
4461
4542
|
tracking: z.ZodObject<{
|
|
4462
|
-
|
|
4463
|
-
|
|
4464
|
-
|
|
4465
|
-
|
|
4466
|
-
|
|
4467
|
-
|
|
4468
|
-
|
|
4469
|
-
prMax: z.ZodNullable<z.ZodObject<{
|
|
4470
|
-
exercise: z.ZodString;
|
|
4471
|
-
weight: z.ZodNumber;
|
|
4472
|
-
reps: z.ZodInt;
|
|
4473
|
-
workoutTimeUtc: z.ZodString;
|
|
4474
|
-
}, z.core.$strip>>;
|
|
4543
|
+
trackingStats: z.ZodObject<{
|
|
4544
|
+
workoutCount: z.ZodCoercedNumber<unknown>;
|
|
4545
|
+
hasExerciseTracking: z.ZodBoolean;
|
|
4546
|
+
workoutTargets: z.ZodObject<{
|
|
4547
|
+
workoutCountThisWeek: z.ZodCoercedNumber<unknown>;
|
|
4548
|
+
workoutCountScheduledPerWeek: z.ZodCoercedNumber<unknown>;
|
|
4549
|
+
weekStreak: z.ZodCoercedNumber<unknown>;
|
|
4475
4550
|
}, z.core.$strip>;
|
|
4551
|
+
lastWorkoutStats: z.ZodObject<{
|
|
4552
|
+
workoutDate: z.ZodNullable<z.ZodString>;
|
|
4553
|
+
workoutSplitName: z.ZodNullable<z.ZodString>;
|
|
4554
|
+
exerciseTrackedCount: z.ZodNullable<z.ZodCoercedNumber<unknown>>;
|
|
4555
|
+
setTrackedCount: z.ZodNullable<z.ZodCoercedNumber<unknown>>;
|
|
4556
|
+
}, z.core.$strip>;
|
|
4557
|
+
prs: z.ZodArray<z.ZodObject<{
|
|
4558
|
+
exerciseToSplitId: z.ZodNullable<z.ZodInt>;
|
|
4559
|
+
exerciseId: z.ZodInt;
|
|
4560
|
+
exerciseName: z.ZodString;
|
|
4561
|
+
prWeight: z.ZodNumber;
|
|
4562
|
+
prReps: z.ZodInt;
|
|
4563
|
+
prSetIndex: z.ZodInt;
|
|
4564
|
+
}, z.core.$strip>>;
|
|
4476
4565
|
}, z.core.$strip>;
|
|
4477
|
-
|
|
4566
|
+
trackingMaps: z.ZodObject<{
|
|
4478
4567
|
byDate: z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
4479
|
-
|
|
4480
|
-
|
|
4481
|
-
|
|
4482
|
-
|
|
4483
|
-
|
|
4484
|
-
|
|
4485
|
-
|
|
4486
|
-
|
|
4487
|
-
|
|
4488
|
-
|
|
4568
|
+
exerciseTracking: z.ZodObject<{
|
|
4569
|
+
exerciseTrackingId: z.ZodInt;
|
|
4570
|
+
sets: z.ZodArray<z.ZodObject<{
|
|
4571
|
+
setIndex: z.ZodInt;
|
|
4572
|
+
weight: z.ZodNumber;
|
|
4573
|
+
reps: z.ZodInt;
|
|
4574
|
+
}, z.core.$strip>>;
|
|
4575
|
+
notes: z.ZodNullable<z.ZodString>;
|
|
4576
|
+
exerciseAssignment: z.ZodObject<{
|
|
4577
|
+
exerciseToSplitId: z.ZodNullable<z.ZodInt>;
|
|
4578
|
+
orderIndex: z.ZodNullable<z.ZodInt>;
|
|
4579
|
+
exerciseId: z.ZodInt;
|
|
4580
|
+
workoutSplitId: z.ZodInt;
|
|
4581
|
+
workoutSplitName: z.ZodString;
|
|
4582
|
+
exerciseName: z.ZodString;
|
|
4489
4583
|
targetMuscle: z.ZodString;
|
|
4490
4584
|
specificTargetMuscle: z.ZodString;
|
|
4491
4585
|
}, z.core.$strip>;
|
|
4492
4586
|
}, z.core.$strip>;
|
|
4493
|
-
notes: z.ZodNullable<z.ZodString>;
|
|
4494
|
-
weight: z.ZodArray<z.ZodNumber>;
|
|
4495
|
-
splitName: z.ZodString;
|
|
4496
4587
|
}, z.core.$strip>>>;
|
|
4497
4588
|
byExerciseToSplitId: z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
4498
|
-
|
|
4499
|
-
|
|
4500
|
-
|
|
4501
|
-
|
|
4502
|
-
|
|
4503
|
-
|
|
4504
|
-
|
|
4505
|
-
|
|
4506
|
-
|
|
4507
|
-
|
|
4508
|
-
|
|
4509
|
-
|
|
4510
|
-
|
|
4511
|
-
|
|
4589
|
+
exerciseTracking: z.ZodObject<{
|
|
4590
|
+
exerciseTrackingId: z.ZodInt;
|
|
4591
|
+
sets: z.ZodArray<z.ZodObject<{
|
|
4592
|
+
setIndex: z.ZodInt;
|
|
4593
|
+
weight: z.ZodNumber;
|
|
4594
|
+
reps: z.ZodInt;
|
|
4595
|
+
}, z.core.$strip>>;
|
|
4596
|
+
notes: z.ZodNullable<z.ZodString>;
|
|
4597
|
+
exerciseAssignment: z.ZodObject<{
|
|
4598
|
+
exerciseToSplitId: z.ZodNullable<z.ZodInt>;
|
|
4599
|
+
orderIndex: z.ZodNullable<z.ZodInt>;
|
|
4600
|
+
exerciseId: z.ZodInt;
|
|
4601
|
+
workoutSplitId: z.ZodInt;
|
|
4602
|
+
workoutSplitName: z.ZodString;
|
|
4603
|
+
exerciseName: z.ZodString;
|
|
4512
4604
|
targetMuscle: z.ZodString;
|
|
4513
4605
|
specificTargetMuscle: z.ZodString;
|
|
4514
4606
|
}, z.core.$strip>;
|
|
4515
4607
|
}, z.core.$strip>;
|
|
4516
4608
|
}, z.core.$strip>>>;
|
|
4517
4609
|
bySplitName: z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
4518
|
-
|
|
4519
|
-
|
|
4520
|
-
|
|
4521
|
-
|
|
4522
|
-
|
|
4523
|
-
|
|
4524
|
-
|
|
4525
|
-
|
|
4526
|
-
|
|
4527
|
-
|
|
4610
|
+
exerciseTracking: z.ZodObject<{
|
|
4611
|
+
exerciseTrackingId: z.ZodInt;
|
|
4612
|
+
sets: z.ZodArray<z.ZodObject<{
|
|
4613
|
+
setIndex: z.ZodInt;
|
|
4614
|
+
weight: z.ZodNumber;
|
|
4615
|
+
reps: z.ZodInt;
|
|
4616
|
+
}, z.core.$strip>>;
|
|
4617
|
+
notes: z.ZodNullable<z.ZodString>;
|
|
4618
|
+
exerciseAssignment: z.ZodObject<{
|
|
4619
|
+
exerciseToSplitId: z.ZodNullable<z.ZodInt>;
|
|
4620
|
+
orderIndex: z.ZodNullable<z.ZodInt>;
|
|
4621
|
+
exerciseId: z.ZodInt;
|
|
4622
|
+
workoutSplitId: z.ZodInt;
|
|
4623
|
+
workoutSplitName: z.ZodString;
|
|
4624
|
+
exerciseName: z.ZodString;
|
|
4528
4625
|
targetMuscle: z.ZodString;
|
|
4529
4626
|
specificTargetMuscle: z.ZodString;
|
|
4530
4627
|
}, z.core.$strip>;
|
|
4531
4628
|
}, z.core.$strip>;
|
|
4532
|
-
notes: z.ZodNullable<z.ZodString>;
|
|
4533
|
-
weight: z.ZodArray<z.ZodNumber>;
|
|
4534
|
-
workoutDate: z.ZodString;
|
|
4535
4629
|
}, z.core.$strip>>>;
|
|
4536
4630
|
}, z.core.$strip>;
|
|
4537
4631
|
}, z.core.$strip>;
|
|
@@ -5647,79 +5741,92 @@ declare const getExerciseTrackingRequestSchema: z.ZodObject<{
|
|
|
5647
5741
|
}, z.core.$strip>;
|
|
5648
5742
|
}, z.core.$strip>;
|
|
5649
5743
|
declare const getExerciseTrackingResponseSchema: z.ZodObject<{
|
|
5650
|
-
|
|
5651
|
-
|
|
5652
|
-
|
|
5653
|
-
|
|
5654
|
-
|
|
5655
|
-
|
|
5656
|
-
|
|
5657
|
-
|
|
5658
|
-
|
|
5659
|
-
|
|
5660
|
-
|
|
5661
|
-
|
|
5662
|
-
|
|
5744
|
+
trackingStats: z.ZodObject<{
|
|
5745
|
+
workoutCount: z.ZodCoercedNumber<unknown>;
|
|
5746
|
+
hasExerciseTracking: z.ZodBoolean;
|
|
5747
|
+
workoutTargets: z.ZodObject<{
|
|
5748
|
+
workoutCountThisWeek: z.ZodCoercedNumber<unknown>;
|
|
5749
|
+
workoutCountScheduledPerWeek: z.ZodCoercedNumber<unknown>;
|
|
5750
|
+
weekStreak: z.ZodCoercedNumber<unknown>;
|
|
5751
|
+
}, z.core.$strip>;
|
|
5752
|
+
lastWorkoutStats: z.ZodObject<{
|
|
5753
|
+
workoutDate: z.ZodNullable<z.ZodString>;
|
|
5754
|
+
workoutSplitName: z.ZodNullable<z.ZodString>;
|
|
5755
|
+
exerciseTrackedCount: z.ZodNullable<z.ZodCoercedNumber<unknown>>;
|
|
5756
|
+
setTrackedCount: z.ZodNullable<z.ZodCoercedNumber<unknown>>;
|
|
5663
5757
|
}, z.core.$strip>;
|
|
5758
|
+
prs: z.ZodArray<z.ZodObject<{
|
|
5759
|
+
exerciseToSplitId: z.ZodNullable<z.ZodInt>;
|
|
5760
|
+
exerciseId: z.ZodInt;
|
|
5761
|
+
exerciseName: z.ZodString;
|
|
5762
|
+
prWeight: z.ZodNumber;
|
|
5763
|
+
prReps: z.ZodInt;
|
|
5764
|
+
prSetIndex: z.ZodInt;
|
|
5765
|
+
}, z.core.$strip>>;
|
|
5664
5766
|
}, z.core.$strip>;
|
|
5665
|
-
|
|
5767
|
+
trackingMaps: z.ZodObject<{
|
|
5666
5768
|
byDate: z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
5667
|
-
|
|
5668
|
-
|
|
5669
|
-
|
|
5670
|
-
|
|
5671
|
-
|
|
5672
|
-
|
|
5673
|
-
|
|
5674
|
-
|
|
5675
|
-
|
|
5676
|
-
|
|
5769
|
+
exerciseTracking: z.ZodObject<{
|
|
5770
|
+
exerciseTrackingId: z.ZodInt;
|
|
5771
|
+
sets: z.ZodArray<z.ZodObject<{
|
|
5772
|
+
setIndex: z.ZodInt;
|
|
5773
|
+
weight: z.ZodNumber;
|
|
5774
|
+
reps: z.ZodInt;
|
|
5775
|
+
}, z.core.$strip>>;
|
|
5776
|
+
notes: z.ZodNullable<z.ZodString>;
|
|
5777
|
+
exerciseAssignment: z.ZodObject<{
|
|
5778
|
+
exerciseToSplitId: z.ZodNullable<z.ZodInt>;
|
|
5779
|
+
orderIndex: z.ZodNullable<z.ZodInt>;
|
|
5780
|
+
exerciseId: z.ZodInt;
|
|
5781
|
+
workoutSplitId: z.ZodInt;
|
|
5782
|
+
workoutSplitName: z.ZodString;
|
|
5783
|
+
exerciseName: z.ZodString;
|
|
5677
5784
|
targetMuscle: z.ZodString;
|
|
5678
5785
|
specificTargetMuscle: z.ZodString;
|
|
5679
5786
|
}, z.core.$strip>;
|
|
5680
5787
|
}, z.core.$strip>;
|
|
5681
|
-
notes: z.ZodNullable<z.ZodString>;
|
|
5682
|
-
weight: z.ZodArray<z.ZodNumber>;
|
|
5683
|
-
splitName: z.ZodString;
|
|
5684
5788
|
}, z.core.$strip>>>;
|
|
5685
5789
|
byExerciseToSplitId: z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
5686
|
-
|
|
5687
|
-
|
|
5688
|
-
|
|
5689
|
-
|
|
5690
|
-
|
|
5691
|
-
|
|
5692
|
-
|
|
5693
|
-
|
|
5694
|
-
|
|
5695
|
-
|
|
5696
|
-
|
|
5697
|
-
|
|
5698
|
-
|
|
5699
|
-
|
|
5790
|
+
exerciseTracking: z.ZodObject<{
|
|
5791
|
+
exerciseTrackingId: z.ZodInt;
|
|
5792
|
+
sets: z.ZodArray<z.ZodObject<{
|
|
5793
|
+
setIndex: z.ZodInt;
|
|
5794
|
+
weight: z.ZodNumber;
|
|
5795
|
+
reps: z.ZodInt;
|
|
5796
|
+
}, z.core.$strip>>;
|
|
5797
|
+
notes: z.ZodNullable<z.ZodString>;
|
|
5798
|
+
exerciseAssignment: z.ZodObject<{
|
|
5799
|
+
exerciseToSplitId: z.ZodNullable<z.ZodInt>;
|
|
5800
|
+
orderIndex: z.ZodNullable<z.ZodInt>;
|
|
5801
|
+
exerciseId: z.ZodInt;
|
|
5802
|
+
workoutSplitId: z.ZodInt;
|
|
5803
|
+
workoutSplitName: z.ZodString;
|
|
5804
|
+
exerciseName: z.ZodString;
|
|
5700
5805
|
targetMuscle: z.ZodString;
|
|
5701
5806
|
specificTargetMuscle: z.ZodString;
|
|
5702
5807
|
}, z.core.$strip>;
|
|
5703
5808
|
}, z.core.$strip>;
|
|
5704
5809
|
}, z.core.$strip>>>;
|
|
5705
5810
|
bySplitName: z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
5706
|
-
|
|
5707
|
-
|
|
5708
|
-
|
|
5709
|
-
|
|
5710
|
-
|
|
5711
|
-
|
|
5712
|
-
|
|
5713
|
-
|
|
5714
|
-
|
|
5715
|
-
|
|
5811
|
+
exerciseTracking: z.ZodObject<{
|
|
5812
|
+
exerciseTrackingId: z.ZodInt;
|
|
5813
|
+
sets: z.ZodArray<z.ZodObject<{
|
|
5814
|
+
setIndex: z.ZodInt;
|
|
5815
|
+
weight: z.ZodNumber;
|
|
5816
|
+
reps: z.ZodInt;
|
|
5817
|
+
}, z.core.$strip>>;
|
|
5818
|
+
notes: z.ZodNullable<z.ZodString>;
|
|
5819
|
+
exerciseAssignment: z.ZodObject<{
|
|
5820
|
+
exerciseToSplitId: z.ZodNullable<z.ZodInt>;
|
|
5821
|
+
orderIndex: z.ZodNullable<z.ZodInt>;
|
|
5822
|
+
exerciseId: z.ZodInt;
|
|
5823
|
+
workoutSplitId: z.ZodInt;
|
|
5824
|
+
workoutSplitName: z.ZodString;
|
|
5825
|
+
exerciseName: z.ZodString;
|
|
5716
5826
|
targetMuscle: z.ZodString;
|
|
5717
5827
|
specificTargetMuscle: z.ZodString;
|
|
5718
5828
|
}, z.core.$strip>;
|
|
5719
5829
|
}, z.core.$strip>;
|
|
5720
|
-
notes: z.ZodNullable<z.ZodString>;
|
|
5721
|
-
weight: z.ZodArray<z.ZodNumber>;
|
|
5722
|
-
workoutDate: z.ZodString;
|
|
5723
5830
|
}, z.core.$strip>>>;
|
|
5724
5831
|
}, z.core.$strip>;
|
|
5725
5832
|
}, z.core.$strip>;
|
|
@@ -5730,79 +5837,92 @@ declare const getExerciseTrackingContract: {
|
|
|
5730
5837
|
}, z.core.$strip>;
|
|
5731
5838
|
}, z.core.$strip>;
|
|
5732
5839
|
response: z.ZodObject<{
|
|
5733
|
-
|
|
5734
|
-
|
|
5735
|
-
|
|
5736
|
-
|
|
5737
|
-
|
|
5738
|
-
|
|
5739
|
-
|
|
5740
|
-
prMax: z.ZodNullable<z.ZodObject<{
|
|
5741
|
-
exercise: z.ZodString;
|
|
5742
|
-
weight: z.ZodNumber;
|
|
5743
|
-
reps: z.ZodInt;
|
|
5744
|
-
workoutTimeUtc: z.ZodString;
|
|
5745
|
-
}, z.core.$strip>>;
|
|
5840
|
+
trackingStats: z.ZodObject<{
|
|
5841
|
+
workoutCount: z.ZodCoercedNumber<unknown>;
|
|
5842
|
+
hasExerciseTracking: z.ZodBoolean;
|
|
5843
|
+
workoutTargets: z.ZodObject<{
|
|
5844
|
+
workoutCountThisWeek: z.ZodCoercedNumber<unknown>;
|
|
5845
|
+
workoutCountScheduledPerWeek: z.ZodCoercedNumber<unknown>;
|
|
5846
|
+
weekStreak: z.ZodCoercedNumber<unknown>;
|
|
5746
5847
|
}, z.core.$strip>;
|
|
5848
|
+
lastWorkoutStats: z.ZodObject<{
|
|
5849
|
+
workoutDate: z.ZodNullable<z.ZodString>;
|
|
5850
|
+
workoutSplitName: z.ZodNullable<z.ZodString>;
|
|
5851
|
+
exerciseTrackedCount: z.ZodNullable<z.ZodCoercedNumber<unknown>>;
|
|
5852
|
+
setTrackedCount: z.ZodNullable<z.ZodCoercedNumber<unknown>>;
|
|
5853
|
+
}, z.core.$strip>;
|
|
5854
|
+
prs: z.ZodArray<z.ZodObject<{
|
|
5855
|
+
exerciseToSplitId: z.ZodNullable<z.ZodInt>;
|
|
5856
|
+
exerciseId: z.ZodInt;
|
|
5857
|
+
exerciseName: z.ZodString;
|
|
5858
|
+
prWeight: z.ZodNumber;
|
|
5859
|
+
prReps: z.ZodInt;
|
|
5860
|
+
prSetIndex: z.ZodInt;
|
|
5861
|
+
}, z.core.$strip>>;
|
|
5747
5862
|
}, z.core.$strip>;
|
|
5748
|
-
|
|
5863
|
+
trackingMaps: z.ZodObject<{
|
|
5749
5864
|
byDate: z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
5750
|
-
|
|
5751
|
-
|
|
5752
|
-
|
|
5753
|
-
|
|
5754
|
-
|
|
5755
|
-
|
|
5756
|
-
|
|
5757
|
-
|
|
5758
|
-
|
|
5759
|
-
|
|
5865
|
+
exerciseTracking: z.ZodObject<{
|
|
5866
|
+
exerciseTrackingId: z.ZodInt;
|
|
5867
|
+
sets: z.ZodArray<z.ZodObject<{
|
|
5868
|
+
setIndex: z.ZodInt;
|
|
5869
|
+
weight: z.ZodNumber;
|
|
5870
|
+
reps: z.ZodInt;
|
|
5871
|
+
}, z.core.$strip>>;
|
|
5872
|
+
notes: z.ZodNullable<z.ZodString>;
|
|
5873
|
+
exerciseAssignment: z.ZodObject<{
|
|
5874
|
+
exerciseToSplitId: z.ZodNullable<z.ZodInt>;
|
|
5875
|
+
orderIndex: z.ZodNullable<z.ZodInt>;
|
|
5876
|
+
exerciseId: z.ZodInt;
|
|
5877
|
+
workoutSplitId: z.ZodInt;
|
|
5878
|
+
workoutSplitName: z.ZodString;
|
|
5879
|
+
exerciseName: z.ZodString;
|
|
5760
5880
|
targetMuscle: z.ZodString;
|
|
5761
5881
|
specificTargetMuscle: z.ZodString;
|
|
5762
5882
|
}, z.core.$strip>;
|
|
5763
5883
|
}, z.core.$strip>;
|
|
5764
|
-
notes: z.ZodNullable<z.ZodString>;
|
|
5765
|
-
weight: z.ZodArray<z.ZodNumber>;
|
|
5766
|
-
splitName: z.ZodString;
|
|
5767
5884
|
}, z.core.$strip>>>;
|
|
5768
5885
|
byExerciseToSplitId: z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
5769
|
-
|
|
5770
|
-
|
|
5771
|
-
|
|
5772
|
-
|
|
5773
|
-
|
|
5774
|
-
|
|
5775
|
-
|
|
5776
|
-
|
|
5777
|
-
|
|
5778
|
-
|
|
5779
|
-
|
|
5780
|
-
|
|
5781
|
-
|
|
5782
|
-
|
|
5886
|
+
exerciseTracking: z.ZodObject<{
|
|
5887
|
+
exerciseTrackingId: z.ZodInt;
|
|
5888
|
+
sets: z.ZodArray<z.ZodObject<{
|
|
5889
|
+
setIndex: z.ZodInt;
|
|
5890
|
+
weight: z.ZodNumber;
|
|
5891
|
+
reps: z.ZodInt;
|
|
5892
|
+
}, z.core.$strip>>;
|
|
5893
|
+
notes: z.ZodNullable<z.ZodString>;
|
|
5894
|
+
exerciseAssignment: z.ZodObject<{
|
|
5895
|
+
exerciseToSplitId: z.ZodNullable<z.ZodInt>;
|
|
5896
|
+
orderIndex: z.ZodNullable<z.ZodInt>;
|
|
5897
|
+
exerciseId: z.ZodInt;
|
|
5898
|
+
workoutSplitId: z.ZodInt;
|
|
5899
|
+
workoutSplitName: z.ZodString;
|
|
5900
|
+
exerciseName: z.ZodString;
|
|
5783
5901
|
targetMuscle: z.ZodString;
|
|
5784
5902
|
specificTargetMuscle: z.ZodString;
|
|
5785
5903
|
}, z.core.$strip>;
|
|
5786
5904
|
}, z.core.$strip>;
|
|
5787
5905
|
}, z.core.$strip>>>;
|
|
5788
5906
|
bySplitName: z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
5789
|
-
|
|
5790
|
-
|
|
5791
|
-
|
|
5792
|
-
|
|
5793
|
-
|
|
5794
|
-
|
|
5795
|
-
|
|
5796
|
-
|
|
5797
|
-
|
|
5798
|
-
|
|
5907
|
+
exerciseTracking: z.ZodObject<{
|
|
5908
|
+
exerciseTrackingId: z.ZodInt;
|
|
5909
|
+
sets: z.ZodArray<z.ZodObject<{
|
|
5910
|
+
setIndex: z.ZodInt;
|
|
5911
|
+
weight: z.ZodNumber;
|
|
5912
|
+
reps: z.ZodInt;
|
|
5913
|
+
}, z.core.$strip>>;
|
|
5914
|
+
notes: z.ZodNullable<z.ZodString>;
|
|
5915
|
+
exerciseAssignment: z.ZodObject<{
|
|
5916
|
+
exerciseToSplitId: z.ZodNullable<z.ZodInt>;
|
|
5917
|
+
orderIndex: z.ZodNullable<z.ZodInt>;
|
|
5918
|
+
exerciseId: z.ZodInt;
|
|
5919
|
+
workoutSplitId: z.ZodInt;
|
|
5920
|
+
workoutSplitName: z.ZodString;
|
|
5921
|
+
exerciseName: z.ZodString;
|
|
5799
5922
|
targetMuscle: z.ZodString;
|
|
5800
5923
|
specificTargetMuscle: z.ZodString;
|
|
5801
5924
|
}, z.core.$strip>;
|
|
5802
5925
|
}, z.core.$strip>;
|
|
5803
|
-
notes: z.ZodNullable<z.ZodString>;
|
|
5804
|
-
weight: z.ZodArray<z.ZodNumber>;
|
|
5805
|
-
workoutDate: z.ZodString;
|
|
5806
5926
|
}, z.core.$strip>>>;
|
|
5807
5927
|
}, z.core.$strip>;
|
|
5808
5928
|
}, z.core.$strip>;
|
|
@@ -5826,79 +5946,92 @@ declare const finishWorkoutRequestSchema: z.ZodObject<{
|
|
|
5826
5946
|
}, z.core.$strip>;
|
|
5827
5947
|
}, z.core.$strip>;
|
|
5828
5948
|
declare const finishUserWorkoutResponseSchema: z.ZodObject<{
|
|
5829
|
-
|
|
5830
|
-
|
|
5831
|
-
|
|
5832
|
-
|
|
5833
|
-
|
|
5834
|
-
|
|
5835
|
-
|
|
5836
|
-
prMax: z.ZodNullable<z.ZodObject<{
|
|
5837
|
-
exercise: z.ZodString;
|
|
5838
|
-
weight: z.ZodNumber;
|
|
5839
|
-
reps: z.ZodInt;
|
|
5840
|
-
workoutTimeUtc: z.ZodString;
|
|
5841
|
-
}, z.core.$strip>>;
|
|
5949
|
+
trackingStats: z.ZodObject<{
|
|
5950
|
+
workoutCount: z.ZodCoercedNumber<unknown>;
|
|
5951
|
+
hasExerciseTracking: z.ZodBoolean;
|
|
5952
|
+
workoutTargets: z.ZodObject<{
|
|
5953
|
+
workoutCountThisWeek: z.ZodCoercedNumber<unknown>;
|
|
5954
|
+
workoutCountScheduledPerWeek: z.ZodCoercedNumber<unknown>;
|
|
5955
|
+
weekStreak: z.ZodCoercedNumber<unknown>;
|
|
5842
5956
|
}, z.core.$strip>;
|
|
5957
|
+
lastWorkoutStats: z.ZodObject<{
|
|
5958
|
+
workoutDate: z.ZodNullable<z.ZodString>;
|
|
5959
|
+
workoutSplitName: z.ZodNullable<z.ZodString>;
|
|
5960
|
+
exerciseTrackedCount: z.ZodNullable<z.ZodCoercedNumber<unknown>>;
|
|
5961
|
+
setTrackedCount: z.ZodNullable<z.ZodCoercedNumber<unknown>>;
|
|
5962
|
+
}, z.core.$strip>;
|
|
5963
|
+
prs: z.ZodArray<z.ZodObject<{
|
|
5964
|
+
exerciseToSplitId: z.ZodNullable<z.ZodInt>;
|
|
5965
|
+
exerciseId: z.ZodInt;
|
|
5966
|
+
exerciseName: z.ZodString;
|
|
5967
|
+
prWeight: z.ZodNumber;
|
|
5968
|
+
prReps: z.ZodInt;
|
|
5969
|
+
prSetIndex: z.ZodInt;
|
|
5970
|
+
}, z.core.$strip>>;
|
|
5843
5971
|
}, z.core.$strip>;
|
|
5844
|
-
|
|
5972
|
+
trackingMaps: z.ZodObject<{
|
|
5845
5973
|
byDate: z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
5846
|
-
|
|
5847
|
-
|
|
5848
|
-
|
|
5849
|
-
|
|
5850
|
-
|
|
5851
|
-
|
|
5852
|
-
|
|
5853
|
-
|
|
5854
|
-
|
|
5855
|
-
|
|
5974
|
+
exerciseTracking: z.ZodObject<{
|
|
5975
|
+
exerciseTrackingId: z.ZodInt;
|
|
5976
|
+
sets: z.ZodArray<z.ZodObject<{
|
|
5977
|
+
setIndex: z.ZodInt;
|
|
5978
|
+
weight: z.ZodNumber;
|
|
5979
|
+
reps: z.ZodInt;
|
|
5980
|
+
}, z.core.$strip>>;
|
|
5981
|
+
notes: z.ZodNullable<z.ZodString>;
|
|
5982
|
+
exerciseAssignment: z.ZodObject<{
|
|
5983
|
+
exerciseToSplitId: z.ZodNullable<z.ZodInt>;
|
|
5984
|
+
orderIndex: z.ZodNullable<z.ZodInt>;
|
|
5985
|
+
exerciseId: z.ZodInt;
|
|
5986
|
+
workoutSplitId: z.ZodInt;
|
|
5987
|
+
workoutSplitName: z.ZodString;
|
|
5988
|
+
exerciseName: z.ZodString;
|
|
5856
5989
|
targetMuscle: z.ZodString;
|
|
5857
5990
|
specificTargetMuscle: z.ZodString;
|
|
5858
5991
|
}, z.core.$strip>;
|
|
5859
5992
|
}, z.core.$strip>;
|
|
5860
|
-
notes: z.ZodNullable<z.ZodString>;
|
|
5861
|
-
weight: z.ZodArray<z.ZodNumber>;
|
|
5862
|
-
splitName: z.ZodString;
|
|
5863
5993
|
}, z.core.$strip>>>;
|
|
5864
5994
|
byExerciseToSplitId: z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
5865
|
-
|
|
5866
|
-
|
|
5867
|
-
|
|
5868
|
-
|
|
5869
|
-
|
|
5870
|
-
|
|
5871
|
-
|
|
5872
|
-
|
|
5873
|
-
|
|
5874
|
-
|
|
5875
|
-
|
|
5876
|
-
|
|
5877
|
-
|
|
5878
|
-
|
|
5995
|
+
exerciseTracking: z.ZodObject<{
|
|
5996
|
+
exerciseTrackingId: z.ZodInt;
|
|
5997
|
+
sets: z.ZodArray<z.ZodObject<{
|
|
5998
|
+
setIndex: z.ZodInt;
|
|
5999
|
+
weight: z.ZodNumber;
|
|
6000
|
+
reps: z.ZodInt;
|
|
6001
|
+
}, z.core.$strip>>;
|
|
6002
|
+
notes: z.ZodNullable<z.ZodString>;
|
|
6003
|
+
exerciseAssignment: z.ZodObject<{
|
|
6004
|
+
exerciseToSplitId: z.ZodNullable<z.ZodInt>;
|
|
6005
|
+
orderIndex: z.ZodNullable<z.ZodInt>;
|
|
6006
|
+
exerciseId: z.ZodInt;
|
|
6007
|
+
workoutSplitId: z.ZodInt;
|
|
6008
|
+
workoutSplitName: z.ZodString;
|
|
6009
|
+
exerciseName: z.ZodString;
|
|
5879
6010
|
targetMuscle: z.ZodString;
|
|
5880
6011
|
specificTargetMuscle: z.ZodString;
|
|
5881
6012
|
}, z.core.$strip>;
|
|
5882
6013
|
}, z.core.$strip>;
|
|
5883
6014
|
}, z.core.$strip>>>;
|
|
5884
6015
|
bySplitName: z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
5885
|
-
|
|
5886
|
-
|
|
5887
|
-
|
|
5888
|
-
|
|
5889
|
-
|
|
5890
|
-
|
|
5891
|
-
|
|
5892
|
-
|
|
5893
|
-
|
|
5894
|
-
|
|
6016
|
+
exerciseTracking: z.ZodObject<{
|
|
6017
|
+
exerciseTrackingId: z.ZodInt;
|
|
6018
|
+
sets: z.ZodArray<z.ZodObject<{
|
|
6019
|
+
setIndex: z.ZodInt;
|
|
6020
|
+
weight: z.ZodNumber;
|
|
6021
|
+
reps: z.ZodInt;
|
|
6022
|
+
}, z.core.$strip>>;
|
|
6023
|
+
notes: z.ZodNullable<z.ZodString>;
|
|
6024
|
+
exerciseAssignment: z.ZodObject<{
|
|
6025
|
+
exerciseToSplitId: z.ZodNullable<z.ZodInt>;
|
|
6026
|
+
orderIndex: z.ZodNullable<z.ZodInt>;
|
|
6027
|
+
exerciseId: z.ZodInt;
|
|
6028
|
+
workoutSplitId: z.ZodInt;
|
|
6029
|
+
workoutSplitName: z.ZodString;
|
|
6030
|
+
exerciseName: z.ZodString;
|
|
5895
6031
|
targetMuscle: z.ZodString;
|
|
5896
6032
|
specificTargetMuscle: z.ZodString;
|
|
5897
6033
|
}, z.core.$strip>;
|
|
5898
6034
|
}, z.core.$strip>;
|
|
5899
|
-
notes: z.ZodNullable<z.ZodString>;
|
|
5900
|
-
weight: z.ZodArray<z.ZodNumber>;
|
|
5901
|
-
workoutDate: z.ZodString;
|
|
5902
6035
|
}, z.core.$strip>>>;
|
|
5903
6036
|
}, z.core.$strip>;
|
|
5904
6037
|
}, z.core.$strip>;
|
|
@@ -5922,79 +6055,92 @@ declare const finishUserWorkoutContract: {
|
|
|
5922
6055
|
}, z.core.$strip>;
|
|
5923
6056
|
}, z.core.$strip>;
|
|
5924
6057
|
response: z.ZodObject<{
|
|
5925
|
-
|
|
5926
|
-
|
|
5927
|
-
|
|
5928
|
-
|
|
5929
|
-
|
|
5930
|
-
|
|
5931
|
-
|
|
5932
|
-
|
|
5933
|
-
|
|
5934
|
-
|
|
5935
|
-
|
|
5936
|
-
|
|
5937
|
-
|
|
6058
|
+
trackingStats: z.ZodObject<{
|
|
6059
|
+
workoutCount: z.ZodCoercedNumber<unknown>;
|
|
6060
|
+
hasExerciseTracking: z.ZodBoolean;
|
|
6061
|
+
workoutTargets: z.ZodObject<{
|
|
6062
|
+
workoutCountThisWeek: z.ZodCoercedNumber<unknown>;
|
|
6063
|
+
workoutCountScheduledPerWeek: z.ZodCoercedNumber<unknown>;
|
|
6064
|
+
weekStreak: z.ZodCoercedNumber<unknown>;
|
|
6065
|
+
}, z.core.$strip>;
|
|
6066
|
+
lastWorkoutStats: z.ZodObject<{
|
|
6067
|
+
workoutDate: z.ZodNullable<z.ZodString>;
|
|
6068
|
+
workoutSplitName: z.ZodNullable<z.ZodString>;
|
|
6069
|
+
exerciseTrackedCount: z.ZodNullable<z.ZodCoercedNumber<unknown>>;
|
|
6070
|
+
setTrackedCount: z.ZodNullable<z.ZodCoercedNumber<unknown>>;
|
|
5938
6071
|
}, z.core.$strip>;
|
|
6072
|
+
prs: z.ZodArray<z.ZodObject<{
|
|
6073
|
+
exerciseToSplitId: z.ZodNullable<z.ZodInt>;
|
|
6074
|
+
exerciseId: z.ZodInt;
|
|
6075
|
+
exerciseName: z.ZodString;
|
|
6076
|
+
prWeight: z.ZodNumber;
|
|
6077
|
+
prReps: z.ZodInt;
|
|
6078
|
+
prSetIndex: z.ZodInt;
|
|
6079
|
+
}, z.core.$strip>>;
|
|
5939
6080
|
}, z.core.$strip>;
|
|
5940
|
-
|
|
6081
|
+
trackingMaps: z.ZodObject<{
|
|
5941
6082
|
byDate: z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
5942
|
-
|
|
5943
|
-
|
|
5944
|
-
|
|
5945
|
-
|
|
5946
|
-
|
|
5947
|
-
|
|
5948
|
-
|
|
5949
|
-
|
|
5950
|
-
|
|
5951
|
-
|
|
6083
|
+
exerciseTracking: z.ZodObject<{
|
|
6084
|
+
exerciseTrackingId: z.ZodInt;
|
|
6085
|
+
sets: z.ZodArray<z.ZodObject<{
|
|
6086
|
+
setIndex: z.ZodInt;
|
|
6087
|
+
weight: z.ZodNumber;
|
|
6088
|
+
reps: z.ZodInt;
|
|
6089
|
+
}, z.core.$strip>>;
|
|
6090
|
+
notes: z.ZodNullable<z.ZodString>;
|
|
6091
|
+
exerciseAssignment: z.ZodObject<{
|
|
6092
|
+
exerciseToSplitId: z.ZodNullable<z.ZodInt>;
|
|
6093
|
+
orderIndex: z.ZodNullable<z.ZodInt>;
|
|
6094
|
+
exerciseId: z.ZodInt;
|
|
6095
|
+
workoutSplitId: z.ZodInt;
|
|
6096
|
+
workoutSplitName: z.ZodString;
|
|
6097
|
+
exerciseName: z.ZodString;
|
|
5952
6098
|
targetMuscle: z.ZodString;
|
|
5953
6099
|
specificTargetMuscle: z.ZodString;
|
|
5954
6100
|
}, z.core.$strip>;
|
|
5955
6101
|
}, z.core.$strip>;
|
|
5956
|
-
notes: z.ZodNullable<z.ZodString>;
|
|
5957
|
-
weight: z.ZodArray<z.ZodNumber>;
|
|
5958
|
-
splitName: z.ZodString;
|
|
5959
6102
|
}, z.core.$strip>>>;
|
|
5960
6103
|
byExerciseToSplitId: z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
5961
|
-
|
|
5962
|
-
|
|
5963
|
-
|
|
5964
|
-
|
|
5965
|
-
|
|
5966
|
-
|
|
5967
|
-
|
|
5968
|
-
|
|
5969
|
-
|
|
5970
|
-
|
|
5971
|
-
|
|
5972
|
-
|
|
5973
|
-
|
|
5974
|
-
|
|
6104
|
+
exerciseTracking: z.ZodObject<{
|
|
6105
|
+
exerciseTrackingId: z.ZodInt;
|
|
6106
|
+
sets: z.ZodArray<z.ZodObject<{
|
|
6107
|
+
setIndex: z.ZodInt;
|
|
6108
|
+
weight: z.ZodNumber;
|
|
6109
|
+
reps: z.ZodInt;
|
|
6110
|
+
}, z.core.$strip>>;
|
|
6111
|
+
notes: z.ZodNullable<z.ZodString>;
|
|
6112
|
+
exerciseAssignment: z.ZodObject<{
|
|
6113
|
+
exerciseToSplitId: z.ZodNullable<z.ZodInt>;
|
|
6114
|
+
orderIndex: z.ZodNullable<z.ZodInt>;
|
|
6115
|
+
exerciseId: z.ZodInt;
|
|
6116
|
+
workoutSplitId: z.ZodInt;
|
|
6117
|
+
workoutSplitName: z.ZodString;
|
|
6118
|
+
exerciseName: z.ZodString;
|
|
5975
6119
|
targetMuscle: z.ZodString;
|
|
5976
6120
|
specificTargetMuscle: z.ZodString;
|
|
5977
6121
|
}, z.core.$strip>;
|
|
5978
6122
|
}, z.core.$strip>;
|
|
5979
6123
|
}, z.core.$strip>>>;
|
|
5980
6124
|
bySplitName: z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
5981
|
-
|
|
5982
|
-
|
|
5983
|
-
|
|
5984
|
-
|
|
5985
|
-
|
|
5986
|
-
|
|
5987
|
-
|
|
5988
|
-
|
|
5989
|
-
|
|
5990
|
-
|
|
6125
|
+
exerciseTracking: z.ZodObject<{
|
|
6126
|
+
exerciseTrackingId: z.ZodInt;
|
|
6127
|
+
sets: z.ZodArray<z.ZodObject<{
|
|
6128
|
+
setIndex: z.ZodInt;
|
|
6129
|
+
weight: z.ZodNumber;
|
|
6130
|
+
reps: z.ZodInt;
|
|
6131
|
+
}, z.core.$strip>>;
|
|
6132
|
+
notes: z.ZodNullable<z.ZodString>;
|
|
6133
|
+
exerciseAssignment: z.ZodObject<{
|
|
6134
|
+
exerciseToSplitId: z.ZodNullable<z.ZodInt>;
|
|
6135
|
+
orderIndex: z.ZodNullable<z.ZodInt>;
|
|
6136
|
+
exerciseId: z.ZodInt;
|
|
6137
|
+
workoutSplitId: z.ZodInt;
|
|
6138
|
+
workoutSplitName: z.ZodString;
|
|
6139
|
+
exerciseName: z.ZodString;
|
|
5991
6140
|
targetMuscle: z.ZodString;
|
|
5992
6141
|
specificTargetMuscle: z.ZodString;
|
|
5993
6142
|
}, z.core.$strip>;
|
|
5994
6143
|
}, z.core.$strip>;
|
|
5995
|
-
notes: z.ZodNullable<z.ZodString>;
|
|
5996
|
-
weight: z.ZodArray<z.ZodNumber>;
|
|
5997
|
-
workoutDate: z.ZodString;
|
|
5998
6144
|
}, z.core.$strip>>>;
|
|
5999
6145
|
}, z.core.$strip>;
|
|
6000
6146
|
}, z.core.$strip>;
|
|
@@ -6104,160 +6250,185 @@ declare const trackingBySplitNameItemQueryDtoSchema: z.ZodObject<{
|
|
|
6104
6250
|
weight: z.ZodArray<z.ZodNumber>;
|
|
6105
6251
|
workoutDate: z.ZodString;
|
|
6106
6252
|
}, z.core.$strip>;
|
|
6107
|
-
/** Complete tracking and statistics aggregate returned by the tracking query. */
|
|
6108
6253
|
declare const exerciseTrackingAndStatsQueryDtoSchema: z.ZodObject<{
|
|
6109
|
-
|
|
6110
|
-
|
|
6111
|
-
|
|
6112
|
-
|
|
6113
|
-
|
|
6114
|
-
|
|
6115
|
-
|
|
6116
|
-
|
|
6117
|
-
|
|
6118
|
-
|
|
6119
|
-
|
|
6120
|
-
|
|
6121
|
-
|
|
6254
|
+
trackingStats: z.ZodObject<{
|
|
6255
|
+
workoutCount: z.ZodCoercedNumber<unknown>;
|
|
6256
|
+
hasExerciseTracking: z.ZodBoolean;
|
|
6257
|
+
workoutTargets: z.ZodObject<{
|
|
6258
|
+
workoutCountThisWeek: z.ZodCoercedNumber<unknown>;
|
|
6259
|
+
workoutCountScheduledPerWeek: z.ZodCoercedNumber<unknown>;
|
|
6260
|
+
weekStreak: z.ZodCoercedNumber<unknown>;
|
|
6261
|
+
}, z.core.$strip>;
|
|
6262
|
+
lastWorkoutStats: z.ZodObject<{
|
|
6263
|
+
workoutDate: z.ZodNullable<z.ZodString>;
|
|
6264
|
+
workoutSplitName: z.ZodNullable<z.ZodString>;
|
|
6265
|
+
exerciseTrackedCount: z.ZodNullable<z.ZodCoercedNumber<unknown>>;
|
|
6266
|
+
setTrackedCount: z.ZodNullable<z.ZodCoercedNumber<unknown>>;
|
|
6122
6267
|
}, z.core.$strip>;
|
|
6268
|
+
prs: z.ZodArray<z.ZodObject<{
|
|
6269
|
+
exerciseToSplitId: z.ZodNullable<z.ZodInt>;
|
|
6270
|
+
exerciseId: z.ZodInt;
|
|
6271
|
+
exerciseName: z.ZodString;
|
|
6272
|
+
prWeight: z.ZodNumber;
|
|
6273
|
+
prReps: z.ZodInt;
|
|
6274
|
+
prSetIndex: z.ZodInt;
|
|
6275
|
+
}, z.core.$strip>>;
|
|
6123
6276
|
}, z.core.$strip>;
|
|
6124
|
-
|
|
6277
|
+
trackingMaps: z.ZodObject<{
|
|
6125
6278
|
byDate: z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
6126
|
-
|
|
6127
|
-
|
|
6128
|
-
|
|
6129
|
-
|
|
6130
|
-
|
|
6131
|
-
|
|
6132
|
-
|
|
6133
|
-
|
|
6134
|
-
|
|
6135
|
-
|
|
6279
|
+
exerciseTracking: z.ZodObject<{
|
|
6280
|
+
exerciseTrackingId: z.ZodInt;
|
|
6281
|
+
sets: z.ZodArray<z.ZodObject<{
|
|
6282
|
+
setIndex: z.ZodInt;
|
|
6283
|
+
weight: z.ZodNumber;
|
|
6284
|
+
reps: z.ZodInt;
|
|
6285
|
+
}, z.core.$strip>>;
|
|
6286
|
+
notes: z.ZodNullable<z.ZodString>;
|
|
6287
|
+
exerciseAssignment: z.ZodObject<{
|
|
6288
|
+
exerciseToSplitId: z.ZodNullable<z.ZodInt>;
|
|
6289
|
+
orderIndex: z.ZodNullable<z.ZodInt>;
|
|
6290
|
+
exerciseId: z.ZodInt;
|
|
6291
|
+
workoutSplitId: z.ZodInt;
|
|
6292
|
+
workoutSplitName: z.ZodString;
|
|
6293
|
+
exerciseName: z.ZodString;
|
|
6136
6294
|
targetMuscle: z.ZodString;
|
|
6137
6295
|
specificTargetMuscle: z.ZodString;
|
|
6138
6296
|
}, z.core.$strip>;
|
|
6139
6297
|
}, z.core.$strip>;
|
|
6140
|
-
notes: z.ZodNullable<z.ZodString>;
|
|
6141
|
-
weight: z.ZodArray<z.ZodNumber>;
|
|
6142
|
-
splitName: z.ZodString;
|
|
6143
6298
|
}, z.core.$strip>>>;
|
|
6144
6299
|
byExerciseToSplitId: z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
6145
|
-
|
|
6146
|
-
|
|
6147
|
-
|
|
6148
|
-
|
|
6149
|
-
|
|
6150
|
-
|
|
6151
|
-
|
|
6152
|
-
|
|
6153
|
-
|
|
6154
|
-
|
|
6155
|
-
|
|
6156
|
-
|
|
6157
|
-
|
|
6158
|
-
|
|
6300
|
+
exerciseTracking: z.ZodObject<{
|
|
6301
|
+
exerciseTrackingId: z.ZodInt;
|
|
6302
|
+
sets: z.ZodArray<z.ZodObject<{
|
|
6303
|
+
setIndex: z.ZodInt;
|
|
6304
|
+
weight: z.ZodNumber;
|
|
6305
|
+
reps: z.ZodInt;
|
|
6306
|
+
}, z.core.$strip>>;
|
|
6307
|
+
notes: z.ZodNullable<z.ZodString>;
|
|
6308
|
+
exerciseAssignment: z.ZodObject<{
|
|
6309
|
+
exerciseToSplitId: z.ZodNullable<z.ZodInt>;
|
|
6310
|
+
orderIndex: z.ZodNullable<z.ZodInt>;
|
|
6311
|
+
exerciseId: z.ZodInt;
|
|
6312
|
+
workoutSplitId: z.ZodInt;
|
|
6313
|
+
workoutSplitName: z.ZodString;
|
|
6314
|
+
exerciseName: z.ZodString;
|
|
6159
6315
|
targetMuscle: z.ZodString;
|
|
6160
6316
|
specificTargetMuscle: z.ZodString;
|
|
6161
6317
|
}, z.core.$strip>;
|
|
6162
6318
|
}, z.core.$strip>;
|
|
6163
6319
|
}, z.core.$strip>>>;
|
|
6164
6320
|
bySplitName: z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
6165
|
-
|
|
6166
|
-
|
|
6167
|
-
|
|
6168
|
-
|
|
6169
|
-
|
|
6170
|
-
|
|
6171
|
-
|
|
6172
|
-
|
|
6173
|
-
|
|
6174
|
-
|
|
6321
|
+
exerciseTracking: z.ZodObject<{
|
|
6322
|
+
exerciseTrackingId: z.ZodInt;
|
|
6323
|
+
sets: z.ZodArray<z.ZodObject<{
|
|
6324
|
+
setIndex: z.ZodInt;
|
|
6325
|
+
weight: z.ZodNumber;
|
|
6326
|
+
reps: z.ZodInt;
|
|
6327
|
+
}, z.core.$strip>>;
|
|
6328
|
+
notes: z.ZodNullable<z.ZodString>;
|
|
6329
|
+
exerciseAssignment: z.ZodObject<{
|
|
6330
|
+
exerciseToSplitId: z.ZodNullable<z.ZodInt>;
|
|
6331
|
+
orderIndex: z.ZodNullable<z.ZodInt>;
|
|
6332
|
+
exerciseId: z.ZodInt;
|
|
6333
|
+
workoutSplitId: z.ZodInt;
|
|
6334
|
+
workoutSplitName: z.ZodString;
|
|
6335
|
+
exerciseName: z.ZodString;
|
|
6175
6336
|
targetMuscle: z.ZodString;
|
|
6176
6337
|
specificTargetMuscle: z.ZodString;
|
|
6177
6338
|
}, z.core.$strip>;
|
|
6178
6339
|
}, z.core.$strip>;
|
|
6179
|
-
notes: z.ZodNullable<z.ZodString>;
|
|
6180
|
-
weight: z.ZodArray<z.ZodNumber>;
|
|
6181
|
-
workoutDate: z.ZodString;
|
|
6182
6340
|
}, z.core.$strip>>>;
|
|
6183
6341
|
}, z.core.$strip>;
|
|
6184
6342
|
}, z.core.$strip>;
|
|
6185
6343
|
/** SQL row wrapping the complete tracking aggregate under `data`. */
|
|
6186
6344
|
declare const exerciseTrackingAndStatsRowQueryDtoSchema: z.ZodObject<{
|
|
6187
6345
|
data: z.ZodObject<{
|
|
6188
|
-
|
|
6189
|
-
|
|
6190
|
-
|
|
6191
|
-
|
|
6192
|
-
|
|
6193
|
-
|
|
6194
|
-
|
|
6195
|
-
prMax: z.ZodNullable<z.ZodObject<{
|
|
6196
|
-
exercise: z.ZodString;
|
|
6197
|
-
weight: z.ZodNumber;
|
|
6198
|
-
reps: z.ZodInt;
|
|
6199
|
-
workoutTimeUtc: z.ZodString;
|
|
6200
|
-
}, z.core.$strip>>;
|
|
6346
|
+
trackingStats: z.ZodObject<{
|
|
6347
|
+
workoutCount: z.ZodCoercedNumber<unknown>;
|
|
6348
|
+
hasExerciseTracking: z.ZodBoolean;
|
|
6349
|
+
workoutTargets: z.ZodObject<{
|
|
6350
|
+
workoutCountThisWeek: z.ZodCoercedNumber<unknown>;
|
|
6351
|
+
workoutCountScheduledPerWeek: z.ZodCoercedNumber<unknown>;
|
|
6352
|
+
weekStreak: z.ZodCoercedNumber<unknown>;
|
|
6201
6353
|
}, z.core.$strip>;
|
|
6354
|
+
lastWorkoutStats: z.ZodObject<{
|
|
6355
|
+
workoutDate: z.ZodNullable<z.ZodString>;
|
|
6356
|
+
workoutSplitName: z.ZodNullable<z.ZodString>;
|
|
6357
|
+
exerciseTrackedCount: z.ZodNullable<z.ZodCoercedNumber<unknown>>;
|
|
6358
|
+
setTrackedCount: z.ZodNullable<z.ZodCoercedNumber<unknown>>;
|
|
6359
|
+
}, z.core.$strip>;
|
|
6360
|
+
prs: z.ZodArray<z.ZodObject<{
|
|
6361
|
+
exerciseToSplitId: z.ZodNullable<z.ZodInt>;
|
|
6362
|
+
exerciseId: z.ZodInt;
|
|
6363
|
+
exerciseName: z.ZodString;
|
|
6364
|
+
prWeight: z.ZodNumber;
|
|
6365
|
+
prReps: z.ZodInt;
|
|
6366
|
+
prSetIndex: z.ZodInt;
|
|
6367
|
+
}, z.core.$strip>>;
|
|
6202
6368
|
}, z.core.$strip>;
|
|
6203
|
-
|
|
6369
|
+
trackingMaps: z.ZodObject<{
|
|
6204
6370
|
byDate: z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
6205
|
-
|
|
6206
|
-
|
|
6207
|
-
|
|
6208
|
-
|
|
6209
|
-
|
|
6210
|
-
|
|
6211
|
-
|
|
6212
|
-
|
|
6213
|
-
|
|
6214
|
-
|
|
6371
|
+
exerciseTracking: z.ZodObject<{
|
|
6372
|
+
exerciseTrackingId: z.ZodInt;
|
|
6373
|
+
sets: z.ZodArray<z.ZodObject<{
|
|
6374
|
+
setIndex: z.ZodInt;
|
|
6375
|
+
weight: z.ZodNumber;
|
|
6376
|
+
reps: z.ZodInt;
|
|
6377
|
+
}, z.core.$strip>>;
|
|
6378
|
+
notes: z.ZodNullable<z.ZodString>;
|
|
6379
|
+
exerciseAssignment: z.ZodObject<{
|
|
6380
|
+
exerciseToSplitId: z.ZodNullable<z.ZodInt>;
|
|
6381
|
+
orderIndex: z.ZodNullable<z.ZodInt>;
|
|
6382
|
+
exerciseId: z.ZodInt;
|
|
6383
|
+
workoutSplitId: z.ZodInt;
|
|
6384
|
+
workoutSplitName: z.ZodString;
|
|
6385
|
+
exerciseName: z.ZodString;
|
|
6215
6386
|
targetMuscle: z.ZodString;
|
|
6216
6387
|
specificTargetMuscle: z.ZodString;
|
|
6217
6388
|
}, z.core.$strip>;
|
|
6218
6389
|
}, z.core.$strip>;
|
|
6219
|
-
notes: z.ZodNullable<z.ZodString>;
|
|
6220
|
-
weight: z.ZodArray<z.ZodNumber>;
|
|
6221
|
-
splitName: z.ZodString;
|
|
6222
6390
|
}, z.core.$strip>>>;
|
|
6223
6391
|
byExerciseToSplitId: z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
6224
|
-
|
|
6225
|
-
|
|
6226
|
-
|
|
6227
|
-
|
|
6228
|
-
|
|
6229
|
-
|
|
6230
|
-
|
|
6231
|
-
|
|
6232
|
-
|
|
6233
|
-
|
|
6234
|
-
|
|
6235
|
-
|
|
6236
|
-
|
|
6237
|
-
|
|
6392
|
+
exerciseTracking: z.ZodObject<{
|
|
6393
|
+
exerciseTrackingId: z.ZodInt;
|
|
6394
|
+
sets: z.ZodArray<z.ZodObject<{
|
|
6395
|
+
setIndex: z.ZodInt;
|
|
6396
|
+
weight: z.ZodNumber;
|
|
6397
|
+
reps: z.ZodInt;
|
|
6398
|
+
}, z.core.$strip>>;
|
|
6399
|
+
notes: z.ZodNullable<z.ZodString>;
|
|
6400
|
+
exerciseAssignment: z.ZodObject<{
|
|
6401
|
+
exerciseToSplitId: z.ZodNullable<z.ZodInt>;
|
|
6402
|
+
orderIndex: z.ZodNullable<z.ZodInt>;
|
|
6403
|
+
exerciseId: z.ZodInt;
|
|
6404
|
+
workoutSplitId: z.ZodInt;
|
|
6405
|
+
workoutSplitName: z.ZodString;
|
|
6406
|
+
exerciseName: z.ZodString;
|
|
6238
6407
|
targetMuscle: z.ZodString;
|
|
6239
6408
|
specificTargetMuscle: z.ZodString;
|
|
6240
6409
|
}, z.core.$strip>;
|
|
6241
6410
|
}, z.core.$strip>;
|
|
6242
6411
|
}, z.core.$strip>>>;
|
|
6243
6412
|
bySplitName: z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
6244
|
-
|
|
6245
|
-
|
|
6246
|
-
|
|
6247
|
-
|
|
6248
|
-
|
|
6249
|
-
|
|
6250
|
-
|
|
6251
|
-
|
|
6252
|
-
|
|
6253
|
-
|
|
6413
|
+
exerciseTracking: z.ZodObject<{
|
|
6414
|
+
exerciseTrackingId: z.ZodInt;
|
|
6415
|
+
sets: z.ZodArray<z.ZodObject<{
|
|
6416
|
+
setIndex: z.ZodInt;
|
|
6417
|
+
weight: z.ZodNumber;
|
|
6418
|
+
reps: z.ZodInt;
|
|
6419
|
+
}, z.core.$strip>>;
|
|
6420
|
+
notes: z.ZodNullable<z.ZodString>;
|
|
6421
|
+
exerciseAssignment: z.ZodObject<{
|
|
6422
|
+
exerciseToSplitId: z.ZodNullable<z.ZodInt>;
|
|
6423
|
+
orderIndex: z.ZodNullable<z.ZodInt>;
|
|
6424
|
+
exerciseId: z.ZodInt;
|
|
6425
|
+
workoutSplitId: z.ZodInt;
|
|
6426
|
+
workoutSplitName: z.ZodString;
|
|
6427
|
+
exerciseName: z.ZodString;
|
|
6254
6428
|
targetMuscle: z.ZodString;
|
|
6255
6429
|
specificTargetMuscle: z.ZodString;
|
|
6256
6430
|
}, z.core.$strip>;
|
|
6257
6431
|
}, z.core.$strip>;
|
|
6258
|
-
notes: z.ZodNullable<z.ZodString>;
|
|
6259
|
-
weight: z.ZodArray<z.ZodNumber>;
|
|
6260
|
-
workoutDate: z.ZodString;
|
|
6261
6432
|
}, z.core.$strip>>>;
|
|
6262
6433
|
}, z.core.$strip>;
|
|
6263
6434
|
}, z.core.$strip>;
|
|
@@ -6287,4 +6458,4 @@ type WorkoutSummaryIdQueryDto = z.infer<typeof workoutSummaryIdQueryDtoSchema>;
|
|
|
6287
6458
|
type ExerciseTrackingIdQueryDto = z.infer<typeof exerciseTrackingIdQueryDtoSchema>;
|
|
6288
6459
|
type FinishedWorkoutEntryQueryDto = z.infer<typeof finishedWorkoutEntryQueryDtoSchema>;
|
|
6289
6460
|
|
|
6290
|
-
export { type AccessTokenPayloadDto, type AddAerobicInputQueryDto, type AddUserAerobicsBody, type AddWorkoutBody, type AddWorkoutResponse, type AddWorkoutSplitPayloadQueryDto, type AdherenceExerciseStatsQueryDto, type AerobicTrackingRow, type AerobicsDailyRecordQueryDto, type AerobicsWeeklyRecordQueryDto, type AllUserMessageQueryDto, type AnalyzeVideoPayloadDto, type AnalyzeVideoResultPayloadDto, type AppleOAuthBody, type AppleTokenVerificationResultDto, type AuthenticatedUserForUpdateQueryDto, type BodyOf, type BootstrapRequestQuery, type BootstrapResponse, type ChangeEmailAndVerifyBody, type ChangeEmailTokenPayloadDto, type CheckUserVerifyQuery, type Contract, type CreateUserBody, type CreateUserResponse, type CreatedUserQueryDto, type CreatedUserRawQueryDto, type CreatedUserRowQueryDto, type DeleteMessageParams, type DeleteMessageResponse, type DeleteUserProfilePicBody, type DeletedMessageQueryDto, type EmailVerifyPayloadDto, type EnqueueAnalyzeVideoParamsDto, type ExerciseAssignmentIdQueryDto, type ExerciseInPlanQueryDto, type ExerciseMapByMuscleRowQueryDto, type ExerciseMetadataQueryDto, type ExerciseRow, type ExerciseToWorkoutSplitRow, type ExerciseTrackingAnalysisQueryDto, type ExerciseTrackingAndStatsQueryDto, type ExerciseTrackingAndStatsRowQueryDto, type ExerciseTrackingIdQueryDto, type ExerciseTrackingPrMaxQueryDto, type ExerciseTrackingRow, type ExercisesMapByMuscleQueryDto, type FinishUserWorkoutBody, type FinishUserWorkoutResponse, type FinishedWorkoutEntryQueryDto, type ForgotPasswordPayloadDto, type GenerateTicketBody, type GenerateTicketResponse, type GetAllExercisesExerciseQueryDto, type GetAllExercisesResponse, type GetAllUserMessagesQuery, type GetAllUserMessagesResponse, type GetAnalyticsResponse, type GetAuthenticatedUserByIdResponse, type GetExerciseTrackingQuery, type GetExerciseTrackingResponse, type GetPresignedUrlFromS3Body, type GetPresignedUrlFromS3Response, type GetUserAerobicsQuery, type GetWholeUserWorkoutPlanQuery, type GetWholeUserWorkoutPlanResponse, type GoalAdherenceQueryDto, type GoalAdherenceRowQueryDto, type GoogleOAuthBody, type GoogleTokenVerificationResultDto, type LastLoginQueryDto, type LoginRequestBody, type LoginResponse, type LogoutResponse, type MarkMessageAsReadParams, type MarkMessageAsReadResponse, type MessageAfterSendQueryDto, type MessageAsReadQueryDto, type MessageRow, type OAuthCreatedUserRowQueryDto, type OAuthLinkQueryDto, type OAuthLinkRowQueryDto, type OAuthLoginResponse, type OAuthLookupQueryDto, type OAuthLookupRawQueryDto, type OAuthLookupRowQueryDto, type ParamsOf, type QueryOf, type RefreshTokenResponse, type RequestOf, type RequestSchema, type ResetPasswordBody, type ResetPasswordQuery, type ResetPasswordResponse, type ResponseOf, type SaveUserPushTokenBody, type SendChangePassEmailBody, type SendVerificationMailBody, type SetProfilePicAndUpdateDBResponse, type SquatRepetitionDto, type TokenVersionQueryDto, type TrackingByDateItemQueryDto, type TrackingBySplitNameItemQueryDto, type TrackingMapItemQueryDto, type UpdateAuthenticatedUserResponse, type UpdateUserBody, type UserAerobicsQueryDto, type UserAerobicsResponse, type UserAerobicsRowQueryDto, type UserAfterBumpQueryDto, type UserByIdentifierQueryDto, type UserByIdentifierRawQueryDto, type UserByIdentifierRowQueryDto, type UserByUsernameRawQueryDto, type UserByUsernameRowQueryDto, type UserConflictQueryDto, type UserDataQueryDto, type UserDataResponse, type UserDataRowQueryDto, type UserExistsQueryDto, type UserInsert, type UserMessageIdentityQueryDto, type UserProfilePicQueryDto, type UserRow, type UserToHourlyReminderQueryDto, type UserWithNotificationsEnabledQueryDto, type VerifyUserAccountQuery, type WeeklyDataQueryDto, type WholeUserWorkoutPlanQueryDto, type WorkoutExerciseInputQueryDto, type WorkoutExerciseMetadataQueryDto, type WorkoutPlanIdQueryDto, type WorkoutPlanRow, type WorkoutRmRecordQueryDto, type WorkoutRmsQueryDto, type WorkoutRmsRowQueryDto, type WorkoutSplitIdQueryDto, type WorkoutSplitLookupQueryDto, type WorkoutSplitQueryDto, type WorkoutSplitRow, type WorkoutSplitsMapItemQueryDto, type WorkoutSplitsMapQueryDto, type WorkoutSplitsRowQueryDto, type WorkoutSummaryIdQueryDto, type WorkoutSummaryRow, accessTokenPayloadDtoSchema, addAerobicInputQueryDtoSchema, addAerobicsRequestSchema, addUserAerobicsContract, addWorkoutContract, addWorkoutRequestSchema, addWorkoutResponseSchema, addWorkoutSplitPayloadQueryDtoSchema, adherenceExerciseStatsQueryDtoSchema, aerobicTrackingDbSchema, aerobicsDailyRecordQueryDtoSchema, aerobicsWeeklyRecordQueryDtoSchema, allUserMessageQueryDtoSchema, analyzeVideoPayloadDtoSchema, analyzeVideoResultPayloadDtoSchema, appleOAuthContract, appleOAuthRequestSchema, appleTokenVerificationResultDtoSchema, authenticatedUserForUpdateQueryDtoSchema, bootstrapContract, bootstrapRequestSchema, bootstrapResponseSchema, changeEmailAndVerifyContract, changeEmailAndVerifyRequestSchema, changeEmailTokenPayloadDtoSchema, checkUserVerifyContract, checkUserVerifyRequestSchema, createUserContract, createUserRequestSchema, createUserResponseSchema, createUserUserSchema, createdUserQueryDtoSchema, createdUserRawQueryDtoSchema, createdUserRowQueryDtoSchema, deleteMessageContract, deleteMessageRequestSchema, deleteMessageResponseSchema, deleteProfilePicRequestSchema, deleteUserProfilePicContract, deletedMessageQueryDtoSchema, emailVerifyPayloadDtoSchema, enqueueAnalyzeVideoParamsDtoSchema, exerciseAssignmentIdQueryDtoSchema, exerciseDbSchema, exerciseInPlanQueryDtoSchema, exerciseMapByMuscleRowQueryDtoSchema, exerciseMetadataQueryDtoSchema, exerciseToWorkoutSplitDbSchema,
|
|
6461
|
+
export { type AccessTokenPayloadDto, type AddAerobicInputQueryDto, type AddUserAerobicsBody, type AddWorkoutBody, type AddWorkoutResponse, type AddWorkoutSplitPayloadQueryDto, type AdherenceExerciseStatsQueryDto, type AerobicTrackingRow, type AerobicsDailyRecordQueryDto, type AerobicsWeeklyRecordQueryDto, type AllUserMessageQueryDto, type AnalyzeVideoPayloadDto, type AnalyzeVideoResultPayloadDto, type AppleOAuthBody, type AppleTokenVerificationResultDto, type AuthenticatedUserForUpdateQueryDto, type BodyOf, type BootstrapRequestQuery, type BootstrapResponse, type ChangeEmailAndVerifyBody, type ChangeEmailTokenPayloadDto, type CheckUserVerifyQuery, type Contract, type CreateUserBody, type CreateUserResponse, type CreatedUserQueryDto, type CreatedUserRawQueryDto, type CreatedUserRowQueryDto, type DeleteMessageParams, type DeleteMessageResponse, type DeleteUserProfilePicBody, type DeletedMessageQueryDto, type EmailVerifyPayloadDto, type EnqueueAnalyzeVideoParamsDto, type ExerciseAssignmentIdQueryDto, type ExerciseInPlanQueryDto, type ExerciseMapByMuscleRowQueryDto, type ExerciseMetadataQueryDto, type ExerciseRow, type ExerciseToWorkoutSplitRow, type ExerciseTrackingAnalysisQueryDto, type ExerciseTrackingAndStatsQueryDto, type ExerciseTrackingAndStatsRowQueryDto, type ExerciseTrackingIdQueryDto, type ExerciseTrackingPrMaxQueryDto, type ExerciseTrackingRow, type ExercisesMapByMuscleQueryDto, type FinishUserWorkoutBody, type FinishUserWorkoutResponse, type FinishedWorkoutEntryQueryDto, type ForgotPasswordPayloadDto, type GenerateTicketBody, type GenerateTicketResponse, type GetAllExercisesExerciseQueryDto, type GetAllExercisesResponse, type GetAllUserMessagesQuery, type GetAllUserMessagesResponse, type GetAnalyticsResponse, type GetAuthenticatedUserByIdResponse, type GetExerciseTrackingQuery, type GetExerciseTrackingResponse, type GetPresignedUrlFromS3Body, type GetPresignedUrlFromS3Response, type GetUserAerobicsQuery, type GetWholeUserWorkoutPlanQuery, type GetWholeUserWorkoutPlanResponse, type GoalAdherenceQueryDto, type GoalAdherenceRowQueryDto, type GoogleOAuthBody, type GoogleTokenVerificationResultDto, type LastLoginQueryDto, type LoginRequestBody, type LoginResponse, type LogoutResponse, type MarkMessageAsReadParams, type MarkMessageAsReadResponse, type MessageAfterSendQueryDto, type MessageAsReadQueryDto, type MessageRow, type OAuthCreatedUserRowQueryDto, type OAuthLinkQueryDto, type OAuthLinkRowQueryDto, type OAuthLoginResponse, type OAuthLookupQueryDto, type OAuthLookupRawQueryDto, type OAuthLookupRowQueryDto, type ParamsOf, type QueryOf, type RefreshTokenResponse, type RequestOf, type RequestSchema, type ResetPasswordBody, type ResetPasswordQuery, type ResetPasswordResponse, type ResponseOf, type SaveUserPushTokenBody, type SendChangePassEmailBody, type SendVerificationMailBody, type SetProfilePicAndUpdateDBResponse, type SquatRepetitionDto, type TokenVersionQueryDto, type TrackingByDateItemQueryDto, type TrackingBySplitNameItemQueryDto, type TrackingMapItemQueryDto, type UpdateAuthenticatedUserResponse, type UpdateUserBody, type UserAerobicsQueryDto, type UserAerobicsResponse, type UserAerobicsRowQueryDto, type UserAfterBumpQueryDto, type UserByIdentifierQueryDto, type UserByIdentifierRawQueryDto, type UserByIdentifierRowQueryDto, type UserByUsernameRawQueryDto, type UserByUsernameRowQueryDto, type UserConflictQueryDto, type UserDataQueryDto, type UserDataResponse, type UserDataRowQueryDto, type UserExistsQueryDto, type UserInsert, type UserMessageIdentityQueryDto, type UserProfilePicQueryDto, type UserRow, type UserToHourlyReminderQueryDto, type UserWithNotificationsEnabledQueryDto, type VerifyUserAccountQuery, type WeeklyDataQueryDto, type WholeUserWorkoutPlanQueryDto, type WorkoutExerciseInputQueryDto, type WorkoutExerciseMetadataQueryDto, type WorkoutPlanIdQueryDto, type WorkoutPlanRow, type WorkoutRmRecordQueryDto, type WorkoutRmsQueryDto, type WorkoutRmsRowQueryDto, type WorkoutSplitIdQueryDto, type WorkoutSplitLookupQueryDto, type WorkoutSplitQueryDto, type WorkoutSplitRow, type WorkoutSplitsMapItemQueryDto, type WorkoutSplitsMapQueryDto, type WorkoutSplitsRowQueryDto, type WorkoutSummaryIdQueryDto, type WorkoutSummaryRow, accessTokenPayloadDtoSchema, addAerobicInputQueryDtoSchema, addAerobicsRequestSchema, addUserAerobicsContract, addWorkoutContract, addWorkoutRequestSchema, addWorkoutResponseSchema, addWorkoutSplitPayloadQueryDtoSchema, adherenceExerciseStatsQueryDtoSchema, aerobicTrackingDbSchema, aerobicsDailyRecordQueryDtoSchema, aerobicsWeeklyRecordQueryDtoSchema, allUserMessageQueryDtoSchema, analyzeVideoPayloadDtoSchema, analyzeVideoResultPayloadDtoSchema, appleOAuthContract, appleOAuthRequestSchema, appleTokenVerificationResultDtoSchema, authenticatedUserForUpdateQueryDtoSchema, bootstrapContract, bootstrapRequestSchema, bootstrapResponseSchema, changeEmailAndVerifyContract, changeEmailAndVerifyRequestSchema, changeEmailTokenPayloadDtoSchema, checkUserVerifyContract, checkUserVerifyRequestSchema, createUserContract, createUserRequestSchema, createUserResponseSchema, createUserUserSchema, createdUserQueryDtoSchema, createdUserRawQueryDtoSchema, createdUserRowQueryDtoSchema, deleteMessageContract, deleteMessageRequestSchema, deleteMessageResponseSchema, deleteProfilePicRequestSchema, deleteUserProfilePicContract, deletedMessageQueryDtoSchema, emailVerifyPayloadDtoSchema, enqueueAnalyzeVideoParamsDtoSchema, exerciseAssignmentIdQueryDtoSchema, exerciseDbSchema, exerciseInPlanQueryDtoSchema, exerciseMapByMuscleRowQueryDtoSchema, exerciseMetadataQueryDtoSchema, exerciseToWorkoutSplitDbSchema, exerciseToWorkoutSplitSetExpandedViewDbSchema, exerciseTrackingAnalysisQueryDtoSchema, exerciseTrackingAndStatsQueryDtoSchema, exerciseTrackingAndStatsRowQueryDtoSchema, exerciseTrackingDbSchema, exerciseTrackingIdQueryDtoSchema, exerciseTrackingPrMaxQueryDtoSchema, exerciseTrackingSetExpandedViewDbSchema, exercisesMapByMuscleQueryDtoSchema, finishUserWorkoutContract, finishUserWorkoutResponseSchema, finishWorkoutRequestSchema, finishedWorkoutEntryQueryDtoSchema, forgotPasswordPayloadDtoSchema, generateTicketContract, generateTicketRequestSchema, generateTicketResponseSchema, getAerobicsRequestSchema, getAllExercisesContract, getAllExercisesExerciseQueryDtoSchema, getAllExercisesResponseSchema, getAllMessagesRequestSchema, getAllUserMessagesContract, getAllUserMessagesResponseSchema, getAnalyticsContract, getAnalyticsResponseSchema, getAuthenticatedUserByIdContract, getAuthenticatedUserByIdResponseSchema, getExerciseTrackingContract, getExerciseTrackingRequestSchema, getExerciseTrackingResponseSchema, getPresignedUrlFromS3Contract, getPresignedUrlFromS3RequestSchema, getPresignedUrlFromS3ResponseSchema, getUserAerobicsContract, getWholeUserWorkoutPlanContract, getWholeUserWorkoutPlanResponseSchema, getWholeWorkoutPlanRequestSchema, goalAdherenceQueryDtoSchema, goalAdherenceRowQueryDtoSchema, googleOAuthContract, googleOAuthRequestSchema, googleTokenVerificationResultDtoSchema, lastLoginQueryDtoSchema, loginContract, loginRequestSchema, loginResponseSchema, logoutContract, logoutResponseSchema, markMessageAsReadContract, markMessageAsReadRequestSchema, markMessageAsReadResponseSchema, messageAfterSendQueryDtoSchema, messageAsReadQueryDtoSchema, messageDbSchema, oAuthCreatedUserRowQueryDtoSchema, oAuthLinkQueryDtoSchema, oAuthLinkRowQueryDtoSchema, oAuthLoginContract, oAuthLoginResponseSchema, oAuthLookupQueryDtoSchema, oAuthLookupRawQueryDtoSchema, oAuthLookupRowQueryDtoSchema, oauthAccountDbSchema, proceedLoginResponseSchema, prsViewDbSchema, refreshTokenContract, refreshTokenResponseSchema, resetPasswordContract, resetPasswordRequestSchema, resetPasswordResponseSchema, saveUserPushTokenContract, saveUserPushTokenRequestSchema, sendChangePassEmailContract, sendChangePassEmailRequestSchema, sendVerificationMailContract, sendVerificationMailRequestSchema, serializedDateSchema, setProfilePicAndUpdateDBContract, setProfilePicAndUpdateDBResponseSchema, squatRepetitionDtoSchema, timezoneSchema, tokenVersionQueryDtoSchema, trackingByDateItemQueryDtoSchema, trackingBySplitNameItemQueryDtoSchema, trackingMapItemQueryDtoSchema, trackingSetDbSchema, updateAuthenticatedUserContract, updateAuthenticatedUserResponseSchema, updateUserRequestSchema, userAerobicsQueryDtoSchema, userAerobicsResponseSchema, userAerobicsRowQueryDtoSchema, userAfterBumpQueryDtoSchema, userByIdentifierQueryDtoSchema, userByIdentifierRawQueryDtoSchema, userByIdentifierRowQueryDtoSchema, userByUsernameRawQueryDtoSchema, userByUsernameRowQueryDtoSchema, userConflictQueryDtoSchema, userDataContract, userDataQueryDtoSchema, userDataResponseSchema, userDataRowQueryDtoSchema, userDbSchema, userExistsQueryDtoSchema, userInsertDbSchema, userMessageIdentityQueryDtoSchema, userProfilePicQueryDtoSchema, userReminderSettingDbSchema, userSplitInformationDbSchema, userToHourlyReminderQueryDtoSchema, userUpdateDbSchema, userWithNotificationsEnabledQueryDtoSchema, verifyAccountRequestSchema, verifyUserAccountContract, weeklyDataQueryDtoSchema, wholeUserWorkoutPlanQueryDtoSchema, workoutExerciseInputQueryDtoSchema, workoutExerciseMetadataQueryDtoSchema, workoutPlanDbSchema, workoutPlanIdQueryDtoSchema, workoutRmRecordQueryDtoSchema, workoutRmsQueryDtoSchema, workoutRmsRowQueryDtoSchema, workoutSetDbSchema, workoutSplitDbSchema, workoutSplitIdQueryDtoSchema, workoutSplitLookupQueryDtoSchema, workoutSplitQueryDtoSchema, workoutSplitsMapItemQueryDtoSchema, workoutSplitsMapQueryDtoSchema, workoutSplitsRowQueryDtoSchema, workoutSummaryDbSchema, workoutSummaryIdQueryDtoSchema };
|