@vendasta/conversation 0.31.0 → 0.32.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.
@@ -127,6 +127,7 @@ export interface GetParticipantsByKeyRequestInterface {
127
127
  }
128
128
  export interface GetParticipantsByKeyResponseInterface {
129
129
  participants?: ParticipantInterface[];
130
+ participant?: ParticipantInterface;
130
131
  }
131
132
  export interface ListMessagesRequestListMessagesFiltersInterface {
132
133
  conversationId?: string;
@@ -225,6 +225,7 @@ export declare class GetParticipantsByKeyRequest implements i.GetParticipantsByK
225
225
  }
226
226
  export declare class GetParticipantsByKeyResponse implements i.GetParticipantsByKeyResponseInterface {
227
227
  participants: Participant[];
228
+ participant: Participant;
228
229
  static fromProto(proto: any): GetParticipantsByKeyResponse;
229
230
  constructor(kwargs?: i.GetParticipantsByKeyResponseInterface);
230
231
  toApiJson(): object;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vendasta/conversation",
3
- "version": "0.31.0",
3
+ "version": "0.32.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.1.0",
6
6
  "@angular/core": "^15.1.0"