@vendasta/ai-assistants 0.33.0 → 0.34.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.
@@ -119,6 +119,7 @@ export interface ListGoalsRequestFiltersInterface {
119
119
  namespace?: NamespaceInterface;
120
120
  type?: e.GoalType;
121
121
  supportedChannels?: e.GoalChannel[];
122
+ namespaces?: NamespaceInterface[];
122
123
  }
123
124
  export interface GenerateChatAnswerRequestInterface {
124
125
  connectionKey?: ConnectionKeyInterface;
@@ -167,6 +167,7 @@ export declare class ListGoalsRequestFilters implements i.ListGoalsRequestFilter
167
167
  namespace: Namespace;
168
168
  type: e.GoalType;
169
169
  supportedChannels: e.GoalChannel[];
170
+ namespaces: Namespace[];
170
171
  static fromProto(proto: any): ListGoalsRequestFilters;
171
172
  constructor(kwargs?: i.ListGoalsRequestFiltersInterface);
172
173
  toApiJson(): object;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vendasta/ai-assistants",
3
- "version": "0.33.0",
3
+ "version": "0.34.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.1.0",
6
6
  "@angular/core": "^15.1.0"