@pagelines/sdk 1.0.588 → 1.0.590
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.
|
@@ -71,6 +71,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
71
71
|
lastActiveAt?: string | null | undefined;
|
|
72
72
|
lastMessageAt?: string | null | undefined;
|
|
73
73
|
runtime?: string | undefined;
|
|
74
|
+
timezone?: string | null | undefined;
|
|
74
75
|
desiredStatus?: "active" | "stopped" | null | undefined;
|
|
75
76
|
automationPrimaryChannel?: string | undefined;
|
|
76
77
|
onboardedAt?: string | null | undefined;
|
|
@@ -168,6 +169,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
168
169
|
lastActiveAt?: string | null | undefined;
|
|
169
170
|
lastMessageAt?: string | null | undefined;
|
|
170
171
|
runtime?: string | undefined;
|
|
172
|
+
timezone?: string | null | undefined;
|
|
171
173
|
desiredStatus?: "active" | "stopped" | null | undefined;
|
|
172
174
|
automationPrimaryChannel?: string | undefined;
|
|
173
175
|
onboardedAt?: string | null | undefined;
|
package/dist/demo/index.d.ts
CHANGED
|
@@ -80,6 +80,7 @@ export declare function getDemoAgentByHandle(handle: string): Partial<{
|
|
|
80
80
|
lastActiveAt?: string | null | undefined;
|
|
81
81
|
lastMessageAt?: string | null | undefined;
|
|
82
82
|
runtime?: string | undefined;
|
|
83
|
+
timezone?: string | null | undefined;
|
|
83
84
|
desiredStatus?: "active" | "stopped" | null | undefined;
|
|
84
85
|
automationPrimaryChannel?: string | undefined;
|
|
85
86
|
onboardedAt?: string | null | undefined;
|
package/dist/sdkClient.d.ts
CHANGED
|
@@ -191,6 +191,7 @@ export declare class PageLinesSDK extends SettingsObject<PageLinesSDKSettings> {
|
|
|
191
191
|
lastActiveAt?: string | null | undefined;
|
|
192
192
|
lastMessageAt?: string | null | undefined;
|
|
193
193
|
runtime?: string | undefined;
|
|
194
|
+
timezone?: string | null | undefined;
|
|
194
195
|
desiredStatus?: "active" | "stopped" | null | undefined;
|
|
195
196
|
automationPrimaryChannel?: string | undefined;
|
|
196
197
|
onboardedAt?: string | null | undefined;
|
|
@@ -382,6 +383,7 @@ export declare class PageLinesSDK extends SettingsObject<PageLinesSDKSettings> {
|
|
|
382
383
|
lastActiveAt?: string | null | undefined;
|
|
383
384
|
lastMessageAt?: string | null | undefined;
|
|
384
385
|
runtime?: string | undefined;
|
|
386
|
+
timezone?: string | null | undefined;
|
|
385
387
|
desiredStatus?: "active" | "stopped" | null | undefined;
|
|
386
388
|
automationPrimaryChannel?: string | undefined;
|
|
387
389
|
onboardedAt?: string | null | undefined;
|
|
@@ -475,6 +477,7 @@ export declare class PageLinesSDK extends SettingsObject<PageLinesSDKSettings> {
|
|
|
475
477
|
lastActiveAt?: string | null | undefined;
|
|
476
478
|
lastMessageAt?: string | null | undefined;
|
|
477
479
|
runtime?: string | undefined;
|
|
480
|
+
timezone?: string | null | undefined;
|
|
478
481
|
desiredStatus?: "active" | "stopped" | null | undefined;
|
|
479
482
|
automationPrimaryChannel?: string | undefined;
|
|
480
483
|
onboardedAt?: string | null | undefined;
|
|
@@ -75,6 +75,7 @@ export declare function useWidgetState(props: {
|
|
|
75
75
|
lastActiveAt?: string | null | undefined;
|
|
76
76
|
lastMessageAt?: string | null | undefined;
|
|
77
77
|
runtime?: string | undefined;
|
|
78
|
+
timezone?: string | null | undefined;
|
|
78
79
|
desiredStatus?: "active" | "stopped" | null | undefined;
|
|
79
80
|
automationPrimaryChannel?: string | undefined;
|
|
80
81
|
onboardedAt?: string | null | undefined;
|
|
@@ -170,6 +171,7 @@ export declare function useWidgetState(props: {
|
|
|
170
171
|
lastActiveAt?: string | null | undefined;
|
|
171
172
|
lastMessageAt?: string | null | undefined;
|
|
172
173
|
runtime?: string | undefined;
|
|
174
|
+
timezone?: string | null | undefined;
|
|
173
175
|
desiredStatus?: "active" | "stopped" | null | undefined;
|
|
174
176
|
automationPrimaryChannel?: string | undefined;
|
|
175
177
|
onboardedAt?: string | null | undefined;
|
|
@@ -265,6 +267,7 @@ export declare function useWidgetState(props: {
|
|
|
265
267
|
lastActiveAt?: string | null | undefined;
|
|
266
268
|
lastMessageAt?: string | null | undefined;
|
|
267
269
|
runtime?: string | undefined;
|
|
270
|
+
timezone?: string | null | undefined;
|
|
268
271
|
desiredStatus?: "active" | "stopped" | null | undefined;
|
|
269
272
|
automationPrimaryChannel?: string | undefined;
|
|
270
273
|
onboardedAt?: string | null | undefined;
|