@deepintel-ltd/farmpro-contracts 1.11.3 → 1.11.4

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 (73) hide show
  1. package/dist/routes/admin.routes.d.ts +2852 -36
  2. package/dist/routes/admin.routes.d.ts.map +1 -1
  3. package/dist/routes/admin.routes.js +78 -6
  4. package/dist/routes/agent-workflows.routes.d.ts +140 -140
  5. package/dist/routes/agents.routes.d.ts +6 -6
  6. package/dist/routes/analytics.routes.d.ts +6 -6
  7. package/dist/routes/auth.routes.d.ts +503 -0
  8. package/dist/routes/auth.routes.d.ts.map +1 -1
  9. package/dist/routes/auth.routes.js +15 -0
  10. package/dist/routes/crop-profile.routes.d.ts +18 -18
  11. package/dist/routes/documents.routes.d.ts +58 -58
  12. package/dist/routes/equipment.routes.d.ts +62 -62
  13. package/dist/routes/extension.routes.d.ts +6 -6
  14. package/dist/routes/farm-status.routes.d.ts +6 -6
  15. package/dist/routes/farms.routes.d.ts +35 -0
  16. package/dist/routes/farms.routes.d.ts.map +1 -1
  17. package/dist/routes/fertigation.routes.d.ts +76 -76
  18. package/dist/routes/field-monitoring.routes.d.ts +34 -34
  19. package/dist/routes/field-observations.routes.d.ts +170 -170
  20. package/dist/routes/finance.routes.d.ts +6 -6
  21. package/dist/routes/geofences.routes.d.ts +8 -8
  22. package/dist/routes/irrigation.routes.d.ts +22 -22
  23. package/dist/routes/live-monitor.routes.d.ts +2 -2
  24. package/dist/routes/livestock-groups.routes.d.ts +30 -30
  25. package/dist/routes/livestock.routes.d.ts +24 -24
  26. package/dist/routes/monitoring-visualization.routes.d.ts +4 -4
  27. package/dist/routes/pest-disease-risk.routes.d.ts +48 -48
  28. package/dist/routes/prescription-maps.routes.d.ts +2 -2
  29. package/dist/routes/seasonal-plans.routes.d.ts +6 -6
  30. package/dist/routes/soil-tests.routes.d.ts +30 -30
  31. package/dist/routes/subscriptions.routes.d.ts +2 -2
  32. package/dist/routes/team-payments.routes.d.ts +36 -36
  33. package/dist/routes/team.routes.d.ts +24 -24
  34. package/dist/routes/users.routes.d.ts +14 -0
  35. package/dist/routes/users.routes.d.ts.map +1 -1
  36. package/dist/routes/weather.routes.d.ts +14 -14
  37. package/dist/routes/yield-prediction.routes.d.ts +48 -48
  38. package/dist/schemas/admin.schemas.d.ts +431 -84
  39. package/dist/schemas/admin.schemas.d.ts.map +1 -1
  40. package/dist/schemas/admin.schemas.js +36 -0
  41. package/dist/schemas/agent-workflows.schemas.d.ts +111 -111
  42. package/dist/schemas/agents.schemas.d.ts +6 -6
  43. package/dist/schemas/analytics.schemas.d.ts +12 -12
  44. package/dist/schemas/crop-profile.schemas.d.ts +26 -26
  45. package/dist/schemas/documents.schemas.d.ts +48 -48
  46. package/dist/schemas/equipment.schemas.d.ts +48 -48
  47. package/dist/schemas/extension.schemas.d.ts +12 -12
  48. package/dist/schemas/farm-status.schemas.d.ts +8 -8
  49. package/dist/schemas/farms.schemas.d.ts +48 -0
  50. package/dist/schemas/farms.schemas.d.ts.map +1 -1
  51. package/dist/schemas/farms.schemas.js +3 -0
  52. package/dist/schemas/fertigation.schemas.d.ts +20 -20
  53. package/dist/schemas/field-monitoring.schemas.d.ts +26 -26
  54. package/dist/schemas/field-observations.schemas.d.ts +126 -126
  55. package/dist/schemas/finance.schemas.d.ts +6 -6
  56. package/dist/schemas/geofences.schemas.d.ts +6 -6
  57. package/dist/schemas/irrigation.schemas.d.ts +12 -12
  58. package/dist/schemas/live-monitor.schemas.d.ts +2 -2
  59. package/dist/schemas/livestock-groups.schemas.d.ts +18 -18
  60. package/dist/schemas/livestock.schemas.d.ts +18 -18
  61. package/dist/schemas/monitoring-visualization.schemas.d.ts +4 -4
  62. package/dist/schemas/pest-disease-risk.schemas.d.ts +32 -32
  63. package/dist/schemas/prescription-maps.schemas.d.ts +2 -2
  64. package/dist/schemas/seasonal-plans.schemas.d.ts +12 -12
  65. package/dist/schemas/soil-tests.schemas.d.ts +28 -28
  66. package/dist/schemas/team-payments.schemas.d.ts +24 -24
  67. package/dist/schemas/team.schemas.d.ts +18 -18
  68. package/dist/schemas/users.schemas.d.ts +15 -0
  69. package/dist/schemas/users.schemas.d.ts.map +1 -1
  70. package/dist/schemas/users.schemas.js +1 -0
  71. package/dist/schemas/weather.schemas.d.ts +28 -28
  72. package/dist/schemas/yield-prediction.schemas.d.ts +8 -8
  73. package/package.json +1 -1
@@ -3371,6 +3371,7 @@ export declare const agentsRouter: {
3371
3371
  recommendedQuantity: number;
3372
3372
  }>, "many">;
3373
3373
  }, "strip", z.ZodTypeAny, {
3374
+ farmId: string;
3374
3375
  tasks: {
3375
3376
  status: string;
3376
3377
  date: string;
@@ -3380,7 +3381,6 @@ export declare const agentsRouter: {
3380
3381
  fieldName: string;
3381
3382
  category: string;
3382
3383
  }[];
3383
- farmId: string;
3384
3384
  startDate: string;
3385
3385
  endDate: string;
3386
3386
  conflicts: {
@@ -3404,6 +3404,7 @@ export declare const agentsRouter: {
3404
3404
  recommendedQuantity: number;
3405
3405
  }[];
3406
3406
  }, {
3407
+ farmId: string;
3407
3408
  tasks: {
3408
3409
  status: string;
3409
3410
  date: string;
@@ -3413,7 +3414,6 @@ export declare const agentsRouter: {
3413
3414
  fieldName: string;
3414
3415
  category: string;
3415
3416
  }[];
3416
- farmId: string;
3417
3417
  startDate: string;
3418
3418
  endDate: string;
3419
3419
  conflicts: {
@@ -3441,6 +3441,7 @@ export declare const agentsRouter: {
3441
3441
  type: "weekly-work-orders";
3442
3442
  id: string;
3443
3443
  attributes: {
3444
+ farmId: string;
3444
3445
  tasks: {
3445
3446
  status: string;
3446
3447
  date: string;
@@ -3450,7 +3451,6 @@ export declare const agentsRouter: {
3450
3451
  fieldName: string;
3451
3452
  category: string;
3452
3453
  }[];
3453
- farmId: string;
3454
3454
  startDate: string;
3455
3455
  endDate: string;
3456
3456
  conflicts: {
@@ -3478,6 +3478,7 @@ export declare const agentsRouter: {
3478
3478
  type: "weekly-work-orders";
3479
3479
  id: string;
3480
3480
  attributes: {
3481
+ farmId: string;
3481
3482
  tasks: {
3482
3483
  status: string;
3483
3484
  date: string;
@@ -3487,7 +3488,6 @@ export declare const agentsRouter: {
3487
3488
  fieldName: string;
3488
3489
  category: string;
3489
3490
  }[];
3490
- farmId: string;
3491
3491
  startDate: string;
3492
3492
  endDate: string;
3493
3493
  conflicts: {
@@ -3517,6 +3517,7 @@ export declare const agentsRouter: {
3517
3517
  type: "weekly-work-orders";
3518
3518
  id: string;
3519
3519
  attributes: {
3520
+ farmId: string;
3520
3521
  tasks: {
3521
3522
  status: string;
3522
3523
  date: string;
@@ -3526,7 +3527,6 @@ export declare const agentsRouter: {
3526
3527
  fieldName: string;
3527
3528
  category: string;
3528
3529
  }[];
3529
- farmId: string;
3530
3530
  startDate: string;
3531
3531
  endDate: string;
3532
3532
  conflicts: {
@@ -3556,6 +3556,7 @@ export declare const agentsRouter: {
3556
3556
  type: "weekly-work-orders";
3557
3557
  id: string;
3558
3558
  attributes: {
3559
+ farmId: string;
3559
3560
  tasks: {
3560
3561
  status: string;
3561
3562
  date: string;
@@ -3565,7 +3566,6 @@ export declare const agentsRouter: {
3565
3566
  fieldName: string;
3566
3567
  category: string;
3567
3568
  }[];
3568
- farmId: string;
3569
3569
  startDate: string;
3570
3570
  endDate: string;
3571
3571
  conflicts: {
@@ -193,13 +193,13 @@ export declare const analyticsRouter: {
193
193
  }[] | undefined;
194
194
  }>>;
195
195
  }, "strip", z.ZodTypeAny, {
196
+ farmId: string;
196
197
  yield: {
197
198
  revenue: number;
198
199
  forecast: number;
199
200
  target: number;
200
201
  costs: number;
201
202
  };
202
- farmId: string;
203
203
  performanceData: {
204
204
  date: string;
205
205
  ndvi: number | null;
@@ -242,13 +242,13 @@ export declare const analyticsRouter: {
242
242
  }[] | undefined;
243
243
  } | undefined;
244
244
  }, {
245
+ farmId: string;
245
246
  yield: {
246
247
  revenue: number;
247
248
  forecast: number;
248
249
  target: number;
249
250
  costs: number;
250
251
  };
251
- farmId: string;
252
252
  performanceData: {
253
253
  date: string;
254
254
  ndvi: number | null;
@@ -298,13 +298,13 @@ export declare const analyticsRouter: {
298
298
  type: string;
299
299
  id: string;
300
300
  attributes: {
301
+ farmId: string;
301
302
  yield: {
302
303
  revenue: number;
303
304
  forecast: number;
304
305
  target: number;
305
306
  costs: number;
306
307
  };
307
- farmId: string;
308
308
  performanceData: {
309
309
  date: string;
310
310
  ndvi: number | null;
@@ -354,13 +354,13 @@ export declare const analyticsRouter: {
354
354
  type: string;
355
355
  id: string;
356
356
  attributes: {
357
+ farmId: string;
357
358
  yield: {
358
359
  revenue: number;
359
360
  forecast: number;
360
361
  target: number;
361
362
  costs: number;
362
363
  };
363
- farmId: string;
364
364
  performanceData: {
365
365
  date: string;
366
366
  ndvi: number | null;
@@ -436,13 +436,13 @@ export declare const analyticsRouter: {
436
436
  type: string;
437
437
  id: string;
438
438
  attributes: {
439
+ farmId: string;
439
440
  yield: {
440
441
  revenue: number;
441
442
  forecast: number;
442
443
  target: number;
443
444
  costs: number;
444
445
  };
445
- farmId: string;
446
446
  performanceData: {
447
447
  date: string;
448
448
  ndvi: number | null;
@@ -504,13 +504,13 @@ export declare const analyticsRouter: {
504
504
  type: string;
505
505
  id: string;
506
506
  attributes: {
507
+ farmId: string;
507
508
  yield: {
508
509
  revenue: number;
509
510
  forecast: number;
510
511
  target: number;
511
512
  costs: number;
512
513
  };
513
- farmId: string;
514
514
  performanceData: {
515
515
  date: string;
516
516
  ndvi: number | null;
@@ -4108,6 +4108,509 @@ export declare const authRouter: {
4108
4108
  }>;
4109
4109
  };
4110
4110
  };
4111
+ acceptAdminInvite: {
4112
+ summary: "Accept super admin invite";
4113
+ description: "Set password from invite email token and return a session";
4114
+ method: "POST";
4115
+ body: z.ZodObject<{
4116
+ data: z.ZodObject<{
4117
+ type: z.ZodLiteral<"admin-invite-accept">;
4118
+ attributes: z.ZodObject<{
4119
+ token: z.ZodString;
4120
+ password: z.ZodString;
4121
+ }, "strip", z.ZodTypeAny, {
4122
+ password: string;
4123
+ token: string;
4124
+ }, {
4125
+ password: string;
4126
+ token: string;
4127
+ }>;
4128
+ }, "strip", z.ZodTypeAny, {
4129
+ type: "admin-invite-accept";
4130
+ attributes: {
4131
+ password: string;
4132
+ token: string;
4133
+ };
4134
+ }, {
4135
+ type: "admin-invite-accept";
4136
+ attributes: {
4137
+ password: string;
4138
+ token: string;
4139
+ };
4140
+ }>;
4141
+ }, "strip", z.ZodTypeAny, {
4142
+ data: {
4143
+ type: "admin-invite-accept";
4144
+ attributes: {
4145
+ password: string;
4146
+ token: string;
4147
+ };
4148
+ };
4149
+ }, {
4150
+ data: {
4151
+ type: "admin-invite-accept";
4152
+ attributes: {
4153
+ password: string;
4154
+ token: string;
4155
+ };
4156
+ };
4157
+ }>;
4158
+ path: "/auth/admin-invite/accept";
4159
+ responses: {
4160
+ 200: z.ZodObject<{
4161
+ data: z.ZodArray<z.ZodUnion<[z.ZodObject<{
4162
+ type: z.ZodLiteral<string>;
4163
+ id: z.ZodString;
4164
+ attributes: z.ZodObject<{
4165
+ name: z.ZodString;
4166
+ email: z.ZodString;
4167
+ phone: z.ZodNullable<z.ZodString>;
4168
+ emailVerified: z.ZodBoolean;
4169
+ avatar: z.ZodNullable<z.ZodString>;
4170
+ } & {
4171
+ createdAt: z.ZodString;
4172
+ updatedAt: z.ZodString;
4173
+ }, "strip", z.ZodTypeAny, {
4174
+ email: string;
4175
+ createdAt: string;
4176
+ updatedAt: string;
4177
+ name: string;
4178
+ phone: string | null;
4179
+ emailVerified: boolean;
4180
+ avatar: string | null;
4181
+ }, {
4182
+ email: string;
4183
+ createdAt: string;
4184
+ updatedAt: string;
4185
+ name: string;
4186
+ phone: string | null;
4187
+ emailVerified: boolean;
4188
+ avatar: string | null;
4189
+ }>;
4190
+ relationships: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
4191
+ links: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
4192
+ meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
4193
+ }, "strip", z.ZodTypeAny, {
4194
+ type: string;
4195
+ id: string;
4196
+ attributes: {
4197
+ email: string;
4198
+ createdAt: string;
4199
+ updatedAt: string;
4200
+ name: string;
4201
+ phone: string | null;
4202
+ emailVerified: boolean;
4203
+ avatar: string | null;
4204
+ };
4205
+ relationships?: Record<string, unknown> | undefined;
4206
+ links?: Record<string, string> | undefined;
4207
+ meta?: Record<string, unknown> | undefined;
4208
+ }, {
4209
+ type: string;
4210
+ id: string;
4211
+ attributes: {
4212
+ email: string;
4213
+ createdAt: string;
4214
+ updatedAt: string;
4215
+ name: string;
4216
+ phone: string | null;
4217
+ emailVerified: boolean;
4218
+ avatar: string | null;
4219
+ };
4220
+ relationships?: Record<string, unknown> | undefined;
4221
+ links?: Record<string, string> | undefined;
4222
+ meta?: Record<string, unknown> | undefined;
4223
+ }>, z.ZodObject<{
4224
+ type: z.ZodLiteral<string>;
4225
+ id: z.ZodString;
4226
+ attributes: z.ZodObject<{
4227
+ accessToken: z.ZodString;
4228
+ refreshToken: z.ZodString;
4229
+ expiresIn: z.ZodNumber;
4230
+ tokenType: z.ZodDefault<z.ZodLiteral<"Bearer">>;
4231
+ }, "strip", z.ZodTypeAny, {
4232
+ refreshToken: string;
4233
+ accessToken: string;
4234
+ expiresIn: number;
4235
+ tokenType: "Bearer";
4236
+ }, {
4237
+ refreshToken: string;
4238
+ accessToken: string;
4239
+ expiresIn: number;
4240
+ tokenType?: "Bearer" | undefined;
4241
+ }>;
4242
+ relationships: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
4243
+ links: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
4244
+ meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
4245
+ }, "strip", z.ZodTypeAny, {
4246
+ type: string;
4247
+ id: string;
4248
+ attributes: {
4249
+ refreshToken: string;
4250
+ accessToken: string;
4251
+ expiresIn: number;
4252
+ tokenType: "Bearer";
4253
+ };
4254
+ relationships?: Record<string, unknown> | undefined;
4255
+ links?: Record<string, string> | undefined;
4256
+ meta?: Record<string, unknown> | undefined;
4257
+ }, {
4258
+ type: string;
4259
+ id: string;
4260
+ attributes: {
4261
+ refreshToken: string;
4262
+ accessToken: string;
4263
+ expiresIn: number;
4264
+ tokenType?: "Bearer" | undefined;
4265
+ };
4266
+ relationships?: Record<string, unknown> | undefined;
4267
+ links?: Record<string, string> | undefined;
4268
+ meta?: Record<string, unknown> | undefined;
4269
+ }>]>, "many">;
4270
+ meta: z.ZodOptional<z.ZodObject<{
4271
+ message: z.ZodOptional<z.ZodString>;
4272
+ }, "strip", z.ZodTypeAny, {
4273
+ message?: string | undefined;
4274
+ }, {
4275
+ message?: string | undefined;
4276
+ }>>;
4277
+ }, "strip", z.ZodTypeAny, {
4278
+ data: ({
4279
+ type: string;
4280
+ id: string;
4281
+ attributes: {
4282
+ email: string;
4283
+ createdAt: string;
4284
+ updatedAt: string;
4285
+ name: string;
4286
+ phone: string | null;
4287
+ emailVerified: boolean;
4288
+ avatar: string | null;
4289
+ };
4290
+ relationships?: Record<string, unknown> | undefined;
4291
+ links?: Record<string, string> | undefined;
4292
+ meta?: Record<string, unknown> | undefined;
4293
+ } | {
4294
+ type: string;
4295
+ id: string;
4296
+ attributes: {
4297
+ refreshToken: string;
4298
+ accessToken: string;
4299
+ expiresIn: number;
4300
+ tokenType: "Bearer";
4301
+ };
4302
+ relationships?: Record<string, unknown> | undefined;
4303
+ links?: Record<string, string> | undefined;
4304
+ meta?: Record<string, unknown> | undefined;
4305
+ })[];
4306
+ meta?: {
4307
+ message?: string | undefined;
4308
+ } | undefined;
4309
+ }, {
4310
+ data: ({
4311
+ type: string;
4312
+ id: string;
4313
+ attributes: {
4314
+ email: string;
4315
+ createdAt: string;
4316
+ updatedAt: string;
4317
+ name: string;
4318
+ phone: string | null;
4319
+ emailVerified: boolean;
4320
+ avatar: string | null;
4321
+ };
4322
+ relationships?: Record<string, unknown> | undefined;
4323
+ links?: Record<string, string> | undefined;
4324
+ meta?: Record<string, unknown> | undefined;
4325
+ } | {
4326
+ type: string;
4327
+ id: string;
4328
+ attributes: {
4329
+ refreshToken: string;
4330
+ accessToken: string;
4331
+ expiresIn: number;
4332
+ tokenType?: "Bearer" | undefined;
4333
+ };
4334
+ relationships?: Record<string, unknown> | undefined;
4335
+ links?: Record<string, string> | undefined;
4336
+ meta?: Record<string, unknown> | undefined;
4337
+ })[];
4338
+ meta?: {
4339
+ message?: string | undefined;
4340
+ } | undefined;
4341
+ }>;
4342
+ 400: z.ZodObject<{
4343
+ errors: z.ZodArray<z.ZodObject<{
4344
+ id: z.ZodOptional<z.ZodString>;
4345
+ links: z.ZodOptional<z.ZodObject<{
4346
+ about: z.ZodOptional<z.ZodString>;
4347
+ }, "strip", z.ZodTypeAny, {
4348
+ about?: string | undefined;
4349
+ }, {
4350
+ about?: string | undefined;
4351
+ }>>;
4352
+ status: z.ZodOptional<z.ZodString>;
4353
+ code: z.ZodOptional<z.ZodString>;
4354
+ title: z.ZodOptional<z.ZodString>;
4355
+ detail: z.ZodOptional<z.ZodString>;
4356
+ source: z.ZodOptional<z.ZodObject<{
4357
+ pointer: z.ZodOptional<z.ZodString>;
4358
+ parameter: z.ZodOptional<z.ZodString>;
4359
+ }, "strip", z.ZodTypeAny, {
4360
+ pointer?: string | undefined;
4361
+ parameter?: string | undefined;
4362
+ }, {
4363
+ pointer?: string | undefined;
4364
+ parameter?: string | undefined;
4365
+ }>>;
4366
+ meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
4367
+ }, "strip", z.ZodTypeAny, {
4368
+ status?: string | undefined;
4369
+ code?: string | undefined;
4370
+ id?: string | undefined;
4371
+ links?: {
4372
+ about?: string | undefined;
4373
+ } | undefined;
4374
+ meta?: Record<string, unknown> | undefined;
4375
+ title?: string | undefined;
4376
+ detail?: string | undefined;
4377
+ source?: {
4378
+ pointer?: string | undefined;
4379
+ parameter?: string | undefined;
4380
+ } | undefined;
4381
+ }, {
4382
+ status?: string | undefined;
4383
+ code?: string | undefined;
4384
+ id?: string | undefined;
4385
+ links?: {
4386
+ about?: string | undefined;
4387
+ } | undefined;
4388
+ meta?: Record<string, unknown> | undefined;
4389
+ title?: string | undefined;
4390
+ detail?: string | undefined;
4391
+ source?: {
4392
+ pointer?: string | undefined;
4393
+ parameter?: string | undefined;
4394
+ } | undefined;
4395
+ }>, "many">;
4396
+ meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
4397
+ }, "strip", z.ZodTypeAny, {
4398
+ errors: {
4399
+ status?: string | undefined;
4400
+ code?: string | undefined;
4401
+ id?: string | undefined;
4402
+ links?: {
4403
+ about?: string | undefined;
4404
+ } | undefined;
4405
+ meta?: Record<string, unknown> | undefined;
4406
+ title?: string | undefined;
4407
+ detail?: string | undefined;
4408
+ source?: {
4409
+ pointer?: string | undefined;
4410
+ parameter?: string | undefined;
4411
+ } | undefined;
4412
+ }[];
4413
+ meta?: Record<string, unknown> | undefined;
4414
+ }, {
4415
+ errors: {
4416
+ status?: string | undefined;
4417
+ code?: string | undefined;
4418
+ id?: string | undefined;
4419
+ links?: {
4420
+ about?: string | undefined;
4421
+ } | undefined;
4422
+ meta?: Record<string, unknown> | undefined;
4423
+ title?: string | undefined;
4424
+ detail?: string | undefined;
4425
+ source?: {
4426
+ pointer?: string | undefined;
4427
+ parameter?: string | undefined;
4428
+ } | undefined;
4429
+ }[];
4430
+ meta?: Record<string, unknown> | undefined;
4431
+ }>;
4432
+ 401: z.ZodObject<{
4433
+ errors: z.ZodArray<z.ZodObject<{
4434
+ id: z.ZodOptional<z.ZodString>;
4435
+ links: z.ZodOptional<z.ZodObject<{
4436
+ about: z.ZodOptional<z.ZodString>;
4437
+ }, "strip", z.ZodTypeAny, {
4438
+ about?: string | undefined;
4439
+ }, {
4440
+ about?: string | undefined;
4441
+ }>>;
4442
+ status: z.ZodOptional<z.ZodString>;
4443
+ code: z.ZodOptional<z.ZodString>;
4444
+ title: z.ZodOptional<z.ZodString>;
4445
+ detail: z.ZodOptional<z.ZodString>;
4446
+ source: z.ZodOptional<z.ZodObject<{
4447
+ pointer: z.ZodOptional<z.ZodString>;
4448
+ parameter: z.ZodOptional<z.ZodString>;
4449
+ }, "strip", z.ZodTypeAny, {
4450
+ pointer?: string | undefined;
4451
+ parameter?: string | undefined;
4452
+ }, {
4453
+ pointer?: string | undefined;
4454
+ parameter?: string | undefined;
4455
+ }>>;
4456
+ meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
4457
+ }, "strip", z.ZodTypeAny, {
4458
+ status?: string | undefined;
4459
+ code?: string | undefined;
4460
+ id?: string | undefined;
4461
+ links?: {
4462
+ about?: string | undefined;
4463
+ } | undefined;
4464
+ meta?: Record<string, unknown> | undefined;
4465
+ title?: string | undefined;
4466
+ detail?: string | undefined;
4467
+ source?: {
4468
+ pointer?: string | undefined;
4469
+ parameter?: string | undefined;
4470
+ } | undefined;
4471
+ }, {
4472
+ status?: string | undefined;
4473
+ code?: string | undefined;
4474
+ id?: string | undefined;
4475
+ links?: {
4476
+ about?: string | undefined;
4477
+ } | undefined;
4478
+ meta?: Record<string, unknown> | undefined;
4479
+ title?: string | undefined;
4480
+ detail?: string | undefined;
4481
+ source?: {
4482
+ pointer?: string | undefined;
4483
+ parameter?: string | undefined;
4484
+ } | undefined;
4485
+ }>, "many">;
4486
+ meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
4487
+ }, "strip", z.ZodTypeAny, {
4488
+ errors: {
4489
+ status?: string | undefined;
4490
+ code?: string | undefined;
4491
+ id?: string | undefined;
4492
+ links?: {
4493
+ about?: string | undefined;
4494
+ } | undefined;
4495
+ meta?: Record<string, unknown> | undefined;
4496
+ title?: string | undefined;
4497
+ detail?: string | undefined;
4498
+ source?: {
4499
+ pointer?: string | undefined;
4500
+ parameter?: string | undefined;
4501
+ } | undefined;
4502
+ }[];
4503
+ meta?: Record<string, unknown> | undefined;
4504
+ }, {
4505
+ errors: {
4506
+ status?: string | undefined;
4507
+ code?: string | undefined;
4508
+ id?: string | undefined;
4509
+ links?: {
4510
+ about?: string | undefined;
4511
+ } | undefined;
4512
+ meta?: Record<string, unknown> | undefined;
4513
+ title?: string | undefined;
4514
+ detail?: string | undefined;
4515
+ source?: {
4516
+ pointer?: string | undefined;
4517
+ parameter?: string | undefined;
4518
+ } | undefined;
4519
+ }[];
4520
+ meta?: Record<string, unknown> | undefined;
4521
+ }>;
4522
+ 422: z.ZodObject<{
4523
+ errors: z.ZodArray<z.ZodObject<{
4524
+ id: z.ZodOptional<z.ZodString>;
4525
+ links: z.ZodOptional<z.ZodObject<{
4526
+ about: z.ZodOptional<z.ZodString>;
4527
+ }, "strip", z.ZodTypeAny, {
4528
+ about?: string | undefined;
4529
+ }, {
4530
+ about?: string | undefined;
4531
+ }>>;
4532
+ status: z.ZodOptional<z.ZodString>;
4533
+ code: z.ZodOptional<z.ZodString>;
4534
+ title: z.ZodOptional<z.ZodString>;
4535
+ detail: z.ZodOptional<z.ZodString>;
4536
+ source: z.ZodOptional<z.ZodObject<{
4537
+ pointer: z.ZodOptional<z.ZodString>;
4538
+ parameter: z.ZodOptional<z.ZodString>;
4539
+ }, "strip", z.ZodTypeAny, {
4540
+ pointer?: string | undefined;
4541
+ parameter?: string | undefined;
4542
+ }, {
4543
+ pointer?: string | undefined;
4544
+ parameter?: string | undefined;
4545
+ }>>;
4546
+ meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
4547
+ }, "strip", z.ZodTypeAny, {
4548
+ status?: string | undefined;
4549
+ code?: string | undefined;
4550
+ id?: string | undefined;
4551
+ links?: {
4552
+ about?: string | undefined;
4553
+ } | undefined;
4554
+ meta?: Record<string, unknown> | undefined;
4555
+ title?: string | undefined;
4556
+ detail?: string | undefined;
4557
+ source?: {
4558
+ pointer?: string | undefined;
4559
+ parameter?: string | undefined;
4560
+ } | undefined;
4561
+ }, {
4562
+ status?: string | undefined;
4563
+ code?: string | undefined;
4564
+ id?: string | undefined;
4565
+ links?: {
4566
+ about?: string | undefined;
4567
+ } | undefined;
4568
+ meta?: Record<string, unknown> | undefined;
4569
+ title?: string | undefined;
4570
+ detail?: string | undefined;
4571
+ source?: {
4572
+ pointer?: string | undefined;
4573
+ parameter?: string | undefined;
4574
+ } | undefined;
4575
+ }>, "many">;
4576
+ meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
4577
+ }, "strip", z.ZodTypeAny, {
4578
+ errors: {
4579
+ status?: string | undefined;
4580
+ code?: string | undefined;
4581
+ id?: string | undefined;
4582
+ links?: {
4583
+ about?: string | undefined;
4584
+ } | undefined;
4585
+ meta?: Record<string, unknown> | undefined;
4586
+ title?: string | undefined;
4587
+ detail?: string | undefined;
4588
+ source?: {
4589
+ pointer?: string | undefined;
4590
+ parameter?: string | undefined;
4591
+ } | undefined;
4592
+ }[];
4593
+ meta?: Record<string, unknown> | undefined;
4594
+ }, {
4595
+ errors: {
4596
+ status?: string | undefined;
4597
+ code?: string | undefined;
4598
+ id?: string | undefined;
4599
+ links?: {
4600
+ about?: string | undefined;
4601
+ } | undefined;
4602
+ meta?: Record<string, unknown> | undefined;
4603
+ title?: string | undefined;
4604
+ detail?: string | undefined;
4605
+ source?: {
4606
+ pointer?: string | undefined;
4607
+ parameter?: string | undefined;
4608
+ } | undefined;
4609
+ }[];
4610
+ meta?: Record<string, unknown> | undefined;
4611
+ }>;
4612
+ };
4613
+ };
4111
4614
  resendVerification: {
4112
4615
  summary: "Resend verification email";
4113
4616
  description: "Resend email verification link";