@wix/auto_sdk_ai-site-chat_widget-settings 1.0.0 → 1.0.2
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.
- package/build/cjs/src/innovation-widget-v1-widget-settings-widget-settings.types.d.ts +13 -3
- package/build/cjs/src/innovation-widget-v1-widget-settings-widget-settings.types.js.map +1 -1
- package/build/cjs/src/innovation-widget-v1-widget-settings-widget-settings.universal.d.ts +19 -3
- package/build/cjs/src/innovation-widget-v1-widget-settings-widget-settings.universal.js +6 -0
- package/build/cjs/src/innovation-widget-v1-widget-settings-widget-settings.universal.js.map +1 -1
- package/build/es/src/innovation-widget-v1-widget-settings-widget-settings.types.d.ts +13 -3
- package/build/es/src/innovation-widget-v1-widget-settings-widget-settings.types.js.map +1 -1
- package/build/es/src/innovation-widget-v1-widget-settings-widget-settings.universal.d.ts +19 -3
- package/build/es/src/innovation-widget-v1-widget-settings-widget-settings.universal.js +6 -0
- package/build/es/src/innovation-widget-v1-widget-settings-widget-settings.universal.js.map +1 -1
- package/build/internal/cjs/src/innovation-widget-v1-widget-settings-widget-settings.types.d.ts +13 -3
- package/build/internal/cjs/src/innovation-widget-v1-widget-settings-widget-settings.types.js.map +1 -1
- package/build/internal/cjs/src/innovation-widget-v1-widget-settings-widget-settings.universal.d.ts +19 -3
- package/build/internal/cjs/src/innovation-widget-v1-widget-settings-widget-settings.universal.js +6 -0
- package/build/internal/cjs/src/innovation-widget-v1-widget-settings-widget-settings.universal.js.map +1 -1
- package/build/internal/es/src/innovation-widget-v1-widget-settings-widget-settings.types.d.ts +13 -3
- package/build/internal/es/src/innovation-widget-v1-widget-settings-widget-settings.types.js.map +1 -1
- package/build/internal/es/src/innovation-widget-v1-widget-settings-widget-settings.universal.d.ts +19 -3
- package/build/internal/es/src/innovation-widget-v1-widget-settings-widget-settings.universal.js +6 -0
- package/build/internal/es/src/innovation-widget-v1-widget-settings-widget-settings.universal.js.map +1 -1
- package/package.json +2 -2
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export interface WidgetSettings {
|
|
2
2
|
/**
|
|
3
3
|
* Widget settings ID.
|
|
4
|
+
* @format GUID
|
|
4
5
|
* @readonly
|
|
5
6
|
*/
|
|
6
7
|
id?: string | null;
|
|
@@ -41,7 +42,10 @@ export interface IntroMessage {
|
|
|
41
42
|
export interface SettingsMessage {
|
|
42
43
|
/** Whether the message is enabled. */
|
|
43
44
|
enabled?: boolean;
|
|
44
|
-
/**
|
|
45
|
+
/**
|
|
46
|
+
* Message content.
|
|
47
|
+
* @maxLength 1000
|
|
48
|
+
*/
|
|
45
49
|
text?: string;
|
|
46
50
|
}
|
|
47
51
|
export interface ContactForm {
|
|
@@ -74,7 +78,10 @@ export interface ActiveHours {
|
|
|
74
78
|
always?: boolean;
|
|
75
79
|
/** Times at which the AI Assistant is online. */
|
|
76
80
|
schedule?: Schedule;
|
|
77
|
-
/**
|
|
81
|
+
/**
|
|
82
|
+
* Timezone used for the schedule.
|
|
83
|
+
* @maxLength 256
|
|
84
|
+
*/
|
|
78
85
|
timeZone?: string;
|
|
79
86
|
}
|
|
80
87
|
/** Schedule */
|
|
@@ -98,7 +105,10 @@ export interface Schedule {
|
|
|
98
105
|
export interface DaySchedule {
|
|
99
106
|
/** Whether the day is enabled. */
|
|
100
107
|
enabled?: boolean;
|
|
101
|
-
/**
|
|
108
|
+
/**
|
|
109
|
+
* Array of times during which the AI Assistant is active.
|
|
110
|
+
* @maxSize 24
|
|
111
|
+
*/
|
|
102
112
|
frames?: WorkingHoursFrame[];
|
|
103
113
|
}
|
|
104
114
|
/** Working hours frame */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"innovation-widget-v1-widget-settings-widget-settings.types.js","sourceRoot":"","sources":["../../../src/innovation-widget-v1-widget-settings-widget-settings.types.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"innovation-widget-v1-widget-settings-widget-settings.types.js","sourceRoot":"","sources":["../../../src/innovation-widget-v1-widget-settings-widget-settings.types.ts"],"names":[],"mappings":";;;AAkIA,IAAY,eAWX;AAXD,WAAY,eAAe;IACzB,gCAAgC;IAChC,wEAAqD,CAAA;IACrD,kFAAkF;IAClF,0CAAuB,CAAA;IACvB,4CAA4C;IAC5C,gCAAa,CAAA;IACb,sFAAsF;IACtF,0EAAuD,CAAA;IACvD,0EAA0E;IAC1E,oEAAiD,CAAA;AACnD,CAAC,EAXW,eAAe,+BAAf,eAAe,QAW1B"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export interface WidgetSettings {
|
|
2
2
|
/**
|
|
3
3
|
* Widget settings ID.
|
|
4
|
+
* @format GUID
|
|
4
5
|
* @readonly
|
|
5
6
|
*/
|
|
6
7
|
_id?: string | null;
|
|
@@ -41,7 +42,10 @@ export interface IntroMessage {
|
|
|
41
42
|
export interface SettingsMessage {
|
|
42
43
|
/** Whether the message is enabled. */
|
|
43
44
|
enabled?: boolean;
|
|
44
|
-
/**
|
|
45
|
+
/**
|
|
46
|
+
* Message content.
|
|
47
|
+
* @maxLength 1000
|
|
48
|
+
*/
|
|
45
49
|
text?: string;
|
|
46
50
|
}
|
|
47
51
|
export interface ContactForm {
|
|
@@ -74,7 +78,10 @@ export interface ActiveHours {
|
|
|
74
78
|
always?: boolean;
|
|
75
79
|
/** Times at which the AI Assistant is online. */
|
|
76
80
|
schedule?: Schedule;
|
|
77
|
-
/**
|
|
81
|
+
/**
|
|
82
|
+
* Timezone used for the schedule.
|
|
83
|
+
* @maxLength 256
|
|
84
|
+
*/
|
|
78
85
|
timeZone?: string;
|
|
79
86
|
}
|
|
80
87
|
/** Schedule */
|
|
@@ -98,7 +105,10 @@ export interface Schedule {
|
|
|
98
105
|
export interface DaySchedule {
|
|
99
106
|
/** Whether the day is enabled. */
|
|
100
107
|
enabled?: boolean;
|
|
101
|
-
/**
|
|
108
|
+
/**
|
|
109
|
+
* Array of times during which the AI Assistant is active.
|
|
110
|
+
* @maxSize 24
|
|
111
|
+
*/
|
|
102
112
|
frames?: WorkingHoursFrame[];
|
|
103
113
|
}
|
|
104
114
|
/** Working hours frame */
|
|
@@ -217,10 +227,16 @@ export interface SetWidgetSettingsResponseNonNullableFields {
|
|
|
217
227
|
* @permissionId INNOVATION_LAB.CHAT_WIDGET
|
|
218
228
|
* @permissionScope Manage Bookings Services and Settings
|
|
219
229
|
* @permissionScopeId SCOPE.BOOKINGS.CONFIGURATION
|
|
230
|
+
* @permissionScope Manage Events
|
|
231
|
+
* @permissionScopeId SCOPE.EVENTS.MANAGE-EVENTS
|
|
220
232
|
* @permissionScope Manage Portfolio
|
|
221
233
|
* @permissionScopeId SCOPE.PORTFOLIO.MANAGE-PORTFOLIO
|
|
234
|
+
* @permissionScope Access Verticals by Automations
|
|
235
|
+
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
222
236
|
* @permissionScope Manage Restaurants - all permissions
|
|
223
237
|
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
238
|
+
* @permissionScope Set Up Automations
|
|
239
|
+
* @permissionScopeId SCOPE.CRM.SETUP-AUTOMATIONS
|
|
224
240
|
* @applicableIdentity APP
|
|
225
241
|
* @applicableIdentity VISITOR
|
|
226
242
|
* @fqn wix.innovation.assistant.widget.v1.Settings.GetWidgetSettings
|
|
@@ -47,10 +47,16 @@ var OfflineBehavior;
|
|
|
47
47
|
* @permissionId INNOVATION_LAB.CHAT_WIDGET
|
|
48
48
|
* @permissionScope Manage Bookings Services and Settings
|
|
49
49
|
* @permissionScopeId SCOPE.BOOKINGS.CONFIGURATION
|
|
50
|
+
* @permissionScope Manage Events
|
|
51
|
+
* @permissionScopeId SCOPE.EVENTS.MANAGE-EVENTS
|
|
50
52
|
* @permissionScope Manage Portfolio
|
|
51
53
|
* @permissionScopeId SCOPE.PORTFOLIO.MANAGE-PORTFOLIO
|
|
54
|
+
* @permissionScope Access Verticals by Automations
|
|
55
|
+
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
52
56
|
* @permissionScope Manage Restaurants - all permissions
|
|
53
57
|
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
58
|
+
* @permissionScope Set Up Automations
|
|
59
|
+
* @permissionScopeId SCOPE.CRM.SETUP-AUTOMATIONS
|
|
54
60
|
* @applicableIdentity APP
|
|
55
61
|
* @applicableIdentity VISITOR
|
|
56
62
|
* @fqn wix.innovation.assistant.widget.v1.Settings.GetWidgetSettings
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"innovation-widget-v1-widget-settings-widget-settings.universal.js","sourceRoot":"","sources":["../../../src/innovation-widget-v1-widget-settings-widget-settings.universal.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,sEAAuF;AACvF,oFAGiD;AAEjD,8IAAgI;
|
|
1
|
+
{"version":3,"file":"innovation-widget-v1-widget-settings-widget-settings.universal.js","sourceRoot":"","sources":["../../../src/innovation-widget-v1-widget-settings-widget-settings.universal.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,sEAAuF;AACvF,oFAGiD;AAEjD,8IAAgI;AAoIhI,IAAY,eAWX;AAXD,WAAY,eAAe;IACzB,gCAAgC;IAChC,wEAAqD,CAAA;IACrD,kFAAkF;IAClF,0CAAuB,CAAA;IACvB,4CAA4C;IAC5C,gCAAa,CAAA;IACb,sFAAsF;IACtF,0EAAuD,CAAA;IACvD,0EAA0E;IAC1E,oEAAiD,CAAA;AACnD,CAAC,EAXW,eAAe,+BAAf,eAAe,QAW1B;AA4GD;;;;;;;;;;;;;;;;;;;;GAoBG;AACI,KAAK,UAAU,iBAAiB;IAGrC,aAAa;IACb,MAAM,EAAE,UAAU,EAAE,WAAW,EAAE,GAAG,SAAS,CAAC,CAAC,CAG9C,CAAC;IAEF,MAAM,OAAO,GAAG,IAAA,8DAAqC,EAAC,EAAE,CAAC,CAAC;IAE1D,MAAM,OAAO,GACX,6CAA6C,CAAC,iBAAiB,CAAC,OAAO,CAAC,CAAC;IAE3E,WAAW,EAAE,UAAU,EAAE,EAAE,CAAC;IAC5B,IAAI,CAAC;QACH,MAAM,MAAM,GAAG,MAAM,UAAU,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;QACjD,WAAW,EAAE,SAAS,EAAE,CAAC,MAAM,CAAC,CAAC;QAEjC,OAAO,IAAA,gEAAuC,EAAC,MAAM,CAAC,IAAI,CAAE,CAAC;IAC/D,CAAC;IAAC,OAAO,GAAQ,EAAE,CAAC;QAClB,MAAM,gBAAgB,GAAG,IAAA,gCAAiB,EACxC,GAAG,EACH;YACE,sBAAsB,EAAE,EAAE;YAC1B,wBAAwB,EAAE,EAAE;YAC5B,uBAAuB,EAAE,KAAK;SAC/B,EACD,EAAE,CACH,CAAC;QACF,WAAW,EAAE,OAAO,EAAE,CAAC,GAAG,CAAC,CAAC;QAE5B,MAAM,gBAAgB,CAAC;IACzB,CAAC;AACH,CAAC;AAlCD,8CAkCC;AAED;;;;;;;;;;;;;GAaG;AACI,KAAK,UAAU,iBAAiB,CACrC,cAA8B;IAI9B,aAAa;IACb,MAAM,EAAE,UAAU,EAAE,WAAW,EAAE,GAAG,SAAS,CAAC,CAAC,CAG9C,CAAC;IAEF,MAAM,OAAO,GAAG,IAAA,8DAAqC,EAAC;QACpD,cAAc,EAAE,cAAc;KAC/B,CAAC,CAAC;IAEH,MAAM,OAAO,GACX,6CAA6C,CAAC,iBAAiB,CAAC,OAAO,CAAC,CAAC;IAE3E,WAAW,EAAE,UAAU,EAAE,EAAE,CAAC;IAC5B,IAAI,CAAC;QACH,MAAM,MAAM,GAAG,MAAM,UAAU,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;QACjD,WAAW,EAAE,SAAS,EAAE,CAAC,MAAM,CAAC,CAAC;QAEjC,OAAO,IAAA,gEAAuC,EAAC,MAAM,CAAC,IAAI,CAAE,CAAC;IAC/D,CAAC;IAAC,OAAO,GAAQ,EAAE,CAAC;QAClB,MAAM,gBAAgB,GAAG,IAAA,gCAAiB,EACxC,GAAG,EACH;YACE,sBAAsB,EAAE,EAAE;YAC1B,wBAAwB,EAAE,EAAE,cAAc,EAAE,MAAM,EAAE;YACpD,uBAAuB,EAAE,KAAK;SAC/B,EACD,CAAC,gBAAgB,CAAC,CACnB,CAAC;QACF,WAAW,EAAE,OAAO,EAAE,CAAC,GAAG,CAAC,CAAC;QAE5B,MAAM,gBAAgB,CAAC;IACzB,CAAC;AACH,CAAC;AAtCD,8CAsCC"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export interface WidgetSettings {
|
|
2
2
|
/**
|
|
3
3
|
* Widget settings ID.
|
|
4
|
+
* @format GUID
|
|
4
5
|
* @readonly
|
|
5
6
|
*/
|
|
6
7
|
id?: string | null;
|
|
@@ -41,7 +42,10 @@ export interface IntroMessage {
|
|
|
41
42
|
export interface SettingsMessage {
|
|
42
43
|
/** Whether the message is enabled. */
|
|
43
44
|
enabled?: boolean;
|
|
44
|
-
/**
|
|
45
|
+
/**
|
|
46
|
+
* Message content.
|
|
47
|
+
* @maxLength 1000
|
|
48
|
+
*/
|
|
45
49
|
text?: string;
|
|
46
50
|
}
|
|
47
51
|
export interface ContactForm {
|
|
@@ -74,7 +78,10 @@ export interface ActiveHours {
|
|
|
74
78
|
always?: boolean;
|
|
75
79
|
/** Times at which the AI Assistant is online. */
|
|
76
80
|
schedule?: Schedule;
|
|
77
|
-
/**
|
|
81
|
+
/**
|
|
82
|
+
* Timezone used for the schedule.
|
|
83
|
+
* @maxLength 256
|
|
84
|
+
*/
|
|
78
85
|
timeZone?: string;
|
|
79
86
|
}
|
|
80
87
|
/** Schedule */
|
|
@@ -98,7 +105,10 @@ export interface Schedule {
|
|
|
98
105
|
export interface DaySchedule {
|
|
99
106
|
/** Whether the day is enabled. */
|
|
100
107
|
enabled?: boolean;
|
|
101
|
-
/**
|
|
108
|
+
/**
|
|
109
|
+
* Array of times during which the AI Assistant is active.
|
|
110
|
+
* @maxSize 24
|
|
111
|
+
*/
|
|
102
112
|
frames?: WorkingHoursFrame[];
|
|
103
113
|
}
|
|
104
114
|
/** Working hours frame */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"innovation-widget-v1-widget-settings-widget-settings.types.js","sourceRoot":"","sources":["../../../src/innovation-widget-v1-widget-settings-widget-settings.types.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"innovation-widget-v1-widget-settings-widget-settings.types.js","sourceRoot":"","sources":["../../../src/innovation-widget-v1-widget-settings-widget-settings.types.ts"],"names":[],"mappings":"AAkIA,MAAM,CAAN,IAAY,eAWX;AAXD,WAAY,eAAe;IACzB,gCAAgC;IAChC,wEAAqD,CAAA;IACrD,kFAAkF;IAClF,0CAAuB,CAAA;IACvB,4CAA4C;IAC5C,gCAAa,CAAA;IACb,sFAAsF;IACtF,0EAAuD,CAAA;IACvD,0EAA0E;IAC1E,oEAAiD,CAAA;AACnD,CAAC,EAXW,eAAe,KAAf,eAAe,QAW1B"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export interface WidgetSettings {
|
|
2
2
|
/**
|
|
3
3
|
* Widget settings ID.
|
|
4
|
+
* @format GUID
|
|
4
5
|
* @readonly
|
|
5
6
|
*/
|
|
6
7
|
_id?: string | null;
|
|
@@ -41,7 +42,10 @@ export interface IntroMessage {
|
|
|
41
42
|
export interface SettingsMessage {
|
|
42
43
|
/** Whether the message is enabled. */
|
|
43
44
|
enabled?: boolean;
|
|
44
|
-
/**
|
|
45
|
+
/**
|
|
46
|
+
* Message content.
|
|
47
|
+
* @maxLength 1000
|
|
48
|
+
*/
|
|
45
49
|
text?: string;
|
|
46
50
|
}
|
|
47
51
|
export interface ContactForm {
|
|
@@ -74,7 +78,10 @@ export interface ActiveHours {
|
|
|
74
78
|
always?: boolean;
|
|
75
79
|
/** Times at which the AI Assistant is online. */
|
|
76
80
|
schedule?: Schedule;
|
|
77
|
-
/**
|
|
81
|
+
/**
|
|
82
|
+
* Timezone used for the schedule.
|
|
83
|
+
* @maxLength 256
|
|
84
|
+
*/
|
|
78
85
|
timeZone?: string;
|
|
79
86
|
}
|
|
80
87
|
/** Schedule */
|
|
@@ -98,7 +105,10 @@ export interface Schedule {
|
|
|
98
105
|
export interface DaySchedule {
|
|
99
106
|
/** Whether the day is enabled. */
|
|
100
107
|
enabled?: boolean;
|
|
101
|
-
/**
|
|
108
|
+
/**
|
|
109
|
+
* Array of times during which the AI Assistant is active.
|
|
110
|
+
* @maxSize 24
|
|
111
|
+
*/
|
|
102
112
|
frames?: WorkingHoursFrame[];
|
|
103
113
|
}
|
|
104
114
|
/** Working hours frame */
|
|
@@ -217,10 +227,16 @@ export interface SetWidgetSettingsResponseNonNullableFields {
|
|
|
217
227
|
* @permissionId INNOVATION_LAB.CHAT_WIDGET
|
|
218
228
|
* @permissionScope Manage Bookings Services and Settings
|
|
219
229
|
* @permissionScopeId SCOPE.BOOKINGS.CONFIGURATION
|
|
230
|
+
* @permissionScope Manage Events
|
|
231
|
+
* @permissionScopeId SCOPE.EVENTS.MANAGE-EVENTS
|
|
220
232
|
* @permissionScope Manage Portfolio
|
|
221
233
|
* @permissionScopeId SCOPE.PORTFOLIO.MANAGE-PORTFOLIO
|
|
234
|
+
* @permissionScope Access Verticals by Automations
|
|
235
|
+
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
222
236
|
* @permissionScope Manage Restaurants - all permissions
|
|
223
237
|
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
238
|
+
* @permissionScope Set Up Automations
|
|
239
|
+
* @permissionScopeId SCOPE.CRM.SETUP-AUTOMATIONS
|
|
224
240
|
* @applicableIdentity APP
|
|
225
241
|
* @applicableIdentity VISITOR
|
|
226
242
|
* @fqn wix.innovation.assistant.widget.v1.Settings.GetWidgetSettings
|
|
@@ -21,10 +21,16 @@ export var OfflineBehavior;
|
|
|
21
21
|
* @permissionId INNOVATION_LAB.CHAT_WIDGET
|
|
22
22
|
* @permissionScope Manage Bookings Services and Settings
|
|
23
23
|
* @permissionScopeId SCOPE.BOOKINGS.CONFIGURATION
|
|
24
|
+
* @permissionScope Manage Events
|
|
25
|
+
* @permissionScopeId SCOPE.EVENTS.MANAGE-EVENTS
|
|
24
26
|
* @permissionScope Manage Portfolio
|
|
25
27
|
* @permissionScopeId SCOPE.PORTFOLIO.MANAGE-PORTFOLIO
|
|
28
|
+
* @permissionScope Access Verticals by Automations
|
|
29
|
+
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
26
30
|
* @permissionScope Manage Restaurants - all permissions
|
|
27
31
|
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
32
|
+
* @permissionScope Set Up Automations
|
|
33
|
+
* @permissionScopeId SCOPE.CRM.SETUP-AUTOMATIONS
|
|
28
34
|
* @applicableIdentity APP
|
|
29
35
|
* @applicableIdentity VISITOR
|
|
30
36
|
* @fqn wix.innovation.assistant.widget.v1.Settings.GetWidgetSettings
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"innovation-widget-v1-widget-settings-widget-settings.universal.js","sourceRoot":"","sources":["../../../src/innovation-widget-v1-widget-settings-widget-settings.universal.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,IAAI,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AACvF,OAAO,EACL,qCAAqC,EACrC,uCAAuC,GACxC,MAAM,yCAAyC,CAAC;AAEjD,OAAO,KAAK,6CAA6C,MAAM,gEAAgE,CAAC;
|
|
1
|
+
{"version":3,"file":"innovation-widget-v1-widget-settings-widget-settings.universal.js","sourceRoot":"","sources":["../../../src/innovation-widget-v1-widget-settings-widget-settings.universal.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,IAAI,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AACvF,OAAO,EACL,qCAAqC,EACrC,uCAAuC,GACxC,MAAM,yCAAyC,CAAC;AAEjD,OAAO,KAAK,6CAA6C,MAAM,gEAAgE,CAAC;AAoIhI,MAAM,CAAN,IAAY,eAWX;AAXD,WAAY,eAAe;IACzB,gCAAgC;IAChC,wEAAqD,CAAA;IACrD,kFAAkF;IAClF,0CAAuB,CAAA;IACvB,4CAA4C;IAC5C,gCAAa,CAAA;IACb,sFAAsF;IACtF,0EAAuD,CAAA;IACvD,0EAA0E;IAC1E,oEAAiD,CAAA;AACnD,CAAC,EAXW,eAAe,KAAf,eAAe,QAW1B;AA4GD;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,MAAM,CAAC,KAAK,UAAU,iBAAiB;IAGrC,aAAa;IACb,MAAM,EAAE,UAAU,EAAE,WAAW,EAAE,GAAG,SAAS,CAAC,CAAC,CAG9C,CAAC;IAEF,MAAM,OAAO,GAAG,qCAAqC,CAAC,EAAE,CAAC,CAAC;IAE1D,MAAM,OAAO,GACX,6CAA6C,CAAC,iBAAiB,CAAC,OAAO,CAAC,CAAC;IAE3E,WAAW,EAAE,UAAU,EAAE,EAAE,CAAC;IAC5B,IAAI,CAAC;QACH,MAAM,MAAM,GAAG,MAAM,UAAU,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;QACjD,WAAW,EAAE,SAAS,EAAE,CAAC,MAAM,CAAC,CAAC;QAEjC,OAAO,uCAAuC,CAAC,MAAM,CAAC,IAAI,CAAE,CAAC;IAC/D,CAAC;IAAC,OAAO,GAAQ,EAAE,CAAC;QAClB,MAAM,gBAAgB,GAAG,iBAAiB,CACxC,GAAG,EACH;YACE,sBAAsB,EAAE,EAAE;YAC1B,wBAAwB,EAAE,EAAE;YAC5B,uBAAuB,EAAE,KAAK;SAC/B,EACD,EAAE,CACH,CAAC;QACF,WAAW,EAAE,OAAO,EAAE,CAAC,GAAG,CAAC,CAAC;QAE5B,MAAM,gBAAgB,CAAC;IACzB,CAAC;AACH,CAAC;AAED;;;;;;;;;;;;;GAaG;AACH,MAAM,CAAC,KAAK,UAAU,iBAAiB,CACrC,cAA8B;IAI9B,aAAa;IACb,MAAM,EAAE,UAAU,EAAE,WAAW,EAAE,GAAG,SAAS,CAAC,CAAC,CAG9C,CAAC;IAEF,MAAM,OAAO,GAAG,qCAAqC,CAAC;QACpD,cAAc,EAAE,cAAc;KAC/B,CAAC,CAAC;IAEH,MAAM,OAAO,GACX,6CAA6C,CAAC,iBAAiB,CAAC,OAAO,CAAC,CAAC;IAE3E,WAAW,EAAE,UAAU,EAAE,EAAE,CAAC;IAC5B,IAAI,CAAC;QACH,MAAM,MAAM,GAAG,MAAM,UAAU,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;QACjD,WAAW,EAAE,SAAS,EAAE,CAAC,MAAM,CAAC,CAAC;QAEjC,OAAO,uCAAuC,CAAC,MAAM,CAAC,IAAI,CAAE,CAAC;IAC/D,CAAC;IAAC,OAAO,GAAQ,EAAE,CAAC;QAClB,MAAM,gBAAgB,GAAG,iBAAiB,CACxC,GAAG,EACH;YACE,sBAAsB,EAAE,EAAE;YAC1B,wBAAwB,EAAE,EAAE,cAAc,EAAE,MAAM,EAAE;YACpD,uBAAuB,EAAE,KAAK;SAC/B,EACD,CAAC,gBAAgB,CAAC,CACnB,CAAC;QACF,WAAW,EAAE,OAAO,EAAE,CAAC,GAAG,CAAC,CAAC;QAE5B,MAAM,gBAAgB,CAAC;IACzB,CAAC;AACH,CAAC"}
|
package/build/internal/cjs/src/innovation-widget-v1-widget-settings-widget-settings.types.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export interface WidgetSettings {
|
|
2
2
|
/**
|
|
3
3
|
* Widget settings ID.
|
|
4
|
+
* @format GUID
|
|
4
5
|
* @readonly
|
|
5
6
|
*/
|
|
6
7
|
id?: string | null;
|
|
@@ -41,7 +42,10 @@ export interface IntroMessage {
|
|
|
41
42
|
export interface SettingsMessage {
|
|
42
43
|
/** Whether the message is enabled. */
|
|
43
44
|
enabled?: boolean;
|
|
44
|
-
/**
|
|
45
|
+
/**
|
|
46
|
+
* Message content.
|
|
47
|
+
* @maxLength 1000
|
|
48
|
+
*/
|
|
45
49
|
text?: string;
|
|
46
50
|
}
|
|
47
51
|
export interface ContactForm {
|
|
@@ -74,7 +78,10 @@ export interface ActiveHours {
|
|
|
74
78
|
always?: boolean;
|
|
75
79
|
/** Times at which the AI Assistant is online. */
|
|
76
80
|
schedule?: Schedule;
|
|
77
|
-
/**
|
|
81
|
+
/**
|
|
82
|
+
* Timezone used for the schedule.
|
|
83
|
+
* @maxLength 256
|
|
84
|
+
*/
|
|
78
85
|
timeZone?: string;
|
|
79
86
|
}
|
|
80
87
|
/** Schedule */
|
|
@@ -98,7 +105,10 @@ export interface Schedule {
|
|
|
98
105
|
export interface DaySchedule {
|
|
99
106
|
/** Whether the day is enabled. */
|
|
100
107
|
enabled?: boolean;
|
|
101
|
-
/**
|
|
108
|
+
/**
|
|
109
|
+
* Array of times during which the AI Assistant is active.
|
|
110
|
+
* @maxSize 24
|
|
111
|
+
*/
|
|
102
112
|
frames?: WorkingHoursFrame[];
|
|
103
113
|
}
|
|
104
114
|
/** Working hours frame */
|
package/build/internal/cjs/src/innovation-widget-v1-widget-settings-widget-settings.types.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"innovation-widget-v1-widget-settings-widget-settings.types.js","sourceRoot":"","sources":["../../../../src/innovation-widget-v1-widget-settings-widget-settings.types.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"innovation-widget-v1-widget-settings-widget-settings.types.js","sourceRoot":"","sources":["../../../../src/innovation-widget-v1-widget-settings-widget-settings.types.ts"],"names":[],"mappings":";;;AAkIA,IAAY,eAWX;AAXD,WAAY,eAAe;IACzB,gCAAgC;IAChC,wEAAqD,CAAA;IACrD,kFAAkF;IAClF,0CAAuB,CAAA;IACvB,4CAA4C;IAC5C,gCAAa,CAAA;IACb,sFAAsF;IACtF,0EAAuD,CAAA;IACvD,0EAA0E;IAC1E,oEAAiD,CAAA;AACnD,CAAC,EAXW,eAAe,+BAAf,eAAe,QAW1B"}
|
package/build/internal/cjs/src/innovation-widget-v1-widget-settings-widget-settings.universal.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export interface WidgetSettings {
|
|
2
2
|
/**
|
|
3
3
|
* Widget settings ID.
|
|
4
|
+
* @format GUID
|
|
4
5
|
* @readonly
|
|
5
6
|
*/
|
|
6
7
|
_id?: string | null;
|
|
@@ -41,7 +42,10 @@ export interface IntroMessage {
|
|
|
41
42
|
export interface SettingsMessage {
|
|
42
43
|
/** Whether the message is enabled. */
|
|
43
44
|
enabled?: boolean;
|
|
44
|
-
/**
|
|
45
|
+
/**
|
|
46
|
+
* Message content.
|
|
47
|
+
* @maxLength 1000
|
|
48
|
+
*/
|
|
45
49
|
text?: string;
|
|
46
50
|
}
|
|
47
51
|
export interface ContactForm {
|
|
@@ -74,7 +78,10 @@ export interface ActiveHours {
|
|
|
74
78
|
always?: boolean;
|
|
75
79
|
/** Times at which the AI Assistant is online. */
|
|
76
80
|
schedule?: Schedule;
|
|
77
|
-
/**
|
|
81
|
+
/**
|
|
82
|
+
* Timezone used for the schedule.
|
|
83
|
+
* @maxLength 256
|
|
84
|
+
*/
|
|
78
85
|
timeZone?: string;
|
|
79
86
|
}
|
|
80
87
|
/** Schedule */
|
|
@@ -98,7 +105,10 @@ export interface Schedule {
|
|
|
98
105
|
export interface DaySchedule {
|
|
99
106
|
/** Whether the day is enabled. */
|
|
100
107
|
enabled?: boolean;
|
|
101
|
-
/**
|
|
108
|
+
/**
|
|
109
|
+
* Array of times during which the AI Assistant is active.
|
|
110
|
+
* @maxSize 24
|
|
111
|
+
*/
|
|
102
112
|
frames?: WorkingHoursFrame[];
|
|
103
113
|
}
|
|
104
114
|
/** Working hours frame */
|
|
@@ -217,10 +227,16 @@ export interface SetWidgetSettingsResponseNonNullableFields {
|
|
|
217
227
|
* @permissionId INNOVATION_LAB.CHAT_WIDGET
|
|
218
228
|
* @permissionScope Manage Bookings Services and Settings
|
|
219
229
|
* @permissionScopeId SCOPE.BOOKINGS.CONFIGURATION
|
|
230
|
+
* @permissionScope Manage Events
|
|
231
|
+
* @permissionScopeId SCOPE.EVENTS.MANAGE-EVENTS
|
|
220
232
|
* @permissionScope Manage Portfolio
|
|
221
233
|
* @permissionScopeId SCOPE.PORTFOLIO.MANAGE-PORTFOLIO
|
|
234
|
+
* @permissionScope Access Verticals by Automations
|
|
235
|
+
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
222
236
|
* @permissionScope Manage Restaurants - all permissions
|
|
223
237
|
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
238
|
+
* @permissionScope Set Up Automations
|
|
239
|
+
* @permissionScopeId SCOPE.CRM.SETUP-AUTOMATIONS
|
|
224
240
|
* @applicableIdentity APP
|
|
225
241
|
* @applicableIdentity VISITOR
|
|
226
242
|
* @fqn wix.innovation.assistant.widget.v1.Settings.GetWidgetSettings
|
package/build/internal/cjs/src/innovation-widget-v1-widget-settings-widget-settings.universal.js
CHANGED
|
@@ -47,10 +47,16 @@ var OfflineBehavior;
|
|
|
47
47
|
* @permissionId INNOVATION_LAB.CHAT_WIDGET
|
|
48
48
|
* @permissionScope Manage Bookings Services and Settings
|
|
49
49
|
* @permissionScopeId SCOPE.BOOKINGS.CONFIGURATION
|
|
50
|
+
* @permissionScope Manage Events
|
|
51
|
+
* @permissionScopeId SCOPE.EVENTS.MANAGE-EVENTS
|
|
50
52
|
* @permissionScope Manage Portfolio
|
|
51
53
|
* @permissionScopeId SCOPE.PORTFOLIO.MANAGE-PORTFOLIO
|
|
54
|
+
* @permissionScope Access Verticals by Automations
|
|
55
|
+
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
52
56
|
* @permissionScope Manage Restaurants - all permissions
|
|
53
57
|
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
58
|
+
* @permissionScope Set Up Automations
|
|
59
|
+
* @permissionScopeId SCOPE.CRM.SETUP-AUTOMATIONS
|
|
54
60
|
* @applicableIdentity APP
|
|
55
61
|
* @applicableIdentity VISITOR
|
|
56
62
|
* @fqn wix.innovation.assistant.widget.v1.Settings.GetWidgetSettings
|
package/build/internal/cjs/src/innovation-widget-v1-widget-settings-widget-settings.universal.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"innovation-widget-v1-widget-settings-widget-settings.universal.js","sourceRoot":"","sources":["../../../../src/innovation-widget-v1-widget-settings-widget-settings.universal.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,sEAAuF;AACvF,oFAGiD;AAEjD,8IAAgI;
|
|
1
|
+
{"version":3,"file":"innovation-widget-v1-widget-settings-widget-settings.universal.js","sourceRoot":"","sources":["../../../../src/innovation-widget-v1-widget-settings-widget-settings.universal.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,sEAAuF;AACvF,oFAGiD;AAEjD,8IAAgI;AAoIhI,IAAY,eAWX;AAXD,WAAY,eAAe;IACzB,gCAAgC;IAChC,wEAAqD,CAAA;IACrD,kFAAkF;IAClF,0CAAuB,CAAA;IACvB,4CAA4C;IAC5C,gCAAa,CAAA;IACb,sFAAsF;IACtF,0EAAuD,CAAA;IACvD,0EAA0E;IAC1E,oEAAiD,CAAA;AACnD,CAAC,EAXW,eAAe,+BAAf,eAAe,QAW1B;AA4GD;;;;;;;;;;;;;;;;;;;;GAoBG;AACI,KAAK,UAAU,iBAAiB;IAGrC,aAAa;IACb,MAAM,EAAE,UAAU,EAAE,WAAW,EAAE,GAAG,SAAS,CAAC,CAAC,CAG9C,CAAC;IAEF,MAAM,OAAO,GAAG,IAAA,8DAAqC,EAAC,EAAE,CAAC,CAAC;IAE1D,MAAM,OAAO,GACX,6CAA6C,CAAC,iBAAiB,CAAC,OAAO,CAAC,CAAC;IAE3E,WAAW,EAAE,UAAU,EAAE,EAAE,CAAC;IAC5B,IAAI,CAAC;QACH,MAAM,MAAM,GAAG,MAAM,UAAU,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;QACjD,WAAW,EAAE,SAAS,EAAE,CAAC,MAAM,CAAC,CAAC;QAEjC,OAAO,IAAA,gEAAuC,EAAC,MAAM,CAAC,IAAI,CAAE,CAAC;IAC/D,CAAC;IAAC,OAAO,GAAQ,EAAE,CAAC;QAClB,MAAM,gBAAgB,GAAG,IAAA,gCAAiB,EACxC,GAAG,EACH;YACE,sBAAsB,EAAE,EAAE;YAC1B,wBAAwB,EAAE,EAAE;YAC5B,uBAAuB,EAAE,KAAK;SAC/B,EACD,EAAE,CACH,CAAC;QACF,WAAW,EAAE,OAAO,EAAE,CAAC,GAAG,CAAC,CAAC;QAE5B,MAAM,gBAAgB,CAAC;IACzB,CAAC;AACH,CAAC;AAlCD,8CAkCC;AAED;;;;;;;;;;;;;GAaG;AACI,KAAK,UAAU,iBAAiB,CACrC,cAA8B;IAI9B,aAAa;IACb,MAAM,EAAE,UAAU,EAAE,WAAW,EAAE,GAAG,SAAS,CAAC,CAAC,CAG9C,CAAC;IAEF,MAAM,OAAO,GAAG,IAAA,8DAAqC,EAAC;QACpD,cAAc,EAAE,cAAc;KAC/B,CAAC,CAAC;IAEH,MAAM,OAAO,GACX,6CAA6C,CAAC,iBAAiB,CAAC,OAAO,CAAC,CAAC;IAE3E,WAAW,EAAE,UAAU,EAAE,EAAE,CAAC;IAC5B,IAAI,CAAC;QACH,MAAM,MAAM,GAAG,MAAM,UAAU,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;QACjD,WAAW,EAAE,SAAS,EAAE,CAAC,MAAM,CAAC,CAAC;QAEjC,OAAO,IAAA,gEAAuC,EAAC,MAAM,CAAC,IAAI,CAAE,CAAC;IAC/D,CAAC;IAAC,OAAO,GAAQ,EAAE,CAAC;QAClB,MAAM,gBAAgB,GAAG,IAAA,gCAAiB,EACxC,GAAG,EACH;YACE,sBAAsB,EAAE,EAAE;YAC1B,wBAAwB,EAAE,EAAE,cAAc,EAAE,MAAM,EAAE;YACpD,uBAAuB,EAAE,KAAK;SAC/B,EACD,CAAC,gBAAgB,CAAC,CACnB,CAAC;QACF,WAAW,EAAE,OAAO,EAAE,CAAC,GAAG,CAAC,CAAC;QAE5B,MAAM,gBAAgB,CAAC;IACzB,CAAC;AACH,CAAC;AAtCD,8CAsCC"}
|
package/build/internal/es/src/innovation-widget-v1-widget-settings-widget-settings.types.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export interface WidgetSettings {
|
|
2
2
|
/**
|
|
3
3
|
* Widget settings ID.
|
|
4
|
+
* @format GUID
|
|
4
5
|
* @readonly
|
|
5
6
|
*/
|
|
6
7
|
id?: string | null;
|
|
@@ -41,7 +42,10 @@ export interface IntroMessage {
|
|
|
41
42
|
export interface SettingsMessage {
|
|
42
43
|
/** Whether the message is enabled. */
|
|
43
44
|
enabled?: boolean;
|
|
44
|
-
/**
|
|
45
|
+
/**
|
|
46
|
+
* Message content.
|
|
47
|
+
* @maxLength 1000
|
|
48
|
+
*/
|
|
45
49
|
text?: string;
|
|
46
50
|
}
|
|
47
51
|
export interface ContactForm {
|
|
@@ -74,7 +78,10 @@ export interface ActiveHours {
|
|
|
74
78
|
always?: boolean;
|
|
75
79
|
/** Times at which the AI Assistant is online. */
|
|
76
80
|
schedule?: Schedule;
|
|
77
|
-
/**
|
|
81
|
+
/**
|
|
82
|
+
* Timezone used for the schedule.
|
|
83
|
+
* @maxLength 256
|
|
84
|
+
*/
|
|
78
85
|
timeZone?: string;
|
|
79
86
|
}
|
|
80
87
|
/** Schedule */
|
|
@@ -98,7 +105,10 @@ export interface Schedule {
|
|
|
98
105
|
export interface DaySchedule {
|
|
99
106
|
/** Whether the day is enabled. */
|
|
100
107
|
enabled?: boolean;
|
|
101
|
-
/**
|
|
108
|
+
/**
|
|
109
|
+
* Array of times during which the AI Assistant is active.
|
|
110
|
+
* @maxSize 24
|
|
111
|
+
*/
|
|
102
112
|
frames?: WorkingHoursFrame[];
|
|
103
113
|
}
|
|
104
114
|
/** Working hours frame */
|
package/build/internal/es/src/innovation-widget-v1-widget-settings-widget-settings.types.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"innovation-widget-v1-widget-settings-widget-settings.types.js","sourceRoot":"","sources":["../../../../src/innovation-widget-v1-widget-settings-widget-settings.types.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"innovation-widget-v1-widget-settings-widget-settings.types.js","sourceRoot":"","sources":["../../../../src/innovation-widget-v1-widget-settings-widget-settings.types.ts"],"names":[],"mappings":"AAkIA,MAAM,CAAN,IAAY,eAWX;AAXD,WAAY,eAAe;IACzB,gCAAgC;IAChC,wEAAqD,CAAA;IACrD,kFAAkF;IAClF,0CAAuB,CAAA;IACvB,4CAA4C;IAC5C,gCAAa,CAAA;IACb,sFAAsF;IACtF,0EAAuD,CAAA;IACvD,0EAA0E;IAC1E,oEAAiD,CAAA;AACnD,CAAC,EAXW,eAAe,KAAf,eAAe,QAW1B"}
|
package/build/internal/es/src/innovation-widget-v1-widget-settings-widget-settings.universal.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export interface WidgetSettings {
|
|
2
2
|
/**
|
|
3
3
|
* Widget settings ID.
|
|
4
|
+
* @format GUID
|
|
4
5
|
* @readonly
|
|
5
6
|
*/
|
|
6
7
|
_id?: string | null;
|
|
@@ -41,7 +42,10 @@ export interface IntroMessage {
|
|
|
41
42
|
export interface SettingsMessage {
|
|
42
43
|
/** Whether the message is enabled. */
|
|
43
44
|
enabled?: boolean;
|
|
44
|
-
/**
|
|
45
|
+
/**
|
|
46
|
+
* Message content.
|
|
47
|
+
* @maxLength 1000
|
|
48
|
+
*/
|
|
45
49
|
text?: string;
|
|
46
50
|
}
|
|
47
51
|
export interface ContactForm {
|
|
@@ -74,7 +78,10 @@ export interface ActiveHours {
|
|
|
74
78
|
always?: boolean;
|
|
75
79
|
/** Times at which the AI Assistant is online. */
|
|
76
80
|
schedule?: Schedule;
|
|
77
|
-
/**
|
|
81
|
+
/**
|
|
82
|
+
* Timezone used for the schedule.
|
|
83
|
+
* @maxLength 256
|
|
84
|
+
*/
|
|
78
85
|
timeZone?: string;
|
|
79
86
|
}
|
|
80
87
|
/** Schedule */
|
|
@@ -98,7 +105,10 @@ export interface Schedule {
|
|
|
98
105
|
export interface DaySchedule {
|
|
99
106
|
/** Whether the day is enabled. */
|
|
100
107
|
enabled?: boolean;
|
|
101
|
-
/**
|
|
108
|
+
/**
|
|
109
|
+
* Array of times during which the AI Assistant is active.
|
|
110
|
+
* @maxSize 24
|
|
111
|
+
*/
|
|
102
112
|
frames?: WorkingHoursFrame[];
|
|
103
113
|
}
|
|
104
114
|
/** Working hours frame */
|
|
@@ -217,10 +227,16 @@ export interface SetWidgetSettingsResponseNonNullableFields {
|
|
|
217
227
|
* @permissionId INNOVATION_LAB.CHAT_WIDGET
|
|
218
228
|
* @permissionScope Manage Bookings Services and Settings
|
|
219
229
|
* @permissionScopeId SCOPE.BOOKINGS.CONFIGURATION
|
|
230
|
+
* @permissionScope Manage Events
|
|
231
|
+
* @permissionScopeId SCOPE.EVENTS.MANAGE-EVENTS
|
|
220
232
|
* @permissionScope Manage Portfolio
|
|
221
233
|
* @permissionScopeId SCOPE.PORTFOLIO.MANAGE-PORTFOLIO
|
|
234
|
+
* @permissionScope Access Verticals by Automations
|
|
235
|
+
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
222
236
|
* @permissionScope Manage Restaurants - all permissions
|
|
223
237
|
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
238
|
+
* @permissionScope Set Up Automations
|
|
239
|
+
* @permissionScopeId SCOPE.CRM.SETUP-AUTOMATIONS
|
|
224
240
|
* @applicableIdentity APP
|
|
225
241
|
* @applicableIdentity VISITOR
|
|
226
242
|
* @fqn wix.innovation.assistant.widget.v1.Settings.GetWidgetSettings
|
package/build/internal/es/src/innovation-widget-v1-widget-settings-widget-settings.universal.js
CHANGED
|
@@ -21,10 +21,16 @@ export var OfflineBehavior;
|
|
|
21
21
|
* @permissionId INNOVATION_LAB.CHAT_WIDGET
|
|
22
22
|
* @permissionScope Manage Bookings Services and Settings
|
|
23
23
|
* @permissionScopeId SCOPE.BOOKINGS.CONFIGURATION
|
|
24
|
+
* @permissionScope Manage Events
|
|
25
|
+
* @permissionScopeId SCOPE.EVENTS.MANAGE-EVENTS
|
|
24
26
|
* @permissionScope Manage Portfolio
|
|
25
27
|
* @permissionScopeId SCOPE.PORTFOLIO.MANAGE-PORTFOLIO
|
|
28
|
+
* @permissionScope Access Verticals by Automations
|
|
29
|
+
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
26
30
|
* @permissionScope Manage Restaurants - all permissions
|
|
27
31
|
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
32
|
+
* @permissionScope Set Up Automations
|
|
33
|
+
* @permissionScopeId SCOPE.CRM.SETUP-AUTOMATIONS
|
|
28
34
|
* @applicableIdentity APP
|
|
29
35
|
* @applicableIdentity VISITOR
|
|
30
36
|
* @fqn wix.innovation.assistant.widget.v1.Settings.GetWidgetSettings
|
package/build/internal/es/src/innovation-widget-v1-widget-settings-widget-settings.universal.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"innovation-widget-v1-widget-settings-widget-settings.universal.js","sourceRoot":"","sources":["../../../../src/innovation-widget-v1-widget-settings-widget-settings.universal.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,IAAI,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AACvF,OAAO,EACL,qCAAqC,EACrC,uCAAuC,GACxC,MAAM,yCAAyC,CAAC;AAEjD,OAAO,KAAK,6CAA6C,MAAM,gEAAgE,CAAC;
|
|
1
|
+
{"version":3,"file":"innovation-widget-v1-widget-settings-widget-settings.universal.js","sourceRoot":"","sources":["../../../../src/innovation-widget-v1-widget-settings-widget-settings.universal.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,IAAI,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AACvF,OAAO,EACL,qCAAqC,EACrC,uCAAuC,GACxC,MAAM,yCAAyC,CAAC;AAEjD,OAAO,KAAK,6CAA6C,MAAM,gEAAgE,CAAC;AAoIhI,MAAM,CAAN,IAAY,eAWX;AAXD,WAAY,eAAe;IACzB,gCAAgC;IAChC,wEAAqD,CAAA;IACrD,kFAAkF;IAClF,0CAAuB,CAAA;IACvB,4CAA4C;IAC5C,gCAAa,CAAA;IACb,sFAAsF;IACtF,0EAAuD,CAAA;IACvD,0EAA0E;IAC1E,oEAAiD,CAAA;AACnD,CAAC,EAXW,eAAe,KAAf,eAAe,QAW1B;AA4GD;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,MAAM,CAAC,KAAK,UAAU,iBAAiB;IAGrC,aAAa;IACb,MAAM,EAAE,UAAU,EAAE,WAAW,EAAE,GAAG,SAAS,CAAC,CAAC,CAG9C,CAAC;IAEF,MAAM,OAAO,GAAG,qCAAqC,CAAC,EAAE,CAAC,CAAC;IAE1D,MAAM,OAAO,GACX,6CAA6C,CAAC,iBAAiB,CAAC,OAAO,CAAC,CAAC;IAE3E,WAAW,EAAE,UAAU,EAAE,EAAE,CAAC;IAC5B,IAAI,CAAC;QACH,MAAM,MAAM,GAAG,MAAM,UAAU,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;QACjD,WAAW,EAAE,SAAS,EAAE,CAAC,MAAM,CAAC,CAAC;QAEjC,OAAO,uCAAuC,CAAC,MAAM,CAAC,IAAI,CAAE,CAAC;IAC/D,CAAC;IAAC,OAAO,GAAQ,EAAE,CAAC;QAClB,MAAM,gBAAgB,GAAG,iBAAiB,CACxC,GAAG,EACH;YACE,sBAAsB,EAAE,EAAE;YAC1B,wBAAwB,EAAE,EAAE;YAC5B,uBAAuB,EAAE,KAAK;SAC/B,EACD,EAAE,CACH,CAAC;QACF,WAAW,EAAE,OAAO,EAAE,CAAC,GAAG,CAAC,CAAC;QAE5B,MAAM,gBAAgB,CAAC;IACzB,CAAC;AACH,CAAC;AAED;;;;;;;;;;;;;GAaG;AACH,MAAM,CAAC,KAAK,UAAU,iBAAiB,CACrC,cAA8B;IAI9B,aAAa;IACb,MAAM,EAAE,UAAU,EAAE,WAAW,EAAE,GAAG,SAAS,CAAC,CAAC,CAG9C,CAAC;IAEF,MAAM,OAAO,GAAG,qCAAqC,CAAC;QACpD,cAAc,EAAE,cAAc;KAC/B,CAAC,CAAC;IAEH,MAAM,OAAO,GACX,6CAA6C,CAAC,iBAAiB,CAAC,OAAO,CAAC,CAAC;IAE3E,WAAW,EAAE,UAAU,EAAE,EAAE,CAAC;IAC5B,IAAI,CAAC;QACH,MAAM,MAAM,GAAG,MAAM,UAAU,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;QACjD,WAAW,EAAE,SAAS,EAAE,CAAC,MAAM,CAAC,CAAC;QAEjC,OAAO,uCAAuC,CAAC,MAAM,CAAC,IAAI,CAAE,CAAC;IAC/D,CAAC;IAAC,OAAO,GAAQ,EAAE,CAAC;QAClB,MAAM,gBAAgB,GAAG,iBAAiB,CACxC,GAAG,EACH;YACE,sBAAsB,EAAE,EAAE;YAC1B,wBAAwB,EAAE,EAAE,cAAc,EAAE,MAAM,EAAE;YACpD,uBAAuB,EAAE,KAAK;SAC/B,EACD,CAAC,gBAAgB,CAAC,CACnB,CAAC;QACF,WAAW,EAAE,OAAO,EAAE,CAAC,GAAG,CAAC,CAAC;QAE5B,MAAM,gBAAgB,CAAC;IACzB,CAAC;AACH,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/auto_sdk_ai-site-chat_widget-settings",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"fqdn": "wix.innovation.widget.v1.widget_settings"
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
|
-
"falconPackageHash": "
|
|
51
|
+
"falconPackageHash": "cab9b1cad564339c7b2f35acf112a22781f19d8c605a8a0cc7511cef"
|
|
52
52
|
}
|