@pagelines/sdk 1.0.865 → 1.0.867
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 +83 -67
- package/dist/AgentWrap.js.map +1 -1
- package/dist/agent/ui/ElCreateAgent.vue.d.ts +2 -10
- package/dist/sdk.css +1 -1
- package/dist/sdkClient.d.ts +3 -15
- package/dist/widget/composables/useWidgetState.d.ts +3 -15
- package/dist/widget.js +1 -1
- package/dist/widget.js.map +1 -1
- package/package.json +1 -1
|
@@ -76,11 +76,7 @@ declare const __VLS_export: import('vue').DefineComponent<__VLS_Props, {}, {}, {
|
|
|
76
76
|
runtime?: string | undefined;
|
|
77
77
|
timezone?: string | undefined;
|
|
78
78
|
desiredStatus?: "active" | "stopped" | null | undefined;
|
|
79
|
-
|
|
80
|
-
heartbeatEnabled?: boolean | undefined;
|
|
81
|
-
heartbeatBriefingTime?: string | null | undefined;
|
|
82
|
-
heartbeatCheckinTime?: string | null | undefined;
|
|
83
|
-
heartbeatCloseoutTime?: string | null | undefined;
|
|
79
|
+
routinePrimaryChannel?: string | undefined;
|
|
84
80
|
onboardingStage?: "identity" | "working-style" | "complete" | null | undefined;
|
|
85
81
|
onboardedAt?: string | null | undefined;
|
|
86
82
|
org?: {
|
|
@@ -215,11 +211,7 @@ declare const __VLS_export: import('vue').DefineComponent<__VLS_Props, {}, {}, {
|
|
|
215
211
|
runtime?: string | undefined;
|
|
216
212
|
timezone?: string | undefined;
|
|
217
213
|
desiredStatus?: "active" | "stopped" | null | undefined;
|
|
218
|
-
|
|
219
|
-
heartbeatEnabled?: boolean | undefined;
|
|
220
|
-
heartbeatBriefingTime?: string | null | undefined;
|
|
221
|
-
heartbeatCheckinTime?: string | null | undefined;
|
|
222
|
-
heartbeatCloseoutTime?: string | null | undefined;
|
|
214
|
+
routinePrimaryChannel?: string | undefined;
|
|
223
215
|
onboardingStage?: "identity" | "working-style" | "complete" | null | undefined;
|
|
224
216
|
onboardedAt?: string | null | undefined;
|
|
225
217
|
org?: {
|
package/dist/sdk.css
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
.ring-circular{animation:1s linear infinite rotate}.ring-path{will-change:stroke-dasharray;will-change:stroke-dashoffset;stroke-dasharray:1 200;stroke-dashoffset:0;stroke-linecap:round;animation:2s ease-in-out infinite dash}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1 200;stroke-dashoffset:0}50%{stroke-dasharray:89 200;stroke-dashoffset:-35px}to{stroke-dasharray:89 200;stroke-dashoffset:-124px}}.voice-call-enter-active[data-v-
|
|
1
|
+
.ring-circular{animation:1s linear infinite rotate}.ring-path{will-change:stroke-dasharray;will-change:stroke-dashoffset;stroke-dasharray:1 200;stroke-dashoffset:0;stroke-linecap:round;animation:2s ease-in-out infinite dash}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1 200;stroke-dashoffset:0}50%{stroke-dasharray:89 200;stroke-dashoffset:-35px}to{stroke-dasharray:89 200;stroke-dashoffset:-124px}}.voice-call-enter-active[data-v-0122d7a1]{transition:opacity .3s cubic-bezier(.25,1,.33,1)}.voice-call-leave-active[data-v-0122d7a1]{transition:opacity .2s cubic-bezier(.5,0,.75,0)}.voice-call-enter-active .voice-call-card[data-v-0122d7a1]{transition:transform .42s cubic-bezier(.25,1,.33,1)}.voice-call-leave-active .voice-call-card[data-v-0122d7a1]{transition:transform .2s cubic-bezier(.5,0,.75,0)}.voice-call-enter-from[data-v-0122d7a1],.voice-call-leave-to[data-v-0122d7a1]{opacity:0}.voice-call-enter-from .voice-call-card[data-v-0122d7a1]{transform:translateY(32px)}.voice-call-leave-to .voice-call-card[data-v-0122d7a1]{transform:translateY(12px)}@media (prefers-reduced-motion:reduce){.voice-call-enter-active[data-v-0122d7a1],.voice-call-leave-active[data-v-0122d7a1],.voice-call-enter-active .voice-call-card[data-v-0122d7a1],.voice-call-leave-active .voice-call-card[data-v-0122d7a1]{transition-duration:1ms}.voice-call-enter-from .voice-call-card[data-v-0122d7a1],.voice-call-leave-to .voice-call-card[data-v-0122d7a1]{transform:none}}.nlist-enter-active,.nlist-leave-active,.nlist-move{transition:all .6s cubic-bezier(.68,-.55,.27,1.55)}.nlist-enter-from{opacity:0;transform:translate(-30px)scale(.9)}.nlist-enter-to{opacity:1;transform:translate(0)scale(1)}.nlist-leave-active{position:absolute}.nlist-leave-to{opacity:0;transform:scale(.9)}.widget-container[data-v-96deba7b]{transition:width .4s cubic-bezier(.32,.72,0,1),height .4s cubic-bezier(.32,.72,0,1),border-radius .4s cubic-bezier(.32,.72,0,1),box-shadow .4s cubic-bezier(.32,.72,0,1)}
|
|
2
2
|
/*$vite$:1*/
|
package/dist/sdkClient.d.ts
CHANGED
|
@@ -201,11 +201,7 @@ export declare class PageLinesSDK extends SettingsObject<PageLinesSDKSettings> {
|
|
|
201
201
|
runtime?: string | undefined;
|
|
202
202
|
timezone?: string | undefined;
|
|
203
203
|
desiredStatus?: "active" | "stopped" | null | undefined;
|
|
204
|
-
|
|
205
|
-
heartbeatEnabled?: boolean | undefined;
|
|
206
|
-
heartbeatBriefingTime?: string | null | undefined;
|
|
207
|
-
heartbeatCheckinTime?: string | null | undefined;
|
|
208
|
-
heartbeatCloseoutTime?: string | null | undefined;
|
|
204
|
+
routinePrimaryChannel?: string | undefined;
|
|
209
205
|
onboardingStage?: "identity" | "working-style" | "complete" | null | undefined;
|
|
210
206
|
onboardedAt?: string | null | undefined;
|
|
211
207
|
org?: {
|
|
@@ -433,11 +429,7 @@ export declare class PageLinesSDK extends SettingsObject<PageLinesSDKSettings> {
|
|
|
433
429
|
runtime?: string | undefined;
|
|
434
430
|
timezone?: string | undefined;
|
|
435
431
|
desiredStatus?: "active" | "stopped" | null | undefined;
|
|
436
|
-
|
|
437
|
-
heartbeatEnabled?: boolean | undefined;
|
|
438
|
-
heartbeatBriefingTime?: string | null | undefined;
|
|
439
|
-
heartbeatCheckinTime?: string | null | undefined;
|
|
440
|
-
heartbeatCloseoutTime?: string | null | undefined;
|
|
432
|
+
routinePrimaryChannel?: string | undefined;
|
|
441
433
|
onboardingStage?: "identity" | "working-style" | "complete" | null | undefined;
|
|
442
434
|
onboardedAt?: string | null | undefined;
|
|
443
435
|
org?: {
|
|
@@ -562,11 +554,7 @@ export declare class PageLinesSDK extends SettingsObject<PageLinesSDKSettings> {
|
|
|
562
554
|
runtime?: string | undefined;
|
|
563
555
|
timezone?: string | undefined;
|
|
564
556
|
desiredStatus?: "active" | "stopped" | null | undefined;
|
|
565
|
-
|
|
566
|
-
heartbeatEnabled?: boolean | undefined;
|
|
567
|
-
heartbeatBriefingTime?: string | null | undefined;
|
|
568
|
-
heartbeatCheckinTime?: string | null | undefined;
|
|
569
|
-
heartbeatCloseoutTime?: string | null | undefined;
|
|
557
|
+
routinePrimaryChannel?: string | undefined;
|
|
570
558
|
onboardingStage?: "identity" | "working-style" | "complete" | null | undefined;
|
|
571
559
|
onboardedAt?: string | null | undefined;
|
|
572
560
|
org?: {
|
|
@@ -80,11 +80,7 @@ export declare function useWidgetState(props: {
|
|
|
80
80
|
runtime?: string | undefined;
|
|
81
81
|
timezone?: string | undefined;
|
|
82
82
|
desiredStatus?: "active" | "stopped" | null | undefined;
|
|
83
|
-
|
|
84
|
-
heartbeatEnabled?: boolean | undefined;
|
|
85
|
-
heartbeatBriefingTime?: string | null | undefined;
|
|
86
|
-
heartbeatCheckinTime?: string | null | undefined;
|
|
87
|
-
heartbeatCloseoutTime?: string | null | undefined;
|
|
83
|
+
routinePrimaryChannel?: string | undefined;
|
|
88
84
|
onboardingStage?: "identity" | "working-style" | "complete" | null | undefined;
|
|
89
85
|
onboardedAt?: string | null | undefined;
|
|
90
86
|
org?: {
|
|
@@ -217,11 +213,7 @@ export declare function useWidgetState(props: {
|
|
|
217
213
|
runtime?: string | undefined;
|
|
218
214
|
timezone?: string | undefined;
|
|
219
215
|
desiredStatus?: "active" | "stopped" | null | undefined;
|
|
220
|
-
|
|
221
|
-
heartbeatEnabled?: boolean | undefined;
|
|
222
|
-
heartbeatBriefingTime?: string | null | undefined;
|
|
223
|
-
heartbeatCheckinTime?: string | null | undefined;
|
|
224
|
-
heartbeatCloseoutTime?: string | null | undefined;
|
|
216
|
+
routinePrimaryChannel?: string | undefined;
|
|
225
217
|
onboardingStage?: "identity" | "working-style" | "complete" | null | undefined;
|
|
226
218
|
onboardedAt?: string | null | undefined;
|
|
227
219
|
org?: {
|
|
@@ -354,11 +346,7 @@ export declare function useWidgetState(props: {
|
|
|
354
346
|
runtime?: string | undefined;
|
|
355
347
|
timezone?: string | undefined;
|
|
356
348
|
desiredStatus?: "active" | "stopped" | null | undefined;
|
|
357
|
-
|
|
358
|
-
heartbeatEnabled?: boolean | undefined;
|
|
359
|
-
heartbeatBriefingTime?: string | null | undefined;
|
|
360
|
-
heartbeatCheckinTime?: string | null | undefined;
|
|
361
|
-
heartbeatCloseoutTime?: string | null | undefined;
|
|
349
|
+
routinePrimaryChannel?: string | undefined;
|
|
362
350
|
onboardingStage?: "identity" | "working-style" | "complete" | null | undefined;
|
|
363
351
|
onboardedAt?: string | null | undefined;
|
|
364
352
|
org?: {
|