@fonoster/apiserver 0.12.1 → 0.12.6
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.
|
@@ -34,6 +34,7 @@ declare const assistantWithoutApiKeySchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
34
34
|
timeout?: number;
|
|
35
35
|
maxTimeoutCount?: number;
|
|
36
36
|
}>;
|
|
37
|
+
allowUserBargeIn: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
37
38
|
vad: z.ZodDefault<z.ZodObject<{
|
|
38
39
|
pathToModel: z.ZodOptional<z.ZodString>;
|
|
39
40
|
activationThreshold: z.ZodNumber;
|
|
@@ -68,6 +69,7 @@ declare const assistantWithoutApiKeySchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
68
69
|
timeout?: number;
|
|
69
70
|
maxTimeoutCount?: number;
|
|
70
71
|
};
|
|
72
|
+
allowUserBargeIn?: boolean;
|
|
71
73
|
vad?: {
|
|
72
74
|
pathToModel?: string;
|
|
73
75
|
activationThreshold?: number;
|
|
@@ -92,6 +94,7 @@ declare const assistantWithoutApiKeySchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
92
94
|
timeout?: number;
|
|
93
95
|
maxTimeoutCount?: number;
|
|
94
96
|
};
|
|
97
|
+
allowUserBargeIn?: boolean;
|
|
95
98
|
vad?: {
|
|
96
99
|
pathToModel?: string;
|
|
97
100
|
activationThreshold?: number;
|
|
@@ -806,6 +809,7 @@ declare const assistantWithoutApiKeySchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
806
809
|
timeout?: number;
|
|
807
810
|
maxTimeoutCount?: number;
|
|
808
811
|
};
|
|
812
|
+
allowUserBargeIn?: boolean;
|
|
809
813
|
vad?: {
|
|
810
814
|
pathToModel?: string;
|
|
811
815
|
activationThreshold?: number;
|
|
@@ -901,6 +905,7 @@ declare const assistantWithoutApiKeySchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
901
905
|
timeout?: number;
|
|
902
906
|
maxTimeoutCount?: number;
|
|
903
907
|
};
|
|
908
|
+
allowUserBargeIn?: boolean;
|
|
904
909
|
vad?: {
|
|
905
910
|
pathToModel?: string;
|
|
906
911
|
activationThreshold?: number;
|
|
@@ -72,6 +72,7 @@ declare function createValidationSchema(request: {
|
|
|
72
72
|
timeout?: number;
|
|
73
73
|
maxTimeoutCount?: number;
|
|
74
74
|
}>;
|
|
75
|
+
allowUserBargeIn: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
75
76
|
vad: z.ZodDefault<z.ZodObject<{
|
|
76
77
|
pathToModel: z.ZodOptional<z.ZodString>;
|
|
77
78
|
activationThreshold: z.ZodNumber;
|
|
@@ -106,6 +107,7 @@ declare function createValidationSchema(request: {
|
|
|
106
107
|
timeout?: number;
|
|
107
108
|
maxTimeoutCount?: number;
|
|
108
109
|
};
|
|
110
|
+
allowUserBargeIn?: boolean;
|
|
109
111
|
vad?: {
|
|
110
112
|
pathToModel?: string;
|
|
111
113
|
activationThreshold?: number;
|
|
@@ -130,6 +132,7 @@ declare function createValidationSchema(request: {
|
|
|
130
132
|
timeout?: number;
|
|
131
133
|
maxTimeoutCount?: number;
|
|
132
134
|
};
|
|
135
|
+
allowUserBargeIn?: boolean;
|
|
133
136
|
vad?: {
|
|
134
137
|
pathToModel?: string;
|
|
135
138
|
activationThreshold?: number;
|
|
@@ -844,6 +847,7 @@ declare function createValidationSchema(request: {
|
|
|
844
847
|
timeout?: number;
|
|
845
848
|
maxTimeoutCount?: number;
|
|
846
849
|
};
|
|
850
|
+
allowUserBargeIn?: boolean;
|
|
847
851
|
vad?: {
|
|
848
852
|
pathToModel?: string;
|
|
849
853
|
activationThreshold?: number;
|
|
@@ -939,6 +943,7 @@ declare function createValidationSchema(request: {
|
|
|
939
943
|
timeout?: number;
|
|
940
944
|
maxTimeoutCount?: number;
|
|
941
945
|
};
|
|
946
|
+
allowUserBargeIn?: boolean;
|
|
942
947
|
vad?: {
|
|
943
948
|
pathToModel?: string;
|
|
944
949
|
activationThreshold?: number;
|
|
@@ -1036,6 +1041,7 @@ declare function createValidationSchema(request: {
|
|
|
1036
1041
|
timeout?: number;
|
|
1037
1042
|
maxTimeoutCount?: number;
|
|
1038
1043
|
};
|
|
1044
|
+
allowUserBargeIn?: boolean;
|
|
1039
1045
|
vad?: {
|
|
1040
1046
|
pathToModel?: string;
|
|
1041
1047
|
activationThreshold?: number;
|
|
@@ -1134,6 +1140,7 @@ declare function createValidationSchema(request: {
|
|
|
1134
1140
|
timeout?: number;
|
|
1135
1141
|
maxTimeoutCount?: number;
|
|
1136
1142
|
};
|
|
1143
|
+
allowUserBargeIn?: boolean;
|
|
1137
1144
|
vad?: {
|
|
1138
1145
|
pathToModel?: string;
|
|
1139
1146
|
activationThreshold?: number;
|
|
@@ -1232,6 +1239,7 @@ declare function createValidationSchema(request: {
|
|
|
1232
1239
|
timeout?: number;
|
|
1233
1240
|
maxTimeoutCount?: number;
|
|
1234
1241
|
};
|
|
1242
|
+
allowUserBargeIn?: boolean;
|
|
1235
1243
|
vad?: {
|
|
1236
1244
|
pathToModel?: string;
|
|
1237
1245
|
activationThreshold?: number;
|
|
@@ -1330,6 +1338,7 @@ declare function createValidationSchema(request: {
|
|
|
1330
1338
|
timeout?: number;
|
|
1331
1339
|
maxTimeoutCount?: number;
|
|
1332
1340
|
};
|
|
1341
|
+
allowUserBargeIn?: boolean;
|
|
1333
1342
|
vad?: {
|
|
1334
1343
|
pathToModel?: string;
|
|
1335
1344
|
activationThreshold?: number;
|
|
@@ -1440,6 +1449,7 @@ declare function createValidationSchema(request: {
|
|
|
1440
1449
|
timeout?: number;
|
|
1441
1450
|
maxTimeoutCount?: number;
|
|
1442
1451
|
};
|
|
1452
|
+
allowUserBargeIn?: boolean;
|
|
1443
1453
|
vad?: {
|
|
1444
1454
|
pathToModel?: string;
|
|
1445
1455
|
activationThreshold?: number;
|
|
@@ -1553,6 +1563,7 @@ declare function createValidationSchema(request: {
|
|
|
1553
1563
|
timeout?: number;
|
|
1554
1564
|
maxTimeoutCount?: number;
|
|
1555
1565
|
};
|
|
1566
|
+
allowUserBargeIn?: boolean;
|
|
1556
1567
|
vad?: {
|
|
1557
1568
|
pathToModel?: string;
|
|
1558
1569
|
activationThreshold?: number;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fonoster/apiserver",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.6",
|
|
4
4
|
"description": "APIServer for Fonoster",
|
|
5
5
|
"author": "Pedro Sanders <psanders@fonoster.com>",
|
|
6
6
|
"homepage": "https://github.com/fonoster/fonoster#readme",
|
|
@@ -21,13 +21,13 @@
|
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@deepgram/sdk": "^3.5.1",
|
|
24
|
-
"@fonoster/authz": "^0.12.
|
|
25
|
-
"@fonoster/common": "^0.12.
|
|
26
|
-
"@fonoster/identity": "^0.12.
|
|
27
|
-
"@fonoster/logger": "^0.12.
|
|
28
|
-
"@fonoster/sipnet": "^0.12.
|
|
29
|
-
"@fonoster/streams": "^0.12.
|
|
30
|
-
"@fonoster/types": "^0.12.
|
|
24
|
+
"@fonoster/authz": "^0.12.6",
|
|
25
|
+
"@fonoster/common": "^0.12.6",
|
|
26
|
+
"@fonoster/identity": "^0.12.6",
|
|
27
|
+
"@fonoster/logger": "^0.12.6",
|
|
28
|
+
"@fonoster/sipnet": "^0.12.6",
|
|
29
|
+
"@fonoster/streams": "^0.12.6",
|
|
30
|
+
"@fonoster/types": "^0.12.6",
|
|
31
31
|
"@google-cloud/speech": "^6.6.0",
|
|
32
32
|
"@google-cloud/text-to-speech": "^5.3.0",
|
|
33
33
|
"@grpc/grpc-js": "~1.10.6",
|
|
@@ -73,5 +73,5 @@
|
|
|
73
73
|
"@types/uuid": "^10.0.0",
|
|
74
74
|
"@types/validator": "^13.12.0"
|
|
75
75
|
},
|
|
76
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "1e6eb8d05e46cb1a27a11a87fe8a7b076bdf1208"
|
|
77
77
|
}
|