@pagelines/sdk 1.0.742 → 1.0.744

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.
@@ -68,6 +68,7 @@ declare const __VLS_export: import('vue').DefineComponent<__VLS_Props, {}, {}, {
68
68
  handle: string;
69
69
  }[] | null | undefined;
70
70
  model?: string | null | undefined;
71
+ billingTier?: "essential" | "professional" | "business" | undefined;
71
72
  lastActiveAt?: string | null | undefined;
72
73
  lastMessageAt?: string | null | undefined;
73
74
  runtime?: string | undefined;
@@ -200,6 +201,7 @@ declare const __VLS_export: import('vue').DefineComponent<__VLS_Props, {}, {}, {
200
201
  handle: string;
201
202
  }[] | null | undefined;
202
203
  model?: string | null | undefined;
204
+ billingTier?: "essential" | "professional" | "business" | undefined;
203
205
  lastActiveAt?: string | null | undefined;
204
206
  lastMessageAt?: string | null | undefined;
205
207
  runtime?: string | undefined;