dt-common-device 13.4.8 → 13.4.9

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.
@@ -66,7 +66,8 @@ let NotificationRepository = (() => {
66
66
  throw new Error("Property ID, Organization ID, Event Name, and Channel are required in payload");
67
67
  }
68
68
  const response = await (0, http_utils_1.getNotificationServiceAxiosInstance)().post(`/notification-templates/resolve`, payload);
69
- return response.data.data;
69
+ console.log("NotificationTemplate response:", response.data);
70
+ return response.data;
70
71
  }
71
72
  };
72
73
  __setFunctionName(_classThis, "NotificationRepository");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dt-common-device",
3
- "version": "13.4.8",
3
+ "version": "13.4.9",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [