@inploi/plugin-job-alerts 0.3.0 → 0.3.1

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.
@@ -1,4 +1,5 @@
1
1
  import { jobAlertsPlugin } from './job-alerts';
2
+
2
3
  declare global {
3
4
  interface Window {
4
5
  inploi?: {
@@ -24,9 +24,9 @@ export declare const createJobAlertsDomManager: () => {
24
24
  };
25
25
  export type ChatbotDomManager = ReturnType<typeof createJobAlertsDomManager>;
26
26
  export declare const jobAlertsPlugin: () => ({ apiClient, logger, analytics }: {
27
- apiClient: import("@inploi/sdk").ApiClient;
28
- logger: import("@inploi/sdk").Logger;
29
- analytics: import("@inploi/sdk").AnalyticsService;
27
+ apiClient: import('@inploi/sdk').ApiClient;
28
+ logger: import('@inploi/sdk').Logger;
29
+ analytics: import('@inploi/sdk').AnalyticsService;
30
30
  }) => {
31
31
  /** Returns a string with the initial rendering state of the UI.
32
32
  * Useful when server-side rendering to avoid CLS.
@@ -0,0 +1 @@
1
+