lumnisai 0.5.19 → 0.5.20
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/dist/index.d.cts +8 -0
- package/dist/index.d.mts +8 -0
- package/dist/index.d.ts +8 -0
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1673,6 +1673,14 @@ interface CampaignGuardrails {
|
|
|
1673
1673
|
minHoursBetweenActions?: number;
|
|
1674
1674
|
connectionIgnoredDays?: number;
|
|
1675
1675
|
maxWarmupActions?: number;
|
|
1676
|
+
/**
|
|
1677
|
+
* Per-campaign toggle for operator-voice / customer-edit injection.
|
|
1678
|
+
* Defaults to `true` server-side. Set `false` to opt a specific
|
|
1679
|
+
* campaign out without flipping the global setting. The global
|
|
1680
|
+
* `ENABLE_CUSTOMER_EDIT_INJECTION` server flag is ANDed with this
|
|
1681
|
+
* as a kill-switch.
|
|
1682
|
+
*/
|
|
1683
|
+
customerEditsEnabled?: boolean;
|
|
1676
1684
|
}
|
|
1677
1685
|
type ApprovalMode = 'auto' | 'require';
|
|
1678
1686
|
interface ApprovalSettings {
|
package/dist/index.d.mts
CHANGED
|
@@ -1673,6 +1673,14 @@ interface CampaignGuardrails {
|
|
|
1673
1673
|
minHoursBetweenActions?: number;
|
|
1674
1674
|
connectionIgnoredDays?: number;
|
|
1675
1675
|
maxWarmupActions?: number;
|
|
1676
|
+
/**
|
|
1677
|
+
* Per-campaign toggle for operator-voice / customer-edit injection.
|
|
1678
|
+
* Defaults to `true` server-side. Set `false` to opt a specific
|
|
1679
|
+
* campaign out without flipping the global setting. The global
|
|
1680
|
+
* `ENABLE_CUSTOMER_EDIT_INJECTION` server flag is ANDed with this
|
|
1681
|
+
* as a kill-switch.
|
|
1682
|
+
*/
|
|
1683
|
+
customerEditsEnabled?: boolean;
|
|
1676
1684
|
}
|
|
1677
1685
|
type ApprovalMode = 'auto' | 'require';
|
|
1678
1686
|
interface ApprovalSettings {
|
package/dist/index.d.ts
CHANGED
|
@@ -1673,6 +1673,14 @@ interface CampaignGuardrails {
|
|
|
1673
1673
|
minHoursBetweenActions?: number;
|
|
1674
1674
|
connectionIgnoredDays?: number;
|
|
1675
1675
|
maxWarmupActions?: number;
|
|
1676
|
+
/**
|
|
1677
|
+
* Per-campaign toggle for operator-voice / customer-edit injection.
|
|
1678
|
+
* Defaults to `true` server-side. Set `false` to opt a specific
|
|
1679
|
+
* campaign out without flipping the global setting. The global
|
|
1680
|
+
* `ENABLE_CUSTOMER_EDIT_INJECTION` server flag is ANDed with this
|
|
1681
|
+
* as a kill-switch.
|
|
1682
|
+
*/
|
|
1683
|
+
customerEditsEnabled?: boolean;
|
|
1676
1684
|
}
|
|
1677
1685
|
type ApprovalMode = 'auto' | 'require';
|
|
1678
1686
|
interface ApprovalSettings {
|