@pagelines/sdk 1.0.501 → 1.0.502

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.
@@ -90,8 +90,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
90
90
  updatedAt?: string | undefined;
91
91
  isPrimary?: boolean | undefined;
92
92
  liveStatus?: "error" | "stopped" | "unknown" | "running" | "starting" | "stopping" | "warming" | "never_started" | "unreachable" | "not-deployed" | undefined;
93
+ sinceAt?: string | undefined;
93
94
  errorReason?: string | undefined;
94
- uptimeSeconds?: number | undefined;
95
95
  }) => any;
96
96
  }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
97
97
  onCreated?: ((agent: {
@@ -181,8 +181,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
181
181
  updatedAt?: string | undefined;
182
182
  isPrimary?: boolean | undefined;
183
183
  liveStatus?: "error" | "stopped" | "unknown" | "running" | "starting" | "stopping" | "warming" | "never_started" | "unreachable" | "not-deployed" | undefined;
184
+ sinceAt?: string | undefined;
184
185
  errorReason?: string | undefined;
185
- uptimeSeconds?: number | undefined;
186
186
  }) => any) | undefined;
187
187
  }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
188
188
  export default _default;
@@ -99,7 +99,7 @@ export declare function getDemoAgentByHandle(handle: string): Partial<{
99
99
  updatedAt?: string | undefined;
100
100
  isPrimary?: boolean | undefined;
101
101
  liveStatus?: "error" | "stopped" | "unknown" | "running" | "starting" | "stopping" | "warming" | "never_started" | "unreachable" | "not-deployed" | undefined;
102
+ sinceAt?: string | undefined;
102
103
  errorReason?: string | undefined;
103
- uptimeSeconds?: number | undefined;
104
104
  }> | undefined;
105
105
  export { staticAgents } from '@/modules/agent/static/data';
@@ -94,8 +94,8 @@ export declare function useWidgetState(props: {
94
94
  updatedAt?: string | undefined;
95
95
  isPrimary?: boolean | undefined;
96
96
  liveStatus?: "error" | "stopped" | "unknown" | "running" | "starting" | "stopping" | "warming" | "never_started" | "unreachable" | "not-deployed" | undefined;
97
+ sinceAt?: string | undefined;
97
98
  errorReason?: string | undefined;
98
- uptimeSeconds?: number | undefined;
99
99
  } | undefined, {
100
100
  agentId?: string | undefined;
101
101
  handle?: string | undefined;
@@ -183,8 +183,8 @@ export declare function useWidgetState(props: {
183
183
  updatedAt?: string | undefined;
184
184
  isPrimary?: boolean | undefined;
185
185
  liveStatus?: "error" | "stopped" | "unknown" | "running" | "starting" | "stopping" | "warming" | "never_started" | "unreachable" | "not-deployed" | undefined;
186
+ sinceAt?: string | undefined;
186
187
  errorReason?: string | undefined;
187
- uptimeSeconds?: number | undefined;
188
188
  } | {
189
189
  agentId?: string | undefined;
190
190
  handle?: string | undefined;
@@ -272,8 +272,8 @@ export declare function useWidgetState(props: {
272
272
  updatedAt?: string | undefined;
273
273
  isPrimary?: boolean | undefined;
274
274
  liveStatus?: "error" | "stopped" | "unknown" | "running" | "starting" | "stopping" | "warming" | "never_started" | "unreachable" | "not-deployed" | undefined;
275
+ sinceAt?: string | undefined;
275
276
  errorReason?: string | undefined;
276
- uptimeSeconds?: number | undefined;
277
277
  } | undefined>;
278
278
  currentContext: import('vue').Ref<string | undefined, string | undefined>;
279
279
  currentFirstMessage: import('vue').Ref<string | undefined, string | undefined>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pagelines/sdk",
3
- "version": "1.0.501",
3
+ "version": "1.0.502",
4
4
  "description": "PageLines SDK for agent management, auth, and billing",
5
5
  "type": "module",
6
6
  "main": "./dist/sdk.js",