syllable-sdk 1.0.38 → 1.0.39-rc.2

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 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.38",
53075
+ sdkVersion: "1.0.39-rc.2",
53076
53076
  genVersion: "2.881.4",
53077
- userAgent: "speakeasy-sdk/typescript 1.0.38 2.881.4 0.0.3 syllable-sdk"
53077
+ userAgent: "speakeasy-sdk/typescript 1.0.39-rc.2 2.881.4 0.0.3 syllable-sdk"
53078
53078
  };
53079
53079
  });
53080
53080
 
@@ -55363,12 +55363,10 @@ var ContextTaskMetadata$inboundSchema, ContextTaskMetadata$outboundSchema;
55363
55363
  var init_contexttaskmetadata = __esm(() => {
55364
55364
  init_v3();
55365
55365
  ContextTaskMetadata$inboundSchema = objectType({
55366
- priority: nullableType(numberType().int()).optional(),
55367
- parentToolName: nullableType(stringType()).optional()
55366
+ priority: nullableType(numberType().int()).optional()
55368
55367
  });
55369
55368
  ContextTaskMetadata$outboundSchema = objectType({
55370
- priority: nullableType(numberType().int()).optional(),
55371
- parentToolName: nullableType(stringType()).optional()
55369
+ priority: nullableType(numberType().int()).optional()
55372
55370
  });
55373
55371
  });
55374
55372
 
@@ -61998,6 +61996,7 @@ var init_session = __esm(() => {
61998
61996
  target: nullableType(stringType()).optional(),
61999
61997
  is_legacy: nullableType(booleanType()).optional(),
62000
61998
  is_test: nullableType(booleanType()).optional(),
61999
+ is_outbound: nullableType(booleanType()).optional(),
62001
62000
  user_terminated: nullableType(booleanType()).optional(),
62002
62001
  transfer_voicemail_detected: nullableType(booleanType()).optional()
62003
62002
  }).transform((v2) => {
@@ -62018,6 +62017,7 @@ var init_session = __esm(() => {
62018
62017
  session_label_id: "sessionLabelId",
62019
62018
  is_legacy: "isLegacy",
62020
62019
  is_test: "isTest",
62020
+ is_outbound: "isOutbound",
62021
62021
  user_terminated: "userTerminated",
62022
62022
  transfer_voicemail_detected: "transferVoicemailDetected"
62023
62023
  });
@@ -62043,6 +62043,7 @@ var init_session = __esm(() => {
62043
62043
  target: nullableType(stringType()).optional(),
62044
62044
  isLegacy: nullableType(booleanType()).optional(),
62045
62045
  isTest: nullableType(booleanType()).optional(),
62046
+ isOutbound: nullableType(booleanType()).optional(),
62046
62047
  userTerminated: nullableType(booleanType()).optional(),
62047
62048
  transferVoicemailDetected: nullableType(booleanType()).optional()
62048
62049
  }).transform((v2) => {
@@ -62063,6 +62064,7 @@ var init_session = __esm(() => {
62063
62064
  sessionLabelId: "session_label_id",
62064
62065
  isLegacy: "is_legacy",
62065
62066
  isTest: "is_test",
62067
+ isOutbound: "is_outbound",
62066
62068
  userTerminated: "user_terminated",
62067
62069
  transferVoicemailDetected: "transfer_voicemail_detected"
62068
62070
  });
@@ -85744,7 +85746,7 @@ Generate voice sample.`,
85744
85746
  function createMCPServer(deps) {
85745
85747
  const server = new McpServer({
85746
85748
  name: "SyllableSDK",
85747
- version: "1.0.38"
85749
+ version: "1.0.39-rc.2"
85748
85750
  });
85749
85751
  const client = new SyllableSDKCore({
85750
85752
  apiKeyHeader: deps.apiKeyHeader,
@@ -87288,7 +87290,7 @@ var routes = ln({
87288
87290
  var app = _e(routes, {
87289
87291
  name: "mcp",
87290
87292
  versionInfo: {
87291
- currentVersion: "1.0.38"
87293
+ currentVersion: "1.0.39-rc.2"
87292
87294
  }
87293
87295
  });
87294
87296
  Yt(app, process3.argv.slice(2), buildContext(process3));
@@ -87296,5 +87298,5 @@ export {
87296
87298
  app
87297
87299
  };
87298
87300
 
87299
- //# debugId=F5EDEA8E7F28165364756E2164756E21
87301
+ //# debugId=D8B7BF71A4F2BE9164756E2164756E21
87300
87302
  //# sourceMappingURL=mcp-server.js.map