@pagelines/sdk 1.0.464 → 1.0.466
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.
|
@@ -73,12 +73,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
73
73
|
imageVersion?: string | null | undefined;
|
|
74
74
|
deployEnv?: string | undefined;
|
|
75
75
|
runtime?: string | undefined;
|
|
76
|
-
consecutiveRestarts?: number | null | undefined;
|
|
77
|
-
lastRestartAt?: string | null | undefined;
|
|
78
76
|
botServerUrl?: string | null | undefined;
|
|
79
|
-
botLastPingAt?: string | null | undefined;
|
|
80
77
|
desiredStatus?: "active" | "stopped" | null | undefined;
|
|
81
|
-
botLastError?: string | null | undefined;
|
|
82
78
|
onboardedAt?: string | null | undefined;
|
|
83
79
|
org?: {
|
|
84
80
|
orgId: string;
|
|
@@ -165,12 +161,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
165
161
|
imageVersion?: string | null | undefined;
|
|
166
162
|
deployEnv?: string | undefined;
|
|
167
163
|
runtime?: string | undefined;
|
|
168
|
-
consecutiveRestarts?: number | null | undefined;
|
|
169
|
-
lastRestartAt?: string | null | undefined;
|
|
170
164
|
botServerUrl?: string | null | undefined;
|
|
171
|
-
botLastPingAt?: string | null | undefined;
|
|
172
165
|
desiredStatus?: "active" | "stopped" | null | undefined;
|
|
173
|
-
botLastError?: string | null | undefined;
|
|
174
166
|
onboardedAt?: string | null | undefined;
|
|
175
167
|
org?: {
|
|
176
168
|
orgId: string;
|
package/dist/demo/index.d.ts
CHANGED
|
@@ -82,12 +82,8 @@ export declare function getDemoAgentByHandle(handle: string): Partial<{
|
|
|
82
82
|
imageVersion?: string | null | undefined;
|
|
83
83
|
deployEnv?: string | undefined;
|
|
84
84
|
runtime?: string | undefined;
|
|
85
|
-
consecutiveRestarts?: number | null | undefined;
|
|
86
|
-
lastRestartAt?: string | null | undefined;
|
|
87
85
|
botServerUrl?: string | null | undefined;
|
|
88
|
-
botLastPingAt?: string | null | undefined;
|
|
89
86
|
desiredStatus?: "active" | "stopped" | null | undefined;
|
|
90
|
-
botLastError?: string | null | undefined;
|
|
91
87
|
onboardedAt?: string | null | undefined;
|
|
92
88
|
org?: {
|
|
93
89
|
orgId: string;
|
package/dist/sdkClient.d.ts
CHANGED
|
@@ -239,12 +239,8 @@ export declare class PageLinesSDK extends SettingsObject<PageLinesSDKSettings> {
|
|
|
239
239
|
imageVersion?: string | null | undefined;
|
|
240
240
|
deployEnv?: string | undefined;
|
|
241
241
|
runtime?: string | undefined;
|
|
242
|
-
consecutiveRestarts?: number | null | undefined;
|
|
243
|
-
lastRestartAt?: string | null | undefined;
|
|
244
242
|
botServerUrl?: string | null | undefined;
|
|
245
|
-
botLastPingAt?: string | null | undefined;
|
|
246
243
|
desiredStatus?: "active" | "stopped" | null | undefined;
|
|
247
|
-
botLastError?: string | null | undefined;
|
|
248
244
|
onboardedAt?: string | null | undefined;
|
|
249
245
|
org?: {
|
|
250
246
|
orgId: string;
|
|
@@ -482,12 +478,8 @@ export declare class PageLinesSDK extends SettingsObject<PageLinesSDKSettings> {
|
|
|
482
478
|
imageVersion?: string | null | undefined;
|
|
483
479
|
deployEnv?: string | undefined;
|
|
484
480
|
runtime?: string | undefined;
|
|
485
|
-
consecutiveRestarts?: number | null | undefined;
|
|
486
|
-
lastRestartAt?: string | null | undefined;
|
|
487
481
|
botServerUrl?: string | null | undefined;
|
|
488
|
-
botLastPingAt?: string | null | undefined;
|
|
489
482
|
desiredStatus?: "active" | "stopped" | null | undefined;
|
|
490
|
-
botLastError?: string | null | undefined;
|
|
491
483
|
onboardedAt?: string | null | undefined;
|
|
492
484
|
org?: {
|
|
493
485
|
orgId: string;
|
|
@@ -582,12 +574,8 @@ export declare class PageLinesSDK extends SettingsObject<PageLinesSDKSettings> {
|
|
|
582
574
|
imageVersion?: string | null | undefined;
|
|
583
575
|
deployEnv?: string | undefined;
|
|
584
576
|
runtime?: string | undefined;
|
|
585
|
-
consecutiveRestarts?: number | null | undefined;
|
|
586
|
-
lastRestartAt?: string | null | undefined;
|
|
587
577
|
botServerUrl?: string | null | undefined;
|
|
588
|
-
botLastPingAt?: string | null | undefined;
|
|
589
578
|
desiredStatus?: "active" | "stopped" | null | undefined;
|
|
590
|
-
botLastError?: string | null | undefined;
|
|
591
579
|
onboardedAt?: string | null | undefined;
|
|
592
580
|
org?: {
|
|
593
581
|
orgId: string;
|
|
@@ -77,12 +77,8 @@ export declare function useWidgetState(props: {
|
|
|
77
77
|
imageVersion?: string | null | undefined;
|
|
78
78
|
deployEnv?: string | undefined;
|
|
79
79
|
runtime?: string | undefined;
|
|
80
|
-
consecutiveRestarts?: number | null | undefined;
|
|
81
|
-
lastRestartAt?: string | null | undefined;
|
|
82
80
|
botServerUrl?: string | null | undefined;
|
|
83
|
-
botLastPingAt?: string | null | undefined;
|
|
84
81
|
desiredStatus?: "active" | "stopped" | null | undefined;
|
|
85
|
-
botLastError?: string | null | undefined;
|
|
86
82
|
onboardedAt?: string | null | undefined;
|
|
87
83
|
org?: {
|
|
88
84
|
orgId: string;
|
|
@@ -167,12 +163,8 @@ export declare function useWidgetState(props: {
|
|
|
167
163
|
imageVersion?: string | null | undefined;
|
|
168
164
|
deployEnv?: string | undefined;
|
|
169
165
|
runtime?: string | undefined;
|
|
170
|
-
consecutiveRestarts?: number | null | undefined;
|
|
171
|
-
lastRestartAt?: string | null | undefined;
|
|
172
166
|
botServerUrl?: string | null | undefined;
|
|
173
|
-
botLastPingAt?: string | null | undefined;
|
|
174
167
|
desiredStatus?: "active" | "stopped" | null | undefined;
|
|
175
|
-
botLastError?: string | null | undefined;
|
|
176
168
|
onboardedAt?: string | null | undefined;
|
|
177
169
|
org?: {
|
|
178
170
|
orgId: string;
|
|
@@ -257,12 +249,8 @@ export declare function useWidgetState(props: {
|
|
|
257
249
|
imageVersion?: string | null | undefined;
|
|
258
250
|
deployEnv?: string | undefined;
|
|
259
251
|
runtime?: string | undefined;
|
|
260
|
-
consecutiveRestarts?: number | null | undefined;
|
|
261
|
-
lastRestartAt?: string | null | undefined;
|
|
262
252
|
botServerUrl?: string | null | undefined;
|
|
263
|
-
botLastPingAt?: string | null | undefined;
|
|
264
253
|
desiredStatus?: "active" | "stopped" | null | undefined;
|
|
265
|
-
botLastError?: string | null | undefined;
|
|
266
254
|
onboardedAt?: string | null | undefined;
|
|
267
255
|
org?: {
|
|
268
256
|
orgId: string;
|