@vendasta/conversation 0.105.0 → 0.106.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.
@@ -482,6 +482,7 @@ export interface SearchConversationsResponseInterface {
482
482
  }
483
483
  export interface SendMessageOptionsInterface {
484
484
  runSync?: boolean;
485
+ skipMessageDelivery?: boolean;
485
486
  }
486
487
  export interface SendMessageRequestInterface {
487
488
  sender?: ParticipantInterface;
@@ -784,6 +784,7 @@ export declare class SearchConversationsResponse implements i.SearchConversation
784
784
  }
785
785
  export declare class SendMessageOptions implements i.SendMessageOptionsInterface {
786
786
  runSync: boolean;
787
+ skipMessageDelivery: boolean;
787
788
  static fromProto(proto: any): SendMessageOptions;
788
789
  constructor(kwargs?: i.SendMessageOptionsInterface);
789
790
  toApiJson(): object;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vendasta/conversation",
3
- "version": "0.105.0",
3
+ "version": "0.106.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.0",
6
6
  "@angular/core": "^17.3.0"