@bavard/agent-config
Advanced tools
Comparing version 0.1.22 to 0.1.23
import { IAgentConfig } from "./types"; | ||
import { IWidgetSettings } from "./widget-settings"; | ||
export declare const CONFIG_UPDATED = "CONFIG_UPDATED"; | ||
export declare const WIDGET_SETTINGS_UPDATED = "WIDGET_SETTINGS_UPDATED"; | ||
export declare type AGENT_EVENT_TYPE = "CONFIG_UPDATED" | "WIDGET_SETTINGS_UPDATED"; | ||
@@ -4,0 +6,0 @@ export interface IBaseAgentEvent { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.WIDGET_SETTINGS_UPDATED = exports.CONFIG_UPDATED = void 0; | ||
exports.CONFIG_UPDATED = "CONFIG_UPDATED"; | ||
exports.WIDGET_SETTINGS_UPDATED = "WIDGET_SETTINGS_UPDATED"; | ||
//# sourceMappingURL=agent-events.js.map |
{ | ||
"name": "@bavard/agent-config", | ||
"version": "0.1.22", | ||
"version": "0.1.23", | ||
"description": "Shared code and single source of truth for Bavard data models.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
488528
7974