@pagelines/sdk 1.0.763 → 1.0.765

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.
@@ -192,7 +192,8 @@ export declare class PageLinesSDK extends SettingsObject<PageLinesSDKSettings> {
192
192
  handle: string;
193
193
  }[] | null | undefined;
194
194
  model?: string | null | undefined;
195
- voice?: "woman" | "man" | null | undefined;
195
+ gender?: "woman" | "man" | undefined;
196
+ voiceKey?: "warm" | "natural" | "bright" | "gentle" | "grounded" | "relaxed" | "thoughtful" | "articulate" | "easygoing" | null | undefined;
196
197
  billingTier?: "essential" | "professional" | "business" | undefined;
197
198
  lastActiveAt?: string | null | undefined;
198
199
  lastMessageAt?: string | null | undefined;
@@ -421,7 +422,8 @@ export declare class PageLinesSDK extends SettingsObject<PageLinesSDKSettings> {
421
422
  handle: string;
422
423
  }[] | null | undefined;
423
424
  model?: string | null | undefined;
424
- voice?: "woman" | "man" | null | undefined;
425
+ gender?: "woman" | "man" | undefined;
426
+ voiceKey?: "warm" | "natural" | "bright" | "gentle" | "grounded" | "relaxed" | "thoughtful" | "articulate" | "easygoing" | null | undefined;
425
427
  billingTier?: "essential" | "professional" | "business" | undefined;
426
428
  lastActiveAt?: string | null | undefined;
427
429
  lastMessageAt?: string | null | undefined;
@@ -548,7 +550,8 @@ export declare class PageLinesSDK extends SettingsObject<PageLinesSDKSettings> {
548
550
  handle: string;
549
551
  }[] | null | undefined;
550
552
  model?: string | null | undefined;
551
- voice?: "woman" | "man" | null | undefined;
553
+ gender?: "woman" | "man" | undefined;
554
+ voiceKey?: "warm" | "natural" | "bright" | "gentle" | "grounded" | "relaxed" | "thoughtful" | "articulate" | "easygoing" | null | undefined;
552
555
  billingTier?: "essential" | "professional" | "business" | undefined;
553
556
  lastActiveAt?: string | null | undefined;
554
557
  lastMessageAt?: string | null | undefined;
@@ -72,7 +72,8 @@ export declare function useWidgetState(props: {
72
72
  handle: string;
73
73
  }[] | null | undefined;
74
74
  model?: string | null | undefined;
75
- voice?: "woman" | "man" | null | undefined;
75
+ gender?: "woman" | "man" | undefined;
76
+ voiceKey?: "warm" | "natural" | "bright" | "gentle" | "grounded" | "relaxed" | "thoughtful" | "articulate" | "easygoing" | null | undefined;
76
77
  billingTier?: "essential" | "professional" | "business" | undefined;
77
78
  lastActiveAt?: string | null | undefined;
78
79
  lastMessageAt?: string | null | undefined;
@@ -207,7 +208,8 @@ export declare function useWidgetState(props: {
207
208
  handle: string;
208
209
  }[] | null | undefined;
209
210
  model?: string | null | undefined;
210
- voice?: "woman" | "man" | null | undefined;
211
+ gender?: "woman" | "man" | undefined;
212
+ voiceKey?: "warm" | "natural" | "bright" | "gentle" | "grounded" | "relaxed" | "thoughtful" | "articulate" | "easygoing" | null | undefined;
211
213
  billingTier?: "essential" | "professional" | "business" | undefined;
212
214
  lastActiveAt?: string | null | undefined;
213
215
  lastMessageAt?: string | null | undefined;
@@ -342,7 +344,8 @@ export declare function useWidgetState(props: {
342
344
  handle: string;
343
345
  }[] | null | undefined;
344
346
  model?: string | null | undefined;
345
- voice?: "woman" | "man" | null | undefined;
347
+ gender?: "woman" | "man" | undefined;
348
+ voiceKey?: "warm" | "natural" | "bright" | "gentle" | "grounded" | "relaxed" | "thoughtful" | "articulate" | "easygoing" | null | undefined;
346
349
  billingTier?: "essential" | "professional" | "business" | undefined;
347
350
  lastActiveAt?: string | null | undefined;
348
351
  lastMessageAt?: string | null | undefined;