@vendasta/ai-assistants 0.1.0 → 0.2.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.
@@ -102,6 +102,7 @@ export interface ListPromptRequestInterface {
102
102
  }
103
103
  export interface ListPromptResponseInterface {
104
104
  prompts?: PromptInterface[];
105
+ deployedPromptVersions?: PromptVersionInterface[];
105
106
  metadata?: PagedResponseMetadataInterface;
106
107
  }
107
108
  export interface ListPromptVersionsRequestInterface {
@@ -176,6 +176,7 @@ export declare class ListPromptRequest implements i.ListPromptRequestInterface {
176
176
  }
177
177
  export declare class ListPromptResponse implements i.ListPromptResponseInterface {
178
178
  prompts: Prompt[];
179
+ deployedPromptVersions: PromptVersion[];
179
180
  metadata: PagedResponseMetadata;
180
181
  static fromProto(proto: any): ListPromptResponse;
181
182
  constructor(kwargs?: i.ListPromptResponseInterface);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vendasta/ai-assistants",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.1.0",
6
6
  "@angular/core": "^15.1.0"