@healthcloudai/hc-safe-cdx 0.2.1 → 0.2.2

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 CHANGED
@@ -90,11 +90,11 @@ var HCSafeCDXClient = class {
90
90
  );
91
91
  }
92
92
  /**
93
- * POST test/profiles/by-account
94
- * Lists test profiles available to the authenticated patient account.
95
- *
96
- * TenantId is resolved by the backend from the authenticated patient context.
97
- */
93
+ * POST test/profiles/by-account
94
+
95
+ *
96
+ * TenantId is resolved by the backend from the authenticated patient context.
97
+ */
98
98
  async getTestProfilesByAccount(includeRegisterTestDetails = true) {
99
99
  const request = {
100
100
  Data: {
package/dist/index.d.cts CHANGED
@@ -469,7 +469,7 @@ declare class HCSafeCDXClient {
469
469
  getTestProfileByGTIN(gtin: string): Promise<APIResponse<GetTestProfileByGTINData>>;
470
470
  /**
471
471
  * POST test/profiles/by-account
472
- * Lists test profiles available to the authenticated patient account.
472
+
473
473
  *
474
474
  * TenantId is resolved by the backend from the authenticated patient context.
475
475
  */
package/dist/index.d.ts CHANGED
@@ -469,7 +469,7 @@ declare class HCSafeCDXClient {
469
469
  getTestProfileByGTIN(gtin: string): Promise<APIResponse<GetTestProfileByGTINData>>;
470
470
  /**
471
471
  * POST test/profiles/by-account
472
- * Lists test profiles available to the authenticated patient account.
472
+
473
473
  *
474
474
  * TenantId is resolved by the backend from the authenticated patient context.
475
475
  */
package/dist/index.js CHANGED
@@ -63,11 +63,11 @@ var HCSafeCDXClient = class {
63
63
  );
64
64
  }
65
65
  /**
66
- * POST test/profiles/by-account
67
- * Lists test profiles available to the authenticated patient account.
68
- *
69
- * TenantId is resolved by the backend from the authenticated patient context.
70
- */
66
+ * POST test/profiles/by-account
67
+
68
+ *
69
+ * TenantId is resolved by the backend from the authenticated patient context.
70
+ */
71
71
  async getTestProfilesByAccount(includeRegisterTestDetails = true) {
72
72
  const request = {
73
73
  Data: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@healthcloudai/hc-safe-cdx",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "Healthcheck Safe CDX connector.",
5
5
  "author": "Healthcheck Systems Inc",
6
6
  "license": "MIT",