@pagelines/sdk 1.0.865 → 1.0.866
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 -2
- package/dist/sdk.css +1 -1
- package/dist/sdkClient.d.ts +3 -3
- package/dist/widget/composables/useWidgetState.d.ts +3 -3
- package/dist/widget.js +1 -1
- package/dist/widget.js.map +1 -1
- package/package.json +1 -1
|
@@ -76,7 +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
|
-
|
|
79
|
+
routinePrimaryChannel?: string | undefined;
|
|
80
80
|
heartbeatEnabled?: boolean | undefined;
|
|
81
81
|
heartbeatBriefingTime?: string | null | undefined;
|
|
82
82
|
heartbeatCheckinTime?: string | null | undefined;
|
|
@@ -215,7 +215,7 @@ declare const __VLS_export: import('vue').DefineComponent<__VLS_Props, {}, {}, {
|
|
|
215
215
|
runtime?: string | undefined;
|
|
216
216
|
timezone?: string | undefined;
|
|
217
217
|
desiredStatus?: "active" | "stopped" | null | undefined;
|
|
218
|
-
|
|
218
|
+
routinePrimaryChannel?: string | undefined;
|
|
219
219
|
heartbeatEnabled?: boolean | undefined;
|
|
220
220
|
heartbeatBriefingTime?: string | null | undefined;
|
|
221
221
|
heartbeatCheckinTime?: string | null | undefined;
|
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,7 +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
|
-
|
|
204
|
+
routinePrimaryChannel?: string | undefined;
|
|
205
205
|
heartbeatEnabled?: boolean | undefined;
|
|
206
206
|
heartbeatBriefingTime?: string | null | undefined;
|
|
207
207
|
heartbeatCheckinTime?: string | null | undefined;
|
|
@@ -433,7 +433,7 @@ export declare class PageLinesSDK extends SettingsObject<PageLinesSDKSettings> {
|
|
|
433
433
|
runtime?: string | undefined;
|
|
434
434
|
timezone?: string | undefined;
|
|
435
435
|
desiredStatus?: "active" | "stopped" | null | undefined;
|
|
436
|
-
|
|
436
|
+
routinePrimaryChannel?: string | undefined;
|
|
437
437
|
heartbeatEnabled?: boolean | undefined;
|
|
438
438
|
heartbeatBriefingTime?: string | null | undefined;
|
|
439
439
|
heartbeatCheckinTime?: string | null | undefined;
|
|
@@ -562,7 +562,7 @@ export declare class PageLinesSDK extends SettingsObject<PageLinesSDKSettings> {
|
|
|
562
562
|
runtime?: string | undefined;
|
|
563
563
|
timezone?: string | undefined;
|
|
564
564
|
desiredStatus?: "active" | "stopped" | null | undefined;
|
|
565
|
-
|
|
565
|
+
routinePrimaryChannel?: string | undefined;
|
|
566
566
|
heartbeatEnabled?: boolean | undefined;
|
|
567
567
|
heartbeatBriefingTime?: string | null | undefined;
|
|
568
568
|
heartbeatCheckinTime?: string | null | undefined;
|
|
@@ -80,7 +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
|
-
|
|
83
|
+
routinePrimaryChannel?: string | undefined;
|
|
84
84
|
heartbeatEnabled?: boolean | undefined;
|
|
85
85
|
heartbeatBriefingTime?: string | null | undefined;
|
|
86
86
|
heartbeatCheckinTime?: string | null | undefined;
|
|
@@ -217,7 +217,7 @@ export declare function useWidgetState(props: {
|
|
|
217
217
|
runtime?: string | undefined;
|
|
218
218
|
timezone?: string | undefined;
|
|
219
219
|
desiredStatus?: "active" | "stopped" | null | undefined;
|
|
220
|
-
|
|
220
|
+
routinePrimaryChannel?: string | undefined;
|
|
221
221
|
heartbeatEnabled?: boolean | undefined;
|
|
222
222
|
heartbeatBriefingTime?: string | null | undefined;
|
|
223
223
|
heartbeatCheckinTime?: string | null | undefined;
|
|
@@ -354,7 +354,7 @@ export declare function useWidgetState(props: {
|
|
|
354
354
|
runtime?: string | undefined;
|
|
355
355
|
timezone?: string | undefined;
|
|
356
356
|
desiredStatus?: "active" | "stopped" | null | undefined;
|
|
357
|
-
|
|
357
|
+
routinePrimaryChannel?: string | undefined;
|
|
358
358
|
heartbeatEnabled?: boolean | undefined;
|
|
359
359
|
heartbeatBriefingTime?: string | null | undefined;
|
|
360
360
|
heartbeatCheckinTime?: string | null | undefined;
|