@kivox/client 0.1.0-beta.50 → 0.1.0-beta.51

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -4
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -1002,10 +1002,7 @@ interface components {
1002
1002
  language?: string
1003
1003
  /** @example UTC */
1004
1004
  timezone?: string
1005
- global_system_prompt?: string
1006
- max_session_duration_minutes?: number
1007
- max_silence_timeout_seconds?: number
1008
- allow_interruptions?: boolean
1005
+ system_prompt?: string
1009
1006
  model_llm?: string
1010
1007
  }
1011
1008
  AgentSecret: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kivox/client",
3
- "version": "0.1.0-beta.50",
3
+ "version": "0.1.0-beta.51",
4
4
  "description": "JavaScript/TypeScript client SDK for Kivox",
5
5
  "homepage": "https://github.com/ekisa-team/kivox#readme",
6
6
  "bugs": {