@modelhealth/modelhealth 0.3.0 → 0.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/types.d.ts
CHANGED
|
@@ -599,7 +599,7 @@ export type SessionScalingSetup = "upright_standing_pose" | "any_pose";
|
|
|
599
599
|
/**
|
|
600
600
|
* Core processing engine version.
|
|
601
601
|
*
|
|
602
|
-
* `"v1.0"` is
|
|
602
|
+
* `"v1.0"` is the default.
|
|
603
603
|
*
|
|
604
604
|
* @group Enumerations
|
|
605
605
|
*/
|
|
@@ -678,7 +678,7 @@ export interface SessionConfig {
|
|
|
678
678
|
opensimModel?: SessionOpenSimModel;
|
|
679
679
|
/** Pose used for subject scaling. Default: `"upright_standing_pose"`. */
|
|
680
680
|
scalingSetup?: SessionScalingSetup;
|
|
681
|
-
/** Core processing engine version. Default: `"
|
|
681
|
+
/** Core processing engine version. Default: `"v1.0"`. */
|
|
682
682
|
coreEngine?: SessionCoreEngine;
|
|
683
683
|
/** Low-pass filter frequency. Default: `{ type: "default" }`. */
|
|
684
684
|
filterFrequency?: FilterFrequency;
|
package/package.json
CHANGED
|
Binary file
|