syllable-sdk 1.0.3-rc.2 → 1.0.3-rc.4

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
@@ -34414,9 +34414,9 @@ var init_config = __esm(() => {
34414
34414
  SDK_METADATA = {
34415
34415
  language: "typescript",
34416
34416
  openapiDocVersion: "0.0.2",
34417
- sdkVersion: "1.0.3-rc.2",
34417
+ sdkVersion: "1.0.3-rc.4",
34418
34418
  genVersion: "2.723.11",
34419
- userAgent: "speakeasy-sdk/typescript 1.0.3-rc.2 2.723.11 0.0.2 syllable-sdk"
34419
+ userAgent: "speakeasy-sdk/typescript 1.0.3-rc.4 2.723.11 0.0.2 syllable-sdk"
34420
34420
  };
34421
34421
  });
34422
34422
 
@@ -39631,7 +39631,7 @@ var init_insightsfolderproperties = __esm(() => {
39631
39631
  });
39632
39632
 
39633
39633
  // src/models/components/insightsoutput.ts
39634
- var JsonValue$inboundSchema, JsonValue$outboundSchema, JsonValue$, UploadFileMetadata$inboundSchema, UploadFileMetadata$outboundSchema, UploadFileMetadata$, InsightsOutput$inboundSchema, InsightsOutput$outboundSchema, InsightsOutput$;
39634
+ var JsonValue$inboundSchema, JsonValue$outboundSchema, JsonValue$, InsightsOutput$inboundSchema, InsightsOutput$outboundSchema, InsightsOutput$;
39635
39635
  var init_insightsoutput = __esm(() => {
39636
39636
  init_zod();
39637
39637
  init_primitives();
@@ -39641,12 +39641,6 @@ var init_insightsoutput = __esm(() => {
39641
39641
  JsonValue$.inboundSchema = JsonValue$inboundSchema;
39642
39642
  JsonValue$.outboundSchema = JsonValue$outboundSchema;
39643
39643
  })(JsonValue$ ||= {});
39644
- UploadFileMetadata$inboundSchema = objectType({});
39645
- UploadFileMetadata$outboundSchema = objectType({});
39646
- ((UploadFileMetadata$) => {
39647
- UploadFileMetadata$.inboundSchema = UploadFileMetadata$inboundSchema;
39648
- UploadFileMetadata$.outboundSchema = UploadFileMetadata$outboundSchema;
39649
- })(UploadFileMetadata$ ||= {});
39650
39644
  InsightsOutput$inboundSchema = objectType({
39651
39645
  id: numberType().int(),
39652
39646
  session_id: nullableType(numberType().int()).optional(),
@@ -39659,7 +39653,7 @@ var init_insightsoutput = __esm(() => {
39659
39653
  json_value: recordType(unionType([stringType(), numberType().int(), numberType()])),
39660
39654
  created_at: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
39661
39655
  updated_at: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
39662
- upload_file_metadata: nullableType(lazyType(() => UploadFileMetadata$inboundSchema)).optional()
39656
+ upload_file_metadata: anyType().optional()
39663
39657
  }).transform((v2) => {
39664
39658
  return remap(v2, {
39665
39659
  session_id: "sessionId",
@@ -39687,7 +39681,7 @@ var init_insightsoutput = __esm(() => {
39687
39681
  jsonValue: recordType(unionType([stringType(), numberType().int(), numberType()])),
39688
39682
  createdAt: dateType().transform((v2) => v2.toISOString()).optional(),
39689
39683
  updatedAt: dateType().transform((v2) => v2.toISOString()).optional(),
39690
- uploadFileMetadata: nullableType(lazyType(() => UploadFileMetadata$outboundSchema)).optional()
39684
+ uploadFileMetadata: anyType().optional()
39691
39685
  }).transform((v2) => {
39692
39686
  return remap(v2, {
39693
39687
  sessionId: "session_id",
@@ -62971,7 +62965,7 @@ Send a welcome email to a user.`,
62971
62965
  function createMCPServer(deps) {
62972
62966
  const server = new McpServer({
62973
62967
  name: "SyllableSDK",
62974
- version: "1.0.3-rc.2"
62968
+ version: "1.0.3-rc.4"
62975
62969
  });
62976
62970
  const client = new SyllableSDKCore({
62977
62971
  apiKeyHeader: deps.apiKeyHeader,
@@ -64477,7 +64471,7 @@ var routes = ln({
64477
64471
  var app = _e(routes, {
64478
64472
  name: "mcp",
64479
64473
  versionInfo: {
64480
- currentVersion: "1.0.3-rc.2"
64474
+ currentVersion: "1.0.3-rc.4"
64481
64475
  }
64482
64476
  });
64483
64477
  Yt(app, process3.argv.slice(2), buildContext(process3));
@@ -64485,5 +64479,5 @@ export {
64485
64479
  app
64486
64480
  };
64487
64481
 
64488
- //# debugId=1D93C389CC02D89264756E2164756E21
64482
+ //# debugId=412A416DC585343F64756E2164756E21
64489
64483
  //# sourceMappingURL=mcp-server.js.map