@pagelines/sdk 1.0.241 → 1.0.242
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/demo/index.d.ts
CHANGED
|
@@ -74,7 +74,6 @@ export declare function getDemoAgentByHandle(handle: string): Partial<{
|
|
|
74
74
|
handle: string;
|
|
75
75
|
}[] | null | undefined;
|
|
76
76
|
model?: string | null | undefined;
|
|
77
|
-
channel?: string | null | undefined;
|
|
78
77
|
lastActivityAt?: string | null | undefined;
|
|
79
78
|
instanceId?: string | null | undefined;
|
|
80
79
|
instanceProvider?: string | null | undefined;
|
|
@@ -84,8 +83,6 @@ export declare function getDemoAgentByHandle(handle: string): Partial<{
|
|
|
84
83
|
botHeartbeatAt?: string | null | undefined;
|
|
85
84
|
desiredStatus?: "active" | "stopped" | null | undefined;
|
|
86
85
|
onboardedAt?: string | null | undefined;
|
|
87
|
-
enrichment?: Record<string, any> | null | undefined;
|
|
88
|
-
onboarding?: Record<string, any> | null | undefined;
|
|
89
86
|
org?: {
|
|
90
87
|
orgId: string;
|
|
91
88
|
handle: string;
|
package/dist/sdkClient.d.ts
CHANGED
|
@@ -227,7 +227,6 @@ export declare class PageLinesSDK extends SettingsObject<PageLinesSDKSettings> {
|
|
|
227
227
|
handle: string;
|
|
228
228
|
}[] | null | undefined;
|
|
229
229
|
model?: string | null | undefined;
|
|
230
|
-
channel?: string | null | undefined;
|
|
231
230
|
lastActivityAt?: string | null | undefined;
|
|
232
231
|
instanceId?: string | null | undefined;
|
|
233
232
|
instanceProvider?: string | null | undefined;
|
|
@@ -237,8 +236,6 @@ export declare class PageLinesSDK extends SettingsObject<PageLinesSDKSettings> {
|
|
|
237
236
|
botHeartbeatAt?: string | null | undefined;
|
|
238
237
|
desiredStatus?: "active" | "stopped" | null | undefined;
|
|
239
238
|
onboardedAt?: string | null | undefined;
|
|
240
|
-
enrichment?: Record<string, any> | null | undefined;
|
|
241
|
-
onboarding?: Record<string, any> | null | undefined;
|
|
242
239
|
org?: {
|
|
243
240
|
orgId: string;
|
|
244
241
|
handle: string;
|
|
@@ -465,7 +462,6 @@ export declare class PageLinesSDK extends SettingsObject<PageLinesSDKSettings> {
|
|
|
465
462
|
handle: string;
|
|
466
463
|
}[] | null | undefined;
|
|
467
464
|
model?: string | null | undefined;
|
|
468
|
-
channel?: string | null | undefined;
|
|
469
465
|
lastActivityAt?: string | null | undefined;
|
|
470
466
|
instanceId?: string | null | undefined;
|
|
471
467
|
instanceProvider?: string | null | undefined;
|
|
@@ -475,8 +471,6 @@ export declare class PageLinesSDK extends SettingsObject<PageLinesSDKSettings> {
|
|
|
475
471
|
botHeartbeatAt?: string | null | undefined;
|
|
476
472
|
desiredStatus?: "active" | "stopped" | null | undefined;
|
|
477
473
|
onboardedAt?: string | null | undefined;
|
|
478
|
-
enrichment?: Record<string, any> | null | undefined;
|
|
479
|
-
onboarding?: Record<string, any> | null | undefined;
|
|
480
474
|
org?: {
|
|
481
475
|
orgId: string;
|
|
482
476
|
handle: string;
|
|
@@ -562,7 +556,6 @@ export declare class PageLinesSDK extends SettingsObject<PageLinesSDKSettings> {
|
|
|
562
556
|
handle: string;
|
|
563
557
|
}[] | null | undefined;
|
|
564
558
|
model?: string | null | undefined;
|
|
565
|
-
channel?: string | null | undefined;
|
|
566
559
|
lastActivityAt?: string | null | undefined;
|
|
567
560
|
instanceId?: string | null | undefined;
|
|
568
561
|
instanceProvider?: string | null | undefined;
|
|
@@ -572,8 +565,6 @@ export declare class PageLinesSDK extends SettingsObject<PageLinesSDKSettings> {
|
|
|
572
565
|
botHeartbeatAt?: string | null | undefined;
|
|
573
566
|
desiredStatus?: "active" | "stopped" | null | undefined;
|
|
574
567
|
onboardedAt?: string | null | undefined;
|
|
575
|
-
enrichment?: Record<string, any> | null | undefined;
|
|
576
|
-
onboarding?: Record<string, any> | null | undefined;
|
|
577
568
|
org?: {
|
|
578
569
|
orgId: string;
|
|
579
570
|
handle: string;
|
|
@@ -69,7 +69,6 @@ export declare function useWidgetState(props: {
|
|
|
69
69
|
handle: string;
|
|
70
70
|
}[] | null | undefined;
|
|
71
71
|
model?: string | null | undefined;
|
|
72
|
-
channel?: string | null | undefined;
|
|
73
72
|
lastActivityAt?: string | null | undefined;
|
|
74
73
|
instanceId?: string | null | undefined;
|
|
75
74
|
instanceProvider?: string | null | undefined;
|
|
@@ -79,8 +78,6 @@ export declare function useWidgetState(props: {
|
|
|
79
78
|
botHeartbeatAt?: string | null | undefined;
|
|
80
79
|
desiredStatus?: "active" | "stopped" | null | undefined;
|
|
81
80
|
onboardedAt?: string | null | undefined;
|
|
82
|
-
enrichment?: Record<string, any> | null | undefined;
|
|
83
|
-
onboarding?: Record<string, any> | null | undefined;
|
|
84
81
|
org?: {
|
|
85
82
|
orgId: string;
|
|
86
83
|
handle: string;
|
|
@@ -156,7 +153,6 @@ export declare function useWidgetState(props: {
|
|
|
156
153
|
handle: string;
|
|
157
154
|
}[] | null | undefined;
|
|
158
155
|
model?: string | null | undefined;
|
|
159
|
-
channel?: string | null | undefined;
|
|
160
156
|
lastActivityAt?: string | null | undefined;
|
|
161
157
|
instanceId?: string | null | undefined;
|
|
162
158
|
instanceProvider?: string | null | undefined;
|
|
@@ -166,8 +162,6 @@ export declare function useWidgetState(props: {
|
|
|
166
162
|
botHeartbeatAt?: string | null | undefined;
|
|
167
163
|
desiredStatus?: "active" | "stopped" | null | undefined;
|
|
168
164
|
onboardedAt?: string | null | undefined;
|
|
169
|
-
enrichment?: Record<string, any> | null | undefined;
|
|
170
|
-
onboarding?: Record<string, any> | null | undefined;
|
|
171
165
|
org?: {
|
|
172
166
|
orgId: string;
|
|
173
167
|
handle: string;
|
|
@@ -243,7 +237,6 @@ export declare function useWidgetState(props: {
|
|
|
243
237
|
handle: string;
|
|
244
238
|
}[] | null | undefined;
|
|
245
239
|
model?: string | null | undefined;
|
|
246
|
-
channel?: string | null | undefined;
|
|
247
240
|
lastActivityAt?: string | null | undefined;
|
|
248
241
|
instanceId?: string | null | undefined;
|
|
249
242
|
instanceProvider?: string | null | undefined;
|
|
@@ -253,8 +246,6 @@ export declare function useWidgetState(props: {
|
|
|
253
246
|
botHeartbeatAt?: string | null | undefined;
|
|
254
247
|
desiredStatus?: "active" | "stopped" | null | undefined;
|
|
255
248
|
onboardedAt?: string | null | undefined;
|
|
256
|
-
enrichment?: Record<string, any> | null | undefined;
|
|
257
|
-
onboarding?: Record<string, any> | null | undefined;
|
|
258
249
|
org?: {
|
|
259
250
|
orgId: string;
|
|
260
251
|
handle: string;
|