@unified-api/typescript-sdk 2.73.8 → 2.73.9

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.8",
34235
- genVersion: "2.656.5",
34236
- userAgent: "speakeasy-sdk/typescript 2.73.8 2.656.5 1.0 @unified-api/typescript-sdk"
34234
+ sdkVersion: "2.73.9",
34235
+ genVersion: "2.657.1",
34236
+ userAgent: "speakeasy-sdk/typescript 2.73.9 2.657.1 1.0 @unified-api/typescript-sdk"
34237
34237
  };
34238
34238
  });
34239
34239
 
@@ -46546,8 +46546,7 @@ var init_issue = __esm(() => {
46546
46546
  InProgress: "IN_PROGRESS",
46547
46547
  OnHold: "ON_HOLD",
46548
46548
  Validating: "VALIDATING",
46549
- Rejected: "REJECTED",
46550
- UpNext: "UP_NEXT"
46549
+ Rejected: "REJECTED"
46551
46550
  };
46552
46551
  IssueStatus$inboundSchema = unionType([
46553
46552
  nativeEnumType(IssueStatus),
@@ -50470,6 +50469,7 @@ var init_tasktask = __esm(() => {
50470
50469
  due_at: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
50471
50470
  follower_user_ids: arrayType(stringType()).optional(),
50472
50471
  group_ids: arrayType(stringType()).optional(),
50472
+ has_children: booleanType().optional(),
50473
50473
  id: stringType().optional(),
50474
50474
  metadata: arrayType(TaskMetadata$inboundSchema).optional(),
50475
50475
  name: stringType().optional(),
@@ -50492,6 +50492,7 @@ var init_tasktask = __esm(() => {
50492
50492
  due_at: "dueAt",
50493
50493
  follower_user_ids: "followerUserIds",
50494
50494
  group_ids: "groupIds",
50495
+ has_children: "hasChildren",
50495
50496
  parent_id: "parentId",
50496
50497
  project_id: "projectId",
50497
50498
  updated_at: "updatedAt"
@@ -50506,6 +50507,7 @@ var init_tasktask = __esm(() => {
50506
50507
  dueAt: dateType().transform((v2) => v2.toISOString()).optional(),
50507
50508
  followerUserIds: arrayType(stringType()).optional(),
50508
50509
  groupIds: arrayType(stringType()).optional(),
50510
+ hasChildren: booleanType().optional(),
50509
50511
  id: stringType().optional(),
50510
50512
  metadata: arrayType(TaskMetadata$outboundSchema).optional(),
50511
50513
  name: stringType().optional(),
@@ -50528,6 +50530,7 @@ var init_tasktask = __esm(() => {
50528
50530
  dueAt: "due_at",
50529
50531
  followerUserIds: "follower_user_ids",
50530
50532
  groupIds: "group_ids",
50533
+ hasChildren: "has_children",
50531
50534
  parentId: "parent_id",
50532
50535
  projectId: "project_id",
50533
50536
  updatedAt: "updated_at"
@@ -124059,7 +124062,7 @@ var init_unifiedUpdateUnifiedWebhookTrigger2 = __esm(() => {
124059
124062
  function createMCPServer(deps) {
124060
124063
  const server = new McpServer({
124061
124064
  name: "UnifiedTo",
124062
- version: "2.73.8"
124065
+ version: "2.73.9"
124063
124066
  });
124064
124067
  const client = new UnifiedToCore({
124065
124068
  security: deps.security,
@@ -126210,7 +126213,7 @@ var routes = an({
126210
126213
  var app = He(routes, {
126211
126214
  name: "mcp",
126212
126215
  versionInfo: {
126213
- currentVersion: "2.73.8"
126216
+ currentVersion: "2.73.9"
126214
126217
  }
126215
126218
  });
126216
126219
  zt(app, process3.argv.slice(2), buildContext(process3));
@@ -126218,5 +126221,5 @@ export {
126218
126221
  app
126219
126222
  };
126220
126223
 
126221
- //# debugId=779A44092162A08F64756E2164756E21
126224
+ //# debugId=393732A361FF5FFB64756E2164756E21
126222
126225
  //# sourceMappingURL=mcp-server.js.map