@pagelines/sdk 1.0.760 → 1.0.762
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.js +364 -356
- package/dist/AgentWrap.js.map +1 -1
- package/dist/agent/ui/ElCreateAgent.vue.d.ts +6 -6
- package/dist/agent/ui/VoiceMode.vue.d.ts +5 -1
- package/dist/agent/voice/voice-session-client.d.ts +1 -1
- package/dist/agent.js +23 -18
- package/dist/agent.js.map +1 -1
- package/dist/contract.js +7 -6
- package/dist/contract.js.map +1 -1
- package/dist/demo/index.d.ts +3 -3
- package/dist/sdkClient.d.ts +9 -9
- package/dist/widget/composables/useWidgetState.d.ts +9 -9
- package/dist/widget.js +1 -1
- package/package.json +1 -1
package/dist/demo/index.d.ts
CHANGED
|
@@ -86,9 +86,9 @@ export declare function getDemoAgentByHandle(handle: string): Partial<{
|
|
|
86
86
|
desiredStatus?: "active" | "stopped" | null | undefined;
|
|
87
87
|
automationPrimaryChannel?: string | undefined;
|
|
88
88
|
heartbeatEnabled?: boolean | undefined;
|
|
89
|
-
heartbeatBriefingTime?: string | undefined;
|
|
90
|
-
heartbeatCheckinTime?: string | undefined;
|
|
91
|
-
heartbeatCloseoutTime?: string | undefined;
|
|
89
|
+
heartbeatBriefingTime?: string | null | undefined;
|
|
90
|
+
heartbeatCheckinTime?: string | null | undefined;
|
|
91
|
+
heartbeatCloseoutTime?: string | null | undefined;
|
|
92
92
|
onboardedAt?: string | null | undefined;
|
|
93
93
|
org?: {
|
|
94
94
|
orgId: string;
|
package/dist/sdkClient.d.ts
CHANGED
|
@@ -201,9 +201,9 @@ export declare class PageLinesSDK extends SettingsObject<PageLinesSDKSettings> {
|
|
|
201
201
|
desiredStatus?: "active" | "stopped" | null | undefined;
|
|
202
202
|
automationPrimaryChannel?: string | undefined;
|
|
203
203
|
heartbeatEnabled?: boolean | undefined;
|
|
204
|
-
heartbeatBriefingTime?: string | undefined;
|
|
205
|
-
heartbeatCheckinTime?: string | undefined;
|
|
206
|
-
heartbeatCloseoutTime?: string | undefined;
|
|
204
|
+
heartbeatBriefingTime?: string | null | undefined;
|
|
205
|
+
heartbeatCheckinTime?: string | null | undefined;
|
|
206
|
+
heartbeatCloseoutTime?: string | null | undefined;
|
|
207
207
|
onboardedAt?: string | null | undefined;
|
|
208
208
|
org?: {
|
|
209
209
|
orgId: string;
|
|
@@ -430,9 +430,9 @@ export declare class PageLinesSDK extends SettingsObject<PageLinesSDKSettings> {
|
|
|
430
430
|
desiredStatus?: "active" | "stopped" | null | undefined;
|
|
431
431
|
automationPrimaryChannel?: string | undefined;
|
|
432
432
|
heartbeatEnabled?: boolean | undefined;
|
|
433
|
-
heartbeatBriefingTime?: string | undefined;
|
|
434
|
-
heartbeatCheckinTime?: string | undefined;
|
|
435
|
-
heartbeatCloseoutTime?: string | undefined;
|
|
433
|
+
heartbeatBriefingTime?: string | null | undefined;
|
|
434
|
+
heartbeatCheckinTime?: string | null | undefined;
|
|
435
|
+
heartbeatCloseoutTime?: string | null | undefined;
|
|
436
436
|
onboardedAt?: string | null | undefined;
|
|
437
437
|
org?: {
|
|
438
438
|
orgId: string;
|
|
@@ -557,9 +557,9 @@ export declare class PageLinesSDK extends SettingsObject<PageLinesSDKSettings> {
|
|
|
557
557
|
desiredStatus?: "active" | "stopped" | null | undefined;
|
|
558
558
|
automationPrimaryChannel?: string | undefined;
|
|
559
559
|
heartbeatEnabled?: boolean | undefined;
|
|
560
|
-
heartbeatBriefingTime?: string | undefined;
|
|
561
|
-
heartbeatCheckinTime?: string | undefined;
|
|
562
|
-
heartbeatCloseoutTime?: string | undefined;
|
|
560
|
+
heartbeatBriefingTime?: string | null | undefined;
|
|
561
|
+
heartbeatCheckinTime?: string | null | undefined;
|
|
562
|
+
heartbeatCloseoutTime?: string | null | undefined;
|
|
563
563
|
onboardedAt?: string | null | undefined;
|
|
564
564
|
org?: {
|
|
565
565
|
orgId: string;
|
|
@@ -81,9 +81,9 @@ export declare function useWidgetState(props: {
|
|
|
81
81
|
desiredStatus?: "active" | "stopped" | null | undefined;
|
|
82
82
|
automationPrimaryChannel?: string | undefined;
|
|
83
83
|
heartbeatEnabled?: boolean | undefined;
|
|
84
|
-
heartbeatBriefingTime?: string | undefined;
|
|
85
|
-
heartbeatCheckinTime?: string | undefined;
|
|
86
|
-
heartbeatCloseoutTime?: string | undefined;
|
|
84
|
+
heartbeatBriefingTime?: string | null | undefined;
|
|
85
|
+
heartbeatCheckinTime?: string | null | undefined;
|
|
86
|
+
heartbeatCloseoutTime?: string | null | undefined;
|
|
87
87
|
onboardedAt?: string | null | undefined;
|
|
88
88
|
org?: {
|
|
89
89
|
orgId: string;
|
|
@@ -216,9 +216,9 @@ export declare function useWidgetState(props: {
|
|
|
216
216
|
desiredStatus?: "active" | "stopped" | null | undefined;
|
|
217
217
|
automationPrimaryChannel?: string | undefined;
|
|
218
218
|
heartbeatEnabled?: boolean | undefined;
|
|
219
|
-
heartbeatBriefingTime?: string | undefined;
|
|
220
|
-
heartbeatCheckinTime?: string | undefined;
|
|
221
|
-
heartbeatCloseoutTime?: string | undefined;
|
|
219
|
+
heartbeatBriefingTime?: string | null | undefined;
|
|
220
|
+
heartbeatCheckinTime?: string | null | undefined;
|
|
221
|
+
heartbeatCloseoutTime?: string | null | undefined;
|
|
222
222
|
onboardedAt?: string | null | undefined;
|
|
223
223
|
org?: {
|
|
224
224
|
orgId: string;
|
|
@@ -351,9 +351,9 @@ export declare function useWidgetState(props: {
|
|
|
351
351
|
desiredStatus?: "active" | "stopped" | null | undefined;
|
|
352
352
|
automationPrimaryChannel?: string | undefined;
|
|
353
353
|
heartbeatEnabled?: boolean | undefined;
|
|
354
|
-
heartbeatBriefingTime?: string | undefined;
|
|
355
|
-
heartbeatCheckinTime?: string | undefined;
|
|
356
|
-
heartbeatCloseoutTime?: string | undefined;
|
|
354
|
+
heartbeatBriefingTime?: string | null | undefined;
|
|
355
|
+
heartbeatCheckinTime?: string | null | undefined;
|
|
356
|
+
heartbeatCloseoutTime?: string | null | undefined;
|
|
357
357
|
onboardedAt?: string | null | undefined;
|
|
358
358
|
org?: {
|
|
359
359
|
orgId: string;
|