placementt-core 1.300.564 → 1.300.565
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/lib/typeDefinitions.d.ts
CHANGED
package/package.json
CHANGED
package/src/typeDefinitions.ts
CHANGED
|
@@ -1971,7 +1971,8 @@ export type EmailInteraction = {
|
|
|
1971
1971
|
reminderNumber?: number, // Which of the reminders is this?
|
|
1972
1972
|
sendReminders?: boolean,
|
|
1973
1973
|
sentDay: string, // Used to ensure we send >= 7 days before sent.
|
|
1974
|
-
additionalData?: {[key: string]: unknown} // Values to be used in the reminderChecker function
|
|
1974
|
+
additionalData?: {[key: string]: unknown}, // Values to be used in the reminderChecker function
|
|
1975
|
+
infinite?: boolean, // Do we want them to never stop sending?
|
|
1975
1976
|
}
|
|
1976
1977
|
|
|
1977
1978
|
export type SkillLabel = {
|