syllable-sdk 1.0.2-rc.5 → 1.0.2-rc.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.
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.2-rc.5",
34417
+ sdkVersion: "1.0.2-rc.6",
34418
34418
  genVersion: "2.723.11",
34419
- userAgent: "speakeasy-sdk/typescript 1.0.2-rc.5 2.723.11 0.0.2 syllable-sdk"
34419
+ userAgent: "speakeasy-sdk/typescript 1.0.2-rc.6 2.723.11 0.0.2 syllable-sdk"
34420
34420
  };
34421
34421
  });
34422
34422
 
@@ -39481,9 +39481,7 @@ var init_incidentupdaterequest = __esm(() => {
39481
39481
  organization_id: nullableType(numberType().int()).optional(),
39482
39482
  sub_organization_id: nullableType(numberType().int()).optional(),
39483
39483
  sub_organization: nullableType(stringType()).optional(),
39484
- id: numberType().int(),
39485
- created_at: nullableType(stringType().datetime({ offset: true }).transform((v2) => new Date(v2))).optional(),
39486
- updated_at: nullableType(stringType().datetime({ offset: true }).transform((v2) => new Date(v2))).optional()
39484
+ id: numberType().int()
39487
39485
  }).transform((v2) => {
39488
39486
  return remap(v2, {
39489
39487
  start_datetime: "startDatetime",
@@ -39492,9 +39490,7 @@ var init_incidentupdaterequest = __esm(() => {
39492
39490
  sessions_impacted: "sessionsImpacted",
39493
39491
  organization_id: "organizationId",
39494
39492
  sub_organization_id: "subOrganizationId",
39495
- sub_organization: "subOrganization",
39496
- created_at: "createdAt",
39497
- updated_at: "updatedAt"
39493
+ sub_organization: "subOrganization"
39498
39494
  });
39499
39495
  });
39500
39496
  IncidentUpdateRequest$outboundSchema = objectType({
@@ -39507,9 +39503,7 @@ var init_incidentupdaterequest = __esm(() => {
39507
39503
  organizationId: nullableType(numberType().int()).optional(),
39508
39504
  subOrganizationId: nullableType(numberType().int()).optional(),
39509
39505
  subOrganization: nullableType(stringType()).optional(),
39510
- id: numberType().int(),
39511
- createdAt: nullableType(dateType().transform((v2) => v2.toISOString())).optional(),
39512
- updatedAt: nullableType(dateType().transform((v2) => v2.toISOString())).optional()
39506
+ id: numberType().int()
39513
39507
  }).transform((v2) => {
39514
39508
  return remap(v2, {
39515
39509
  startDatetime: "start_datetime",
@@ -39518,9 +39512,7 @@ var init_incidentupdaterequest = __esm(() => {
39518
39512
  sessionsImpacted: "sessions_impacted",
39519
39513
  organizationId: "organization_id",
39520
39514
  subOrganizationId: "sub_organization_id",
39521
- subOrganization: "sub_organization",
39522
- createdAt: "created_at",
39523
- updatedAt: "updated_at"
39515
+ subOrganization: "sub_organization"
39524
39516
  });
39525
39517
  });
39526
39518
  ((IncidentUpdateRequest$) => {
@@ -62964,7 +62956,7 @@ Send a welcome email to a user.`,
62964
62956
  function createMCPServer(deps) {
62965
62957
  const server = new McpServer({
62966
62958
  name: "SyllableSDK",
62967
- version: "1.0.2-rc.5"
62959
+ version: "1.0.2-rc.6"
62968
62960
  });
62969
62961
  const client = new SyllableSDKCore({
62970
62962
  apiKeyHeader: deps.apiKeyHeader,
@@ -64470,7 +64462,7 @@ var routes = ln({
64470
64462
  var app = _e(routes, {
64471
64463
  name: "mcp",
64472
64464
  versionInfo: {
64473
- currentVersion: "1.0.2-rc.5"
64465
+ currentVersion: "1.0.2-rc.6"
64474
64466
  }
64475
64467
  });
64476
64468
  Yt(app, process3.argv.slice(2), buildContext(process3));
@@ -64478,5 +64470,5 @@ export {
64478
64470
  app
64479
64471
  };
64480
64472
 
64481
- //# debugId=9F8FEAB7A70FA73564756E2164756E21
64473
+ //# debugId=BD5D3E909EF5EBBE64756E2164756E21
64482
64474
  //# sourceMappingURL=mcp-server.js.map