@opencx/mcp 1.15.22 → 1.15.23
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/schema.d.ts +0 -1
- package/dist/schema.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/schema.d.ts
CHANGED
|
@@ -8872,7 +8872,6 @@ export interface components {
|
|
|
8872
8872
|
updated_at: string;
|
|
8873
8873
|
provider_external_id: string | null;
|
|
8874
8874
|
flow: unknown | null;
|
|
8875
|
-
custom_llm: string | null;
|
|
8876
8875
|
use_org_knowledgebase: boolean;
|
|
8877
8876
|
background_noise_preset: ("office" | "bar" | "city-street") | null;
|
|
8878
8877
|
recording_enabled: boolean;
|