@pagelines/sdk 1.0.615 → 1.0.616

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.
@@ -11,6 +11,10 @@ export interface ChatAttachment {
11
11
  width?: number;
12
12
  height?: number;
13
13
  duration?: number;
14
+ placement?: {
15
+ kind: 'inline';
16
+ offset: number;
17
+ };
14
18
  }
15
19
  export interface ChatMessageIssue {
16
20
  code: string;
@@ -93,7 +93,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
93
93
  detail?: string | undefined;
94
94
  blocker?: {
95
95
  bucket: "error" | "account";
96
- code: "billing_no_plan" | "billing_seat_limit" | "billing_past_due" | "billing_runaway_cap" | "billing_budget_reached" | "trial_ended" | "agent_deleted" | "agent_not_deployed" | "agent_boot_failed" | "agent_unreachable" | "agent_wake_timeout" | "stream_timeout" | "stream_disconnect" | "empty_stream" | "rate_limit";
96
+ code: "billing_no_plan" | "billing_seat_limit" | "billing_past_due" | "billing_runaway_cap" | "billing_budget_reached" | "agent_deleted" | "agent_not_deployed" | "agent_boot_failed" | "agent_unreachable" | "agent_wake_timeout" | "stream_timeout" | "stream_disconnect" | "empty_stream" | "rate_limit";
97
97
  title: string;
98
98
  actionLabel: string;
99
99
  actionUrl: string;
@@ -191,7 +191,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
191
191
  detail?: string | undefined;
192
192
  blocker?: {
193
193
  bucket: "error" | "account";
194
- code: "billing_no_plan" | "billing_seat_limit" | "billing_past_due" | "billing_runaway_cap" | "billing_budget_reached" | "trial_ended" | "agent_deleted" | "agent_not_deployed" | "agent_boot_failed" | "agent_unreachable" | "agent_wake_timeout" | "stream_timeout" | "stream_disconnect" | "empty_stream" | "rate_limit";
194
+ code: "billing_no_plan" | "billing_seat_limit" | "billing_past_due" | "billing_runaway_cap" | "billing_budget_reached" | "agent_deleted" | "agent_not_deployed" | "agent_boot_failed" | "agent_unreachable" | "agent_wake_timeout" | "stream_timeout" | "stream_disconnect" | "empty_stream" | "rate_limit";
195
195
  title: string;
196
196
  actionLabel: string;
197
197
  actionUrl: string;
@@ -12,9 +12,8 @@ export declare class BillingClient {
12
12
  constructor(ctx: SDKContext);
13
13
  startTrial(args?: {
14
14
  returnUrl?: string;
15
- planKey?: string;
16
15
  }): Promise<void>;
17
- confirmCheckout(_args?: {
16
+ confirmCheckout(args?: {
18
17
  sessionId?: string;
19
18
  }): Promise<BillingStatus>;
20
19
  getStatus(): Promise<BillingStatus>;
@@ -102,7 +102,7 @@ export declare function getDemoAgentByHandle(handle: string): Partial<{
102
102
  detail?: string | undefined;
103
103
  blocker?: {
104
104
  bucket: "error" | "account";
105
- code: "billing_no_plan" | "billing_seat_limit" | "billing_past_due" | "billing_runaway_cap" | "billing_budget_reached" | "trial_ended" | "agent_deleted" | "agent_not_deployed" | "agent_boot_failed" | "agent_unreachable" | "agent_wake_timeout" | "stream_timeout" | "stream_disconnect" | "empty_stream" | "rate_limit";
105
+ code: "billing_no_plan" | "billing_seat_limit" | "billing_past_due" | "billing_runaway_cap" | "billing_budget_reached" | "agent_deleted" | "agent_not_deployed" | "agent_boot_failed" | "agent_unreachable" | "agent_wake_timeout" | "stream_timeout" | "stream_disconnect" | "empty_stream" | "rate_limit";
106
106
  title: string;
107
107
  actionLabel: string;
108
108
  actionUrl: string;