@skippr/live-agent-sdk 0.11.0 → 0.13.0

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.
@@ -0,0 +1,6 @@
1
+ export declare const SESSION_WARNING_THRESHOLD_SECS = 60;
2
+ interface SessionWarningBannerProps {
3
+ remaining: number | null;
4
+ }
5
+ export declare function SessionWarningBanner({ remaining }: SessionWarningBannerProps): import("react/jsx-runtime").JSX.Element | null;
6
+ export {};
@@ -1 +1,2 @@
1
1
  export declare function formatTime(seconds: number): string;
2
+ export declare function parseNumber(s: string): number | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skippr/live-agent-sdk",
3
- "version": "0.11.0",
3
+ "version": "0.13.0",
4
4
  "type": "module",
5
5
  "main": "dist/esm/lib-exports.js",
6
6
  "module": "dist/esm/lib-exports.js",