@inkeep/agents-core 0.0.0-dev-20260220013449 → 0.0.0-dev-20260220022607

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.
Files changed (30) hide show
  1. package/dist/auth/auth-schema.d.ts +105 -105
  2. package/dist/auth/auth-validation-schemas.d.ts +131 -131
  3. package/dist/auth/auth.d.ts +22 -22
  4. package/dist/auth/permissions.d.ts +9 -9
  5. package/dist/client-exports.d.ts +1 -2
  6. package/dist/data-access/manage/agents.d.ts +10 -10
  7. package/dist/data-access/manage/artifactComponents.d.ts +6 -6
  8. package/dist/data-access/manage/contextConfigs.d.ts +4 -4
  9. package/dist/data-access/manage/dataComponents.d.ts +2 -2
  10. package/dist/data-access/manage/functionTools.d.ts +6 -6
  11. package/dist/data-access/manage/skills.d.ts +7 -7
  12. package/dist/data-access/manage/subAgentExternalAgentRelations.d.ts +6 -6
  13. package/dist/data-access/manage/subAgentRelations.d.ts +14 -14
  14. package/dist/data-access/manage/subAgentTeamAgentRelations.d.ts +6 -6
  15. package/dist/data-access/manage/subAgents.d.ts +6 -6
  16. package/dist/data-access/manage/tools.d.ts +9 -9
  17. package/dist/data-access/runtime/apiKeys.d.ts +8 -8
  18. package/dist/data-access/runtime/conversations.d.ts +12 -12
  19. package/dist/data-access/runtime/messages.d.ts +3 -3
  20. package/dist/data-access/runtime/scheduledTriggerInvocations.d.ts +3 -3
  21. package/dist/data-access/runtime/tasks.d.ts +3 -3
  22. package/dist/db/manage/manage-schema.d.ts +445 -445
  23. package/dist/db/manage/manage-schema.js +1 -1
  24. package/dist/db/runtime/runtime-schema.d.ts +291 -291
  25. package/dist/middleware/no-auth.d.ts +2 -2
  26. package/dist/validation/schemas.d.ts +173 -173
  27. package/drizzle/manage/0010_oval_angel.sql +2 -0
  28. package/drizzle/manage/meta/0010_snapshot.json +3673 -0
  29. package/drizzle/manage/meta/_journal.json +7 -0
  30. package/package.json +1 -1
@@ -819,9 +819,9 @@ declare const SubAgentApiInsertSchema: z.ZodObject<OmitAgentScope<{
819
819
  }, z.core.$strip>>;
820
820
  }>, z.core.$strip>;
821
821
  declare const SubAgentApiUpdateSchema: z.ZodObject<{
822
- description: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
823
822
  id: z.ZodOptional<z.ZodOptional<z.ZodString>>;
824
823
  name: z.ZodOptional<z.ZodOptional<z.ZodString>>;
824
+ description: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
825
825
  prompt: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
826
826
  conversationHistoryConfig: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodType<ConversationHistoryConfig, ConversationHistoryConfig, z.core.$ZodTypeInternals<ConversationHistoryConfig, ConversationHistoryConfig>>>>>>;
827
827
  models: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodObject<{
@@ -2482,7 +2482,7 @@ declare const AgentInsertSchema: drizzle_zod3.BuildSchema<"insert", {
2482
2482
  }, {}, {
2483
2483
  length: 256;
2484
2484
  }>;
2485
- }, "description" | "tenantId" | "id" | "name" | "defaultSubAgentId" | "projectId" | "prompt" | "models" | "stopWhen" | "createdAt" | "updatedAt" | "contextConfigId" | "statusUpdates">, undefined>, undefined>;
2485
+ }, "id" | "name" | "description" | "defaultSubAgentId" | "tenantId" | "projectId" | "prompt" | "models" | "stopWhen" | "createdAt" | "updatedAt" | "contextConfigId" | "statusUpdates">, undefined>, undefined>;
2486
2486
  declare const AgentUpdateSchema: z.ZodObject<{
2487
2487
  createdAt: z.ZodOptional<z.ZodOptional<z.ZodString>>;
2488
2488
  updatedAt: z.ZodOptional<z.ZodOptional<z.ZodString>>;
@@ -2749,8 +2749,8 @@ declare const AgentApiSelectSchema: z.ZodObject<OmitProjectScope<{
2749
2749
  id: z.ZodString;
2750
2750
  }>, z.core.$strip>;
2751
2751
  declare const AgentApiInsertSchema: z.ZodObject<{
2752
- description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2753
2752
  name: z.ZodString;
2753
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2754
2754
  defaultSubAgentId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2755
2755
  prompt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2756
2756
  models: z.ZodOptional<z.ZodNullable<z.ZodType<{
@@ -2878,9 +2878,9 @@ declare const AgentApiInsertSchema: z.ZodObject<{
2878
2878
  id: z.ZodString;
2879
2879
  }, z.core.$strip>;
2880
2880
  declare const AgentApiUpdateSchema: z.ZodObject<{
2881
- description: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
2882
2881
  id: z.ZodOptional<z.ZodOptional<z.ZodString>>;
2883
2882
  name: z.ZodOptional<z.ZodOptional<z.ZodString>>;
2883
+ description: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
2884
2884
  defaultSubAgentId: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
2885
2885
  prompt: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
2886
2886
  models: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodType<{
@@ -4005,7 +4005,7 @@ declare const TriggerInsertSchema: drizzle_zod3.BuildSchema<"insert", {
4005
4005
  }, {}, {
4006
4006
  length: 256;
4007
4007
  }>;
4008
- }, "description" | "tenantId" | "id" | "name" | "projectId" | "agentId" | "createdAt" | "updatedAt" | "enabled" | "inputSchema" | "outputTransform" | "messageTemplate" | "authentication" | "signingSecretCredentialReferenceId" | "signatureVerification">, undefined>, undefined>;
4008
+ }, "id" | "name" | "description" | "tenantId" | "projectId" | "agentId" | "createdAt" | "updatedAt" | "enabled" | "inputSchema" | "outputTransform" | "messageTemplate" | "authentication" | "signingSecretCredentialReferenceId" | "signatureVerification">, undefined>, undefined>;
4009
4009
  declare const TriggerUpdateSchema: z.ZodObject<{
4010
4010
  createdAt: z.ZodOptional<z.ZodOptional<z.ZodString>>;
4011
4011
  updatedAt: z.ZodOptional<z.ZodOptional<z.ZodString>>;
@@ -4088,8 +4088,8 @@ declare const TriggerApiSelectSchema: z.ZodObject<OmitAgentScope<{
4088
4088
  }, z.core.$strip>>>;
4089
4089
  }>, z.core.$strip>;
4090
4090
  declare const TriggerApiInsertSchema: z.ZodObject<{
4091
- description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4092
4091
  name: z.ZodString;
4092
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4093
4093
  createdAt: z.ZodOptional<z.ZodString>;
4094
4094
  updatedAt: z.ZodOptional<z.ZodString>;
4095
4095
  enabled: z.ZodOptional<z.ZodBoolean>;
@@ -4122,9 +4122,9 @@ declare const TriggerApiUpdateSchema: z.ZodObject<{
4122
4122
  in: {};
4123
4123
  }>;
4124
4124
  declare const TriggerWithWebhookUrlSchema: z.ZodObject<{
4125
- description: z.ZodNullable<z.ZodString>;
4126
4125
  id: z.ZodString;
4127
4126
  name: z.ZodString;
4127
+ description: z.ZodNullable<z.ZodString>;
4128
4128
  createdAt: z.ZodString;
4129
4129
  updatedAt: z.ZodString;
4130
4130
  enabled: z.ZodBoolean;
@@ -4989,7 +4989,7 @@ declare const TriggerInvocationInsertSchema: drizzle_zod3.BuildSchema<"insert",
4989
4989
  }, {}, {
4990
4990
  length: 256;
4991
4991
  }>;
4992
- }, "status" | "tenantId" | "id" | "projectId" | "agentId" | "createdAt" | "conversationId" | "triggerId" | "requestPayload" | "transformedPayload" | "errorMessage">, undefined>, undefined>;
4992
+ }, "id" | "tenantId" | "projectId" | "agentId" | "createdAt" | "triggerId" | "conversationId" | "status" | "requestPayload" | "transformedPayload" | "errorMessage">, undefined>, undefined>;
4993
4993
  declare const TriggerInvocationUpdateSchema: z.ZodObject<{
4994
4994
  triggerId: z.ZodOptional<z.ZodString>;
4995
4995
  conversationId: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
@@ -5020,21 +5020,21 @@ declare const TriggerInvocationApiSelectSchema: z.ZodObject<OmitAgentScope<{
5020
5020
  id: z.ZodString;
5021
5021
  }>, z.core.$strip>;
5022
5022
  declare const TriggerInvocationApiInsertSchema: z.ZodObject<{
5023
- status: z.ZodOptional<z.ZodString>;
5024
5023
  createdAt: z.ZodOptional<z.ZodString>;
5025
- conversationId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5026
5024
  triggerId: z.ZodString;
5025
+ conversationId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5026
+ status: z.ZodOptional<z.ZodString>;
5027
5027
  requestPayload: z.ZodType<drizzle_zod3.Json, unknown, z.core.$ZodTypeInternals<drizzle_zod3.Json, unknown>>;
5028
5028
  transformedPayload: z.ZodOptional<z.ZodNullable<z.ZodType<drizzle_zod3.Json, unknown, z.core.$ZodTypeInternals<drizzle_zod3.Json, unknown>>>>;
5029
5029
  errorMessage: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5030
5030
  id: z.ZodString;
5031
5031
  }, z.core.$strip>;
5032
5032
  declare const TriggerInvocationApiUpdateSchema: z.ZodObject<{
5033
- status: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodString>>>;
5034
5033
  id: z.ZodOptional<z.ZodOptional<z.ZodString>>;
5035
5034
  createdAt: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodString>>>;
5036
- conversationId: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
5037
5035
  triggerId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
5036
+ conversationId: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
5037
+ status: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodString>>>;
5038
5038
  requestPayload: z.ZodOptional<z.ZodOptional<z.ZodType<drizzle_zod3.Json, unknown, z.core.$ZodTypeInternals<drizzle_zod3.Json, unknown>>>>;
5039
5039
  transformedPayload: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodType<drizzle_zod3.Json, unknown, z.core.$ZodTypeInternals<drizzle_zod3.Json, unknown>>>>>>;
5040
5040
  errorMessage: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
@@ -5674,7 +5674,7 @@ declare const ScheduledTriggerInsertSchema: drizzle_zod3.BuildSchema<"insert", {
5674
5674
  }, {}, {
5675
5675
  length: 256;
5676
5676
  }>;
5677
- }, "description" | "tenantId" | "id" | "name" | "projectId" | "agentId" | "createdAt" | "updatedAt" | "enabled" | "messageTemplate" | "cronExpression" | "cronTimezone" | "runAt" | "payload" | "maxRetries" | "retryDelaySeconds" | "timeoutSeconds">, undefined>, undefined>;
5677
+ }, "id" | "name" | "description" | "tenantId" | "projectId" | "agentId" | "createdAt" | "updatedAt" | "enabled" | "messageTemplate" | "cronExpression" | "cronTimezone" | "runAt" | "payload" | "maxRetries" | "retryDelaySeconds" | "timeoutSeconds">, undefined>, undefined>;
5678
5678
  declare const ScheduledTriggerUpdateSchema: z.ZodObject<{
5679
5679
  createdAt: z.ZodOptional<z.ZodOptional<z.ZodString>>;
5680
5680
  updatedAt: z.ZodOptional<z.ZodOptional<z.ZodString>>;
@@ -5717,8 +5717,8 @@ declare const ScheduledTriggerApiSelectSchema: z.ZodObject<OmitAgentScope<{
5717
5717
  payload: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
5718
5718
  }>, z.core.$strip>;
5719
5719
  declare const ScheduledTriggerApiInsertBaseSchema: z.ZodObject<{
5720
- description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5721
5720
  name: z.ZodString;
5721
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5722
5722
  createdAt: z.ZodOptional<z.ZodString>;
5723
5723
  updatedAt: z.ZodOptional<z.ZodString>;
5724
5724
  enabled: z.ZodOptional<z.ZodBoolean>;
@@ -5733,8 +5733,8 @@ declare const ScheduledTriggerApiInsertBaseSchema: z.ZodObject<{
5733
5733
  id: z.ZodOptional<z.ZodString>;
5734
5734
  }, z.core.$strip>;
5735
5735
  declare const ScheduledTriggerApiInsertSchema: z.ZodObject<{
5736
- description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5737
5736
  name: z.ZodString;
5737
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5738
5738
  createdAt: z.ZodOptional<z.ZodString>;
5739
5739
  updatedAt: z.ZodOptional<z.ZodString>;
5740
5740
  enabled: z.ZodOptional<z.ZodBoolean>;
@@ -6593,7 +6593,7 @@ declare const ScheduledWorkflowInsertSchema: drizzle_zod3.BuildSchema<"insert",
6593
6593
  }, {}, {
6594
6594
  length: 256;
6595
6595
  }>;
6596
- }, "description" | "status" | "tenantId" | "id" | "name" | "projectId" | "agentId" | "createdAt" | "updatedAt" | "scheduledTriggerId" | "workflowRunId">, undefined>, undefined>;
6596
+ }, "id" | "name" | "description" | "tenantId" | "projectId" | "agentId" | "createdAt" | "updatedAt" | "status" | "workflowRunId" | "scheduledTriggerId">, undefined>, undefined>;
6597
6597
  declare const ScheduledWorkflowUpdateSchema: z.ZodObject<{
6598
6598
  createdAt: z.ZodOptional<z.ZodOptional<z.ZodString>>;
6599
6599
  updatedAt: z.ZodOptional<z.ZodOptional<z.ZodString>>;
@@ -6624,13 +6624,13 @@ declare const ScheduledWorkflowApiSelectSchema: z.ZodObject<OmitAgentScope<{
6624
6624
  id: z.ZodString;
6625
6625
  }>, z.core.$strip>;
6626
6626
  declare const ScheduledWorkflowApiInsertSchema: z.ZodObject<{
6627
- description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6628
- status: z.ZodOptional<z.ZodString>;
6629
6627
  name: z.ZodString;
6628
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6630
6629
  createdAt: z.ZodOptional<z.ZodString>;
6631
6630
  updatedAt: z.ZodOptional<z.ZodString>;
6632
- scheduledTriggerId: z.ZodString;
6631
+ status: z.ZodOptional<z.ZodString>;
6633
6632
  workflowRunId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6633
+ scheduledTriggerId: z.ZodString;
6634
6634
  id: z.ZodOptional<z.ZodString>;
6635
6635
  }, z.core.$strip>;
6636
6636
  declare const ScheduledWorkflowApiUpdateSchema: z.ZodObject<{
@@ -6654,9 +6654,9 @@ type ScheduledWorkflowInsert = z.infer<typeof ScheduledWorkflowInsertSchema>;
6654
6654
  type ScheduledWorkflowUpdate = z.infer<typeof ScheduledWorkflowUpdateSchema>;
6655
6655
  declare const ScheduledTriggerInvocationStatusEnum: z.ZodEnum<{
6656
6656
  pending: "pending";
6657
+ failed: "failed";
6657
6658
  running: "running";
6658
6659
  completed: "completed";
6659
- failed: "failed";
6660
6660
  cancelled: "cancelled";
6661
6661
  }>;
6662
6662
  declare const ScheduledTriggerInvocationSelectSchema: z.ZodObject<{
@@ -6675,9 +6675,9 @@ declare const ScheduledTriggerInvocationSelectSchema: z.ZodObject<{
6675
6675
  resolvedPayload: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
6676
6676
  status: z.ZodEnum<{
6677
6677
  pending: "pending";
6678
+ failed: "failed";
6678
6679
  running: "running";
6679
6680
  completed: "completed";
6680
- failed: "failed";
6681
6681
  cancelled: "cancelled";
6682
6682
  }>;
6683
6683
  }, {
@@ -6709,7 +6709,7 @@ declare const ScheduledTriggerInvocationInsertSchema: drizzle_zod3.BuildSchema<"
6709
6709
  tableName: "scheduled_trigger_invocations";
6710
6710
  dataType: "string";
6711
6711
  columnType: "PgVarchar";
6712
- data: "pending" | "running" | "completed" | "failed" | "cancelled";
6712
+ data: "pending" | "failed" | "running" | "completed" | "cancelled";
6713
6713
  driverParam: string;
6714
6714
  notNull: true;
6715
6715
  hasDefault: false;
@@ -6722,7 +6722,7 @@ declare const ScheduledTriggerInvocationInsertSchema: drizzle_zod3.BuildSchema<"
6722
6722
  generated: undefined;
6723
6723
  }, {}, {
6724
6724
  length: 50;
6725
- $type: "pending" | "running" | "completed" | "failed" | "cancelled";
6725
+ $type: "pending" | "failed" | "running" | "completed" | "cancelled";
6726
6726
  }>;
6727
6727
  scheduledFor: drizzle_orm_pg_core0.PgColumn<{
6728
6728
  name: "scheduled_for";
@@ -6967,7 +6967,7 @@ declare const ScheduledTriggerInvocationInsertSchema: drizzle_zod3.BuildSchema<"
6967
6967
  tableName: "scheduled_trigger_invocations";
6968
6968
  dataType: "string";
6969
6969
  columnType: "PgVarchar";
6970
- data: "pending" | "running" | "completed" | "failed" | "cancelled";
6970
+ data: "pending" | "failed" | "running" | "completed" | "cancelled";
6971
6971
  driverParam: string;
6972
6972
  notNull: true;
6973
6973
  hasDefault: false;
@@ -6980,7 +6980,7 @@ declare const ScheduledTriggerInvocationInsertSchema: drizzle_zod3.BuildSchema<"
6980
6980
  generated: undefined;
6981
6981
  }, {}, {
6982
6982
  length: 50;
6983
- $type: "pending" | "running" | "completed" | "failed" | "cancelled";
6983
+ $type: "pending" | "failed" | "running" | "completed" | "cancelled";
6984
6984
  }>;
6985
6985
  scheduledFor: drizzle_orm_pg_core0.PgColumn<{
6986
6986
  name: "scheduled_for";
@@ -7200,7 +7200,7 @@ declare const ScheduledTriggerInvocationInsertSchema: drizzle_zod3.BuildSchema<"
7200
7200
  }, {}, {
7201
7201
  length: 256;
7202
7202
  }>;
7203
- }, "status" | "tenantId" | "id" | "projectId" | "agentId" | "createdAt" | "scheduledTriggerId" | "scheduledFor" | "startedAt" | "completedAt" | "resolvedPayload" | "conversationIds" | "attemptNumber" | "idempotencyKey">, undefined>, undefined>;
7203
+ }, "id" | "tenantId" | "projectId" | "agentId" | "createdAt" | "status" | "scheduledTriggerId" | "scheduledFor" | "startedAt" | "completedAt" | "resolvedPayload" | "conversationIds" | "attemptNumber" | "idempotencyKey">, undefined>, undefined>;
7204
7204
  declare const ScheduledTriggerInvocationUpdateSchema: z.ZodObject<{
7205
7205
  scheduledTriggerId: z.ZodOptional<z.ZodString>;
7206
7206
  status: z.ZodOptional<z.ZodString>;
@@ -7236,15 +7236,15 @@ declare const ScheduledTriggerInvocationApiSelectSchema: z.ZodObject<OmitAgentSc
7236
7236
  resolvedPayload: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
7237
7237
  status: z.ZodEnum<{
7238
7238
  pending: "pending";
7239
+ failed: "failed";
7239
7240
  running: "running";
7240
7241
  completed: "completed";
7241
- failed: "failed";
7242
7242
  cancelled: "cancelled";
7243
7243
  }>;
7244
7244
  }>, z.core.$strip>;
7245
7245
  declare const ScheduledTriggerInvocationApiInsertSchema: z.ZodObject<{
7246
- status: z.ZodString;
7247
7246
  createdAt: z.ZodOptional<z.ZodString>;
7247
+ status: z.ZodString;
7248
7248
  scheduledTriggerId: z.ZodString;
7249
7249
  scheduledFor: z.ZodString;
7250
7250
  startedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -7256,9 +7256,9 @@ declare const ScheduledTriggerInvocationApiInsertSchema: z.ZodObject<{
7256
7256
  id: z.ZodString;
7257
7257
  }, z.core.$strip>;
7258
7258
  declare const ScheduledTriggerInvocationApiUpdateSchema: z.ZodObject<{
7259
- status: z.ZodOptional<z.ZodOptional<z.ZodString>>;
7260
7259
  id: z.ZodOptional<z.ZodOptional<z.ZodString>>;
7261
7260
  createdAt: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodString>>>;
7261
+ status: z.ZodOptional<z.ZodOptional<z.ZodString>>;
7262
7262
  scheduledTriggerId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
7263
7263
  scheduledFor: z.ZodOptional<z.ZodOptional<z.ZodString>>;
7264
7264
  startedAt: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
@@ -7803,7 +7803,6 @@ declare const TaskApiInsertSchema: z.ZodObject<OmitProjectScope<{
7803
7803
  }, z.core.$strip>;
7804
7804
  }>, z.core.$strip>;
7805
7805
  declare const TaskApiUpdateSchema: z.ZodObject<{
7806
- status: z.ZodOptional<z.ZodOptional<z.ZodString>>;
7807
7806
  id: z.ZodOptional<z.ZodOptional<z.ZodString>>;
7808
7807
  agentId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
7809
7808
  createdAt: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodString>>>;
@@ -7811,6 +7810,8 @@ declare const TaskApiUpdateSchema: z.ZodObject<{
7811
7810
  metadata: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodType<TaskMetadataConfig, TaskMetadataConfig, z.core.$ZodTypeInternals<TaskMetadataConfig, TaskMetadataConfig>>>>>>;
7812
7811
  subAgentId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
7813
7812
  conversationId: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodString>>>;
7813
+ status: z.ZodOptional<z.ZodOptional<z.ZodString>>;
7814
+ contextId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
7814
7815
  ref: z.ZodOptional<z.ZodOptional<z.ZodObject<{
7815
7816
  type: z.ZodEnum<{
7816
7817
  commit: "commit";
@@ -7820,7 +7821,6 @@ declare const TaskApiUpdateSchema: z.ZodObject<{
7820
7821
  name: z.ZodString;
7821
7822
  hash: z.ZodString;
7822
7823
  }, z.core.$strip>>>;
7823
- contextId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
7824
7824
  }, z.core.$strip>;
7825
7825
  declare const TaskRelationSelectSchema: drizzle_zod3.BuildSchema<"select", {
7826
7826
  createdAt: drizzle_orm_pg_core0.PgColumn<{
@@ -8171,9 +8171,9 @@ declare const TaskRelationApiUpdateSchema: z.ZodObject<{
8171
8171
  id: z.ZodOptional<z.ZodOptional<z.ZodString>>;
8172
8172
  createdAt: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodString>>>;
8173
8173
  updatedAt: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodString>>>;
8174
+ relationType: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
8174
8175
  parentTaskId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
8175
8176
  childTaskId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
8176
- relationType: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
8177
8177
  }, z.core.$strip>;
8178
8178
  declare const McpTransportConfigSchema: z.ZodObject<{
8179
8179
  type: z.ZodEnum<{
@@ -8186,9 +8186,9 @@ declare const McpTransportConfigSchema: z.ZodObject<{
8186
8186
  sessionId: z.ZodOptional<z.ZodString>;
8187
8187
  }, z.core.$strip>;
8188
8188
  declare const ToolStatusSchema: z.ZodEnum<{
8189
+ unknown: "unknown";
8189
8190
  healthy: "healthy";
8190
8191
  unhealthy: "unhealthy";
8191
- unknown: "unknown";
8192
8192
  needs_auth: "needs_auth";
8193
8193
  unavailable: "unavailable";
8194
8194
  }>;
@@ -9368,14 +9368,14 @@ declare const ConversationApiInsertSchema: z.ZodObject<OmitProjectScope<{
9368
9368
  }, z.core.$strip>;
9369
9369
  }>, z.core.$strip>;
9370
9370
  declare const ConversationApiUpdateSchema: z.ZodObject<{
9371
- title: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
9372
- userId: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
9373
9371
  id: z.ZodOptional<z.ZodOptional<z.ZodString>>;
9374
9372
  agentId: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
9373
+ title: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
9375
9374
  createdAt: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodString>>>;
9376
9375
  updatedAt: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodString>>>;
9377
9376
  contextConfigId: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodString>>>;
9378
9377
  metadata: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodType<ConversationMetadata, ConversationMetadata, z.core.$ZodTypeInternals<ConversationMetadata, ConversationMetadata>>>>>>;
9378
+ userId: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
9379
9379
  ref: z.ZodOptional<z.ZodOptional<z.ZodObject<{
9380
9380
  type: z.ZodEnum<{
9381
9381
  commit: "commit";
@@ -10914,7 +10914,6 @@ declare const ContextCacheApiUpdateSchema: z.ZodObject<{
10914
10914
  updatedAt: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodString>>>;
10915
10915
  contextConfigId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
10916
10916
  conversationId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
10917
- contextVariableKey: z.ZodOptional<z.ZodOptional<z.ZodString>>;
10918
10917
  ref: z.ZodOptional<z.ZodOptional<z.ZodObject<{
10919
10918
  type: z.ZodEnum<{
10920
10919
  commit: "commit";
@@ -10924,6 +10923,7 @@ declare const ContextCacheApiUpdateSchema: z.ZodObject<{
10924
10923
  name: z.ZodString;
10925
10924
  hash: z.ZodString;
10926
10925
  }, z.core.$strip>>>;
10926
+ contextVariableKey: z.ZodOptional<z.ZodOptional<z.ZodString>>;
10927
10927
  requestHash: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
10928
10928
  fetchedAt: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodString>>>;
10929
10929
  fetchSource: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
@@ -12608,25 +12608,25 @@ declare const EvaluationRunConfigApiSelectSchema: z.ZodObject<OmitProjectScope<{
12608
12608
  id: z.ZodString;
12609
12609
  }>, z.core.$strip>;
12610
12610
  declare const EvaluationRunConfigApiInsertSchema: z.ZodObject<{
12611
- description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
12612
12611
  name: z.ZodString;
12612
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
12613
12613
  createdAt: z.ZodOptional<z.ZodString>;
12614
12614
  updatedAt: z.ZodOptional<z.ZodString>;
12615
12615
  isActive: z.ZodOptional<z.ZodBoolean>;
12616
12616
  suiteConfigIds: z.ZodArray<z.ZodString>;
12617
12617
  }, z.core.$strip>;
12618
12618
  declare const EvaluationRunConfigApiUpdateSchema: z.ZodObject<{
12619
- description: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
12620
12619
  name: z.ZodOptional<z.ZodOptional<z.ZodString>>;
12620
+ description: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
12621
12621
  createdAt: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodString>>>;
12622
12622
  updatedAt: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodString>>>;
12623
12623
  isActive: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodBoolean>>>;
12624
12624
  suiteConfigIds: z.ZodOptional<z.ZodArray<z.ZodString>>;
12625
12625
  }, z.core.$strip>;
12626
12626
  declare const EvaluationRunConfigWithSuiteConfigsApiSelectSchema: z.ZodObject<{
12627
- description: z.ZodNullable<z.ZodString>;
12628
12627
  id: z.ZodString;
12629
12628
  name: z.ZodString;
12629
+ description: z.ZodNullable<z.ZodString>;
12630
12630
  createdAt: z.ZodString;
12631
12631
  updatedAt: z.ZodString;
12632
12632
  isActive: z.ZodBoolean;
@@ -14785,8 +14785,8 @@ declare const EvaluatorApiSelectSchema: z.ZodObject<OmitProjectScope<{
14785
14785
  id: z.ZodString;
14786
14786
  }>, z.core.$strip>;
14787
14787
  declare const EvaluatorApiInsertSchema: z.ZodObject<{
14788
- description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14789
14788
  name: z.ZodString;
14789
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14790
14790
  prompt: z.ZodString;
14791
14791
  model: z.ZodType<{
14792
14792
  model?: string | undefined;
@@ -14807,8 +14807,8 @@ declare const EvaluatorApiInsertSchema: z.ZodObject<{
14807
14807
  passCriteria: z.ZodOptional<z.ZodNullable<z.ZodType<PassCriteria, PassCriteria, z.core.$ZodTypeInternals<PassCriteria, PassCriteria>>>>;
14808
14808
  }, z.core.$strip>;
14809
14809
  declare const EvaluatorApiUpdateSchema: z.ZodObject<{
14810
- description: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
14811
14810
  name: z.ZodOptional<z.ZodOptional<z.ZodString>>;
14811
+ description: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
14812
14812
  prompt: z.ZodOptional<z.ZodOptional<z.ZodString>>;
14813
14813
  model: z.ZodOptional<z.ZodOptional<z.ZodType<{
14814
14814
  model?: string | undefined;
@@ -15722,8 +15722,8 @@ declare const DatasetItemApiUpdateSchema: z.ZodObject<{
15722
15722
  }>>>>>>;
15723
15723
  }, z.core.$strip>;
15724
15724
  declare const DatasetRunItemSchema: z.ZodObject<{
15725
- input: z.ZodOptional<z.ZodType<DatasetItemInput, DatasetItemInput, z.core.$ZodTypeInternals<DatasetItemInput, DatasetItemInput>>>;
15726
15725
  id: z.ZodOptional<z.ZodString>;
15726
+ input: z.ZodOptional<z.ZodType<DatasetItemInput, DatasetItemInput, z.core.$ZodTypeInternals<DatasetItemInput, DatasetItemInput>>>;
15727
15727
  expectedOutput: z.ZodOptional<z.ZodNullable<z.ZodType<DatasetItemExpectedOutput, DatasetItemExpectedOutput, z.core.$ZodTypeInternals<DatasetItemExpectedOutput, DatasetItemExpectedOutput>>>>;
15728
15728
  simulationAgent: z.ZodOptional<z.ZodNullable<z.ZodType<{
15729
15729
  prompt: string;
@@ -15771,8 +15771,8 @@ declare const DatasetRunItemSchema: z.ZodObject<{
15771
15771
  declare const TriggerDatasetRunSchema: z.ZodObject<{
15772
15772
  datasetRunId: z.ZodString;
15773
15773
  items: z.ZodArray<z.ZodObject<{
15774
- input: z.ZodOptional<z.ZodType<DatasetItemInput, DatasetItemInput, z.core.$ZodTypeInternals<DatasetItemInput, DatasetItemInput>>>;
15775
15774
  id: z.ZodOptional<z.ZodString>;
15775
+ input: z.ZodOptional<z.ZodType<DatasetItemInput, DatasetItemInput, z.core.$ZodTypeInternals<DatasetItemInput, DatasetItemInput>>>;
15776
15776
  expectedOutput: z.ZodOptional<z.ZodNullable<z.ZodType<DatasetItemExpectedOutput, DatasetItemExpectedOutput, z.core.$ZodTypeInternals<DatasetItemExpectedOutput, DatasetItemExpectedOutput>>>>;
15777
15777
  simulationAgent: z.ZodOptional<z.ZodNullable<z.ZodType<{
15778
15778
  prompt: string;
@@ -16182,15 +16182,15 @@ declare const DatasetRunConfigApiSelectSchema: z.ZodObject<OmitProjectScope<{
16182
16182
  id: z.ZodString;
16183
16183
  }>, z.core.$strip>;
16184
16184
  declare const DatasetRunConfigApiInsertSchema: z.ZodObject<{
16185
- description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
16186
16185
  name: z.ZodString;
16186
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
16187
16187
  createdAt: z.ZodOptional<z.ZodString>;
16188
16188
  updatedAt: z.ZodOptional<z.ZodString>;
16189
16189
  datasetId: z.ZodString;
16190
16190
  }, z.core.$strip>;
16191
16191
  declare const DatasetRunConfigApiUpdateSchema: z.ZodObject<{
16192
- description: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
16193
16192
  name: z.ZodOptional<z.ZodOptional<z.ZodString>>;
16193
+ description: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
16194
16194
  createdAt: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodString>>>;
16195
16195
  updatedAt: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodString>>>;
16196
16196
  datasetId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
@@ -16500,9 +16500,9 @@ declare const SkillSelectSchema: z.ZodObject<{
16500
16500
  in: {};
16501
16501
  }>;
16502
16502
  declare const SkillInsertSchema: z.ZodObject<{
16503
+ name: z.ZodString;
16503
16504
  description: z.ZodString;
16504
16505
  tenantId: z.ZodString;
16505
- name: z.ZodString;
16506
16506
  projectId: z.ZodString;
16507
16507
  metadata: z.ZodDefault<z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodString>>>>;
16508
16508
  content: z.ZodString;
@@ -16532,9 +16532,9 @@ declare const SkillApiSelectSchema: z.ZodObject<OmitProjectScope<{
16532
16532
  metadata: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodString>>;
16533
16533
  }>, z.core.$strip>;
16534
16534
  declare const SkillApiInsertSchema: z.ZodObject<OmitProjectScope<{
16535
+ name: z.ZodString;
16535
16536
  description: z.ZodString;
16536
16537
  tenantId: z.ZodString;
16537
- name: z.ZodString;
16538
16538
  projectId: z.ZodString;
16539
16539
  metadata: z.ZodDefault<z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodString>>>>;
16540
16540
  content: z.ZodString;
@@ -17659,7 +17659,7 @@ declare const SubAgentDataComponentInsertSchema: drizzle_zod3.BuildSchema<"inser
17659
17659
  }, {}, {
17660
17660
  length: 256;
17661
17661
  }>;
17662
- }, "tenantId" | "id" | "projectId" | "agentId" | "createdAt" | "subAgentId" | "dataComponentId">, undefined>, undefined>;
17662
+ }, "id" | "tenantId" | "projectId" | "agentId" | "createdAt" | "subAgentId" | "dataComponentId">, undefined>, undefined>;
17663
17663
  declare const SubAgentDataComponentUpdateSchema: z.ZodObject<{
17664
17664
  dataComponentId: z.ZodOptional<z.ZodString>;
17665
17665
  createdAt: z.ZodOptional<z.ZodOptional<z.ZodString>>;
@@ -18256,9 +18256,9 @@ declare const ArtifactComponentApiInsertSchema: z.ZodObject<{
18256
18256
  in: {};
18257
18257
  }>;
18258
18258
  declare const ArtifactComponentApiUpdateSchema: z.ZodObject<{
18259
- description: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
18260
18259
  id: z.ZodOptional<z.ZodOptional<z.ZodString>>;
18261
18260
  name: z.ZodOptional<z.ZodOptional<z.ZodString>>;
18261
+ description: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
18262
18262
  createdAt: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodString>>>;
18263
18263
  updatedAt: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodString>>>;
18264
18264
  props: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodType<{
@@ -18693,9 +18693,9 @@ declare const SubAgentSkillApiUpdateSchema: z.ZodObject<{
18693
18693
  skillId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
18694
18694
  }, z.core.$strip>;
18695
18695
  declare const SubAgentSkillWithIndexSchema: z.ZodObject<{
18696
- description: z.ZodString;
18697
18696
  id: z.ZodString;
18698
18697
  name: z.ZodString;
18698
+ description: z.ZodString;
18699
18699
  createdAt: z.ZodString;
18700
18700
  updatedAt: z.ZodString;
18701
18701
  metadata: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodString>>;
@@ -18770,18 +18770,18 @@ declare const ExternalAgentApiInsertSchema: z.ZodObject<OmitProjectScope<{
18770
18770
  id: z.ZodString;
18771
18771
  }>, z.core.$strip>;
18772
18772
  declare const ExternalAgentApiUpdateSchema: z.ZodObject<{
18773
- description: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
18774
18773
  id: z.ZodOptional<z.ZodOptional<z.ZodString>>;
18775
18774
  name: z.ZodOptional<z.ZodOptional<z.ZodString>>;
18775
+ description: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
18776
18776
  createdAt: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodString>>>;
18777
18777
  updatedAt: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodString>>>;
18778
18778
  credentialReferenceId: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
18779
18779
  baseUrl: z.ZodOptional<z.ZodOptional<z.ZodString>>;
18780
18780
  }, z.core.$strip>;
18781
18781
  declare const AllAgentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
18782
- description: z.ZodNullable<z.ZodString>;
18783
18782
  id: z.ZodString;
18784
18783
  name: z.ZodString;
18784
+ description: z.ZodNullable<z.ZodString>;
18785
18785
  prompt: z.ZodNullable<z.ZodString>;
18786
18786
  conversationHistoryConfig: z.ZodNullable<z.ZodType<ConversationHistoryConfig, ConversationHistoryConfig, z.core.$ZodTypeInternals<ConversationHistoryConfig, ConversationHistoryConfig>>>;
18787
18787
  models: z.ZodNullable<z.ZodType<{
@@ -18850,9 +18850,9 @@ declare const AllAgentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
18850
18850
  updatedAt: z.ZodString;
18851
18851
  type: z.ZodLiteral<"internal">;
18852
18852
  }, z.core.$strip>, z.ZodObject<{
18853
- description: z.ZodNullable<z.ZodString>;
18854
18853
  id: z.ZodString;
18855
18854
  name: z.ZodString;
18855
+ description: z.ZodNullable<z.ZodString>;
18856
18856
  createdAt: z.ZodString;
18857
18857
  updatedAt: z.ZodString;
18858
18858
  credentialReferenceId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -19323,8 +19323,8 @@ declare const ApiKeyUpdateSchema: z.ZodObject<{
19323
19323
  name: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
19324
19324
  agentId: z.ZodOptional<z.ZodString>;
19325
19325
  updatedAt: z.ZodOptional<z.ZodOptional<z.ZodString>>;
19326
- expiresAt: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
19327
19326
  lastUsedAt: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
19327
+ expiresAt: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
19328
19328
  }, {
19329
19329
  out: {};
19330
19330
  in: {};
@@ -19335,10 +19335,10 @@ declare const ApiKeyApiSelectSchema: z.ZodObject<{
19335
19335
  agentId: z.ZodString;
19336
19336
  createdAt: z.ZodString;
19337
19337
  updatedAt: z.ZodString;
19338
- expiresAt: z.ZodNullable<z.ZodString>;
19339
19338
  publicId: z.ZodString;
19340
19339
  keyPrefix: z.ZodString;
19341
19340
  lastUsedAt: z.ZodNullable<z.ZodString>;
19341
+ expiresAt: z.ZodNullable<z.ZodString>;
19342
19342
  }, {
19343
19343
  out: {};
19344
19344
  in: {};
@@ -19351,10 +19351,10 @@ declare const ApiKeyApiCreationResponseSchema: z.ZodObject<{
19351
19351
  agentId: z.ZodString;
19352
19352
  createdAt: z.ZodString;
19353
19353
  updatedAt: z.ZodString;
19354
- expiresAt: z.ZodNullable<z.ZodString>;
19355
19354
  publicId: z.ZodString;
19356
19355
  keyPrefix: z.ZodString;
19357
19356
  lastUsedAt: z.ZodNullable<z.ZodString>;
19357
+ expiresAt: z.ZodNullable<z.ZodString>;
19358
19358
  }, {
19359
19359
  out: {};
19360
19360
  in: {};
@@ -19376,8 +19376,8 @@ declare const ApiKeyApiUpdateSchema: z.ZodObject<{
19376
19376
  name: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
19377
19377
  agentId: z.ZodOptional<z.ZodString>;
19378
19378
  updatedAt: z.ZodOptional<z.ZodOptional<z.ZodString>>;
19379
- expiresAt: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
19380
19379
  lastUsedAt: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
19380
+ expiresAt: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
19381
19381
  }, {
19382
19382
  out: {};
19383
19383
  in: {};
@@ -19868,15 +19868,15 @@ declare const CredentialReferenceUpdateSchema: z.ZodObject<{
19868
19868
  in: {};
19869
19869
  }>;
19870
19870
  declare const CredentialReferenceApiSelectSchema: z.ZodObject<{
19871
- userId: z.ZodNullable<z.ZodString>;
19872
19871
  id: z.ZodString;
19873
19872
  name: z.ZodString;
19874
19873
  createdAt: z.ZodString;
19875
19874
  updatedAt: z.ZodString;
19876
19875
  toolId: z.ZodNullable<z.ZodString>;
19877
- createdBy: z.ZodNullable<z.ZodString>;
19878
19876
  credentialStoreId: z.ZodString;
19879
19877
  retrievalParams: z.ZodNullable<z.ZodType<Record<string, unknown>, Record<string, unknown>, z.core.$ZodTypeInternals<Record<string, unknown>, Record<string, unknown>>>>;
19878
+ userId: z.ZodNullable<z.ZodString>;
19879
+ createdBy: z.ZodNullable<z.ZodString>;
19880
19880
  type: z.ZodEnum<{
19881
19881
  readonly memory: "memory";
19882
19882
  readonly keychain: "keychain";
@@ -20459,15 +20459,15 @@ declare const CredentialReferenceApiSelectSchema: z.ZodObject<{
20459
20459
  }>>>;
20460
20460
  }, z.core.$strip>;
20461
20461
  declare const CredentialReferenceApiInsertSchema: z.ZodObject<{
20462
- userId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
20463
20462
  id: z.ZodString;
20464
20463
  name: z.ZodString;
20465
20464
  createdAt: z.ZodOptional<z.ZodString>;
20466
20465
  updatedAt: z.ZodOptional<z.ZodString>;
20467
20466
  toolId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
20468
- createdBy: z.ZodOptional<z.ZodNullable<z.ZodString>>;
20469
20467
  credentialStoreId: z.ZodString;
20470
20468
  retrievalParams: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
20469
+ userId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
20470
+ createdBy: z.ZodOptional<z.ZodNullable<z.ZodString>>;
20471
20471
  type: z.ZodEnum<{
20472
20472
  readonly memory: "memory";
20473
20473
  readonly keychain: "keychain";
@@ -20475,15 +20475,15 @@ declare const CredentialReferenceApiInsertSchema: z.ZodObject<{
20475
20475
  }>;
20476
20476
  }, z.core.$strip>;
20477
20477
  declare const CredentialReferenceApiUpdateSchema: z.ZodObject<{
20478
- userId: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
20479
20478
  id: z.ZodOptional<z.ZodOptional<z.ZodString>>;
20480
20479
  name: z.ZodOptional<z.ZodOptional<z.ZodString>>;
20481
20480
  createdAt: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodString>>>;
20482
20481
  updatedAt: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodString>>>;
20483
20482
  toolId: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
20484
- createdBy: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
20485
20483
  credentialStoreId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
20486
20484
  retrievalParams: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>>>;
20485
+ userId: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
20486
+ createdBy: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
20487
20487
  type: z.ZodOptional<z.ZodEnum<{
20488
20488
  readonly memory: "memory";
20489
20489
  readonly keychain: "keychain";
@@ -20591,9 +20591,9 @@ declare const McpToolSchema: z.ZodObject<{
20591
20591
  inputSchema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
20592
20592
  }, z.core.$strip>>>;
20593
20593
  status: z.ZodDefault<z.ZodEnum<{
20594
+ unknown: "unknown";
20594
20595
  healthy: "healthy";
20595
20596
  unhealthy: "unhealthy";
20596
- unknown: "unknown";
20597
20597
  needs_auth: "needs_auth";
20598
20598
  unavailable: "unavailable";
20599
20599
  }>>;
@@ -20609,13 +20609,13 @@ declare const MCPToolConfigSchema: z.ZodObject<{
20609
20609
  id: z.ZodString;
20610
20610
  name: z.ZodString;
20611
20611
  headers: z.ZodOptional<z.ZodNullable<z.ZodType<Record<string, string>, Record<string, string>, z.core.$ZodTypeInternals<Record<string, string>, Record<string, string>>>>>;
20612
- expiresAt: z.ZodOptional<z.ZodString>;
20613
20612
  createdBy: z.ZodOptional<z.ZodString>;
20614
20613
  credentialScope: z.ZodOptional<z.ZodString>;
20615
20614
  imageUrl: z.ZodOptional<z.ZodString>;
20616
20615
  capabilities: z.ZodOptional<z.ZodNullable<z.ZodType<ToolServerCapabilities, ToolServerCapabilities, z.core.$ZodTypeInternals<ToolServerCapabilities, ToolServerCapabilities>>>>;
20617
20616
  lastError: z.ZodOptional<z.ZodNullable<z.ZodString>>;
20618
20617
  isWorkApp: z.ZodOptional<z.ZodBoolean>;
20618
+ expiresAt: z.ZodOptional<z.ZodString>;
20619
20619
  availableTools: z.ZodOptional<z.ZodArray<z.ZodObject<{
20620
20620
  name: z.ZodString;
20621
20621
  description: z.ZodOptional<z.ZodString>;
@@ -20642,15 +20642,15 @@ declare const MCPToolConfigSchema: z.ZodObject<{
20642
20642
  sessionId: z.ZodOptional<z.ZodString>;
20643
20643
  }, z.core.$strip>>;
20644
20644
  credential: z.ZodOptional<z.ZodObject<{
20645
- userId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
20646
20645
  id: z.ZodString;
20647
20646
  name: z.ZodString;
20648
20647
  createdAt: z.ZodOptional<z.ZodString>;
20649
20648
  updatedAt: z.ZodOptional<z.ZodString>;
20650
20649
  toolId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
20651
- createdBy: z.ZodOptional<z.ZodNullable<z.ZodString>>;
20652
20650
  credentialStoreId: z.ZodString;
20653
20651
  retrievalParams: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
20652
+ userId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
20653
+ createdBy: z.ZodOptional<z.ZodNullable<z.ZodString>>;
20654
20654
  type: z.ZodEnum<{
20655
20655
  readonly memory: "memory";
20656
20656
  readonly keychain: "keychain";
@@ -20785,9 +20785,9 @@ declare const ToolApiInsertSchema: z.ZodObject<OmitProjectScope<{
20785
20785
  }, z.core.$strip>;
20786
20786
  }>, z.core.$strip>;
20787
20787
  declare const ToolApiUpdateSchema: z.ZodObject<{
20788
- description: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
20789
20788
  id: z.ZodOptional<z.ZodOptional<z.ZodString>>;
20790
20789
  name: z.ZodOptional<z.ZodOptional<z.ZodString>>;
20790
+ description: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
20791
20791
  createdAt: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodString>>>;
20792
20792
  updatedAt: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodString>>>;
20793
20793
  headers: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodType<Record<string, string>, Record<string, string>, z.core.$ZodTypeInternals<Record<string, string>, Record<string, string>>>>>>>;
@@ -21186,9 +21186,9 @@ declare const FunctionToolUpdateSchema: z.ZodObject<{
21186
21186
  in: {};
21187
21187
  }>;
21188
21188
  declare const FunctionToolApiSelectSchema: z.ZodObject<{
21189
- description: z.ZodNullable<z.ZodString>;
21190
21189
  id: z.ZodString;
21191
21190
  name: z.ZodString;
21191
+ description: z.ZodNullable<z.ZodString>;
21192
21192
  agentId: z.ZodString;
21193
21193
  createdAt: z.ZodString;
21194
21194
  updatedAt: z.ZodString;
@@ -21207,9 +21207,9 @@ declare const FunctionToolApiInsertSchema: z.ZodObject<OmitAgentScope<{
21207
21207
  id: z.ZodString;
21208
21208
  }>, z.core.$strip>;
21209
21209
  declare const FunctionToolApiUpdateSchema: z.ZodObject<{
21210
- description: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
21211
21210
  id: z.ZodOptional<z.ZodOptional<z.ZodString>>;
21212
21211
  name: z.ZodOptional<z.ZodOptional<z.ZodString>>;
21212
+ description: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
21213
21213
  agentId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
21214
21214
  createdAt: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodString>>>;
21215
21215
  updatedAt: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodString>>>;
@@ -21980,15 +21980,15 @@ declare const FetchDefinitionSchema: z.ZodObject<{
21980
21980
  responseSchema: z.ZodOptional<z.ZodAny>;
21981
21981
  defaultValue: z.ZodOptional<z.ZodAny>;
21982
21982
  credential: z.ZodOptional<z.ZodObject<{
21983
- userId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
21984
21983
  id: z.ZodString;
21985
21984
  name: z.ZodString;
21986
21985
  createdAt: z.ZodOptional<z.ZodString>;
21987
21986
  updatedAt: z.ZodOptional<z.ZodString>;
21988
21987
  toolId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
21989
- createdBy: z.ZodOptional<z.ZodNullable<z.ZodString>>;
21990
21988
  credentialStoreId: z.ZodString;
21991
21989
  retrievalParams: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
21990
+ userId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
21991
+ createdBy: z.ZodOptional<z.ZodNullable<z.ZodString>>;
21992
21992
  type: z.ZodEnum<{
21993
21993
  readonly memory: "memory";
21994
21994
  readonly keychain: "keychain";
@@ -22010,8 +22010,8 @@ declare const ContextConfigSelectSchema: z.ZodObject<{
22010
22010
  in: {};
22011
22011
  }>;
22012
22012
  declare const ContextConfigInsertSchema: z.ZodObject<{
22013
- tenantId: z.ZodString;
22014
22013
  id: z.ZodOptional<z.ZodString>;
22014
+ tenantId: z.ZodString;
22015
22015
  projectId: z.ZodString;
22016
22016
  agentId: z.ZodString;
22017
22017
  headersSchema: z.ZodOptional<z.ZodNullable<z.ZodAny>>;
@@ -22021,8 +22021,8 @@ declare const ContextConfigInsertSchema: z.ZodObject<{
22021
22021
  in: {};
22022
22022
  }>;
22023
22023
  declare const ContextConfigUpdateSchema: z.ZodObject<{
22024
- tenantId: z.ZodOptional<z.ZodString>;
22025
22024
  id: z.ZodOptional<z.ZodOptional<z.ZodString>>;
22025
+ tenantId: z.ZodOptional<z.ZodString>;
22026
22026
  projectId: z.ZodOptional<z.ZodString>;
22027
22027
  agentId: z.ZodOptional<z.ZodString>;
22028
22028
  headersSchema: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodAny>>>;
@@ -24666,7 +24666,7 @@ declare const LedgerArtifactInsertSchema: drizzle_zod3.BuildSchema<"insert", {
24666
24666
  }, {}, {
24667
24667
  length: 256;
24668
24668
  }>;
24669
- }, "type" | "description" | "tenantId" | "id" | "name" | "projectId" | "createdAt" | "updatedAt" | "metadata" | "taskId" | "contextId" | "visibility" | "toolCallId" | "parts" | "summary" | "mime" | "allowedAgents" | "derivedFrom">, undefined>, undefined>;
24669
+ }, "id" | "name" | "description" | "tenantId" | "projectId" | "type" | "createdAt" | "updatedAt" | "metadata" | "taskId" | "contextId" | "visibility" | "toolCallId" | "parts" | "summary" | "mime" | "allowedAgents" | "derivedFrom">, undefined>, undefined>;
24670
24670
  declare const LedgerArtifactUpdateSchema: z.ZodObject<{
24671
24671
  createdAt: z.ZodOptional<z.ZodOptional<z.ZodString>>;
24672
24672
  updatedAt: z.ZodOptional<z.ZodOptional<z.ZodString>>;
@@ -24731,10 +24731,10 @@ declare const LedgerArtifactApiInsertSchema: z.ZodObject<OmitProjectScope<{
24731
24731
  id: z.ZodString;
24732
24732
  }>, z.core.$strip>;
24733
24733
  declare const LedgerArtifactApiUpdateSchema: z.ZodObject<{
24734
- type: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodString>>>;
24735
- description: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
24736
24734
  id: z.ZodOptional<z.ZodOptional<z.ZodString>>;
24737
24735
  name: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
24736
+ description: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>>;
24737
+ type: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodString>>>;
24738
24738
  createdAt: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodString>>>;
24739
24739
  updatedAt: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodString>>>;
24740
24740
  metadata: z.ZodOptional<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodType<drizzle_zod3.Json, unknown, z.core.$ZodTypeInternals<drizzle_zod3.Json, unknown>>>>>>;
@@ -24811,9 +24811,9 @@ declare const TeamAgentSchema: z.ZodObject<{
24811
24811
  description: z.ZodString;
24812
24812
  }, z.core.$strip>;
24813
24813
  declare const FullAgentAgentInsertSchema: z.ZodObject<{
24814
- description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
24815
24814
  id: z.ZodString;
24816
24815
  name: z.ZodString;
24816
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
24817
24817
  conversationHistoryConfig: z.ZodOptional<z.ZodNullable<z.ZodType<ConversationHistoryConfig, ConversationHistoryConfig, z.core.$ZodTypeInternals<ConversationHistoryConfig, ConversationHistoryConfig>>>>;
24818
24818
  models: z.ZodOptional<z.ZodObject<{
24819
24819
  base: z.ZodOptional<z.ZodObject<{
@@ -24870,17 +24870,17 @@ declare const FullAgentAgentInsertSchema: z.ZodObject<{
24870
24870
  }, z.core.$strip>]>>>;
24871
24871
  }, z.core.$strip>;
24872
24872
  declare const AgentWithinContextOfProjectSchema: z.ZodObject<{
24873
- description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
24874
24873
  name: z.ZodString;
24874
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
24875
24875
  defaultSubAgentId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
24876
24876
  createdAt: z.ZodOptional<z.ZodString>;
24877
24877
  updatedAt: z.ZodOptional<z.ZodString>;
24878
24878
  contextConfigId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
24879
24879
  id: z.ZodString;
24880
24880
  subAgents: z.ZodRecord<z.ZodString, z.ZodObject<{
24881
- description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
24882
24881
  id: z.ZodString;
24883
24882
  name: z.ZodString;
24883
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
24884
24884
  conversationHistoryConfig: z.ZodOptional<z.ZodNullable<z.ZodType<ConversationHistoryConfig, ConversationHistoryConfig, z.core.$ZodTypeInternals<ConversationHistoryConfig, ConversationHistoryConfig>>>>;
24885
24885
  models: z.ZodOptional<z.ZodObject<{
24886
24886
  base: z.ZodOptional<z.ZodObject<{
@@ -25014,8 +25014,8 @@ declare const AgentWithinContextOfProjectSchema: z.ZodObject<{
25014
25014
  executeCode: z.ZodString;
25015
25015
  }, z.core.$strip>>>;
25016
25016
  triggers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
25017
- description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
25018
25017
  name: z.ZodString;
25018
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
25019
25019
  createdAt: z.ZodOptional<z.ZodString>;
25020
25020
  updatedAt: z.ZodOptional<z.ZodString>;
25021
25021
  enabled: z.ZodOptional<z.ZodBoolean>;
@@ -25028,8 +25028,8 @@ declare const AgentWithinContextOfProjectSchema: z.ZodObject<{
25028
25028
  id: z.ZodOptional<z.ZodString>;
25029
25029
  }, z.core.$strip>>>;
25030
25030
  scheduledTriggers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
25031
- description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
25032
25031
  name: z.ZodString;
25032
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
25033
25033
  createdAt: z.ZodOptional<z.ZodString>;
25034
25034
  updatedAt: z.ZodOptional<z.ZodString>;
25035
25035
  enabled: z.ZodOptional<z.ZodBoolean>;
@@ -25142,10 +25142,10 @@ declare const ProjectSelectSchema: z.ZodObject<{
25142
25142
  in: {};
25143
25143
  }>;
25144
25144
  declare const ProjectInsertSchema: z.ZodObject<{
25145
- description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
25146
- tenantId: z.ZodString;
25147
25145
  id: z.ZodString;
25148
25146
  name: z.ZodString;
25147
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
25148
+ tenantId: z.ZodString;
25149
25149
  models: z.ZodObject<{
25150
25150
  base: z.ZodObject<{
25151
25151
  model: z.ZodOptional<z.ZodString>;
@@ -25169,8 +25169,8 @@ declare const ProjectInsertSchema: z.ZodObject<{
25169
25169
  in: {};
25170
25170
  }>;
25171
25171
  declare const ProjectUpdateSchema: z.ZodObject<{
25172
- description: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
25173
25172
  name: z.ZodOptional<z.ZodString>;
25173
+ description: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
25174
25174
  models: z.ZodOptional<z.ZodObject<{
25175
25175
  base: z.ZodObject<{
25176
25176
  model: z.ZodOptional<z.ZodString>;
@@ -25194,9 +25194,9 @@ declare const ProjectUpdateSchema: z.ZodObject<{
25194
25194
  in: {};
25195
25195
  }>;
25196
25196
  declare const ProjectApiSelectSchema: z.ZodObject<{
25197
- description: z.ZodNullable<z.ZodString>;
25198
25197
  id: z.ZodString;
25199
25198
  name: z.ZodString;
25199
+ description: z.ZodNullable<z.ZodString>;
25200
25200
  models: z.ZodNullable<z.ZodObject<{
25201
25201
  base: z.ZodObject<{
25202
25202
  model: z.ZodOptional<z.ZodString>;
@@ -25222,9 +25222,9 @@ declare const ProjectApiSelectSchema: z.ZodObject<{
25222
25222
  in: {};
25223
25223
  }>;
25224
25224
  declare const ProjectApiInsertSchema: z.ZodObject<{
25225
- description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
25226
25225
  id: z.ZodString;
25227
25226
  name: z.ZodString;
25227
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
25228
25228
  models: z.ZodObject<{
25229
25229
  base: z.ZodObject<{
25230
25230
  model: z.ZodOptional<z.ZodString>;
@@ -25248,8 +25248,8 @@ declare const ProjectApiInsertSchema: z.ZodObject<{
25248
25248
  in: {};
25249
25249
  }>;
25250
25250
  declare const ProjectApiUpdateSchema: z.ZodObject<{
25251
- description: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
25252
25251
  name: z.ZodOptional<z.ZodString>;
25252
+ description: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
25253
25253
  models: z.ZodOptional<z.ZodObject<{
25254
25254
  base: z.ZodObject<{
25255
25255
  model: z.ZodOptional<z.ZodString>;
@@ -25273,9 +25273,9 @@ declare const ProjectApiUpdateSchema: z.ZodObject<{
25273
25273
  in: {};
25274
25274
  }>;
25275
25275
  declare const FullProjectDefinitionSchema: z.ZodObject<{
25276
- description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
25277
25276
  id: z.ZodString;
25278
25277
  name: z.ZodString;
25278
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
25279
25279
  models: z.ZodObject<{
25280
25280
  base: z.ZodObject<{
25281
25281
  model: z.ZodOptional<z.ZodString>;
@@ -25295,17 +25295,17 @@ declare const FullProjectDefinitionSchema: z.ZodObject<{
25295
25295
  stepCountIs: z.ZodOptional<z.ZodNumber>;
25296
25296
  }, z.core.$strip>>;
25297
25297
  agents: z.ZodRecord<z.ZodString, z.ZodObject<{
25298
- description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
25299
25298
  name: z.ZodString;
25299
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
25300
25300
  defaultSubAgentId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
25301
25301
  createdAt: z.ZodOptional<z.ZodString>;
25302
25302
  updatedAt: z.ZodOptional<z.ZodString>;
25303
25303
  contextConfigId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
25304
25304
  id: z.ZodString;
25305
25305
  subAgents: z.ZodRecord<z.ZodString, z.ZodObject<{
25306
- description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
25307
25306
  id: z.ZodString;
25308
25307
  name: z.ZodString;
25308
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
25309
25309
  conversationHistoryConfig: z.ZodOptional<z.ZodNullable<z.ZodType<ConversationHistoryConfig, ConversationHistoryConfig, z.core.$ZodTypeInternals<ConversationHistoryConfig, ConversationHistoryConfig>>>>;
25310
25310
  models: z.ZodOptional<z.ZodObject<{
25311
25311
  base: z.ZodOptional<z.ZodObject<{
@@ -25439,8 +25439,8 @@ declare const FullProjectDefinitionSchema: z.ZodObject<{
25439
25439
  executeCode: z.ZodString;
25440
25440
  }, z.core.$strip>>>;
25441
25441
  triggers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
25442
- description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
25443
25442
  name: z.ZodString;
25443
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
25444
25444
  createdAt: z.ZodOptional<z.ZodString>;
25445
25445
  updatedAt: z.ZodOptional<z.ZodString>;
25446
25446
  enabled: z.ZodOptional<z.ZodBoolean>;
@@ -25453,8 +25453,8 @@ declare const FullProjectDefinitionSchema: z.ZodObject<{
25453
25453
  id: z.ZodOptional<z.ZodString>;
25454
25454
  }, z.core.$strip>>>;
25455
25455
  scheduledTriggers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
25456
- description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
25457
25456
  name: z.ZodString;
25457
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
25458
25458
  createdAt: z.ZodOptional<z.ZodString>;
25459
25459
  updatedAt: z.ZodOptional<z.ZodString>;
25460
25460
  enabled: z.ZodOptional<z.ZodBoolean>;
@@ -25569,9 +25569,9 @@ declare const FullProjectDefinitionSchema: z.ZodObject<{
25569
25569
  executeCode: z.ZodString;
25570
25570
  }, z.core.$strip>>>;
25571
25571
  skills: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<OmitProjectScope<{
25572
+ name: z.ZodString;
25572
25573
  description: z.ZodString;
25573
25574
  tenantId: z.ZodString;
25574
- name: z.ZodString;
25575
25575
  projectId: z.ZodString;
25576
25576
  metadata: z.ZodDefault<z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodString>>>>;
25577
25577
  content: z.ZodString;
@@ -25658,15 +25658,15 @@ declare const FullProjectDefinitionSchema: z.ZodObject<{
25658
25658
  }, z.core.$strip>>>;
25659
25659
  }, z.core.$strip>>;
25660
25660
  credentialReferences: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
25661
- userId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
25662
25661
  id: z.ZodString;
25663
25662
  name: z.ZodString;
25664
25663
  createdAt: z.ZodOptional<z.ZodString>;
25665
25664
  updatedAt: z.ZodOptional<z.ZodString>;
25666
25665
  toolId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
25667
- createdBy: z.ZodOptional<z.ZodNullable<z.ZodString>>;
25668
25666
  credentialStoreId: z.ZodString;
25669
25667
  retrievalParams: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
25668
+ userId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
25669
+ createdBy: z.ZodOptional<z.ZodNullable<z.ZodString>>;
25670
25670
  type: z.ZodEnum<{
25671
25671
  readonly memory: "memory";
25672
25672
  readonly keychain: "keychain";
@@ -25680,9 +25680,9 @@ declare const FullProjectDefinitionSchema: z.ZodObject<{
25680
25680
  in: {};
25681
25681
  }>;
25682
25682
  declare const FullAgentSubAgentSelectSchema: z.ZodObject<{
25683
- description: z.ZodNullable<z.ZodString>;
25684
25683
  id: z.ZodString;
25685
25684
  name: z.ZodString;
25685
+ description: z.ZodNullable<z.ZodString>;
25686
25686
  conversationHistoryConfig: z.ZodNullable<z.ZodType<ConversationHistoryConfig, ConversationHistoryConfig, z.core.$ZodTypeInternals<ConversationHistoryConfig, ConversationHistoryConfig>>>;
25687
25687
  models: z.ZodNullable<z.ZodType<{
25688
25688
  base?: {
@@ -25773,9 +25773,9 @@ declare const FullAgentSubAgentSelectSchema: z.ZodObject<{
25773
25773
  }, z.core.$strip>]>>>;
25774
25774
  }, z.core.$strip>;
25775
25775
  declare const FullAgentSubAgentSelectSchemaWithRelationIds: z.ZodObject<{
25776
- description: z.ZodNullable<z.ZodString>;
25777
25776
  id: z.ZodString;
25778
25777
  name: z.ZodString;
25778
+ description: z.ZodNullable<z.ZodString>;
25779
25779
  conversationHistoryConfig: z.ZodNullable<z.ZodType<ConversationHistoryConfig, ConversationHistoryConfig, z.core.$ZodTypeInternals<ConversationHistoryConfig, ConversationHistoryConfig>>>;
25780
25780
  models: z.ZodNullable<z.ZodType<{
25781
25781
  base?: {
@@ -25872,17 +25872,17 @@ declare const FullAgentSubAgentSelectSchemaWithRelationIds: z.ZodObject<{
25872
25872
  }, z.core.$strip>]>>>;
25873
25873
  }, z.core.$strip>;
25874
25874
  declare const AgentWithinContextOfProjectSelectSchema: z.ZodObject<{
25875
- description: z.ZodNullable<z.ZodString>;
25876
25875
  id: z.ZodString;
25877
25876
  name: z.ZodString;
25877
+ description: z.ZodNullable<z.ZodString>;
25878
25878
  defaultSubAgentId: z.ZodNullable<z.ZodString>;
25879
25879
  createdAt: z.ZodString;
25880
25880
  updatedAt: z.ZodString;
25881
25881
  contextConfigId: z.ZodNullable<z.ZodString>;
25882
25882
  subAgents: z.ZodRecord<z.ZodString, z.ZodObject<{
25883
- description: z.ZodNullable<z.ZodString>;
25884
25883
  id: z.ZodString;
25885
25884
  name: z.ZodString;
25885
+ description: z.ZodNullable<z.ZodString>;
25886
25886
  conversationHistoryConfig: z.ZodNullable<z.ZodType<ConversationHistoryConfig, ConversationHistoryConfig, z.core.$ZodTypeInternals<ConversationHistoryConfig, ConversationHistoryConfig>>>;
25887
25887
  models: z.ZodNullable<z.ZodType<{
25888
25888
  base?: {
@@ -26018,9 +26018,9 @@ declare const AgentWithinContextOfProjectSelectSchema: z.ZodObject<{
26018
26018
  description: z.ZodString;
26019
26019
  }, z.core.$strip>>>;
26020
26020
  functionTools: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodObject<{
26021
- description: z.ZodNullable<z.ZodString>;
26022
26021
  id: z.ZodString;
26023
26022
  name: z.ZodString;
26023
+ description: z.ZodNullable<z.ZodString>;
26024
26024
  agentId: z.ZodString;
26025
26025
  createdAt: z.ZodString;
26026
26026
  updatedAt: z.ZodString;
@@ -26098,9 +26098,9 @@ declare const AgentWithinContextOfProjectSelectSchema: z.ZodObject<{
26098
26098
  prompt: z.ZodNullable<z.ZodString>;
26099
26099
  }, z.core.$strip>;
26100
26100
  declare const AgentWithinContextOfProjectSelectSchemaWithRelationIds: z.ZodObject<{
26101
- description: z.ZodNullable<z.ZodString>;
26102
26101
  id: z.ZodString;
26103
26102
  name: z.ZodString;
26103
+ description: z.ZodNullable<z.ZodString>;
26104
26104
  defaultSubAgentId: z.ZodNullable<z.ZodString>;
26105
26105
  createdAt: z.ZodString;
26106
26106
  updatedAt: z.ZodString;
@@ -26151,9 +26151,9 @@ declare const AgentWithinContextOfProjectSelectSchemaWithRelationIds: z.ZodObjec
26151
26151
  description: z.ZodString;
26152
26152
  }, z.core.$strip>>>;
26153
26153
  functionTools: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodObject<{
26154
- description: z.ZodNullable<z.ZodString>;
26155
26154
  id: z.ZodString;
26156
26155
  name: z.ZodString;
26156
+ description: z.ZodNullable<z.ZodString>;
26157
26157
  agentId: z.ZodString;
26158
26158
  createdAt: z.ZodString;
26159
26159
  updatedAt: z.ZodString;
@@ -26230,9 +26230,9 @@ declare const AgentWithinContextOfProjectSelectSchemaWithRelationIds: z.ZodObjec
26230
26230
  }, z.core.$strip>>;
26231
26231
  prompt: z.ZodNullable<z.ZodString>;
26232
26232
  subAgents: z.ZodRecord<z.ZodString, z.ZodObject<{
26233
- description: z.ZodNullable<z.ZodString>;
26234
26233
  id: z.ZodString;
26235
26234
  name: z.ZodString;
26235
+ description: z.ZodNullable<z.ZodString>;
26236
26236
  conversationHistoryConfig: z.ZodNullable<z.ZodType<ConversationHistoryConfig, ConversationHistoryConfig, z.core.$ZodTypeInternals<ConversationHistoryConfig, ConversationHistoryConfig>>>;
26237
26237
  models: z.ZodNullable<z.ZodType<{
26238
26238
  base?: {
@@ -26330,9 +26330,9 @@ declare const AgentWithinContextOfProjectSelectSchemaWithRelationIds: z.ZodObjec
26330
26330
  }, z.core.$strip>>;
26331
26331
  }, z.core.$strip>;
26332
26332
  declare const FullProjectSelectSchema: z.ZodObject<{
26333
- description: z.ZodNullable<z.ZodString>;
26334
26333
  id: z.ZodString;
26335
26334
  name: z.ZodString;
26335
+ description: z.ZodNullable<z.ZodString>;
26336
26336
  models: z.ZodNullable<z.ZodObject<{
26337
26337
  base: z.ZodObject<{
26338
26338
  model: z.ZodOptional<z.ZodString>;
@@ -26354,17 +26354,17 @@ declare const FullProjectSelectSchema: z.ZodObject<{
26354
26354
  createdAt: z.ZodString;
26355
26355
  updatedAt: z.ZodString;
26356
26356
  agents: z.ZodRecord<z.ZodString, z.ZodObject<{
26357
- description: z.ZodNullable<z.ZodString>;
26358
26357
  id: z.ZodString;
26359
26358
  name: z.ZodString;
26359
+ description: z.ZodNullable<z.ZodString>;
26360
26360
  defaultSubAgentId: z.ZodNullable<z.ZodString>;
26361
26361
  createdAt: z.ZodString;
26362
26362
  updatedAt: z.ZodString;
26363
26363
  contextConfigId: z.ZodNullable<z.ZodString>;
26364
26364
  subAgents: z.ZodRecord<z.ZodString, z.ZodObject<{
26365
- description: z.ZodNullable<z.ZodString>;
26366
26365
  id: z.ZodString;
26367
26366
  name: z.ZodString;
26367
+ description: z.ZodNullable<z.ZodString>;
26368
26368
  conversationHistoryConfig: z.ZodNullable<z.ZodType<ConversationHistoryConfig, ConversationHistoryConfig, z.core.$ZodTypeInternals<ConversationHistoryConfig, ConversationHistoryConfig>>>;
26369
26369
  models: z.ZodNullable<z.ZodType<{
26370
26370
  base?: {
@@ -26500,9 +26500,9 @@ declare const FullProjectSelectSchema: z.ZodObject<{
26500
26500
  description: z.ZodString;
26501
26501
  }, z.core.$strip>>>;
26502
26502
  functionTools: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodObject<{
26503
- description: z.ZodNullable<z.ZodString>;
26504
26503
  id: z.ZodString;
26505
26504
  name: z.ZodString;
26505
+ description: z.ZodNullable<z.ZodString>;
26506
26506
  agentId: z.ZodString;
26507
26507
  createdAt: z.ZodString;
26508
26508
  updatedAt: z.ZodString;
@@ -26609,9 +26609,9 @@ declare const FullProjectSelectSchema: z.ZodObject<{
26609
26609
  id: z.ZodString;
26610
26610
  }>, z.core.$strip>>;
26611
26611
  functionTools: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodObject<{
26612
- description: z.ZodNullable<z.ZodString>;
26613
26612
  id: z.ZodString;
26614
26613
  name: z.ZodString;
26614
+ description: z.ZodNullable<z.ZodString>;
26615
26615
  agentId: z.ZodString;
26616
26616
  createdAt: z.ZodString;
26617
26617
  updatedAt: z.ZodString;
@@ -26757,15 +26757,15 @@ declare const FullProjectSelectSchema: z.ZodObject<{
26757
26757
  }, z.core.$strip>>>;
26758
26758
  }, z.core.$strip>>;
26759
26759
  credentialReferences: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodObject<{
26760
- userId: z.ZodNullable<z.ZodString>;
26761
26760
  id: z.ZodString;
26762
26761
  name: z.ZodString;
26763
26762
  createdAt: z.ZodString;
26764
26763
  updatedAt: z.ZodString;
26765
26764
  toolId: z.ZodNullable<z.ZodString>;
26766
- createdBy: z.ZodNullable<z.ZodString>;
26767
26765
  credentialStoreId: z.ZodString;
26768
26766
  retrievalParams: z.ZodNullable<z.ZodType<Record<string, unknown>, Record<string, unknown>, z.core.$ZodTypeInternals<Record<string, unknown>, Record<string, unknown>>>>;
26767
+ userId: z.ZodNullable<z.ZodString>;
26768
+ createdBy: z.ZodNullable<z.ZodString>;
26769
26769
  type: z.ZodEnum<{
26770
26770
  readonly memory: "memory";
26771
26771
  readonly keychain: "keychain";
@@ -27352,9 +27352,9 @@ declare const FullProjectSelectSchema: z.ZodObject<{
27352
27352
  in: {};
27353
27353
  }>;
27354
27354
  declare const FullProjectSelectSchemaWithRelationIds: z.ZodObject<{
27355
- description: z.ZodNullable<z.ZodString>;
27356
27355
  id: z.ZodString;
27357
27356
  name: z.ZodString;
27357
+ description: z.ZodNullable<z.ZodString>;
27358
27358
  models: z.ZodNullable<z.ZodObject<{
27359
27359
  base: z.ZodObject<{
27360
27360
  model: z.ZodOptional<z.ZodString>;
@@ -27405,9 +27405,9 @@ declare const FullProjectSelectSchemaWithRelationIds: z.ZodObject<{
27405
27405
  id: z.ZodString;
27406
27406
  }>, z.core.$strip>>;
27407
27407
  functionTools: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodObject<{
27408
- description: z.ZodNullable<z.ZodString>;
27409
27408
  id: z.ZodString;
27410
27409
  name: z.ZodString;
27410
+ description: z.ZodNullable<z.ZodString>;
27411
27411
  agentId: z.ZodString;
27412
27412
  createdAt: z.ZodString;
27413
27413
  updatedAt: z.ZodString;
@@ -27553,15 +27553,15 @@ declare const FullProjectSelectSchemaWithRelationIds: z.ZodObject<{
27553
27553
  }, z.core.$strip>>>;
27554
27554
  }, z.core.$strip>>;
27555
27555
  credentialReferences: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodObject<{
27556
- userId: z.ZodNullable<z.ZodString>;
27557
27556
  id: z.ZodString;
27558
27557
  name: z.ZodString;
27559
27558
  createdAt: z.ZodString;
27560
27559
  updatedAt: z.ZodString;
27561
27560
  toolId: z.ZodNullable<z.ZodString>;
27562
- createdBy: z.ZodNullable<z.ZodString>;
27563
27561
  credentialStoreId: z.ZodString;
27564
27562
  retrievalParams: z.ZodNullable<z.ZodType<Record<string, unknown>, Record<string, unknown>, z.core.$ZodTypeInternals<Record<string, unknown>, Record<string, unknown>>>>;
27563
+ userId: z.ZodNullable<z.ZodString>;
27564
+ createdBy: z.ZodNullable<z.ZodString>;
27565
27565
  type: z.ZodEnum<{
27566
27566
  readonly memory: "memory";
27567
27567
  readonly keychain: "keychain";
@@ -28144,9 +28144,9 @@ declare const FullProjectSelectSchemaWithRelationIds: z.ZodObject<{
28144
28144
  }>>>;
28145
28145
  }, z.core.$strip>>>;
28146
28146
  agents: z.ZodRecord<z.ZodString, z.ZodObject<{
28147
- description: z.ZodNullable<z.ZodString>;
28148
28147
  id: z.ZodString;
28149
28148
  name: z.ZodString;
28149
+ description: z.ZodNullable<z.ZodString>;
28150
28150
  defaultSubAgentId: z.ZodNullable<z.ZodString>;
28151
28151
  createdAt: z.ZodString;
28152
28152
  updatedAt: z.ZodString;
@@ -28197,9 +28197,9 @@ declare const FullProjectSelectSchemaWithRelationIds: z.ZodObject<{
28197
28197
  description: z.ZodString;
28198
28198
  }, z.core.$strip>>>;
28199
28199
  functionTools: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodObject<{
28200
- description: z.ZodNullable<z.ZodString>;
28201
28200
  id: z.ZodString;
28202
28201
  name: z.ZodString;
28202
+ description: z.ZodNullable<z.ZodString>;
28203
28203
  agentId: z.ZodString;
28204
28204
  createdAt: z.ZodString;
28205
28205
  updatedAt: z.ZodString;
@@ -28276,9 +28276,9 @@ declare const FullProjectSelectSchemaWithRelationIds: z.ZodObject<{
28276
28276
  }, z.core.$strip>>;
28277
28277
  prompt: z.ZodNullable<z.ZodString>;
28278
28278
  subAgents: z.ZodRecord<z.ZodString, z.ZodObject<{
28279
- description: z.ZodNullable<z.ZodString>;
28280
28279
  id: z.ZodString;
28281
28280
  name: z.ZodString;
28281
+ description: z.ZodNullable<z.ZodString>;
28282
28282
  conversationHistoryConfig: z.ZodNullable<z.ZodType<ConversationHistoryConfig, ConversationHistoryConfig, z.core.$ZodTypeInternals<ConversationHistoryConfig, ConversationHistoryConfig>>>;
28283
28283
  models: z.ZodNullable<z.ZodType<{
28284
28284
  base?: {
@@ -28381,9 +28381,9 @@ declare const FullProjectSelectSchemaWithRelationIds: z.ZodObject<{
28381
28381
  }>;
28382
28382
  declare const ProjectResponse: z.ZodObject<{
28383
28383
  data: z.ZodObject<{
28384
- description: z.ZodNullable<z.ZodString>;
28385
28384
  id: z.ZodString;
28386
28385
  name: z.ZodString;
28386
+ description: z.ZodNullable<z.ZodString>;
28387
28387
  models: z.ZodNullable<z.ZodObject<{
28388
28388
  base: z.ZodObject<{
28389
28389
  model: z.ZodOptional<z.ZodString>;
@@ -28647,10 +28647,10 @@ declare const ApiKeyResponse: z.ZodObject<{
28647
28647
  agentId: z.ZodString;
28648
28648
  createdAt: z.ZodString;
28649
28649
  updatedAt: z.ZodString;
28650
- expiresAt: z.ZodNullable<z.ZodString>;
28651
28650
  publicId: z.ZodString;
28652
28651
  keyPrefix: z.ZodString;
28653
28652
  lastUsedAt: z.ZodNullable<z.ZodString>;
28653
+ expiresAt: z.ZodNullable<z.ZodString>;
28654
28654
  }, {
28655
28655
  out: {};
28656
28656
  in: {};
@@ -28658,15 +28658,15 @@ declare const ApiKeyResponse: z.ZodObject<{
28658
28658
  }, z.core.$strip>;
28659
28659
  declare const CredentialReferenceResponse: z.ZodObject<{
28660
28660
  data: z.ZodObject<{
28661
- userId: z.ZodNullable<z.ZodString>;
28662
28661
  id: z.ZodString;
28663
28662
  name: z.ZodString;
28664
28663
  createdAt: z.ZodString;
28665
28664
  updatedAt: z.ZodString;
28666
28665
  toolId: z.ZodNullable<z.ZodString>;
28667
- createdBy: z.ZodNullable<z.ZodString>;
28668
28666
  credentialStoreId: z.ZodString;
28669
28667
  retrievalParams: z.ZodNullable<z.ZodType<Record<string, unknown>, Record<string, unknown>, z.core.$ZodTypeInternals<Record<string, unknown>, Record<string, unknown>>>>;
28668
+ userId: z.ZodNullable<z.ZodString>;
28669
+ createdBy: z.ZodNullable<z.ZodString>;
28670
28670
  type: z.ZodEnum<{
28671
28671
  readonly memory: "memory";
28672
28672
  readonly keychain: "keychain";
@@ -29263,9 +29263,9 @@ declare const FunctionResponse: z.ZodObject<{
29263
29263
  }, z.core.$strip>;
29264
29264
  declare const FunctionToolResponse: z.ZodObject<{
29265
29265
  data: z.ZodObject<{
29266
- description: z.ZodNullable<z.ZodString>;
29267
29266
  id: z.ZodString;
29268
29267
  name: z.ZodString;
29268
+ description: z.ZodNullable<z.ZodString>;
29269
29269
  agentId: z.ZodString;
29270
29270
  createdAt: z.ZodString;
29271
29271
  updatedAt: z.ZodString;
@@ -29500,9 +29500,9 @@ declare const TriggerInvocationResponse: z.ZodObject<{
29500
29500
  }, z.core.$strip>;
29501
29501
  declare const ProjectListResponse: z.ZodObject<{
29502
29502
  data: z.ZodArray<z.ZodObject<{
29503
- description: z.ZodNullable<z.ZodString>;
29504
29503
  id: z.ZodString;
29505
29504
  name: z.ZodString;
29505
+ description: z.ZodNullable<z.ZodString>;
29506
29506
  models: z.ZodNullable<z.ZodObject<{
29507
29507
  base: z.ZodObject<{
29508
29508
  model: z.ZodOptional<z.ZodString>;
@@ -29796,10 +29796,10 @@ declare const ApiKeyListResponse: z.ZodObject<{
29796
29796
  agentId: z.ZodString;
29797
29797
  createdAt: z.ZodString;
29798
29798
  updatedAt: z.ZodString;
29799
- expiresAt: z.ZodNullable<z.ZodString>;
29800
29799
  publicId: z.ZodString;
29801
29800
  keyPrefix: z.ZodString;
29802
29801
  lastUsedAt: z.ZodNullable<z.ZodString>;
29802
+ expiresAt: z.ZodNullable<z.ZodString>;
29803
29803
  }, {
29804
29804
  out: {};
29805
29805
  in: {};
@@ -29813,15 +29813,15 @@ declare const ApiKeyListResponse: z.ZodObject<{
29813
29813
  }, z.core.$strip>;
29814
29814
  declare const CredentialReferenceListResponse: z.ZodObject<{
29815
29815
  data: z.ZodArray<z.ZodObject<{
29816
- userId: z.ZodNullable<z.ZodString>;
29817
29816
  id: z.ZodString;
29818
29817
  name: z.ZodString;
29819
29818
  createdAt: z.ZodString;
29820
29819
  updatedAt: z.ZodString;
29821
29820
  toolId: z.ZodNullable<z.ZodString>;
29822
- createdBy: z.ZodNullable<z.ZodString>;
29823
29821
  credentialStoreId: z.ZodString;
29824
29822
  retrievalParams: z.ZodNullable<z.ZodType<Record<string, unknown>, Record<string, unknown>, z.core.$ZodTypeInternals<Record<string, unknown>, Record<string, unknown>>>>;
29823
+ userId: z.ZodNullable<z.ZodString>;
29824
+ createdBy: z.ZodNullable<z.ZodString>;
29825
29825
  type: z.ZodEnum<{
29826
29826
  readonly memory: "memory";
29827
29827
  readonly keychain: "keychain";
@@ -30430,9 +30430,9 @@ declare const FunctionListResponse: z.ZodObject<{
30430
30430
  }, z.core.$strip>;
30431
30431
  declare const FunctionToolListResponse: z.ZodObject<{
30432
30432
  data: z.ZodArray<z.ZodObject<{
30433
- description: z.ZodNullable<z.ZodString>;
30434
30433
  id: z.ZodString;
30435
30434
  name: z.ZodString;
30435
+ description: z.ZodNullable<z.ZodString>;
30436
30436
  agentId: z.ZodString;
30437
30437
  createdAt: z.ZodString;
30438
30438
  updatedAt: z.ZodString;
@@ -30747,9 +30747,9 @@ declare const TriggerInvocationListResponse: z.ZodObject<{
30747
30747
  }, z.core.$strip>;
30748
30748
  declare const TriggerWithWebhookUrlResponse: z.ZodObject<{
30749
30749
  data: z.ZodObject<{
30750
- description: z.ZodNullable<z.ZodString>;
30751
30750
  id: z.ZodString;
30752
30751
  name: z.ZodString;
30752
+ description: z.ZodNullable<z.ZodString>;
30753
30753
  createdAt: z.ZodString;
30754
30754
  updatedAt: z.ZodString;
30755
30755
  enabled: z.ZodBoolean;
@@ -30808,9 +30808,9 @@ declare const TriggerWithWebhookUrlResponse: z.ZodObject<{
30808
30808
  }, z.core.$strip>;
30809
30809
  declare const TriggerWithWebhookUrlListResponse: z.ZodObject<{
30810
30810
  data: z.ZodArray<z.ZodObject<{
30811
- description: z.ZodNullable<z.ZodString>;
30812
30811
  id: z.ZodString;
30813
30812
  name: z.ZodString;
30813
+ description: z.ZodNullable<z.ZodString>;
30814
30814
  createdAt: z.ZodString;
30815
30815
  updatedAt: z.ZodString;
30816
30816
  enabled: z.ZodBoolean;
@@ -30874,9 +30874,9 @@ declare const TriggerWithWebhookUrlListResponse: z.ZodObject<{
30874
30874
  }, z.core.$strip>;
30875
30875
  }, z.core.$strip>;
30876
30876
  declare const ScheduledTriggerWithRunInfoSchema: z.ZodObject<{
30877
- description: z.ZodNullable<z.ZodString>;
30878
30877
  id: z.ZodString;
30879
30878
  name: z.ZodString;
30879
+ description: z.ZodNullable<z.ZodString>;
30880
30880
  createdAt: z.ZodString;
30881
30881
  updatedAt: z.ZodString;
30882
30882
  enabled: z.ZodBoolean;
@@ -30890,8 +30890,8 @@ declare const ScheduledTriggerWithRunInfoSchema: z.ZodObject<{
30890
30890
  timeoutSeconds: z.ZodNumber;
30891
30891
  lastRunAt: z.ZodNullable<z.ZodISODateTime>;
30892
30892
  lastRunStatus: z.ZodNullable<z.ZodEnum<{
30893
- completed: "completed";
30894
30893
  failed: "failed";
30894
+ completed: "completed";
30895
30895
  }>>;
30896
30896
  lastRunConversationIds: z.ZodArray<z.ZodString>;
30897
30897
  nextRunAt: z.ZodNullable<z.ZodISODateTime>;
@@ -30947,9 +30947,9 @@ declare const ScheduledTriggerListResponse: z.ZodObject<{
30947
30947
  }, z.core.$strip>;
30948
30948
  declare const ScheduledTriggerWithRunInfoListResponse: z.ZodObject<{
30949
30949
  data: z.ZodArray<z.ZodObject<{
30950
- description: z.ZodNullable<z.ZodString>;
30951
30950
  id: z.ZodString;
30952
30951
  name: z.ZodString;
30952
+ description: z.ZodNullable<z.ZodString>;
30953
30953
  createdAt: z.ZodString;
30954
30954
  updatedAt: z.ZodString;
30955
30955
  enabled: z.ZodBoolean;
@@ -30963,8 +30963,8 @@ declare const ScheduledTriggerWithRunInfoListResponse: z.ZodObject<{
30963
30963
  timeoutSeconds: z.ZodNumber;
30964
30964
  lastRunAt: z.ZodNullable<z.ZodISODateTime>;
30965
30965
  lastRunStatus: z.ZodNullable<z.ZodEnum<{
30966
- completed: "completed";
30967
30966
  failed: "failed";
30967
+ completed: "completed";
30968
30968
  }>>;
30969
30969
  lastRunConversationIds: z.ZodArray<z.ZodString>;
30970
30970
  nextRunAt: z.ZodNullable<z.ZodISODateTime>;
@@ -30993,9 +30993,9 @@ declare const ScheduledTriggerInvocationResponse: z.ZodObject<{
30993
30993
  resolvedPayload: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
30994
30994
  status: z.ZodEnum<{
30995
30995
  pending: "pending";
30996
+ failed: "failed";
30996
30997
  running: "running";
30997
30998
  completed: "completed";
30998
- failed: "failed";
30999
30999
  cancelled: "cancelled";
31000
31000
  }>;
31001
31001
  }>, z.core.$strip>;
@@ -31017,9 +31017,9 @@ declare const ScheduledTriggerInvocationListResponse: z.ZodObject<{
31017
31017
  resolvedPayload: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
31018
31018
  status: z.ZodEnum<{
31019
31019
  pending: "pending";
31020
+ failed: "failed";
31020
31021
  running: "running";
31021
31022
  completed: "completed";
31022
- failed: "failed";
31023
31023
  cancelled: "cancelled";
31024
31024
  }>;
31025
31025
  }>, z.core.$strip>>;
@@ -31104,9 +31104,9 @@ declare const SubAgentSkillResponse: z.ZodObject<{
31104
31104
  }, z.core.$strip>;
31105
31105
  declare const SubAgentSkillWithIndexArrayResponse: z.ZodObject<{
31106
31106
  data: z.ZodArray<z.ZodObject<{
31107
- description: z.ZodString;
31108
31107
  id: z.ZodString;
31109
31108
  name: z.ZodString;
31109
+ description: z.ZodString;
31110
31110
  createdAt: z.ZodString;
31111
31111
  updatedAt: z.ZodString;
31112
31112
  metadata: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodString>>;
@@ -31119,9 +31119,9 @@ declare const SubAgentSkillWithIndexArrayResponse: z.ZodObject<{
31119
31119
  }, z.core.$strip>;
31120
31120
  declare const FullProjectDefinitionResponse: z.ZodObject<{
31121
31121
  data: z.ZodObject<{
31122
- description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
31123
31122
  id: z.ZodString;
31124
31123
  name: z.ZodString;
31124
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
31125
31125
  models: z.ZodObject<{
31126
31126
  base: z.ZodObject<{
31127
31127
  model: z.ZodOptional<z.ZodString>;
@@ -31141,17 +31141,17 @@ declare const FullProjectDefinitionResponse: z.ZodObject<{
31141
31141
  stepCountIs: z.ZodOptional<z.ZodNumber>;
31142
31142
  }, z.core.$strip>>;
31143
31143
  agents: z.ZodRecord<z.ZodString, z.ZodObject<{
31144
- description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
31145
31144
  name: z.ZodString;
31145
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
31146
31146
  defaultSubAgentId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
31147
31147
  createdAt: z.ZodOptional<z.ZodString>;
31148
31148
  updatedAt: z.ZodOptional<z.ZodString>;
31149
31149
  contextConfigId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
31150
31150
  id: z.ZodString;
31151
31151
  subAgents: z.ZodRecord<z.ZodString, z.ZodObject<{
31152
- description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
31153
31152
  id: z.ZodString;
31154
31153
  name: z.ZodString;
31154
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
31155
31155
  conversationHistoryConfig: z.ZodOptional<z.ZodNullable<z.ZodType<ConversationHistoryConfig, ConversationHistoryConfig, z.core.$ZodTypeInternals<ConversationHistoryConfig, ConversationHistoryConfig>>>>;
31156
31156
  models: z.ZodOptional<z.ZodObject<{
31157
31157
  base: z.ZodOptional<z.ZodObject<{
@@ -31285,8 +31285,8 @@ declare const FullProjectDefinitionResponse: z.ZodObject<{
31285
31285
  executeCode: z.ZodString;
31286
31286
  }, z.core.$strip>>>;
31287
31287
  triggers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
31288
- description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
31289
31288
  name: z.ZodString;
31289
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
31290
31290
  createdAt: z.ZodOptional<z.ZodString>;
31291
31291
  updatedAt: z.ZodOptional<z.ZodString>;
31292
31292
  enabled: z.ZodOptional<z.ZodBoolean>;
@@ -31299,8 +31299,8 @@ declare const FullProjectDefinitionResponse: z.ZodObject<{
31299
31299
  id: z.ZodOptional<z.ZodString>;
31300
31300
  }, z.core.$strip>>>;
31301
31301
  scheduledTriggers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
31302
- description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
31303
31302
  name: z.ZodString;
31303
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
31304
31304
  createdAt: z.ZodOptional<z.ZodString>;
31305
31305
  updatedAt: z.ZodOptional<z.ZodString>;
31306
31306
  enabled: z.ZodOptional<z.ZodBoolean>;
@@ -31415,9 +31415,9 @@ declare const FullProjectDefinitionResponse: z.ZodObject<{
31415
31415
  executeCode: z.ZodString;
31416
31416
  }, z.core.$strip>>>;
31417
31417
  skills: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<OmitProjectScope<{
31418
+ name: z.ZodString;
31418
31419
  description: z.ZodString;
31419
31420
  tenantId: z.ZodString;
31420
- name: z.ZodString;
31421
31421
  projectId: z.ZodString;
31422
31422
  metadata: z.ZodDefault<z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodString>>>>;
31423
31423
  content: z.ZodString;
@@ -31504,15 +31504,15 @@ declare const FullProjectDefinitionResponse: z.ZodObject<{
31504
31504
  }, z.core.$strip>>>;
31505
31505
  }, z.core.$strip>>;
31506
31506
  credentialReferences: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
31507
- userId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
31508
31507
  id: z.ZodString;
31509
31508
  name: z.ZodString;
31510
31509
  createdAt: z.ZodOptional<z.ZodString>;
31511
31510
  updatedAt: z.ZodOptional<z.ZodString>;
31512
31511
  toolId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
31513
- createdBy: z.ZodOptional<z.ZodNullable<z.ZodString>>;
31514
31512
  credentialStoreId: z.ZodString;
31515
31513
  retrievalParams: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
31514
+ userId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
31515
+ createdBy: z.ZodOptional<z.ZodNullable<z.ZodString>>;
31516
31516
  type: z.ZodEnum<{
31517
31517
  readonly memory: "memory";
31518
31518
  readonly keychain: "keychain";
@@ -31528,9 +31528,9 @@ declare const FullProjectDefinitionResponse: z.ZodObject<{
31528
31528
  }, z.core.$strip>;
31529
31529
  declare const FullProjectSelectResponse: z.ZodObject<{
31530
31530
  data: z.ZodObject<{
31531
- description: z.ZodNullable<z.ZodString>;
31532
31531
  id: z.ZodString;
31533
31532
  name: z.ZodString;
31533
+ description: z.ZodNullable<z.ZodString>;
31534
31534
  models: z.ZodNullable<z.ZodObject<{
31535
31535
  base: z.ZodObject<{
31536
31536
  model: z.ZodOptional<z.ZodString>;
@@ -31552,17 +31552,17 @@ declare const FullProjectSelectResponse: z.ZodObject<{
31552
31552
  createdAt: z.ZodString;
31553
31553
  updatedAt: z.ZodString;
31554
31554
  agents: z.ZodRecord<z.ZodString, z.ZodObject<{
31555
- description: z.ZodNullable<z.ZodString>;
31556
31555
  id: z.ZodString;
31557
31556
  name: z.ZodString;
31557
+ description: z.ZodNullable<z.ZodString>;
31558
31558
  defaultSubAgentId: z.ZodNullable<z.ZodString>;
31559
31559
  createdAt: z.ZodString;
31560
31560
  updatedAt: z.ZodString;
31561
31561
  contextConfigId: z.ZodNullable<z.ZodString>;
31562
31562
  subAgents: z.ZodRecord<z.ZodString, z.ZodObject<{
31563
- description: z.ZodNullable<z.ZodString>;
31564
31563
  id: z.ZodString;
31565
31564
  name: z.ZodString;
31565
+ description: z.ZodNullable<z.ZodString>;
31566
31566
  conversationHistoryConfig: z.ZodNullable<z.ZodType<ConversationHistoryConfig, ConversationHistoryConfig, z.core.$ZodTypeInternals<ConversationHistoryConfig, ConversationHistoryConfig>>>;
31567
31567
  models: z.ZodNullable<z.ZodType<{
31568
31568
  base?: {
@@ -31698,9 +31698,9 @@ declare const FullProjectSelectResponse: z.ZodObject<{
31698
31698
  description: z.ZodString;
31699
31699
  }, z.core.$strip>>>;
31700
31700
  functionTools: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodObject<{
31701
- description: z.ZodNullable<z.ZodString>;
31702
31701
  id: z.ZodString;
31703
31702
  name: z.ZodString;
31703
+ description: z.ZodNullable<z.ZodString>;
31704
31704
  agentId: z.ZodString;
31705
31705
  createdAt: z.ZodString;
31706
31706
  updatedAt: z.ZodString;
@@ -31807,9 +31807,9 @@ declare const FullProjectSelectResponse: z.ZodObject<{
31807
31807
  id: z.ZodString;
31808
31808
  }>, z.core.$strip>>;
31809
31809
  functionTools: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodObject<{
31810
- description: z.ZodNullable<z.ZodString>;
31811
31810
  id: z.ZodString;
31812
31811
  name: z.ZodString;
31812
+ description: z.ZodNullable<z.ZodString>;
31813
31813
  agentId: z.ZodString;
31814
31814
  createdAt: z.ZodString;
31815
31815
  updatedAt: z.ZodString;
@@ -31955,15 +31955,15 @@ declare const FullProjectSelectResponse: z.ZodObject<{
31955
31955
  }, z.core.$strip>>>;
31956
31956
  }, z.core.$strip>>;
31957
31957
  credentialReferences: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodObject<{
31958
- userId: z.ZodNullable<z.ZodString>;
31959
31958
  id: z.ZodString;
31960
31959
  name: z.ZodString;
31961
31960
  createdAt: z.ZodString;
31962
31961
  updatedAt: z.ZodString;
31963
31962
  toolId: z.ZodNullable<z.ZodString>;
31964
- createdBy: z.ZodNullable<z.ZodString>;
31965
31963
  credentialStoreId: z.ZodString;
31966
31964
  retrievalParams: z.ZodNullable<z.ZodType<Record<string, unknown>, Record<string, unknown>, z.core.$ZodTypeInternals<Record<string, unknown>, Record<string, unknown>>>>;
31965
+ userId: z.ZodNullable<z.ZodString>;
31966
+ createdBy: z.ZodNullable<z.ZodString>;
31967
31967
  type: z.ZodEnum<{
31968
31968
  readonly memory: "memory";
31969
31969
  readonly keychain: "keychain";
@@ -32552,9 +32552,9 @@ declare const FullProjectSelectResponse: z.ZodObject<{
32552
32552
  }, z.core.$strip>;
32553
32553
  declare const FullProjectSelectWithRelationIdsResponse: z.ZodObject<{
32554
32554
  data: z.ZodObject<{
32555
- description: z.ZodNullable<z.ZodString>;
32556
32555
  id: z.ZodString;
32557
32556
  name: z.ZodString;
32557
+ description: z.ZodNullable<z.ZodString>;
32558
32558
  models: z.ZodNullable<z.ZodObject<{
32559
32559
  base: z.ZodObject<{
32560
32560
  model: z.ZodOptional<z.ZodString>;
@@ -32605,9 +32605,9 @@ declare const FullProjectSelectWithRelationIdsResponse: z.ZodObject<{
32605
32605
  id: z.ZodString;
32606
32606
  }>, z.core.$strip>>;
32607
32607
  functionTools: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodObject<{
32608
- description: z.ZodNullable<z.ZodString>;
32609
32608
  id: z.ZodString;
32610
32609
  name: z.ZodString;
32610
+ description: z.ZodNullable<z.ZodString>;
32611
32611
  agentId: z.ZodString;
32612
32612
  createdAt: z.ZodString;
32613
32613
  updatedAt: z.ZodString;
@@ -32753,15 +32753,15 @@ declare const FullProjectSelectWithRelationIdsResponse: z.ZodObject<{
32753
32753
  }, z.core.$strip>>>;
32754
32754
  }, z.core.$strip>>;
32755
32755
  credentialReferences: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodObject<{
32756
- userId: z.ZodNullable<z.ZodString>;
32757
32756
  id: z.ZodString;
32758
32757
  name: z.ZodString;
32759
32758
  createdAt: z.ZodString;
32760
32759
  updatedAt: z.ZodString;
32761
32760
  toolId: z.ZodNullable<z.ZodString>;
32762
- createdBy: z.ZodNullable<z.ZodString>;
32763
32761
  credentialStoreId: z.ZodString;
32764
32762
  retrievalParams: z.ZodNullable<z.ZodType<Record<string, unknown>, Record<string, unknown>, z.core.$ZodTypeInternals<Record<string, unknown>, Record<string, unknown>>>>;
32763
+ userId: z.ZodNullable<z.ZodString>;
32764
+ createdBy: z.ZodNullable<z.ZodString>;
32765
32765
  type: z.ZodEnum<{
32766
32766
  readonly memory: "memory";
32767
32767
  readonly keychain: "keychain";
@@ -33344,9 +33344,9 @@ declare const FullProjectSelectWithRelationIdsResponse: z.ZodObject<{
33344
33344
  }>>>;
33345
33345
  }, z.core.$strip>>>;
33346
33346
  agents: z.ZodRecord<z.ZodString, z.ZodObject<{
33347
- description: z.ZodNullable<z.ZodString>;
33348
33347
  id: z.ZodString;
33349
33348
  name: z.ZodString;
33349
+ description: z.ZodNullable<z.ZodString>;
33350
33350
  defaultSubAgentId: z.ZodNullable<z.ZodString>;
33351
33351
  createdAt: z.ZodString;
33352
33352
  updatedAt: z.ZodString;
@@ -33397,9 +33397,9 @@ declare const FullProjectSelectWithRelationIdsResponse: z.ZodObject<{
33397
33397
  description: z.ZodString;
33398
33398
  }, z.core.$strip>>>;
33399
33399
  functionTools: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodObject<{
33400
- description: z.ZodNullable<z.ZodString>;
33401
33400
  id: z.ZodString;
33402
33401
  name: z.ZodString;
33402
+ description: z.ZodNullable<z.ZodString>;
33403
33403
  agentId: z.ZodString;
33404
33404
  createdAt: z.ZodString;
33405
33405
  updatedAt: z.ZodString;
@@ -33476,9 +33476,9 @@ declare const FullProjectSelectWithRelationIdsResponse: z.ZodObject<{
33476
33476
  }, z.core.$strip>>;
33477
33477
  prompt: z.ZodNullable<z.ZodString>;
33478
33478
  subAgents: z.ZodRecord<z.ZodString, z.ZodObject<{
33479
- description: z.ZodNullable<z.ZodString>;
33480
33479
  id: z.ZodString;
33481
33480
  name: z.ZodString;
33481
+ description: z.ZodNullable<z.ZodString>;
33482
33482
  conversationHistoryConfig: z.ZodNullable<z.ZodType<ConversationHistoryConfig, ConversationHistoryConfig, z.core.$ZodTypeInternals<ConversationHistoryConfig, ConversationHistoryConfig>>>;
33483
33483
  models: z.ZodNullable<z.ZodType<{
33484
33484
  base?: {
@@ -33582,17 +33582,17 @@ declare const FullProjectSelectWithRelationIdsResponse: z.ZodObject<{
33582
33582
  }, z.core.$strip>;
33583
33583
  declare const AgentWithinContextOfProjectResponse: z.ZodObject<{
33584
33584
  data: z.ZodObject<{
33585
- description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
33586
33585
  name: z.ZodString;
33586
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
33587
33587
  defaultSubAgentId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
33588
33588
  createdAt: z.ZodOptional<z.ZodString>;
33589
33589
  updatedAt: z.ZodOptional<z.ZodString>;
33590
33590
  contextConfigId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
33591
33591
  id: z.ZodString;
33592
33592
  subAgents: z.ZodRecord<z.ZodString, z.ZodObject<{
33593
- description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
33594
33593
  id: z.ZodString;
33595
33594
  name: z.ZodString;
33595
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
33596
33596
  conversationHistoryConfig: z.ZodOptional<z.ZodNullable<z.ZodType<ConversationHistoryConfig, ConversationHistoryConfig, z.core.$ZodTypeInternals<ConversationHistoryConfig, ConversationHistoryConfig>>>>;
33597
33597
  models: z.ZodOptional<z.ZodObject<{
33598
33598
  base: z.ZodOptional<z.ZodObject<{
@@ -33726,8 +33726,8 @@ declare const AgentWithinContextOfProjectResponse: z.ZodObject<{
33726
33726
  executeCode: z.ZodString;
33727
33727
  }, z.core.$strip>>>;
33728
33728
  triggers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
33729
- description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
33730
33729
  name: z.ZodString;
33730
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
33731
33731
  createdAt: z.ZodOptional<z.ZodString>;
33732
33732
  updatedAt: z.ZodOptional<z.ZodString>;
33733
33733
  enabled: z.ZodOptional<z.ZodBoolean>;
@@ -33740,8 +33740,8 @@ declare const AgentWithinContextOfProjectResponse: z.ZodObject<{
33740
33740
  id: z.ZodOptional<z.ZodString>;
33741
33741
  }, z.core.$strip>>>;
33742
33742
  scheduledTriggers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
33743
- description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
33744
33743
  name: z.ZodString;
33744
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
33745
33745
  createdAt: z.ZodOptional<z.ZodString>;
33746
33746
  updatedAt: z.ZodOptional<z.ZodString>;
33747
33747
  enabled: z.ZodOptional<z.ZodBoolean>;
@@ -33797,17 +33797,17 @@ declare const AgentWithinContextOfProjectResponse: z.ZodObject<{
33797
33797
  }, z.core.$strip>;
33798
33798
  declare const AgentWithinContextOfProjectSelectResponse: z.ZodObject<{
33799
33799
  data: z.ZodObject<{
33800
- description: z.ZodNullable<z.ZodString>;
33801
33800
  id: z.ZodString;
33802
33801
  name: z.ZodString;
33802
+ description: z.ZodNullable<z.ZodString>;
33803
33803
  defaultSubAgentId: z.ZodNullable<z.ZodString>;
33804
33804
  createdAt: z.ZodString;
33805
33805
  updatedAt: z.ZodString;
33806
33806
  contextConfigId: z.ZodNullable<z.ZodString>;
33807
33807
  subAgents: z.ZodRecord<z.ZodString, z.ZodObject<{
33808
- description: z.ZodNullable<z.ZodString>;
33809
33808
  id: z.ZodString;
33810
33809
  name: z.ZodString;
33810
+ description: z.ZodNullable<z.ZodString>;
33811
33811
  conversationHistoryConfig: z.ZodNullable<z.ZodType<ConversationHistoryConfig, ConversationHistoryConfig, z.core.$ZodTypeInternals<ConversationHistoryConfig, ConversationHistoryConfig>>>;
33812
33812
  models: z.ZodNullable<z.ZodType<{
33813
33813
  base?: {
@@ -33943,9 +33943,9 @@ declare const AgentWithinContextOfProjectSelectResponse: z.ZodObject<{
33943
33943
  description: z.ZodString;
33944
33944
  }, z.core.$strip>>>;
33945
33945
  functionTools: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodObject<{
33946
- description: z.ZodNullable<z.ZodString>;
33947
33946
  id: z.ZodString;
33948
33947
  name: z.ZodString;
33948
+ description: z.ZodNullable<z.ZodString>;
33949
33949
  agentId: z.ZodString;
33950
33950
  createdAt: z.ZodString;
33951
33951
  updatedAt: z.ZodString;
@@ -34090,9 +34090,9 @@ declare const McpToolResponse: z.ZodObject<{
34090
34090
  inputSchema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
34091
34091
  }, z.core.$strip>>>;
34092
34092
  status: z.ZodDefault<z.ZodEnum<{
34093
+ unknown: "unknown";
34093
34094
  healthy: "healthy";
34094
34095
  unhealthy: "unhealthy";
34095
- unknown: "unknown";
34096
34096
  needs_auth: "needs_auth";
34097
34097
  unavailable: "unavailable";
34098
34098
  }>>;
@@ -34153,9 +34153,9 @@ declare const McpToolListResponse: z.ZodObject<{
34153
34153
  inputSchema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
34154
34154
  }, z.core.$strip>>>;
34155
34155
  status: z.ZodDefault<z.ZodEnum<{
34156
+ unknown: "unknown";
34156
34157
  healthy: "healthy";
34157
34158
  unhealthy: "unhealthy";
34158
- unknown: "unknown";
34159
34159
  needs_auth: "needs_auth";
34160
34160
  unavailable: "unavailable";
34161
34161
  }>>;
@@ -34641,8 +34641,8 @@ declare const ProjectMetadataSelectSchema: drizzle_zod3.BuildSchema<"select", {
34641
34641
  }>;
34642
34642
  }, undefined>, undefined>;
34643
34643
  declare const ProjectMetadataInsertSchema: z.ZodObject<{
34644
- tenantId: z.ZodString;
34645
34644
  id: z.ZodString;
34645
+ tenantId: z.ZodString;
34646
34646
  createdBy: z.ZodOptional<z.ZodNullable<z.ZodString>>;
34647
34647
  mainBranchName: z.ZodString;
34648
34648
  }, {
@@ -34993,11 +34993,11 @@ declare const WorkAppGitHubInstallationSelectSchema: drizzle_zod3.BuildSchema<"s
34993
34993
  }>;
34994
34994
  }, undefined>, undefined>;
34995
34995
  declare const WorkAppGitHubInstallationInsertSchema: z.ZodObject<{
34996
- tenantId: z.ZodString;
34997
34996
  id: z.ZodString;
34998
- accountId: z.ZodString;
34997
+ tenantId: z.ZodString;
34999
34998
  installationId: z.ZodString;
35000
34999
  accountLogin: z.ZodString;
35000
+ accountId: z.ZodString;
35001
35001
  accountType: z.ZodEnum<{
35002
35002
  Organization: "Organization";
35003
35003
  User: "User";
@@ -35024,11 +35024,11 @@ declare const WorkAppGithubInstallationApiSelectSchema: z.ZodObject<OmitTenantSc
35024
35024
  id: z.ZodString;
35025
35025
  }>, z.core.$strip>;
35026
35026
  declare const WorkAppGitHubInstallationApiInsertSchema: z.ZodObject<OmitGeneratedFields<{
35027
- tenantId: z.ZodString;
35028
35027
  id: z.ZodString;
35029
- accountId: z.ZodString;
35028
+ tenantId: z.ZodString;
35030
35029
  installationId: z.ZodString;
35031
35030
  accountLogin: z.ZodString;
35031
+ accountId: z.ZodString;
35032
35032
  accountType: z.ZodEnum<{
35033
35033
  Organization: "Organization";
35034
35034
  User: "User";