@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 +5 -5
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +5 -5
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -90,11 +90,11 @@ var HCSafeCDXClient = class {
|
|
|
90
90
|
);
|
|
91
91
|
}
|
|
92
92
|
/**
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
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: {
|