@pagelines/sdk 1.0.658 → 1.0.659

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.
@@ -196,6 +196,8 @@ export declare class PageLinesSDK extends SettingsObject<PageLinesSDKSettings> {
196
196
  timezone?: string | null | undefined;
197
197
  desiredStatus?: "active" | "stopped" | null | undefined;
198
198
  automationPrimaryChannel?: string | undefined;
199
+ heartbeatMode?: "standard" | "briefing" | "checkpoint" | "off" | undefined;
200
+ heartbeatAnchorTime?: string | undefined;
199
201
  onboardedAt?: string | null | undefined;
200
202
  org?: {
201
203
  orgId: string;
@@ -390,6 +392,8 @@ export declare class PageLinesSDK extends SettingsObject<PageLinesSDKSettings> {
390
392
  timezone?: string | null | undefined;
391
393
  desiredStatus?: "active" | "stopped" | null | undefined;
392
394
  automationPrimaryChannel?: string | undefined;
395
+ heartbeatMode?: "standard" | "briefing" | "checkpoint" | "off" | undefined;
396
+ heartbeatAnchorTime?: string | undefined;
393
397
  onboardedAt?: string | null | undefined;
394
398
  org?: {
395
399
  orgId: string;
@@ -484,6 +488,8 @@ export declare class PageLinesSDK extends SettingsObject<PageLinesSDKSettings> {
484
488
  timezone?: string | null | undefined;
485
489
  desiredStatus?: "active" | "stopped" | null | undefined;
486
490
  automationPrimaryChannel?: string | undefined;
491
+ heartbeatMode?: "standard" | "briefing" | "checkpoint" | "off" | undefined;
492
+ heartbeatAnchorTime?: string | undefined;
487
493
  onboardedAt?: string | null | undefined;
488
494
  org?: {
489
495
  orgId: string;
@@ -78,6 +78,8 @@ export declare function useWidgetState(props: {
78
78
  timezone?: string | null | undefined;
79
79
  desiredStatus?: "active" | "stopped" | null | undefined;
80
80
  automationPrimaryChannel?: string | undefined;
81
+ heartbeatMode?: "standard" | "briefing" | "checkpoint" | "off" | undefined;
82
+ heartbeatAnchorTime?: string | undefined;
81
83
  onboardedAt?: string | null | undefined;
82
84
  org?: {
83
85
  orgId: string;
@@ -180,6 +182,8 @@ export declare function useWidgetState(props: {
180
182
  timezone?: string | null | undefined;
181
183
  desiredStatus?: "active" | "stopped" | null | undefined;
182
184
  automationPrimaryChannel?: string | undefined;
185
+ heartbeatMode?: "standard" | "briefing" | "checkpoint" | "off" | undefined;
186
+ heartbeatAnchorTime?: string | undefined;
183
187
  onboardedAt?: string | null | undefined;
184
188
  org?: {
185
189
  orgId: string;
@@ -282,6 +286,8 @@ export declare function useWidgetState(props: {
282
286
  timezone?: string | null | undefined;
283
287
  desiredStatus?: "active" | "stopped" | null | undefined;
284
288
  automationPrimaryChannel?: string | undefined;
289
+ heartbeatMode?: "standard" | "briefing" | "checkpoint" | "off" | undefined;
290
+ heartbeatAnchorTime?: string | undefined;
285
291
  onboardedAt?: string | null | undefined;
286
292
  org?: {
287
293
  orgId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pagelines/sdk",
3
- "version": "1.0.658",
3
+ "version": "1.0.659",
4
4
  "description": "PageLines SDK for agent management, auth, and billing",
5
5
  "type": "module",
6
6
  "main": "./dist/sdk.js",