site-operator 0.1.1 → 0.1.4

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/index.d.ts CHANGED
@@ -8,6 +8,8 @@ export declare class AgentChat extends LitElement {
8
8
  backendUrl: string;
9
9
  appName: string;
10
10
  agentAvatar: string;
11
+ disclaimer: string;
12
+ emptyText: string;
11
13
  interceptor: boolean;
12
14
  private _historyOpen;
13
15
  private _inspectorOpen;
@@ -83,7 +85,7 @@ export declare interface ConversationSummary {
83
85
  * This is primarily used for development and testing purposes to inject headers or log requests.
84
86
  */
85
87
  export declare class FetchInterceptorService {
86
- private unregister;
88
+ private originalFetch;
87
89
  private _isEnabled;
88
90
  /**
89
91
  * Checks if the interceptor is currently enabled.