@fiction/sdk 1.0.111 → 1.0.112
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/demo/index.d.ts
CHANGED
|
@@ -35,6 +35,11 @@ export declare function getDemoSelfByHandle(handle: string): Partial<{
|
|
|
35
35
|
useCustomPrompts?: boolean | null | undefined;
|
|
36
36
|
elevenlabsVoiceId?: string | null | undefined;
|
|
37
37
|
elevenlabsAgentId?: string | null | undefined;
|
|
38
|
+
phoneNumber?: string | null | undefined;
|
|
39
|
+
twilioAccountSid?: string | null | undefined;
|
|
40
|
+
twilioAuthToken?: string | null | undefined;
|
|
41
|
+
twilioPhoneNumberSid?: string | null | undefined;
|
|
42
|
+
elevenlabsPhoneNumberId?: string | null | undefined;
|
|
38
43
|
headline?: string | null | undefined;
|
|
39
44
|
industry?: string | null | undefined;
|
|
40
45
|
location?: string | null | undefined;
|
package/dist/sdkClient.d.ts
CHANGED
|
@@ -226,6 +226,11 @@ export declare class FictionSDK extends SettingsObject<FictionSDKSettings> {
|
|
|
226
226
|
useCustomPrompts?: boolean | null | undefined;
|
|
227
227
|
elevenlabsVoiceId?: string | null | undefined;
|
|
228
228
|
elevenlabsAgentId?: string | null | undefined;
|
|
229
|
+
phoneNumber?: string | null | undefined;
|
|
230
|
+
twilioAccountSid?: string | null | undefined;
|
|
231
|
+
twilioAuthToken?: string | null | undefined;
|
|
232
|
+
twilioPhoneNumberSid?: string | null | undefined;
|
|
233
|
+
elevenlabsPhoneNumberId?: string | null | undefined;
|
|
229
234
|
headline?: string | null | undefined;
|
|
230
235
|
industry?: string | null | undefined;
|
|
231
236
|
location?: string | null | undefined;
|
|
@@ -466,6 +471,11 @@ export declare class FictionSDK extends SettingsObject<FictionSDKSettings> {
|
|
|
466
471
|
useCustomPrompts?: boolean | null | undefined;
|
|
467
472
|
elevenlabsVoiceId?: string | null | undefined;
|
|
468
473
|
elevenlabsAgentId?: string | null | undefined;
|
|
474
|
+
phoneNumber?: string | null | undefined;
|
|
475
|
+
twilioAccountSid?: string | null | undefined;
|
|
476
|
+
twilioAuthToken?: string | null | undefined;
|
|
477
|
+
twilioPhoneNumberSid?: string | null | undefined;
|
|
478
|
+
elevenlabsPhoneNumberId?: string | null | undefined;
|
|
469
479
|
headline?: string | null | undefined;
|
|
470
480
|
industry?: string | null | undefined;
|
|
471
481
|
location?: string | null | undefined;
|
|
@@ -591,6 +601,11 @@ export declare class FictionSDK extends SettingsObject<FictionSDKSettings> {
|
|
|
591
601
|
useCustomPrompts?: boolean | null | undefined;
|
|
592
602
|
elevenlabsVoiceId?: string | null | undefined;
|
|
593
603
|
elevenlabsAgentId?: string | null | undefined;
|
|
604
|
+
phoneNumber?: string | null | undefined;
|
|
605
|
+
twilioAccountSid?: string | null | undefined;
|
|
606
|
+
twilioAuthToken?: string | null | undefined;
|
|
607
|
+
twilioPhoneNumberSid?: string | null | undefined;
|
|
608
|
+
elevenlabsPhoneNumberId?: string | null | undefined;
|
|
594
609
|
headline?: string | null | undefined;
|
|
595
610
|
industry?: string | null | undefined;
|
|
596
611
|
location?: string | null | undefined;
|
|
@@ -40,6 +40,11 @@ declare function __VLS_template(): {
|
|
|
40
40
|
useCustomPrompts?: boolean | null | undefined;
|
|
41
41
|
elevenlabsVoiceId?: string | null | undefined;
|
|
42
42
|
elevenlabsAgentId?: string | null | undefined;
|
|
43
|
+
phoneNumber?: string | null | undefined;
|
|
44
|
+
twilioAccountSid?: string | null | undefined;
|
|
45
|
+
twilioAuthToken?: string | null | undefined;
|
|
46
|
+
twilioPhoneNumberSid?: string | null | undefined;
|
|
47
|
+
elevenlabsPhoneNumberId?: string | null | undefined;
|
|
43
48
|
headline?: string | null | undefined;
|
|
44
49
|
industry?: string | null | undefined;
|
|
45
50
|
location?: string | null | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fiction/sdk",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.112",
|
|
4
4
|
"description": "SDK for Fiction app authentication and user management",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/sdk.js",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"nanoid": "^5.1.6",
|
|
63
63
|
"nanostores": "^1.0.1",
|
|
64
64
|
"zod": "^4.1.12",
|
|
65
|
-
"@fiction/types": "1.0.
|
|
65
|
+
"@fiction/types": "1.0.93"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
68
|
"@antfu/eslint-config": "^6.0.0",
|