@pagelines/sdk 1.0.527 → 1.0.529

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,9 +90,9 @@ export declare function useWidgetState(props: {
90
90
  } | undefined;
91
91
  visibility?: "org" | "private" | "public" | undefined;
92
92
  isPrimary?: boolean | undefined;
93
- state?: "error" | "stopped" | "unknown" | "starting" | "running" | "stopping" | undefined;
93
+ lifecycle?: "error" | "stopped" | "unknown" | "starting" | "running" | "degraded" | "unreachable" | "stopping" | undefined;
94
94
  changedAt?: string | undefined;
95
- error?: string | undefined;
95
+ detail?: string | undefined;
96
96
  blocker?: {
97
97
  bucket: "error" | "account";
98
98
  code: "billing_no_plan" | "billing_past_due" | "billing_runaway_cap" | "billing_budget_reached" | "agent_not_deployed" | "agent_boot_failed" | "agent_unreachable" | "agent_wake_timeout" | "stream_timeout" | "stream_disconnect" | "empty_stream" | "rate_limit";
@@ -184,9 +184,9 @@ export declare function useWidgetState(props: {
184
184
  } | undefined;
185
185
  visibility?: "org" | "private" | "public" | undefined;
186
186
  isPrimary?: boolean | undefined;
187
- state?: "error" | "stopped" | "unknown" | "starting" | "running" | "stopping" | undefined;
187
+ lifecycle?: "error" | "stopped" | "unknown" | "starting" | "running" | "degraded" | "unreachable" | "stopping" | undefined;
188
188
  changedAt?: string | undefined;
189
- error?: string | undefined;
189
+ detail?: string | undefined;
190
190
  blocker?: {
191
191
  bucket: "error" | "account";
192
192
  code: "billing_no_plan" | "billing_past_due" | "billing_runaway_cap" | "billing_budget_reached" | "agent_not_deployed" | "agent_boot_failed" | "agent_unreachable" | "agent_wake_timeout" | "stream_timeout" | "stream_disconnect" | "empty_stream" | "rate_limit";
@@ -278,9 +278,9 @@ export declare function useWidgetState(props: {
278
278
  } | undefined;
279
279
  visibility?: "org" | "private" | "public" | undefined;
280
280
  isPrimary?: boolean | undefined;
281
- state?: "error" | "stopped" | "unknown" | "starting" | "running" | "stopping" | undefined;
281
+ lifecycle?: "error" | "stopped" | "unknown" | "starting" | "running" | "degraded" | "unreachable" | "stopping" | undefined;
282
282
  changedAt?: string | undefined;
283
- error?: string | undefined;
283
+ detail?: string | undefined;
284
284
  blocker?: {
285
285
  bucket: "error" | "account";
286
286
  code: "billing_no_plan" | "billing_past_due" | "billing_runaway_cap" | "billing_budget_reached" | "agent_not_deployed" | "agent_boot_failed" | "agent_unreachable" | "agent_wake_timeout" | "stream_timeout" | "stream_disconnect" | "empty_stream" | "rate_limit";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pagelines/sdk",
3
- "version": "1.0.527",
3
+ "version": "1.0.529",
4
4
  "description": "PageLines SDK for agent management, auth, and billing",
5
5
  "type": "module",
6
6
  "main": "./dist/sdk.js",