@icure/be-fhc-api 0.4.6 → 0.4.7

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.
@@ -25,5 +25,5 @@ export declare class fhcSchematronApi {
25
25
  * @param xFHCTokenId X-FHC-tokenId
26
26
  * @param schema schema
27
27
  */
28
- getDinRoutingInfoUsingPOST(xFHCTokenId: string, schema: string, body?: string): Promise<SchematronValidationResult>;
28
+ validateUsingShematron(xFHCTokenId: string, schema: string, body?: string): Promise<SchematronValidationResult>;
29
29
  }
@@ -33,7 +33,7 @@ class fhcSchematronApi {
33
33
  * @param xFHCTokenId X-FHC-tokenId
34
34
  * @param schema schema
35
35
  */
36
- getDinRoutingInfoUsingPOST(xFHCTokenId, schema, body) {
36
+ validateUsingShematron(xFHCTokenId, schema, body) {
37
37
  let _body = null;
38
38
  _body = body;
39
39
  const _url = this.host +
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icure/be-fhc-api",
3
- "version": "0.4.6",
3
+ "version": "0.4.7",
4
4
  "description": "Typescript version of Freehealth Connector standalone API client",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",