@unified-api/typescript-sdk 2.73.22 → 2.73.23

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
@@ -34231,9 +34231,9 @@ var init_config = __esm(() => {
34231
34231
  SDK_METADATA = {
34232
34232
  language: "typescript",
34233
34233
  openapiDocVersion: "1.0",
34234
- sdkVersion: "2.73.22",
34235
- genVersion: "2.694.1",
34236
- userAgent: "speakeasy-sdk/typescript 2.73.22 2.694.1 1.0 @unified-api/typescript-sdk"
34234
+ sdkVersion: "2.73.23",
34235
+ genVersion: "2.701.8",
34236
+ userAgent: "speakeasy-sdk/typescript 2.73.23 2.701.8 1.0 @unified-api/typescript-sdk"
34237
34237
  };
34238
34238
  });
34239
34239
 
@@ -46392,6 +46392,7 @@ var init_kmsspace = __esm(() => {
46392
46392
  id: stringType().optional(),
46393
46393
  is_active: booleanType().optional(),
46394
46394
  name: stringType(),
46395
+ parent_id: stringType().optional(),
46395
46396
  parent_page_id: stringType().optional(),
46396
46397
  parent_space_id: stringType().default("sp"),
46397
46398
  raw: recordType(anyType()).optional(),
@@ -46401,6 +46402,7 @@ var init_kmsspace = __esm(() => {
46401
46402
  return remap(v2, {
46402
46403
  created_at: "createdAt",
46403
46404
  is_active: "isActive",
46405
+ parent_id: "parentId",
46404
46406
  parent_page_id: "parentPageId",
46405
46407
  parent_space_id: "parentSpaceId",
46406
46408
  updated_at: "updatedAt",
@@ -46413,6 +46415,7 @@ var init_kmsspace = __esm(() => {
46413
46415
  id: stringType().optional(),
46414
46416
  isActive: booleanType().optional(),
46415
46417
  name: stringType(),
46418
+ parentId: stringType().optional(),
46416
46419
  parentPageId: stringType().optional(),
46417
46420
  parentSpaceId: stringType().default("sp"),
46418
46421
  raw: recordType(anyType()).optional(),
@@ -46422,6 +46425,7 @@ var init_kmsspace = __esm(() => {
46422
46425
  return remap(v2, {
46423
46426
  createdAt: "created_at",
46424
46427
  isActive: "is_active",
46428
+ parentId: "parent_id",
46425
46429
  parentPageId: "parent_page_id",
46426
46430
  parentSpaceId: "parent_space_id",
46427
46431
  updatedAt: "updated_at",
@@ -50017,6 +50021,7 @@ var init_uccomment = __esm(() => {
50017
50021
  init_esm();
50018
50022
  init_primitives();
50019
50023
  UcComment$inboundSchema = objectType({
50024
+ call_id: stringType().optional(),
50020
50025
  content: stringType(),
50021
50026
  created_at: stringType().optional(),
50022
50027
  id: stringType().optional(),
@@ -50025,12 +50030,14 @@ var init_uccomment = __esm(() => {
50025
50030
  user_id: stringType().optional()
50026
50031
  }).transform((v2) => {
50027
50032
  return remap(v2, {
50033
+ call_id: "callId",
50028
50034
  created_at: "createdAt",
50029
50035
  updated_at: "updatedAt",
50030
50036
  user_id: "userId"
50031
50037
  });
50032
50038
  });
50033
50039
  UcComment$outboundSchema = objectType({
50040
+ callId: stringType().optional(),
50034
50041
  content: stringType(),
50035
50042
  createdAt: stringType().optional(),
50036
50043
  id: stringType().optional(),
@@ -50039,6 +50046,7 @@ var init_uccomment = __esm(() => {
50039
50046
  userId: stringType().optional()
50040
50047
  }).transform((v2) => {
50041
50048
  return remap(v2, {
50049
+ callId: "call_id",
50042
50050
  createdAt: "created_at",
50043
50051
  updatedAt: "updated_at",
50044
50052
  userId: "user_id"
@@ -127342,7 +127350,7 @@ var init_verificationUpdateVerificationRequest2 = __esm(() => {
127342
127350
  function createMCPServer(deps) {
127343
127351
  const server = new McpServer({
127344
127352
  name: "UnifiedTo",
127345
- version: "2.73.22"
127353
+ version: "2.73.23"
127346
127354
  });
127347
127355
  const client = new UnifiedToCore({
127348
127356
  security: deps.security,
@@ -129541,7 +129549,7 @@ var routes = an({
129541
129549
  var app = He(routes, {
129542
129550
  name: "mcp",
129543
129551
  versionInfo: {
129544
- currentVersion: "2.73.22"
129552
+ currentVersion: "2.73.23"
129545
129553
  }
129546
129554
  });
129547
129555
  zt(app, process3.argv.slice(2), buildContext(process3));
@@ -129549,5 +129557,5 @@ export {
129549
129557
  app
129550
129558
  };
129551
129559
 
129552
- //# debugId=C81C9B1862E22E5564756E2164756E21
129560
+ //# debugId=D2D9082374CD114664756E2164756E21
129553
129561
  //# sourceMappingURL=mcp-server.js.map