@rodrigobeber/patoai-dtos 4.8.5 → 4.8.6

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.
@@ -46,5 +46,7 @@ exports.ALERT_TEMPLATE = {
46
46
  [AlertTypeEnum.SCHEDULE_UPCOMING]: "alert_schedule_upcoming",
47
47
  [AlertTypeEnum.SCHEDULE_CREATED]: "alert_schedule_created",
48
48
  [AlertTypeEnum.SCHEDULE_CANCELED]: "alert_schedule_canceled",
49
- [AlertTypeEnum.DAILY_DIGEST]: "alert_daily_digest"
49
+ // v2: o nome anterior "alert_daily_digest" foi deletado na Meta e o nome fica bloqueado por um
50
+ // tempo; recriado como _v2 com o novo formato (agente, data, resumo de ontem).
51
+ [AlertTypeEnum.DAILY_DIGEST]: "alert_daily_digest_v2"
50
52
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rodrigobeber/patoai-dtos",
3
- "version": "4.8.5",
3
+ "version": "4.8.6",
4
4
  "description": "Data Transfer Objects for PatoAI",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",