@vendasta/conversation 0.113.0 → 0.114.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.
@@ -10,6 +10,7 @@ export interface ConversationExportRecordInterface {
10
10
  errorCode?: string;
11
11
  created?: Date;
12
12
  updated?: Date;
13
+ fileName?: string;
13
14
  }
14
15
  export interface FiltersInterface {
15
16
  startTime?: Date;
@@ -12,6 +12,7 @@ export declare class ConversationExportRecord implements i.ConversationExportRec
12
12
  errorCode: string;
13
13
  created: Date;
14
14
  updated: Date;
15
+ fileName: string;
15
16
  static fromProto(proto: any): ConversationExportRecord;
16
17
  constructor(kwargs?: i.ConversationExportRecordInterface);
17
18
  toApiJson(): object;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vendasta/conversation",
3
- "version": "0.113.0",
3
+ "version": "0.114.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.0",
6
6
  "@angular/core": "^17.3.0"