@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.
- package/dist/AgentWrap.vue_vue_type_script_setup_true_lang.js +1906 -1884
- package/dist/AgentWrap.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/agent/ui/ElCreateAgent.vue.d.ts +4 -0
- package/dist/agent/work-journal.d.ts +12 -9
- package/dist/demo/index.d.ts +2 -0
- package/dist/index.js +20 -20
- package/dist/sdkClient.d.ts +6 -0
- package/dist/widget/composables/useWidgetState.d.ts +6 -0
- package/package.json +1 -1
package/dist/sdkClient.d.ts
CHANGED
|
@@ -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;
|