@pagelines/sdk 1.0.528 → 1.0.530
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/AgentWrap.vue_vue_type_script_setup_true_lang.js +1247 -1216
- package/dist/AgentWrap.vue_vue_type_script_setup_true_lang.js.map +1 -1
- package/dist/agent/ui/ElCreateAgent.vue.d.ts +4 -4
- package/dist/agent.js +9 -9
- package/dist/agent.js.map +1 -1
- package/dist/demo/index.d.ts +2 -2
- package/dist/index.js +1 -1
- package/dist/widget/composables/useWidgetState.d.ts +6 -6
- package/package.json +1 -1
|
@@ -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
|
-
|
|
93
|
+
lifecycle?: "error" | "stopped" | "unknown" | "starting" | "running" | "degraded" | "unreachable" | "stopping" | undefined;
|
|
94
94
|
changedAt?: string | undefined;
|
|
95
|
-
|
|
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
|
-
|
|
187
|
+
lifecycle?: "error" | "stopped" | "unknown" | "starting" | "running" | "degraded" | "unreachable" | "stopping" | undefined;
|
|
188
188
|
changedAt?: string | undefined;
|
|
189
|
-
|
|
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
|
-
|
|
281
|
+
lifecycle?: "error" | "stopped" | "unknown" | "starting" | "running" | "degraded" | "unreachable" | "stopping" | undefined;
|
|
282
282
|
changedAt?: string | undefined;
|
|
283
|
-
|
|
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";
|