Socket
Socket
Sign inDemoInstall

@mycopilot/types

Package Overview
Dependencies
19
Maintainers
4
Versions
383
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.3.29 to 7.3.30

1

dist/interfaces/company.d.ts

@@ -8,2 +8,3 @@ export interface Company {

metrics_test_labels: string[];
disable_dash: boolean;
}

@@ -129,2 +129,4 @@ export interface ExerciseSource {

notes: string;
/** true if this exercise is used in the perfect experience test */
perfect_exercise_test: boolean;
}

@@ -16,2 +16,6 @@ export interface SetHistory {

set_end_date: Date | string;
/** Reps in reserve client feedback */
rir: "not_finished" | "0_to_2" | "3+" | null;
/** Optional written client feedback */
notes_client: string | null;
}

@@ -58,2 +58,4 @@ export interface Template {

from_trainer_id?: string;
/** true if this template is valid for the perfect experience test */
perfect_exercise_test: boolean;
}

@@ -60,0 +62,0 @@ export interface TemplateSection {

@@ -84,2 +84,3 @@ export interface Workout {

date_last_opened: string | Date | null;
perfect_exercise_test?: boolean;
}

@@ -86,0 +87,0 @@ export interface WorkoutSection {

@@ -374,2 +374,10 @@ export interface WorkoutLog {

repcognition_response: any | null;
/** Reps in reserve client feedback */
rir?: "not_finished" | "0_to_2" | "3+" | null;
/** Optional written client feedback */
notes_client?: string | null;
/** Date the coach marked rir and note feedback as being addressed */
date_feedback_addressed?: string | Date | null;
/** How the feedback was addressed by the coach */
addressed_type?: "complete" | "ignored" | null;
/**

@@ -376,0 +384,0 @@ * local use only

2

package.json
{
"name": "@mycopilot/types",
"version": "7.3.29",
"version": "7.3.30",
"sideEffects": false,

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc