@closerplatform/spinner-openapi 0.12.951 → 0.12.954
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/dist/api.d.ts +1 -0
- package/dist/api.js +1 -0
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -4051,6 +4051,7 @@ export interface MessageWidgetConfig {
|
|
|
4051
4051
|
export declare enum MessageWidgetConfigContextType {
|
|
4052
4052
|
AutoAssignForm = "auto_assign_form",
|
|
4053
4053
|
ContactEnquiry = "contact_enquiry",
|
|
4054
|
+
CallProposal = "call_proposal",
|
|
4054
4055
|
OplShowAddressForm = "opl_show_address_form",
|
|
4055
4056
|
PredefinedMessageForm = "predefined_message_form"
|
|
4056
4057
|
}
|
package/dist/api.js
CHANGED
|
@@ -269,6 +269,7 @@ var MessageWidgetConfigContextType;
|
|
|
269
269
|
(function (MessageWidgetConfigContextType) {
|
|
270
270
|
MessageWidgetConfigContextType["AutoAssignForm"] = "auto_assign_form";
|
|
271
271
|
MessageWidgetConfigContextType["ContactEnquiry"] = "contact_enquiry";
|
|
272
|
+
MessageWidgetConfigContextType["CallProposal"] = "call_proposal";
|
|
272
273
|
MessageWidgetConfigContextType["OplShowAddressForm"] = "opl_show_address_form";
|
|
273
274
|
MessageWidgetConfigContextType["PredefinedMessageForm"] = "predefined_message_form";
|
|
274
275
|
})(MessageWidgetConfigContextType = exports.MessageWidgetConfigContextType || (exports.MessageWidgetConfigContextType = {}));
|