@vendasta/ai-assistants 0.64.0 → 0.65.0

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.
@@ -70,4 +70,5 @@ export interface ValidatorInterface {
70
70
  export interface ConfigVoiceConfigInterface {
71
71
  vendorModel?: e.VendorModel;
72
72
  modelConfig?: ModelConfigInterface;
73
+ preGreetingMessage?: string;
73
74
  }
@@ -111,6 +111,7 @@ export declare class Validator implements i.ValidatorInterface {
111
111
  export declare class ConfigVoiceConfig implements i.ConfigVoiceConfigInterface {
112
112
  vendorModel: e.VendorModel;
113
113
  modelConfig: ModelConfig;
114
+ preGreetingMessage: string;
114
115
  static fromProto(proto: any): ConfigVoiceConfig;
115
116
  constructor(kwargs?: i.ConfigVoiceConfigInterface);
116
117
  toApiJson(): object;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vendasta/ai-assistants",
3
- "version": "0.64.0",
3
+ "version": "0.65.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.1.0",
6
6
  "@angular/core": "^15.1.0"