@vendasta/conversation 0.90.0 → 0.91.1

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.
@@ -125,6 +125,8 @@ export interface GetMultiConversationDetailsResponseDetailedConversationInterfac
125
125
  latestMessage?: MessageInterface;
126
126
  participants?: ParticipantInterface[];
127
127
  summary?: string;
128
+ event?: EventInterface;
129
+ message?: MessageInterface;
128
130
  }
129
131
  export interface SearchConversationsResponseDetailedConversationInterface {
130
132
  conversation?: ConversationInterface;
@@ -196,6 +196,8 @@ export declare class GetMultiConversationDetailsResponseDetailedConversation imp
196
196
  latestMessage: Message;
197
197
  participants: Participant[];
198
198
  summary: string;
199
+ event: Event;
200
+ message: Message;
199
201
  static fromProto(proto: any): GetMultiConversationDetailsResponseDetailedConversation;
200
202
  constructor(kwargs?: i.GetMultiConversationDetailsResponseDetailedConversationInterface);
201
203
  toApiJson(): object;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vendasta/conversation",
3
- "version": "0.90.0",
3
+ "version": "0.91.1",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.0",
6
6
  "@angular/core": "^17.3.0"