@vendasta/conversation 0.45.0 → 0.46.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.
@@ -60,6 +60,7 @@ export interface CreateWidgetRequestInterface {
60
60
  namespace?: string;
61
61
  color?: string;
62
62
  allowedUrls?: string[];
63
+ welcomeMessage?: string;
63
64
  }
64
65
  export interface CreateWidgetResponseInterface {
65
66
  widget?: WidgetInterface;
@@ -95,6 +95,7 @@ export declare class CreateWidgetRequest implements i.CreateWidgetRequestInterfa
95
95
  namespace: string;
96
96
  color: string;
97
97
  allowedUrls: string[];
98
+ welcomeMessage: string;
98
99
  static fromProto(proto: any): CreateWidgetRequest;
99
100
  constructor(kwargs?: i.CreateWidgetRequestInterface);
100
101
  toApiJson(): object;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vendasta/conversation",
3
- "version": "0.45.0",
3
+ "version": "0.46.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.1.0",
6
6
  "@angular/core": "^15.1.0"