@robylon/web-react-sdk 1.1.42-staging.22 → 1.1.43-staging.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,9 +1,11 @@
1
+ import { SystemInfo } from "./systemInfo";
1
2
  interface LauncherInfo {
2
3
  current_page_url: string;
3
4
  browser_language: string;
4
5
  browser_version: string;
5
6
  os: string;
6
7
  referral_url: string;
8
+ system_info?: SystemInfo;
7
9
  }
8
10
  export declare const getLauncherInfo: () => LauncherInfo;
9
11
  export {};
@@ -1,4 +1,4 @@
1
- interface SystemInfo {
1
+ export interface SystemInfo {
2
2
  platform: string;
3
3
  os: string;
4
4
  browser: string;
@@ -10,4 +10,3 @@ interface SystemInfo {
10
10
  };
11
11
  }
12
12
  export declare const getSystemInfo: () => SystemInfo;
13
- export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@robylon/web-react-sdk",
3
- "version": "1.1.42-staging.22",
3
+ "version": "1.1.43-staging.1",
4
4
  "description": "React SDK for Robylon AI Chatbot",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -1,2 +0,0 @@
1
- import { ProactiveMessage } from "src/types";
2
- export declare const buildMockProactives: (orgId: string) => ProactiveMessage[];
@@ -1,2 +0,0 @@
1
- import { ProactiveMessage } from "src/types";
2
- export declare const buildMockProactives: (orgId: string) => ProactiveMessage[];
@@ -1,2 +0,0 @@
1
- import { ProactiveMessage } from "src/types";
2
- export declare const buildMockProactives: (orgId: string) => ProactiveMessage[];