syllable-sdk 1.0.36-rc.2 → 1.0.36
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/bin/mcp-server.js +9 -13
- package/bin/mcp-server.js.map +6 -6
- package/jsr.json +1 -1
- package/lib/config.d.ts +3 -3
- package/lib/config.js +3 -3
- package/lib/config.js.map +1 -1
- package/mcp-server/mcp-server.js +1 -1
- package/mcp-server/mcp-server.js.map +1 -1
- package/mcp-server/server.js +1 -1
- package/mcp-server/server.js.map +1 -1
- package/models/components/callaction.d.ts +0 -17
- package/models/components/callaction.d.ts.map +1 -1
- package/models/components/callaction.js +1 -15
- package/models/components/callaction.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/models/components/callaction.ts +0 -41
package/bin/mcp-server.js
CHANGED
|
@@ -53072,9 +53072,9 @@ var init_config = __esm(() => {
|
|
|
53072
53072
|
SDK_METADATA = {
|
|
53073
53073
|
language: "typescript",
|
|
53074
53074
|
openapiDocVersion: "0.0.3",
|
|
53075
|
-
sdkVersion: "1.0.36
|
|
53076
|
-
genVersion: "2.881.
|
|
53077
|
-
userAgent: "speakeasy-sdk/typescript 1.0.36
|
|
53075
|
+
sdkVersion: "1.0.36",
|
|
53076
|
+
genVersion: "2.881.4",
|
|
53077
|
+
userAgent: "speakeasy-sdk/typescript 1.0.36 2.881.4 0.0.3 syllable-sdk"
|
|
53078
53078
|
};
|
|
53079
53079
|
});
|
|
53080
53080
|
|
|
@@ -55500,7 +55500,7 @@ var init_caseexpression = __esm(() => {
|
|
|
55500
55500
|
});
|
|
55501
55501
|
|
|
55502
55502
|
// src/models/components/callaction.ts
|
|
55503
|
-
var CallActionIf1$inboundSchema, CallActionIf1$outboundSchema, CallActionIf$inboundSchema, CallActionIf$outboundSchema,
|
|
55503
|
+
var CallActionIf1$inboundSchema, CallActionIf1$outboundSchema, CallActionIf$inboundSchema, CallActionIf$outboundSchema, CallAction$inboundSchema, CallAction$outboundSchema;
|
|
55504
55504
|
var init_callaction = __esm(() => {
|
|
55505
55505
|
init_v3();
|
|
55506
55506
|
init_caseexpression();
|
|
@@ -55534,8 +55534,6 @@ var init_callaction = __esm(() => {
|
|
|
55534
55534
|
]),
|
|
55535
55535
|
stringType()
|
|
55536
55536
|
]);
|
|
55537
|
-
Autopopulate$inboundSchema = unionType([booleanType(), stringType()]);
|
|
55538
|
-
Autopopulate$outboundSchema = unionType([booleanType(), stringType()]);
|
|
55539
55537
|
CallAction$inboundSchema = objectType({
|
|
55540
55538
|
if: nullableType(unionType([
|
|
55541
55539
|
CaseExpression$inboundSchema,
|
|
@@ -55548,8 +55546,7 @@ var init_callaction = __esm(() => {
|
|
|
55548
55546
|
])).optional(),
|
|
55549
55547
|
action: literalType("call"),
|
|
55550
55548
|
name: stringType(),
|
|
55551
|
-
arguments: nullableType(recordType(anyType())).optional()
|
|
55552
|
-
autoPopulate: unionType([booleanType(), stringType()]).optional()
|
|
55549
|
+
arguments: nullableType(recordType(anyType())).optional()
|
|
55553
55550
|
});
|
|
55554
55551
|
CallAction$outboundSchema = objectType({
|
|
55555
55552
|
if: nullableType(unionType([
|
|
@@ -55563,8 +55560,7 @@ var init_callaction = __esm(() => {
|
|
|
55563
55560
|
])).optional(),
|
|
55564
55561
|
action: literalType("call"),
|
|
55565
55562
|
name: stringType(),
|
|
55566
|
-
arguments: nullableType(recordType(anyType())).optional()
|
|
55567
|
-
autoPopulate: unionType([booleanType(), stringType()]).optional()
|
|
55563
|
+
arguments: nullableType(recordType(anyType())).optional()
|
|
55568
55564
|
});
|
|
55569
55565
|
});
|
|
55570
55566
|
|
|
@@ -85542,7 +85538,7 @@ Generate voice sample.`,
|
|
|
85542
85538
|
function createMCPServer(deps) {
|
|
85543
85539
|
const server = new McpServer({
|
|
85544
85540
|
name: "SyllableSDK",
|
|
85545
|
-
version: "1.0.36
|
|
85541
|
+
version: "1.0.36"
|
|
85546
85542
|
});
|
|
85547
85543
|
const client = new SyllableSDKCore({
|
|
85548
85544
|
apiKeyHeader: deps.apiKeyHeader,
|
|
@@ -87084,7 +87080,7 @@ var routes = ln({
|
|
|
87084
87080
|
var app = _e(routes, {
|
|
87085
87081
|
name: "mcp",
|
|
87086
87082
|
versionInfo: {
|
|
87087
|
-
currentVersion: "1.0.36
|
|
87083
|
+
currentVersion: "1.0.36"
|
|
87088
87084
|
}
|
|
87089
87085
|
});
|
|
87090
87086
|
Yt(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -87092,5 +87088,5 @@ export {
|
|
|
87092
87088
|
app
|
|
87093
87089
|
};
|
|
87094
87090
|
|
|
87095
|
-
//# debugId=
|
|
87091
|
+
//# debugId=A1BAF3F35E7F54AE64756E2164756E21
|
|
87096
87092
|
//# sourceMappingURL=mcp-server.js.map
|