placementt-core 1.400.915 → 1.400.916

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.
@@ -2991,10 +2991,12 @@ export type LeaverGroup = {
2991
2991
  resultsDay?: {
2992
2992
  enabled: boolean;
2993
2993
  sendAt: string;
2994
+ emailTemplateId?: string;
2994
2995
  };
2995
2996
  christmas?: {
2996
2997
  enabled: boolean;
2997
2998
  sendAt: string;
2999
+ emailTemplateId?: string;
2998
3000
  };
2999
3001
  };
3000
3002
  /** Per-checkpoint lifecycle state, stamped by the cron / send-now callables. */
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "private": false,
3
3
  "name": "placementt-core",
4
4
  "author": "Placementt",
5
- "version": "1.400.915",
5
+ "version": "1.400.916",
6
6
  "main": "lib/index.js",
7
7
  "types": "lib/index.d.ts",
8
8
  "scripts": {
@@ -2975,8 +2975,8 @@ export type LeaverGroup = {
2975
2975
 
2976
2976
  /** Post-leaving checkpoint schedule. Absent = checkpoints disabled for this group. */
2977
2977
  checkpointConfig?: {
2978
- resultsDay?: {enabled: boolean, sendAt: string}, // ISO datetime
2979
- christmas?: {enabled: boolean, sendAt: string},
2978
+ resultsDay?: {enabled: boolean, sendAt: string, emailTemplateId?: string}, // ISO datetime
2979
+ christmas?: {enabled: boolean, sendAt: string, emailTemplateId?: string},
2980
2980
  },
2981
2981
  /** Per-checkpoint lifecycle state, stamped by the cron / send-now callables. */
2982
2982
  checkpointState?: {