/** BigCommerce widget/template display names — v1 and v2 must differ so both can coexist. */
export const PRODUCT_ASSISTANT_WIDGET_V1 = {
	templateName: 'CB AI Product Assistant',
	widgetName: 'CB AI Product Assistant',
} as const;

export const PRODUCT_ASSISTANT_WIDGET_V2 = {
	templateName: 'CB AI Product Assistant V2',
	widgetName: 'CB AI Product Assistant V2',
} as const;
