@pagelines/sdk 1.0.566 → 1.0.567

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.
@@ -72,6 +72,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
72
72
  lastMessageAt?: string | null | undefined;
73
73
  runtime?: string | undefined;
74
74
  desiredStatus?: "active" | "stopped" | null | undefined;
75
+ automationPrimaryChannel?: string | undefined;
75
76
  onboardedAt?: string | null | undefined;
76
77
  org?: {
77
78
  orgId: string;
@@ -168,6 +169,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
168
169
  lastMessageAt?: string | null | undefined;
169
170
  runtime?: string | undefined;
170
171
  desiredStatus?: "active" | "stopped" | null | undefined;
172
+ automationPrimaryChannel?: string | undefined;
171
173
  onboardedAt?: string | null | undefined;
172
174
  org?: {
173
175
  orgId: string;
@@ -81,6 +81,7 @@ export declare function getDemoAgentByHandle(handle: string): Partial<{
81
81
  lastMessageAt?: string | null | undefined;
82
82
  runtime?: string | undefined;
83
83
  desiredStatus?: "active" | "stopped" | null | undefined;
84
+ automationPrimaryChannel?: string | undefined;
84
85
  onboardedAt?: string | null | undefined;
85
86
  org?: {
86
87
  orgId: string;
@@ -192,6 +192,7 @@ export declare class PageLinesSDK extends SettingsObject<PageLinesSDKSettings> {
192
192
  lastMessageAt?: string | null | undefined;
193
193
  runtime?: string | undefined;
194
194
  desiredStatus?: "active" | "stopped" | null | undefined;
195
+ automationPrimaryChannel?: string | undefined;
195
196
  onboardedAt?: string | null | undefined;
196
197
  org?: {
197
198
  orgId: string;
@@ -382,6 +383,7 @@ export declare class PageLinesSDK extends SettingsObject<PageLinesSDKSettings> {
382
383
  lastMessageAt?: string | null | undefined;
383
384
  runtime?: string | undefined;
384
385
  desiredStatus?: "active" | "stopped" | null | undefined;
386
+ automationPrimaryChannel?: string | undefined;
385
387
  onboardedAt?: string | null | undefined;
386
388
  org?: {
387
389
  orgId: string;
@@ -474,6 +476,7 @@ export declare class PageLinesSDK extends SettingsObject<PageLinesSDKSettings> {
474
476
  lastMessageAt?: string | null | undefined;
475
477
  runtime?: string | undefined;
476
478
  desiredStatus?: "active" | "stopped" | null | undefined;
479
+ automationPrimaryChannel?: string | undefined;
477
480
  onboardedAt?: string | null | undefined;
478
481
  org?: {
479
482
  orgId: string;
@@ -76,6 +76,7 @@ export declare function useWidgetState(props: {
76
76
  lastMessageAt?: string | null | undefined;
77
77
  runtime?: string | undefined;
78
78
  desiredStatus?: "active" | "stopped" | null | undefined;
79
+ automationPrimaryChannel?: string | undefined;
79
80
  onboardedAt?: string | null | undefined;
80
81
  org?: {
81
82
  orgId: string;
@@ -170,6 +171,7 @@ export declare function useWidgetState(props: {
170
171
  lastMessageAt?: string | null | undefined;
171
172
  runtime?: string | undefined;
172
173
  desiredStatus?: "active" | "stopped" | null | undefined;
174
+ automationPrimaryChannel?: string | undefined;
173
175
  onboardedAt?: string | null | undefined;
174
176
  org?: {
175
177
  orgId: string;
@@ -264,6 +266,7 @@ export declare function useWidgetState(props: {
264
266
  lastMessageAt?: string | null | undefined;
265
267
  runtime?: string | undefined;
266
268
  desiredStatus?: "active" | "stopped" | null | undefined;
269
+ automationPrimaryChannel?: string | undefined;
267
270
  onboardedAt?: string | null | undefined;
268
271
  org?: {
269
272
  orgId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pagelines/sdk",
3
- "version": "1.0.566",
3
+ "version": "1.0.567",
4
4
  "description": "PageLines SDK for agent management, auth, and billing",
5
5
  "type": "module",
6
6
  "main": "./dist/sdk.js",