ndhm-hrp 2.1.66 → 2.1.67

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.
@@ -26,7 +26,7 @@ class Profile extends header_1.default {
26
26
  this.onProfile = (config) => __awaiter(this, void 0, void 0, function* () {
27
27
  const headers = this.headers(config.healthId);
28
28
  const url = `${this.baseUrl}gateway/v0.5/patients/profile/on-share`;
29
- const webHook = `https://webhook.site/112bfbf7-36af-45eb-b257-28f1fb7b5ff9/v0.5/patients/profile/on-share`;
29
+ const webHook = `https://webhook.site/6e004920-090b-42b3-a852-5602025e67e3/v0.5/patients/profile/on-share`;
30
30
  const body = {
31
31
  requestId: (0, uuid_1.v4)(),
32
32
  timestamp: new Date().toISOString(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ndhm-hrp",
3
- "version": "2.1.66",
3
+ "version": "2.1.67",
4
4
  "description": "This is ndhm-hpr",
5
5
  "main": "lib/index.js",
6
6
  "directories": {