@inkeep/agents-core 0.0.0-dev-20251114192858 → 0.0.0-dev-20251116035031

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -218842,7 +218842,7 @@ var errorSchemaFactory = (code, description) => ({
218842
218842
  // description: "A URI reference that identifies the problem type.",
218843
218843
  // example: `${ERROR_DOCS_BASE_URL}#${code}`,
218844
218844
  // }),
218845
- status: zodOpenapi.z.literal(errorCodeToHttpStatus[code]).openapi({
218845
+ status: zodOpenapi.z.number().int().openapi({
218846
218846
  description: "The HTTP status code.",
218847
218847
  example: errorCodeToHttpStatus[code]
218848
218848
  }),
package/dist/index.d.cts CHANGED
@@ -4110,7 +4110,7 @@ declare const errorSchemaFactory: (code: ErrorCodes, description: string) => {
4110
4110
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4111
4111
  detail: z$1.ZodString;
4112
4112
  title: z$1.ZodString;
4113
- status: z$1.ZodLiteral<number>;
4113
+ status: z$1.ZodNumber;
4114
4114
  error: z$1.ZodObject<{
4115
4115
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4116
4116
  message: z$1.ZodString;
@@ -4130,7 +4130,7 @@ declare const commonCreateErrorResponses: {
4130
4130
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4131
4131
  detail: z$1.ZodString;
4132
4132
  title: z$1.ZodString;
4133
- status: z$1.ZodLiteral<number>;
4133
+ status: z$1.ZodNumber;
4134
4134
  error: z$1.ZodObject<{
4135
4135
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4136
4136
  message: z$1.ZodString;
@@ -4149,7 +4149,7 @@ declare const commonCreateErrorResponses: {
4149
4149
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4150
4150
  detail: z$1.ZodString;
4151
4151
  title: z$1.ZodString;
4152
- status: z$1.ZodLiteral<number>;
4152
+ status: z$1.ZodNumber;
4153
4153
  error: z$1.ZodObject<{
4154
4154
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4155
4155
  message: z$1.ZodString;
@@ -4168,7 +4168,7 @@ declare const commonCreateErrorResponses: {
4168
4168
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4169
4169
  detail: z$1.ZodString;
4170
4170
  title: z$1.ZodString;
4171
- status: z$1.ZodLiteral<number>;
4171
+ status: z$1.ZodNumber;
4172
4172
  error: z$1.ZodObject<{
4173
4173
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4174
4174
  message: z$1.ZodString;
@@ -4187,7 +4187,7 @@ declare const commonCreateErrorResponses: {
4187
4187
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4188
4188
  detail: z$1.ZodString;
4189
4189
  title: z$1.ZodString;
4190
- status: z$1.ZodLiteral<number>;
4190
+ status: z$1.ZodNumber;
4191
4191
  error: z$1.ZodObject<{
4192
4192
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4193
4193
  message: z$1.ZodString;
@@ -4206,7 +4206,7 @@ declare const commonCreateErrorResponses: {
4206
4206
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4207
4207
  detail: z$1.ZodString;
4208
4208
  title: z$1.ZodString;
4209
- status: z$1.ZodLiteral<number>;
4209
+ status: z$1.ZodNumber;
4210
4210
  error: z$1.ZodObject<{
4211
4211
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4212
4212
  message: z$1.ZodString;
@@ -4227,7 +4227,7 @@ declare const commonUpdateErrorResponses: {
4227
4227
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4228
4228
  detail: z$1.ZodString;
4229
4229
  title: z$1.ZodString;
4230
- status: z$1.ZodLiteral<number>;
4230
+ status: z$1.ZodNumber;
4231
4231
  error: z$1.ZodObject<{
4232
4232
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4233
4233
  message: z$1.ZodString;
@@ -4246,7 +4246,7 @@ declare const commonUpdateErrorResponses: {
4246
4246
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4247
4247
  detail: z$1.ZodString;
4248
4248
  title: z$1.ZodString;
4249
- status: z$1.ZodLiteral<number>;
4249
+ status: z$1.ZodNumber;
4250
4250
  error: z$1.ZodObject<{
4251
4251
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4252
4252
  message: z$1.ZodString;
@@ -4265,7 +4265,7 @@ declare const commonUpdateErrorResponses: {
4265
4265
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4266
4266
  detail: z$1.ZodString;
4267
4267
  title: z$1.ZodString;
4268
- status: z$1.ZodLiteral<number>;
4268
+ status: z$1.ZodNumber;
4269
4269
  error: z$1.ZodObject<{
4270
4270
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4271
4271
  message: z$1.ZodString;
@@ -4284,7 +4284,7 @@ declare const commonUpdateErrorResponses: {
4284
4284
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4285
4285
  detail: z$1.ZodString;
4286
4286
  title: z$1.ZodString;
4287
- status: z$1.ZodLiteral<number>;
4287
+ status: z$1.ZodNumber;
4288
4288
  error: z$1.ZodObject<{
4289
4289
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4290
4290
  message: z$1.ZodString;
@@ -4303,7 +4303,7 @@ declare const commonUpdateErrorResponses: {
4303
4303
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4304
4304
  detail: z$1.ZodString;
4305
4305
  title: z$1.ZodString;
4306
- status: z$1.ZodLiteral<number>;
4306
+ status: z$1.ZodNumber;
4307
4307
  error: z$1.ZodObject<{
4308
4308
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4309
4309
  message: z$1.ZodString;
@@ -4322,7 +4322,7 @@ declare const commonUpdateErrorResponses: {
4322
4322
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4323
4323
  detail: z$1.ZodString;
4324
4324
  title: z$1.ZodString;
4325
- status: z$1.ZodLiteral<number>;
4325
+ status: z$1.ZodNumber;
4326
4326
  error: z$1.ZodObject<{
4327
4327
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4328
4328
  message: z$1.ZodString;
@@ -4343,7 +4343,7 @@ declare const commonGetErrorResponses: {
4343
4343
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4344
4344
  detail: z$1.ZodString;
4345
4345
  title: z$1.ZodString;
4346
- status: z$1.ZodLiteral<number>;
4346
+ status: z$1.ZodNumber;
4347
4347
  error: z$1.ZodObject<{
4348
4348
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4349
4349
  message: z$1.ZodString;
@@ -4362,7 +4362,7 @@ declare const commonGetErrorResponses: {
4362
4362
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4363
4363
  detail: z$1.ZodString;
4364
4364
  title: z$1.ZodString;
4365
- status: z$1.ZodLiteral<number>;
4365
+ status: z$1.ZodNumber;
4366
4366
  error: z$1.ZodObject<{
4367
4367
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4368
4368
  message: z$1.ZodString;
@@ -4381,7 +4381,7 @@ declare const commonGetErrorResponses: {
4381
4381
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4382
4382
  detail: z$1.ZodString;
4383
4383
  title: z$1.ZodString;
4384
- status: z$1.ZodLiteral<number>;
4384
+ status: z$1.ZodNumber;
4385
4385
  error: z$1.ZodObject<{
4386
4386
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4387
4387
  message: z$1.ZodString;
@@ -4400,7 +4400,7 @@ declare const commonGetErrorResponses: {
4400
4400
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4401
4401
  detail: z$1.ZodString;
4402
4402
  title: z$1.ZodString;
4403
- status: z$1.ZodLiteral<number>;
4403
+ status: z$1.ZodNumber;
4404
4404
  error: z$1.ZodObject<{
4405
4405
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4406
4406
  message: z$1.ZodString;
@@ -4419,7 +4419,7 @@ declare const commonGetErrorResponses: {
4419
4419
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4420
4420
  detail: z$1.ZodString;
4421
4421
  title: z$1.ZodString;
4422
- status: z$1.ZodLiteral<number>;
4422
+ status: z$1.ZodNumber;
4423
4423
  error: z$1.ZodObject<{
4424
4424
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4425
4425
  message: z$1.ZodString;
@@ -4438,7 +4438,7 @@ declare const commonGetErrorResponses: {
4438
4438
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4439
4439
  detail: z$1.ZodString;
4440
4440
  title: z$1.ZodString;
4441
- status: z$1.ZodLiteral<number>;
4441
+ status: z$1.ZodNumber;
4442
4442
  error: z$1.ZodObject<{
4443
4443
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4444
4444
  message: z$1.ZodString;
@@ -4459,7 +4459,7 @@ declare const commonDeleteErrorResponses: {
4459
4459
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4460
4460
  detail: z$1.ZodString;
4461
4461
  title: z$1.ZodString;
4462
- status: z$1.ZodLiteral<number>;
4462
+ status: z$1.ZodNumber;
4463
4463
  error: z$1.ZodObject<{
4464
4464
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4465
4465
  message: z$1.ZodString;
@@ -4478,7 +4478,7 @@ declare const commonDeleteErrorResponses: {
4478
4478
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4479
4479
  detail: z$1.ZodString;
4480
4480
  title: z$1.ZodString;
4481
- status: z$1.ZodLiteral<number>;
4481
+ status: z$1.ZodNumber;
4482
4482
  error: z$1.ZodObject<{
4483
4483
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4484
4484
  message: z$1.ZodString;
@@ -4497,7 +4497,7 @@ declare const commonDeleteErrorResponses: {
4497
4497
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4498
4498
  detail: z$1.ZodString;
4499
4499
  title: z$1.ZodString;
4500
- status: z$1.ZodLiteral<number>;
4500
+ status: z$1.ZodNumber;
4501
4501
  error: z$1.ZodObject<{
4502
4502
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4503
4503
  message: z$1.ZodString;
@@ -4516,7 +4516,7 @@ declare const commonDeleteErrorResponses: {
4516
4516
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4517
4517
  detail: z$1.ZodString;
4518
4518
  title: z$1.ZodString;
4519
- status: z$1.ZodLiteral<number>;
4519
+ status: z$1.ZodNumber;
4520
4520
  error: z$1.ZodObject<{
4521
4521
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4522
4522
  message: z$1.ZodString;
@@ -4535,7 +4535,7 @@ declare const commonDeleteErrorResponses: {
4535
4535
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4536
4536
  detail: z$1.ZodString;
4537
4537
  title: z$1.ZodString;
4538
- status: z$1.ZodLiteral<number>;
4538
+ status: z$1.ZodNumber;
4539
4539
  error: z$1.ZodObject<{
4540
4540
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4541
4541
  message: z$1.ZodString;
@@ -4554,7 +4554,7 @@ declare const commonDeleteErrorResponses: {
4554
4554
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4555
4555
  detail: z$1.ZodString;
4556
4556
  title: z$1.ZodString;
4557
- status: z$1.ZodLiteral<number>;
4557
+ status: z$1.ZodNumber;
4558
4558
  error: z$1.ZodObject<{
4559
4559
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4560
4560
  message: z$1.ZodString;
package/dist/index.d.ts CHANGED
@@ -4110,7 +4110,7 @@ declare const errorSchemaFactory: (code: ErrorCodes, description: string) => {
4110
4110
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4111
4111
  detail: z$1.ZodString;
4112
4112
  title: z$1.ZodString;
4113
- status: z$1.ZodLiteral<number>;
4113
+ status: z$1.ZodNumber;
4114
4114
  error: z$1.ZodObject<{
4115
4115
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4116
4116
  message: z$1.ZodString;
@@ -4130,7 +4130,7 @@ declare const commonCreateErrorResponses: {
4130
4130
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4131
4131
  detail: z$1.ZodString;
4132
4132
  title: z$1.ZodString;
4133
- status: z$1.ZodLiteral<number>;
4133
+ status: z$1.ZodNumber;
4134
4134
  error: z$1.ZodObject<{
4135
4135
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4136
4136
  message: z$1.ZodString;
@@ -4149,7 +4149,7 @@ declare const commonCreateErrorResponses: {
4149
4149
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4150
4150
  detail: z$1.ZodString;
4151
4151
  title: z$1.ZodString;
4152
- status: z$1.ZodLiteral<number>;
4152
+ status: z$1.ZodNumber;
4153
4153
  error: z$1.ZodObject<{
4154
4154
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4155
4155
  message: z$1.ZodString;
@@ -4168,7 +4168,7 @@ declare const commonCreateErrorResponses: {
4168
4168
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4169
4169
  detail: z$1.ZodString;
4170
4170
  title: z$1.ZodString;
4171
- status: z$1.ZodLiteral<number>;
4171
+ status: z$1.ZodNumber;
4172
4172
  error: z$1.ZodObject<{
4173
4173
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4174
4174
  message: z$1.ZodString;
@@ -4187,7 +4187,7 @@ declare const commonCreateErrorResponses: {
4187
4187
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4188
4188
  detail: z$1.ZodString;
4189
4189
  title: z$1.ZodString;
4190
- status: z$1.ZodLiteral<number>;
4190
+ status: z$1.ZodNumber;
4191
4191
  error: z$1.ZodObject<{
4192
4192
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4193
4193
  message: z$1.ZodString;
@@ -4206,7 +4206,7 @@ declare const commonCreateErrorResponses: {
4206
4206
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4207
4207
  detail: z$1.ZodString;
4208
4208
  title: z$1.ZodString;
4209
- status: z$1.ZodLiteral<number>;
4209
+ status: z$1.ZodNumber;
4210
4210
  error: z$1.ZodObject<{
4211
4211
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4212
4212
  message: z$1.ZodString;
@@ -4227,7 +4227,7 @@ declare const commonUpdateErrorResponses: {
4227
4227
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4228
4228
  detail: z$1.ZodString;
4229
4229
  title: z$1.ZodString;
4230
- status: z$1.ZodLiteral<number>;
4230
+ status: z$1.ZodNumber;
4231
4231
  error: z$1.ZodObject<{
4232
4232
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4233
4233
  message: z$1.ZodString;
@@ -4246,7 +4246,7 @@ declare const commonUpdateErrorResponses: {
4246
4246
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4247
4247
  detail: z$1.ZodString;
4248
4248
  title: z$1.ZodString;
4249
- status: z$1.ZodLiteral<number>;
4249
+ status: z$1.ZodNumber;
4250
4250
  error: z$1.ZodObject<{
4251
4251
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4252
4252
  message: z$1.ZodString;
@@ -4265,7 +4265,7 @@ declare const commonUpdateErrorResponses: {
4265
4265
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4266
4266
  detail: z$1.ZodString;
4267
4267
  title: z$1.ZodString;
4268
- status: z$1.ZodLiteral<number>;
4268
+ status: z$1.ZodNumber;
4269
4269
  error: z$1.ZodObject<{
4270
4270
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4271
4271
  message: z$1.ZodString;
@@ -4284,7 +4284,7 @@ declare const commonUpdateErrorResponses: {
4284
4284
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4285
4285
  detail: z$1.ZodString;
4286
4286
  title: z$1.ZodString;
4287
- status: z$1.ZodLiteral<number>;
4287
+ status: z$1.ZodNumber;
4288
4288
  error: z$1.ZodObject<{
4289
4289
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4290
4290
  message: z$1.ZodString;
@@ -4303,7 +4303,7 @@ declare const commonUpdateErrorResponses: {
4303
4303
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4304
4304
  detail: z$1.ZodString;
4305
4305
  title: z$1.ZodString;
4306
- status: z$1.ZodLiteral<number>;
4306
+ status: z$1.ZodNumber;
4307
4307
  error: z$1.ZodObject<{
4308
4308
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4309
4309
  message: z$1.ZodString;
@@ -4322,7 +4322,7 @@ declare const commonUpdateErrorResponses: {
4322
4322
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4323
4323
  detail: z$1.ZodString;
4324
4324
  title: z$1.ZodString;
4325
- status: z$1.ZodLiteral<number>;
4325
+ status: z$1.ZodNumber;
4326
4326
  error: z$1.ZodObject<{
4327
4327
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4328
4328
  message: z$1.ZodString;
@@ -4343,7 +4343,7 @@ declare const commonGetErrorResponses: {
4343
4343
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4344
4344
  detail: z$1.ZodString;
4345
4345
  title: z$1.ZodString;
4346
- status: z$1.ZodLiteral<number>;
4346
+ status: z$1.ZodNumber;
4347
4347
  error: z$1.ZodObject<{
4348
4348
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4349
4349
  message: z$1.ZodString;
@@ -4362,7 +4362,7 @@ declare const commonGetErrorResponses: {
4362
4362
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4363
4363
  detail: z$1.ZodString;
4364
4364
  title: z$1.ZodString;
4365
- status: z$1.ZodLiteral<number>;
4365
+ status: z$1.ZodNumber;
4366
4366
  error: z$1.ZodObject<{
4367
4367
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4368
4368
  message: z$1.ZodString;
@@ -4381,7 +4381,7 @@ declare const commonGetErrorResponses: {
4381
4381
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4382
4382
  detail: z$1.ZodString;
4383
4383
  title: z$1.ZodString;
4384
- status: z$1.ZodLiteral<number>;
4384
+ status: z$1.ZodNumber;
4385
4385
  error: z$1.ZodObject<{
4386
4386
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4387
4387
  message: z$1.ZodString;
@@ -4400,7 +4400,7 @@ declare const commonGetErrorResponses: {
4400
4400
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4401
4401
  detail: z$1.ZodString;
4402
4402
  title: z$1.ZodString;
4403
- status: z$1.ZodLiteral<number>;
4403
+ status: z$1.ZodNumber;
4404
4404
  error: z$1.ZodObject<{
4405
4405
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4406
4406
  message: z$1.ZodString;
@@ -4419,7 +4419,7 @@ declare const commonGetErrorResponses: {
4419
4419
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4420
4420
  detail: z$1.ZodString;
4421
4421
  title: z$1.ZodString;
4422
- status: z$1.ZodLiteral<number>;
4422
+ status: z$1.ZodNumber;
4423
4423
  error: z$1.ZodObject<{
4424
4424
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4425
4425
  message: z$1.ZodString;
@@ -4438,7 +4438,7 @@ declare const commonGetErrorResponses: {
4438
4438
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4439
4439
  detail: z$1.ZodString;
4440
4440
  title: z$1.ZodString;
4441
- status: z$1.ZodLiteral<number>;
4441
+ status: z$1.ZodNumber;
4442
4442
  error: z$1.ZodObject<{
4443
4443
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4444
4444
  message: z$1.ZodString;
@@ -4459,7 +4459,7 @@ declare const commonDeleteErrorResponses: {
4459
4459
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4460
4460
  detail: z$1.ZodString;
4461
4461
  title: z$1.ZodString;
4462
- status: z$1.ZodLiteral<number>;
4462
+ status: z$1.ZodNumber;
4463
4463
  error: z$1.ZodObject<{
4464
4464
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4465
4465
  message: z$1.ZodString;
@@ -4478,7 +4478,7 @@ declare const commonDeleteErrorResponses: {
4478
4478
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4479
4479
  detail: z$1.ZodString;
4480
4480
  title: z$1.ZodString;
4481
- status: z$1.ZodLiteral<number>;
4481
+ status: z$1.ZodNumber;
4482
4482
  error: z$1.ZodObject<{
4483
4483
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4484
4484
  message: z$1.ZodString;
@@ -4497,7 +4497,7 @@ declare const commonDeleteErrorResponses: {
4497
4497
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4498
4498
  detail: z$1.ZodString;
4499
4499
  title: z$1.ZodString;
4500
- status: z$1.ZodLiteral<number>;
4500
+ status: z$1.ZodNumber;
4501
4501
  error: z$1.ZodObject<{
4502
4502
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4503
4503
  message: z$1.ZodString;
@@ -4516,7 +4516,7 @@ declare const commonDeleteErrorResponses: {
4516
4516
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4517
4517
  detail: z$1.ZodString;
4518
4518
  title: z$1.ZodString;
4519
- status: z$1.ZodLiteral<number>;
4519
+ status: z$1.ZodNumber;
4520
4520
  error: z$1.ZodObject<{
4521
4521
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4522
4522
  message: z$1.ZodString;
@@ -4535,7 +4535,7 @@ declare const commonDeleteErrorResponses: {
4535
4535
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4536
4536
  detail: z$1.ZodString;
4537
4537
  title: z$1.ZodString;
4538
- status: z$1.ZodLiteral<number>;
4538
+ status: z$1.ZodNumber;
4539
4539
  error: z$1.ZodObject<{
4540
4540
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4541
4541
  message: z$1.ZodString;
@@ -4554,7 +4554,7 @@ declare const commonDeleteErrorResponses: {
4554
4554
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4555
4555
  detail: z$1.ZodString;
4556
4556
  title: z$1.ZodString;
4557
- status: z$1.ZodLiteral<number>;
4557
+ status: z$1.ZodNumber;
4558
4558
  error: z$1.ZodObject<{
4559
4559
  code: z$1.ZodLiteral<"bad_request" | "unauthorized" | "forbidden" | "not_found" | "conflict" | "internal_server_error" | "unprocessable_entity">;
4560
4560
  message: z$1.ZodString;
package/dist/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import { detectAuthenticationRequired } from './chunk-OP3KPT4T.js';
2
2
  export { ACTIVITY_NAMES, ACTIVITY_STATUS, ACTIVITY_TYPES, AGENT_IDS, AGGREGATE_OPERATORS, AI_OPERATIONS, AI_TOOL_TYPES, DATA_SOURCES, DATA_TYPES, DELEGATION_FROM_SUB_AGENT_ID, DELEGATION_ID, DELEGATION_TO_SUB_AGENT_ID, FIELD_TYPES, OPERATORS, ORDER_DIRECTIONS, PANEL_TYPES, QUERY_DEFAULTS, QUERY_EXPRESSIONS, QUERY_FIELD_CONFIGS, QUERY_TYPES, REDUCE_OPERATIONS, SPAN_KEYS, SPAN_NAMES, TRANSFER_FROM_SUB_AGENT_ID, TRANSFER_TO_SUB_AGENT_ID, UNKNOWN_VALUE, detectAuthenticationRequired, exchangeMcpAuthorizationCode, initiateMcpOAuthFlow } from './chunk-OP3KPT4T.js';
3
- export { TaskState } from './chunk-H2F72PDA.js';
4
3
  export { ANTHROPIC_MODELS, GOOGLE_MODELS, OPENAI_MODELS } from './chunk-MQTANAMG.js';
4
+ export { TaskState } from './chunk-H2F72PDA.js';
5
5
  import { getLogger, convertZodToJsonSchema } from './chunk-YECQCT5N.js';
6
6
  export { PinoLogger, convertZodToJsonSchema, convertZodToJsonSchemaWithPreview, extractPreviewFields, getLogger, isZodSchema, loggerFactory, preview } from './chunk-YECQCT5N.js';
7
7
  import { validateRender, validateAndTypeAgentData, validateAgentStructure } from './chunk-HS7ZTPLJ.js';
@@ -215823,7 +215823,7 @@ var errorSchemaFactory = (code, description) => ({
215823
215823
  // description: "A URI reference that identifies the problem type.",
215824
215824
  // example: `${ERROR_DOCS_BASE_URL}#${code}`,
215825
215825
  // }),
215826
- status: z$1.literal(errorCodeToHttpStatus[code]).openapi({
215826
+ status: z$1.number().int().openapi({
215827
215827
  description: "The HTTP status code.",
215828
215828
  example: errorCodeToHttpStatus[code]
215829
215829
  }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inkeep/agents-core",
3
- "version": "0.0.0-dev-20251114192858",
3
+ "version": "0.0.0-dev-20251116035031",
4
4
  "description": "Agents Core contains the database schema, types, and validation schemas for Inkeep Agent Framework, along with core components.",
5
5
  "type": "module",
6
6
  "license": "SEE LICENSE IN LICENSE.md",