@modelhealth/modelhealth 0.5.0 → 0.5.1
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.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/wasm/model_health_wasm_bg.wasm +0 -0
package/dist/index.d.ts
CHANGED
|
@@ -621,7 +621,7 @@ export declare class ModelHealthService {
|
|
|
621
621
|
* (e.g. measurements from another source) before running analysis.
|
|
622
622
|
*
|
|
623
623
|
* @param activity The activity to attach files to.
|
|
624
|
-
* @param files The external files to attach
|
|
624
|
+
* @param files The external files to attach, with tag, file extension and data.
|
|
625
625
|
* @returns The refreshed `Activity` containing the newly created result entries.
|
|
626
626
|
* @throws If any upload fails, a tag is reserved or duplicated, or the server is unreachable.
|
|
627
627
|
*
|
package/dist/index.js
CHANGED
|
@@ -800,7 +800,7 @@ export class ModelHealthService {
|
|
|
800
800
|
* (e.g. measurements from another source) before running analysis.
|
|
801
801
|
*
|
|
802
802
|
* @param activity The activity to attach files to.
|
|
803
|
-
* @param files The external files to attach
|
|
803
|
+
* @param files The external files to attach, with tag, file extension and data.
|
|
804
804
|
* @returns The refreshed `Activity` containing the newly created result entries.
|
|
805
805
|
* @throws If any upload fails, a tag is reserved or duplicated, or the server is unreachable.
|
|
806
806
|
*
|
package/package.json
CHANGED
|
Binary file
|