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 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 {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "lumnisai",
3
3
  "type": "module",
4
- "version": "0.5.19",
4
+ "version": "0.5.20",
5
5
  "description": "Official Node.js SDK for the Lumnis AI API",
6
6
  "author": "Lumnis AI",
7
7
  "license": "MIT",