@deepintel-ltd/farmpro-contracts 1.7.19 → 1.7.21

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 (84) hide show
  1. package/dist/index.d.ts +18 -1
  2. package/dist/index.d.ts.map +1 -1
  3. package/dist/index.js +17 -0
  4. package/dist/routes/agents.routes.d.ts +6 -6
  5. package/dist/routes/commodity-deals.routes.d.ts +2702 -0
  6. package/dist/routes/commodity-deals.routes.d.ts.map +1 -0
  7. package/dist/routes/commodity-deals.routes.js +83 -0
  8. package/dist/routes/cooperative.routes.d.ts +1327 -0
  9. package/dist/routes/cooperative.routes.d.ts.map +1 -0
  10. package/dist/routes/cooperative.routes.js +47 -0
  11. package/dist/routes/extension.routes.d.ts +2431 -0
  12. package/dist/routes/extension.routes.d.ts.map +1 -0
  13. package/dist/routes/extension.routes.js +75 -0
  14. package/dist/routes/farms.routes.d.ts +775 -0
  15. package/dist/routes/farms.routes.d.ts.map +1 -1
  16. package/dist/routes/farms.routes.js +15 -1
  17. package/dist/routes/field-monitoring.routes.d.ts +505 -0
  18. package/dist/routes/field-monitoring.routes.d.ts.map +1 -1
  19. package/dist/routes/field-monitoring.routes.js +23 -1
  20. package/dist/routes/fields.routes.d.ts +156 -155
  21. package/dist/routes/fields.routes.d.ts.map +1 -1
  22. package/dist/routes/index.d.ts +18 -0
  23. package/dist/routes/index.d.ts.map +1 -1
  24. package/dist/routes/index.js +12 -0
  25. package/dist/routes/invoices.routes.d.ts +49 -0
  26. package/dist/routes/invoices.routes.d.ts.map +1 -1
  27. package/dist/routes/live-monitor.routes.d.ts +513 -0
  28. package/dist/routes/live-monitor.routes.d.ts.map +1 -0
  29. package/dist/routes/live-monitor.routes.js +81 -0
  30. package/dist/routes/livestock-map.routes.d.ts +4 -4
  31. package/dist/routes/monitoring-visualization.routes.d.ts +4 -4
  32. package/dist/routes/notifications.routes.d.ts +1350 -0
  33. package/dist/routes/notifications.routes.d.ts.map +1 -0
  34. package/dist/routes/notifications.routes.js +66 -0
  35. package/dist/routes/organizations.routes.d.ts +49 -0
  36. package/dist/routes/organizations.routes.d.ts.map +1 -1
  37. package/dist/routes/team-payments.routes.d.ts +9571 -0
  38. package/dist/routes/team-payments.routes.d.ts.map +1 -0
  39. package/dist/routes/team-payments.routes.js +262 -0
  40. package/dist/routes/waybills.routes.d.ts +42 -0
  41. package/dist/routes/waybills.routes.d.ts.map +1 -1
  42. package/dist/schemas/agents.schemas.d.ts +1 -0
  43. package/dist/schemas/agents.schemas.d.ts.map +1 -1
  44. package/dist/schemas/commodity-deals.schemas.d.ts +1109 -0
  45. package/dist/schemas/commodity-deals.schemas.d.ts.map +1 -0
  46. package/dist/schemas/commodity-deals.schemas.js +82 -0
  47. package/dist/schemas/cooperative.schemas.d.ts +560 -0
  48. package/dist/schemas/cooperative.schemas.d.ts.map +1 -0
  49. package/dist/schemas/cooperative.schemas.js +71 -0
  50. package/dist/schemas/extension.schemas.d.ts +1204 -0
  51. package/dist/schemas/extension.schemas.d.ts.map +1 -0
  52. package/dist/schemas/extension.schemas.js +68 -0
  53. package/dist/schemas/farms.schemas.d.ts +591 -0
  54. package/dist/schemas/farms.schemas.d.ts.map +1 -1
  55. package/dist/schemas/farms.schemas.js +44 -0
  56. package/dist/schemas/field-monitoring.schemas.d.ts +276 -0
  57. package/dist/schemas/field-monitoring.schemas.d.ts.map +1 -1
  58. package/dist/schemas/field-monitoring.schemas.js +9 -0
  59. package/dist/schemas/field-observations.schemas.d.ts +1 -0
  60. package/dist/schemas/field-observations.schemas.d.ts.map +1 -1
  61. package/dist/schemas/fields.schemas.d.ts +188 -186
  62. package/dist/schemas/fields.schemas.d.ts.map +1 -1
  63. package/dist/schemas/fields.schemas.js +10 -2
  64. package/dist/schemas/invoices.schemas.d.ts +38 -0
  65. package/dist/schemas/invoices.schemas.d.ts.map +1 -1
  66. package/dist/schemas/invoices.schemas.js +2 -0
  67. package/dist/schemas/live-monitor.schemas.d.ts +596 -0
  68. package/dist/schemas/live-monitor.schemas.d.ts.map +1 -0
  69. package/dist/schemas/live-monitor.schemas.js +107 -0
  70. package/dist/schemas/livestock-map.schemas.d.ts +10 -10
  71. package/dist/schemas/monitoring-visualization.schemas.d.ts +4 -4
  72. package/dist/schemas/notifications.schemas.d.ts +464 -0
  73. package/dist/schemas/notifications.schemas.d.ts.map +1 -0
  74. package/dist/schemas/notifications.schemas.js +40 -0
  75. package/dist/schemas/organizations.schemas.d.ts +38 -0
  76. package/dist/schemas/organizations.schemas.d.ts.map +1 -1
  77. package/dist/schemas/organizations.schemas.js +2 -0
  78. package/dist/schemas/team-payments.schemas.d.ts +2604 -0
  79. package/dist/schemas/team-payments.schemas.d.ts.map +1 -0
  80. package/dist/schemas/team-payments.schemas.js +151 -0
  81. package/dist/schemas/waybills.schemas.d.ts +48 -0
  82. package/dist/schemas/waybills.schemas.d.ts.map +1 -1
  83. package/dist/schemas/waybills.schemas.js +3 -0
  84. package/package.json +1 -1
@@ -0,0 +1,1204 @@
1
+ import { z } from 'zod';
2
+ export declare const extensionAssignmentAttributesSchema: z.ZodObject<{
3
+ farmId: z.ZodString;
4
+ farmName: z.ZodString;
5
+ farmLocation: z.ZodString;
6
+ fieldCount: z.ZodNumber;
7
+ status: z.ZodEnum<["active", "completed"]>;
8
+ assignedAt: z.ZodString;
9
+ }, "strip", z.ZodTypeAny, {
10
+ status: "completed" | "active";
11
+ farmId: string;
12
+ farmName: string;
13
+ fieldCount: number;
14
+ farmLocation: string;
15
+ assignedAt: string;
16
+ }, {
17
+ status: "completed" | "active";
18
+ farmId: string;
19
+ farmName: string;
20
+ fieldCount: number;
21
+ farmLocation: string;
22
+ assignedAt: string;
23
+ }>;
24
+ export declare const extensionAssignmentResourceSchema: z.ZodObject<{
25
+ type: z.ZodLiteral<string>;
26
+ id: z.ZodString;
27
+ attributes: z.ZodObject<{
28
+ farmId: z.ZodString;
29
+ farmName: z.ZodString;
30
+ farmLocation: z.ZodString;
31
+ fieldCount: z.ZodNumber;
32
+ status: z.ZodEnum<["active", "completed"]>;
33
+ assignedAt: z.ZodString;
34
+ }, "strip", z.ZodTypeAny, {
35
+ status: "completed" | "active";
36
+ farmId: string;
37
+ farmName: string;
38
+ fieldCount: number;
39
+ farmLocation: string;
40
+ assignedAt: string;
41
+ }, {
42
+ status: "completed" | "active";
43
+ farmId: string;
44
+ farmName: string;
45
+ fieldCount: number;
46
+ farmLocation: string;
47
+ assignedAt: string;
48
+ }>;
49
+ relationships: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
50
+ links: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
51
+ meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
52
+ }, "strip", z.ZodTypeAny, {
53
+ type: string;
54
+ id: string;
55
+ attributes: {
56
+ status: "completed" | "active";
57
+ farmId: string;
58
+ farmName: string;
59
+ fieldCount: number;
60
+ farmLocation: string;
61
+ assignedAt: string;
62
+ };
63
+ relationships?: Record<string, unknown> | undefined;
64
+ links?: Record<string, string> | undefined;
65
+ meta?: Record<string, unknown> | undefined;
66
+ }, {
67
+ type: string;
68
+ id: string;
69
+ attributes: {
70
+ status: "completed" | "active";
71
+ farmId: string;
72
+ farmName: string;
73
+ fieldCount: number;
74
+ farmLocation: string;
75
+ assignedAt: string;
76
+ };
77
+ relationships?: Record<string, unknown> | undefined;
78
+ links?: Record<string, string> | undefined;
79
+ meta?: Record<string, unknown> | undefined;
80
+ }>;
81
+ export declare const extensionAssignmentListResponseSchema: z.ZodObject<{
82
+ data: z.ZodArray<z.ZodObject<{
83
+ type: z.ZodLiteral<string>;
84
+ id: z.ZodString;
85
+ attributes: z.ZodObject<{
86
+ farmId: z.ZodString;
87
+ farmName: z.ZodString;
88
+ farmLocation: z.ZodString;
89
+ fieldCount: z.ZodNumber;
90
+ status: z.ZodEnum<["active", "completed"]>;
91
+ assignedAt: z.ZodString;
92
+ }, "strip", z.ZodTypeAny, {
93
+ status: "completed" | "active";
94
+ farmId: string;
95
+ farmName: string;
96
+ fieldCount: number;
97
+ farmLocation: string;
98
+ assignedAt: string;
99
+ }, {
100
+ status: "completed" | "active";
101
+ farmId: string;
102
+ farmName: string;
103
+ fieldCount: number;
104
+ farmLocation: string;
105
+ assignedAt: string;
106
+ }>;
107
+ relationships: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
108
+ links: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
109
+ meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
110
+ }, "strip", z.ZodTypeAny, {
111
+ type: string;
112
+ id: string;
113
+ attributes: {
114
+ status: "completed" | "active";
115
+ farmId: string;
116
+ farmName: string;
117
+ fieldCount: number;
118
+ farmLocation: string;
119
+ assignedAt: string;
120
+ };
121
+ relationships?: Record<string, unknown> | undefined;
122
+ links?: Record<string, string> | undefined;
123
+ meta?: Record<string, unknown> | undefined;
124
+ }, {
125
+ type: string;
126
+ id: string;
127
+ attributes: {
128
+ status: "completed" | "active";
129
+ farmId: string;
130
+ farmName: string;
131
+ fieldCount: number;
132
+ farmLocation: string;
133
+ assignedAt: string;
134
+ };
135
+ relationships?: Record<string, unknown> | undefined;
136
+ links?: Record<string, string> | undefined;
137
+ meta?: Record<string, unknown> | undefined;
138
+ }>, "many">;
139
+ included: z.ZodOptional<z.ZodArray<z.ZodObject<{
140
+ type: z.ZodString;
141
+ id: z.ZodString;
142
+ attributes: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
143
+ relationships: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
144
+ links: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
145
+ meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
146
+ }, "strip", z.ZodTypeAny, {
147
+ type: string;
148
+ id: string;
149
+ attributes?: Record<string, unknown> | undefined;
150
+ relationships?: Record<string, unknown> | undefined;
151
+ links?: Record<string, string> | undefined;
152
+ meta?: Record<string, unknown> | undefined;
153
+ }, {
154
+ type: string;
155
+ id: string;
156
+ attributes?: Record<string, unknown> | undefined;
157
+ relationships?: Record<string, unknown> | undefined;
158
+ links?: Record<string, string> | undefined;
159
+ meta?: Record<string, unknown> | undefined;
160
+ }>, "many">>;
161
+ meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
162
+ links: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
163
+ }, "strip", z.ZodTypeAny, {
164
+ data: {
165
+ type: string;
166
+ id: string;
167
+ attributes: {
168
+ status: "completed" | "active";
169
+ farmId: string;
170
+ farmName: string;
171
+ fieldCount: number;
172
+ farmLocation: string;
173
+ assignedAt: string;
174
+ };
175
+ relationships?: Record<string, unknown> | undefined;
176
+ links?: Record<string, string> | undefined;
177
+ meta?: Record<string, unknown> | undefined;
178
+ }[];
179
+ links?: Record<string, string> | undefined;
180
+ meta?: Record<string, unknown> | undefined;
181
+ included?: {
182
+ type: string;
183
+ id: string;
184
+ attributes?: Record<string, unknown> | undefined;
185
+ relationships?: Record<string, unknown> | undefined;
186
+ links?: Record<string, string> | undefined;
187
+ meta?: Record<string, unknown> | undefined;
188
+ }[] | undefined;
189
+ }, {
190
+ data: {
191
+ type: string;
192
+ id: string;
193
+ attributes: {
194
+ status: "completed" | "active";
195
+ farmId: string;
196
+ farmName: string;
197
+ fieldCount: number;
198
+ farmLocation: string;
199
+ assignedAt: string;
200
+ };
201
+ relationships?: Record<string, unknown> | undefined;
202
+ links?: Record<string, string> | undefined;
203
+ meta?: Record<string, unknown> | undefined;
204
+ }[];
205
+ links?: Record<string, string> | undefined;
206
+ meta?: Record<string, unknown> | undefined;
207
+ included?: {
208
+ type: string;
209
+ id: string;
210
+ attributes?: Record<string, unknown> | undefined;
211
+ relationships?: Record<string, unknown> | undefined;
212
+ links?: Record<string, string> | undefined;
213
+ meta?: Record<string, unknown> | undefined;
214
+ }[] | undefined;
215
+ }>;
216
+ export declare const extensionAssignmentResponseSchema: z.ZodObject<{
217
+ data: z.ZodObject<{
218
+ type: z.ZodLiteral<string>;
219
+ id: z.ZodString;
220
+ attributes: z.ZodObject<{
221
+ farmId: z.ZodString;
222
+ farmName: z.ZodString;
223
+ farmLocation: z.ZodString;
224
+ fieldCount: z.ZodNumber;
225
+ status: z.ZodEnum<["active", "completed"]>;
226
+ assignedAt: z.ZodString;
227
+ }, "strip", z.ZodTypeAny, {
228
+ status: "completed" | "active";
229
+ farmId: string;
230
+ farmName: string;
231
+ fieldCount: number;
232
+ farmLocation: string;
233
+ assignedAt: string;
234
+ }, {
235
+ status: "completed" | "active";
236
+ farmId: string;
237
+ farmName: string;
238
+ fieldCount: number;
239
+ farmLocation: string;
240
+ assignedAt: string;
241
+ }>;
242
+ relationships: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
243
+ links: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
244
+ meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
245
+ }, "strip", z.ZodTypeAny, {
246
+ type: string;
247
+ id: string;
248
+ attributes: {
249
+ status: "completed" | "active";
250
+ farmId: string;
251
+ farmName: string;
252
+ fieldCount: number;
253
+ farmLocation: string;
254
+ assignedAt: string;
255
+ };
256
+ relationships?: Record<string, unknown> | undefined;
257
+ links?: Record<string, string> | undefined;
258
+ meta?: Record<string, unknown> | undefined;
259
+ }, {
260
+ type: string;
261
+ id: string;
262
+ attributes: {
263
+ status: "completed" | "active";
264
+ farmId: string;
265
+ farmName: string;
266
+ fieldCount: number;
267
+ farmLocation: string;
268
+ assignedAt: string;
269
+ };
270
+ relationships?: Record<string, unknown> | undefined;
271
+ links?: Record<string, string> | undefined;
272
+ meta?: Record<string, unknown> | undefined;
273
+ }>;
274
+ included: z.ZodOptional<z.ZodArray<z.ZodObject<{
275
+ type: z.ZodString;
276
+ id: z.ZodString;
277
+ attributes: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
278
+ relationships: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
279
+ links: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
280
+ meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
281
+ }, "strip", z.ZodTypeAny, {
282
+ type: string;
283
+ id: string;
284
+ attributes?: Record<string, unknown> | undefined;
285
+ relationships?: Record<string, unknown> | undefined;
286
+ links?: Record<string, string> | undefined;
287
+ meta?: Record<string, unknown> | undefined;
288
+ }, {
289
+ type: string;
290
+ id: string;
291
+ attributes?: Record<string, unknown> | undefined;
292
+ relationships?: Record<string, unknown> | undefined;
293
+ links?: Record<string, string> | undefined;
294
+ meta?: Record<string, unknown> | undefined;
295
+ }>, "many">>;
296
+ meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
297
+ links: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
298
+ }, "strip", z.ZodTypeAny, {
299
+ data: {
300
+ type: string;
301
+ id: string;
302
+ attributes: {
303
+ status: "completed" | "active";
304
+ farmId: string;
305
+ farmName: string;
306
+ fieldCount: number;
307
+ farmLocation: string;
308
+ assignedAt: string;
309
+ };
310
+ relationships?: Record<string, unknown> | undefined;
311
+ links?: Record<string, string> | undefined;
312
+ meta?: Record<string, unknown> | undefined;
313
+ };
314
+ links?: Record<string, string> | undefined;
315
+ meta?: Record<string, unknown> | undefined;
316
+ included?: {
317
+ type: string;
318
+ id: string;
319
+ attributes?: Record<string, unknown> | undefined;
320
+ relationships?: Record<string, unknown> | undefined;
321
+ links?: Record<string, string> | undefined;
322
+ meta?: Record<string, unknown> | undefined;
323
+ }[] | undefined;
324
+ }, {
325
+ data: {
326
+ type: string;
327
+ id: string;
328
+ attributes: {
329
+ status: "completed" | "active";
330
+ farmId: string;
331
+ farmName: string;
332
+ fieldCount: number;
333
+ farmLocation: string;
334
+ assignedAt: string;
335
+ };
336
+ relationships?: Record<string, unknown> | undefined;
337
+ links?: Record<string, string> | undefined;
338
+ meta?: Record<string, unknown> | undefined;
339
+ };
340
+ links?: Record<string, string> | undefined;
341
+ meta?: Record<string, unknown> | undefined;
342
+ included?: {
343
+ type: string;
344
+ id: string;
345
+ attributes?: Record<string, unknown> | undefined;
346
+ relationships?: Record<string, unknown> | undefined;
347
+ links?: Record<string, string> | undefined;
348
+ meta?: Record<string, unknown> | undefined;
349
+ }[] | undefined;
350
+ }>;
351
+ export declare const createExtensionAssignmentAttributesSchema: z.ZodObject<{
352
+ workerId: z.ZodString;
353
+ farmId: z.ZodString;
354
+ }, "strip", z.ZodTypeAny, {
355
+ farmId: string;
356
+ workerId: string;
357
+ }, {
358
+ farmId: string;
359
+ workerId: string;
360
+ }>;
361
+ export declare const createExtensionAssignmentInputSchema: z.ZodObject<{
362
+ type: z.ZodLiteral<"extension-assignments">;
363
+ attributes: z.ZodObject<{
364
+ workerId: z.ZodString;
365
+ farmId: z.ZodString;
366
+ }, "strip", z.ZodTypeAny, {
367
+ farmId: string;
368
+ workerId: string;
369
+ }, {
370
+ farmId: string;
371
+ workerId: string;
372
+ }>;
373
+ }, "strip", z.ZodTypeAny, {
374
+ type: "extension-assignments";
375
+ attributes: {
376
+ farmId: string;
377
+ workerId: string;
378
+ };
379
+ }, {
380
+ type: "extension-assignments";
381
+ attributes: {
382
+ farmId: string;
383
+ workerId: string;
384
+ };
385
+ }>;
386
+ export declare const extensionVisitLocationSchema: z.ZodObject<{
387
+ lat: z.ZodNumber;
388
+ lng: z.ZodNumber;
389
+ }, "strip", z.ZodTypeAny, {
390
+ lat: number;
391
+ lng: number;
392
+ }, {
393
+ lat: number;
394
+ lng: number;
395
+ }>;
396
+ export declare const createExtensionVisitAttributesSchema: z.ZodObject<{
397
+ farmId: z.ZodString;
398
+ fieldId: z.ZodOptional<z.ZodString>;
399
+ notes: z.ZodOptional<z.ZodString>;
400
+ location: z.ZodOptional<z.ZodObject<{
401
+ lat: z.ZodNumber;
402
+ lng: z.ZodNumber;
403
+ }, "strip", z.ZodTypeAny, {
404
+ lat: number;
405
+ lng: number;
406
+ }, {
407
+ lat: number;
408
+ lng: number;
409
+ }>>;
410
+ visitDate: z.ZodOptional<z.ZodString>;
411
+ }, "strip", z.ZodTypeAny, {
412
+ farmId: string;
413
+ location?: {
414
+ lat: number;
415
+ lng: number;
416
+ } | undefined;
417
+ fieldId?: string | undefined;
418
+ notes?: string | undefined;
419
+ visitDate?: string | undefined;
420
+ }, {
421
+ farmId: string;
422
+ location?: {
423
+ lat: number;
424
+ lng: number;
425
+ } | undefined;
426
+ fieldId?: string | undefined;
427
+ notes?: string | undefined;
428
+ visitDate?: string | undefined;
429
+ }>;
430
+ export declare const createExtensionVisitInputSchema: z.ZodObject<{
431
+ type: z.ZodLiteral<"extension-visits">;
432
+ attributes: z.ZodObject<{
433
+ farmId: z.ZodString;
434
+ fieldId: z.ZodOptional<z.ZodString>;
435
+ notes: z.ZodOptional<z.ZodString>;
436
+ location: z.ZodOptional<z.ZodObject<{
437
+ lat: z.ZodNumber;
438
+ lng: z.ZodNumber;
439
+ }, "strip", z.ZodTypeAny, {
440
+ lat: number;
441
+ lng: number;
442
+ }, {
443
+ lat: number;
444
+ lng: number;
445
+ }>>;
446
+ visitDate: z.ZodOptional<z.ZodString>;
447
+ }, "strip", z.ZodTypeAny, {
448
+ farmId: string;
449
+ location?: {
450
+ lat: number;
451
+ lng: number;
452
+ } | undefined;
453
+ fieldId?: string | undefined;
454
+ notes?: string | undefined;
455
+ visitDate?: string | undefined;
456
+ }, {
457
+ farmId: string;
458
+ location?: {
459
+ lat: number;
460
+ lng: number;
461
+ } | undefined;
462
+ fieldId?: string | undefined;
463
+ notes?: string | undefined;
464
+ visitDate?: string | undefined;
465
+ }>;
466
+ }, "strip", z.ZodTypeAny, {
467
+ type: "extension-visits";
468
+ attributes: {
469
+ farmId: string;
470
+ location?: {
471
+ lat: number;
472
+ lng: number;
473
+ } | undefined;
474
+ fieldId?: string | undefined;
475
+ notes?: string | undefined;
476
+ visitDate?: string | undefined;
477
+ };
478
+ }, {
479
+ type: "extension-visits";
480
+ attributes: {
481
+ farmId: string;
482
+ location?: {
483
+ lat: number;
484
+ lng: number;
485
+ } | undefined;
486
+ fieldId?: string | undefined;
487
+ notes?: string | undefined;
488
+ visitDate?: string | undefined;
489
+ };
490
+ }>;
491
+ export declare const extensionVisitAttributesSchema: z.ZodObject<{
492
+ farmId: z.ZodString;
493
+ fieldId: z.ZodNullable<z.ZodString>;
494
+ notes: z.ZodNullable<z.ZodString>;
495
+ location: z.ZodNullable<z.ZodObject<{
496
+ lat: z.ZodNumber;
497
+ lng: z.ZodNumber;
498
+ }, "strip", z.ZodTypeAny, {
499
+ lat: number;
500
+ lng: number;
501
+ }, {
502
+ lat: number;
503
+ lng: number;
504
+ }>>;
505
+ visitDate: z.ZodString;
506
+ status: z.ZodString;
507
+ } & {
508
+ createdAt: z.ZodString;
509
+ updatedAt: z.ZodString;
510
+ }, "strip", z.ZodTypeAny, {
511
+ status: string;
512
+ createdAt: string;
513
+ updatedAt: string;
514
+ location: {
515
+ lat: number;
516
+ lng: number;
517
+ } | null;
518
+ farmId: string;
519
+ fieldId: string | null;
520
+ notes: string | null;
521
+ visitDate: string;
522
+ }, {
523
+ status: string;
524
+ createdAt: string;
525
+ updatedAt: string;
526
+ location: {
527
+ lat: number;
528
+ lng: number;
529
+ } | null;
530
+ farmId: string;
531
+ fieldId: string | null;
532
+ notes: string | null;
533
+ visitDate: string;
534
+ }>;
535
+ export declare const extensionVisitResourceSchema: z.ZodObject<{
536
+ type: z.ZodLiteral<string>;
537
+ id: z.ZodString;
538
+ attributes: z.ZodObject<{
539
+ farmId: z.ZodString;
540
+ fieldId: z.ZodNullable<z.ZodString>;
541
+ notes: z.ZodNullable<z.ZodString>;
542
+ location: z.ZodNullable<z.ZodObject<{
543
+ lat: z.ZodNumber;
544
+ lng: z.ZodNumber;
545
+ }, "strip", z.ZodTypeAny, {
546
+ lat: number;
547
+ lng: number;
548
+ }, {
549
+ lat: number;
550
+ lng: number;
551
+ }>>;
552
+ visitDate: z.ZodString;
553
+ status: z.ZodString;
554
+ } & {
555
+ createdAt: z.ZodString;
556
+ updatedAt: z.ZodString;
557
+ }, "strip", z.ZodTypeAny, {
558
+ status: string;
559
+ createdAt: string;
560
+ updatedAt: string;
561
+ location: {
562
+ lat: number;
563
+ lng: number;
564
+ } | null;
565
+ farmId: string;
566
+ fieldId: string | null;
567
+ notes: string | null;
568
+ visitDate: string;
569
+ }, {
570
+ status: string;
571
+ createdAt: string;
572
+ updatedAt: string;
573
+ location: {
574
+ lat: number;
575
+ lng: number;
576
+ } | null;
577
+ farmId: string;
578
+ fieldId: string | null;
579
+ notes: string | null;
580
+ visitDate: string;
581
+ }>;
582
+ relationships: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
583
+ links: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
584
+ meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
585
+ }, "strip", z.ZodTypeAny, {
586
+ type: string;
587
+ id: string;
588
+ attributes: {
589
+ status: string;
590
+ createdAt: string;
591
+ updatedAt: string;
592
+ location: {
593
+ lat: number;
594
+ lng: number;
595
+ } | null;
596
+ farmId: string;
597
+ fieldId: string | null;
598
+ notes: string | null;
599
+ visitDate: string;
600
+ };
601
+ relationships?: Record<string, unknown> | undefined;
602
+ links?: Record<string, string> | undefined;
603
+ meta?: Record<string, unknown> | undefined;
604
+ }, {
605
+ type: string;
606
+ id: string;
607
+ attributes: {
608
+ status: string;
609
+ createdAt: string;
610
+ updatedAt: string;
611
+ location: {
612
+ lat: number;
613
+ lng: number;
614
+ } | null;
615
+ farmId: string;
616
+ fieldId: string | null;
617
+ notes: string | null;
618
+ visitDate: string;
619
+ };
620
+ relationships?: Record<string, unknown> | undefined;
621
+ links?: Record<string, string> | undefined;
622
+ meta?: Record<string, unknown> | undefined;
623
+ }>;
624
+ export declare const extensionVisitResponseSchema: z.ZodObject<{
625
+ data: z.ZodObject<{
626
+ type: z.ZodLiteral<string>;
627
+ id: z.ZodString;
628
+ attributes: z.ZodObject<{
629
+ farmId: z.ZodString;
630
+ fieldId: z.ZodNullable<z.ZodString>;
631
+ notes: z.ZodNullable<z.ZodString>;
632
+ location: z.ZodNullable<z.ZodObject<{
633
+ lat: z.ZodNumber;
634
+ lng: z.ZodNumber;
635
+ }, "strip", z.ZodTypeAny, {
636
+ lat: number;
637
+ lng: number;
638
+ }, {
639
+ lat: number;
640
+ lng: number;
641
+ }>>;
642
+ visitDate: z.ZodString;
643
+ status: z.ZodString;
644
+ } & {
645
+ createdAt: z.ZodString;
646
+ updatedAt: z.ZodString;
647
+ }, "strip", z.ZodTypeAny, {
648
+ status: string;
649
+ createdAt: string;
650
+ updatedAt: string;
651
+ location: {
652
+ lat: number;
653
+ lng: number;
654
+ } | null;
655
+ farmId: string;
656
+ fieldId: string | null;
657
+ notes: string | null;
658
+ visitDate: string;
659
+ }, {
660
+ status: string;
661
+ createdAt: string;
662
+ updatedAt: string;
663
+ location: {
664
+ lat: number;
665
+ lng: number;
666
+ } | null;
667
+ farmId: string;
668
+ fieldId: string | null;
669
+ notes: string | null;
670
+ visitDate: string;
671
+ }>;
672
+ relationships: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
673
+ links: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
674
+ meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
675
+ }, "strip", z.ZodTypeAny, {
676
+ type: string;
677
+ id: string;
678
+ attributes: {
679
+ status: string;
680
+ createdAt: string;
681
+ updatedAt: string;
682
+ location: {
683
+ lat: number;
684
+ lng: number;
685
+ } | null;
686
+ farmId: string;
687
+ fieldId: string | null;
688
+ notes: string | null;
689
+ visitDate: string;
690
+ };
691
+ relationships?: Record<string, unknown> | undefined;
692
+ links?: Record<string, string> | undefined;
693
+ meta?: Record<string, unknown> | undefined;
694
+ }, {
695
+ type: string;
696
+ id: string;
697
+ attributes: {
698
+ status: string;
699
+ createdAt: string;
700
+ updatedAt: string;
701
+ location: {
702
+ lat: number;
703
+ lng: number;
704
+ } | null;
705
+ farmId: string;
706
+ fieldId: string | null;
707
+ notes: string | null;
708
+ visitDate: string;
709
+ };
710
+ relationships?: Record<string, unknown> | undefined;
711
+ links?: Record<string, string> | undefined;
712
+ meta?: Record<string, unknown> | undefined;
713
+ }>;
714
+ included: z.ZodOptional<z.ZodArray<z.ZodObject<{
715
+ type: z.ZodString;
716
+ id: z.ZodString;
717
+ attributes: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
718
+ relationships: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
719
+ links: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
720
+ meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
721
+ }, "strip", z.ZodTypeAny, {
722
+ type: string;
723
+ id: string;
724
+ attributes?: Record<string, unknown> | undefined;
725
+ relationships?: Record<string, unknown> | undefined;
726
+ links?: Record<string, string> | undefined;
727
+ meta?: Record<string, unknown> | undefined;
728
+ }, {
729
+ type: string;
730
+ id: string;
731
+ attributes?: Record<string, unknown> | undefined;
732
+ relationships?: Record<string, unknown> | undefined;
733
+ links?: Record<string, string> | undefined;
734
+ meta?: Record<string, unknown> | undefined;
735
+ }>, "many">>;
736
+ meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
737
+ links: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
738
+ }, "strip", z.ZodTypeAny, {
739
+ data: {
740
+ type: string;
741
+ id: string;
742
+ attributes: {
743
+ status: string;
744
+ createdAt: string;
745
+ updatedAt: string;
746
+ location: {
747
+ lat: number;
748
+ lng: number;
749
+ } | null;
750
+ farmId: string;
751
+ fieldId: string | null;
752
+ notes: string | null;
753
+ visitDate: string;
754
+ };
755
+ relationships?: Record<string, unknown> | undefined;
756
+ links?: Record<string, string> | undefined;
757
+ meta?: Record<string, unknown> | undefined;
758
+ };
759
+ links?: Record<string, string> | undefined;
760
+ meta?: Record<string, unknown> | undefined;
761
+ included?: {
762
+ type: string;
763
+ id: string;
764
+ attributes?: Record<string, unknown> | undefined;
765
+ relationships?: Record<string, unknown> | undefined;
766
+ links?: Record<string, string> | undefined;
767
+ meta?: Record<string, unknown> | undefined;
768
+ }[] | undefined;
769
+ }, {
770
+ data: {
771
+ type: string;
772
+ id: string;
773
+ attributes: {
774
+ status: string;
775
+ createdAt: string;
776
+ updatedAt: string;
777
+ location: {
778
+ lat: number;
779
+ lng: number;
780
+ } | null;
781
+ farmId: string;
782
+ fieldId: string | null;
783
+ notes: string | null;
784
+ visitDate: string;
785
+ };
786
+ relationships?: Record<string, unknown> | undefined;
787
+ links?: Record<string, string> | undefined;
788
+ meta?: Record<string, unknown> | undefined;
789
+ };
790
+ links?: Record<string, string> | undefined;
791
+ meta?: Record<string, unknown> | undefined;
792
+ included?: {
793
+ type: string;
794
+ id: string;
795
+ attributes?: Record<string, unknown> | undefined;
796
+ relationships?: Record<string, unknown> | undefined;
797
+ links?: Record<string, string> | undefined;
798
+ meta?: Record<string, unknown> | undefined;
799
+ }[] | undefined;
800
+ }>;
801
+ export declare const createExtensionRecommendationAttributesSchema: z.ZodObject<{
802
+ farmId: z.ZodString;
803
+ fieldId: z.ZodOptional<z.ZodString>;
804
+ title: z.ZodString;
805
+ message: z.ZodString;
806
+ priority: z.ZodDefault<z.ZodEnum<["low", "medium", "high"]>>;
807
+ }, "strip", z.ZodTypeAny, {
808
+ message: string;
809
+ title: string;
810
+ farmId: string;
811
+ priority: "low" | "medium" | "high";
812
+ fieldId?: string | undefined;
813
+ }, {
814
+ message: string;
815
+ title: string;
816
+ farmId: string;
817
+ fieldId?: string | undefined;
818
+ priority?: "low" | "medium" | "high" | undefined;
819
+ }>;
820
+ export declare const createExtensionRecommendationInputSchema: z.ZodObject<{
821
+ type: z.ZodLiteral<"extension-recommendations">;
822
+ attributes: z.ZodObject<{
823
+ farmId: z.ZodString;
824
+ fieldId: z.ZodOptional<z.ZodString>;
825
+ title: z.ZodString;
826
+ message: z.ZodString;
827
+ priority: z.ZodDefault<z.ZodEnum<["low", "medium", "high"]>>;
828
+ }, "strip", z.ZodTypeAny, {
829
+ message: string;
830
+ title: string;
831
+ farmId: string;
832
+ priority: "low" | "medium" | "high";
833
+ fieldId?: string | undefined;
834
+ }, {
835
+ message: string;
836
+ title: string;
837
+ farmId: string;
838
+ fieldId?: string | undefined;
839
+ priority?: "low" | "medium" | "high" | undefined;
840
+ }>;
841
+ }, "strip", z.ZodTypeAny, {
842
+ type: "extension-recommendations";
843
+ attributes: {
844
+ message: string;
845
+ title: string;
846
+ farmId: string;
847
+ priority: "low" | "medium" | "high";
848
+ fieldId?: string | undefined;
849
+ };
850
+ }, {
851
+ type: "extension-recommendations";
852
+ attributes: {
853
+ message: string;
854
+ title: string;
855
+ farmId: string;
856
+ fieldId?: string | undefined;
857
+ priority?: "low" | "medium" | "high" | undefined;
858
+ };
859
+ }>;
860
+ export declare const extensionRecommendationAttributesSchema: z.ZodObject<{
861
+ farmId: z.ZodString;
862
+ fieldId: z.ZodNullable<z.ZodString>;
863
+ title: z.ZodString;
864
+ message: z.ZodString;
865
+ priority: z.ZodEnum<["low", "medium", "high"]>;
866
+ deliveredAt: z.ZodNullable<z.ZodString>;
867
+ } & {
868
+ createdAt: z.ZodString;
869
+ updatedAt: z.ZodString;
870
+ }, "strip", z.ZodTypeAny, {
871
+ message: string;
872
+ title: string;
873
+ createdAt: string;
874
+ updatedAt: string;
875
+ farmId: string;
876
+ fieldId: string | null;
877
+ priority: "low" | "medium" | "high";
878
+ deliveredAt: string | null;
879
+ }, {
880
+ message: string;
881
+ title: string;
882
+ createdAt: string;
883
+ updatedAt: string;
884
+ farmId: string;
885
+ fieldId: string | null;
886
+ priority: "low" | "medium" | "high";
887
+ deliveredAt: string | null;
888
+ }>;
889
+ export declare const extensionRecommendationResourceSchema: z.ZodObject<{
890
+ type: z.ZodLiteral<string>;
891
+ id: z.ZodString;
892
+ attributes: z.ZodObject<{
893
+ farmId: z.ZodString;
894
+ fieldId: z.ZodNullable<z.ZodString>;
895
+ title: z.ZodString;
896
+ message: z.ZodString;
897
+ priority: z.ZodEnum<["low", "medium", "high"]>;
898
+ deliveredAt: z.ZodNullable<z.ZodString>;
899
+ } & {
900
+ createdAt: z.ZodString;
901
+ updatedAt: z.ZodString;
902
+ }, "strip", z.ZodTypeAny, {
903
+ message: string;
904
+ title: string;
905
+ createdAt: string;
906
+ updatedAt: string;
907
+ farmId: string;
908
+ fieldId: string | null;
909
+ priority: "low" | "medium" | "high";
910
+ deliveredAt: string | null;
911
+ }, {
912
+ message: string;
913
+ title: string;
914
+ createdAt: string;
915
+ updatedAt: string;
916
+ farmId: string;
917
+ fieldId: string | null;
918
+ priority: "low" | "medium" | "high";
919
+ deliveredAt: string | null;
920
+ }>;
921
+ relationships: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
922
+ links: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
923
+ meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
924
+ }, "strip", z.ZodTypeAny, {
925
+ type: string;
926
+ id: string;
927
+ attributes: {
928
+ message: string;
929
+ title: string;
930
+ createdAt: string;
931
+ updatedAt: string;
932
+ farmId: string;
933
+ fieldId: string | null;
934
+ priority: "low" | "medium" | "high";
935
+ deliveredAt: string | null;
936
+ };
937
+ relationships?: Record<string, unknown> | undefined;
938
+ links?: Record<string, string> | undefined;
939
+ meta?: Record<string, unknown> | undefined;
940
+ }, {
941
+ type: string;
942
+ id: string;
943
+ attributes: {
944
+ message: string;
945
+ title: string;
946
+ createdAt: string;
947
+ updatedAt: string;
948
+ farmId: string;
949
+ fieldId: string | null;
950
+ priority: "low" | "medium" | "high";
951
+ deliveredAt: string | null;
952
+ };
953
+ relationships?: Record<string, unknown> | undefined;
954
+ links?: Record<string, string> | undefined;
955
+ meta?: Record<string, unknown> | undefined;
956
+ }>;
957
+ export declare const extensionRecommendationResponseSchema: z.ZodObject<{
958
+ data: z.ZodObject<{
959
+ type: z.ZodLiteral<string>;
960
+ id: z.ZodString;
961
+ attributes: z.ZodObject<{
962
+ farmId: z.ZodString;
963
+ fieldId: z.ZodNullable<z.ZodString>;
964
+ title: z.ZodString;
965
+ message: z.ZodString;
966
+ priority: z.ZodEnum<["low", "medium", "high"]>;
967
+ deliveredAt: z.ZodNullable<z.ZodString>;
968
+ } & {
969
+ createdAt: z.ZodString;
970
+ updatedAt: z.ZodString;
971
+ }, "strip", z.ZodTypeAny, {
972
+ message: string;
973
+ title: string;
974
+ createdAt: string;
975
+ updatedAt: string;
976
+ farmId: string;
977
+ fieldId: string | null;
978
+ priority: "low" | "medium" | "high";
979
+ deliveredAt: string | null;
980
+ }, {
981
+ message: string;
982
+ title: string;
983
+ createdAt: string;
984
+ updatedAt: string;
985
+ farmId: string;
986
+ fieldId: string | null;
987
+ priority: "low" | "medium" | "high";
988
+ deliveredAt: string | null;
989
+ }>;
990
+ relationships: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
991
+ links: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
992
+ meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
993
+ }, "strip", z.ZodTypeAny, {
994
+ type: string;
995
+ id: string;
996
+ attributes: {
997
+ message: string;
998
+ title: string;
999
+ createdAt: string;
1000
+ updatedAt: string;
1001
+ farmId: string;
1002
+ fieldId: string | null;
1003
+ priority: "low" | "medium" | "high";
1004
+ deliveredAt: string | null;
1005
+ };
1006
+ relationships?: Record<string, unknown> | undefined;
1007
+ links?: Record<string, string> | undefined;
1008
+ meta?: Record<string, unknown> | undefined;
1009
+ }, {
1010
+ type: string;
1011
+ id: string;
1012
+ attributes: {
1013
+ message: string;
1014
+ title: string;
1015
+ createdAt: string;
1016
+ updatedAt: string;
1017
+ farmId: string;
1018
+ fieldId: string | null;
1019
+ priority: "low" | "medium" | "high";
1020
+ deliveredAt: string | null;
1021
+ };
1022
+ relationships?: Record<string, unknown> | undefined;
1023
+ links?: Record<string, string> | undefined;
1024
+ meta?: Record<string, unknown> | undefined;
1025
+ }>;
1026
+ included: z.ZodOptional<z.ZodArray<z.ZodObject<{
1027
+ type: z.ZodString;
1028
+ id: z.ZodString;
1029
+ attributes: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1030
+ relationships: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1031
+ links: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
1032
+ meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1033
+ }, "strip", z.ZodTypeAny, {
1034
+ type: string;
1035
+ id: string;
1036
+ attributes?: Record<string, unknown> | undefined;
1037
+ relationships?: Record<string, unknown> | undefined;
1038
+ links?: Record<string, string> | undefined;
1039
+ meta?: Record<string, unknown> | undefined;
1040
+ }, {
1041
+ type: string;
1042
+ id: string;
1043
+ attributes?: Record<string, unknown> | undefined;
1044
+ relationships?: Record<string, unknown> | undefined;
1045
+ links?: Record<string, string> | undefined;
1046
+ meta?: Record<string, unknown> | undefined;
1047
+ }>, "many">>;
1048
+ meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1049
+ links: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
1050
+ }, "strip", z.ZodTypeAny, {
1051
+ data: {
1052
+ type: string;
1053
+ id: string;
1054
+ attributes: {
1055
+ message: string;
1056
+ title: string;
1057
+ createdAt: string;
1058
+ updatedAt: string;
1059
+ farmId: string;
1060
+ fieldId: string | null;
1061
+ priority: "low" | "medium" | "high";
1062
+ deliveredAt: string | null;
1063
+ };
1064
+ relationships?: Record<string, unknown> | undefined;
1065
+ links?: Record<string, string> | undefined;
1066
+ meta?: Record<string, unknown> | undefined;
1067
+ };
1068
+ links?: Record<string, string> | undefined;
1069
+ meta?: Record<string, unknown> | undefined;
1070
+ included?: {
1071
+ type: string;
1072
+ id: string;
1073
+ attributes?: Record<string, unknown> | undefined;
1074
+ relationships?: Record<string, unknown> | undefined;
1075
+ links?: Record<string, string> | undefined;
1076
+ meta?: Record<string, unknown> | undefined;
1077
+ }[] | undefined;
1078
+ }, {
1079
+ data: {
1080
+ type: string;
1081
+ id: string;
1082
+ attributes: {
1083
+ message: string;
1084
+ title: string;
1085
+ createdAt: string;
1086
+ updatedAt: string;
1087
+ farmId: string;
1088
+ fieldId: string | null;
1089
+ priority: "low" | "medium" | "high";
1090
+ deliveredAt: string | null;
1091
+ };
1092
+ relationships?: Record<string, unknown> | undefined;
1093
+ links?: Record<string, string> | undefined;
1094
+ meta?: Record<string, unknown> | undefined;
1095
+ };
1096
+ links?: Record<string, string> | undefined;
1097
+ meta?: Record<string, unknown> | undefined;
1098
+ included?: {
1099
+ type: string;
1100
+ id: string;
1101
+ attributes?: Record<string, unknown> | undefined;
1102
+ relationships?: Record<string, unknown> | undefined;
1103
+ links?: Record<string, string> | undefined;
1104
+ meta?: Record<string, unknown> | undefined;
1105
+ }[] | undefined;
1106
+ }>;
1107
+ export declare const extensionErrorSchema: z.ZodObject<{
1108
+ errors: z.ZodArray<z.ZodObject<{
1109
+ id: z.ZodOptional<z.ZodString>;
1110
+ links: z.ZodOptional<z.ZodObject<{
1111
+ about: z.ZodOptional<z.ZodString>;
1112
+ }, "strip", z.ZodTypeAny, {
1113
+ about?: string | undefined;
1114
+ }, {
1115
+ about?: string | undefined;
1116
+ }>>;
1117
+ status: z.ZodOptional<z.ZodString>;
1118
+ code: z.ZodOptional<z.ZodString>;
1119
+ title: z.ZodOptional<z.ZodString>;
1120
+ detail: z.ZodOptional<z.ZodString>;
1121
+ source: z.ZodOptional<z.ZodObject<{
1122
+ pointer: z.ZodOptional<z.ZodString>;
1123
+ parameter: z.ZodOptional<z.ZodString>;
1124
+ }, "strip", z.ZodTypeAny, {
1125
+ pointer?: string | undefined;
1126
+ parameter?: string | undefined;
1127
+ }, {
1128
+ pointer?: string | undefined;
1129
+ parameter?: string | undefined;
1130
+ }>>;
1131
+ meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1132
+ }, "strip", z.ZodTypeAny, {
1133
+ status?: string | undefined;
1134
+ code?: string | undefined;
1135
+ id?: string | undefined;
1136
+ links?: {
1137
+ about?: string | undefined;
1138
+ } | undefined;
1139
+ meta?: Record<string, unknown> | undefined;
1140
+ title?: string | undefined;
1141
+ detail?: string | undefined;
1142
+ source?: {
1143
+ pointer?: string | undefined;
1144
+ parameter?: string | undefined;
1145
+ } | undefined;
1146
+ }, {
1147
+ status?: string | undefined;
1148
+ code?: string | undefined;
1149
+ id?: string | undefined;
1150
+ links?: {
1151
+ about?: string | undefined;
1152
+ } | undefined;
1153
+ meta?: Record<string, unknown> | undefined;
1154
+ title?: string | undefined;
1155
+ detail?: string | undefined;
1156
+ source?: {
1157
+ pointer?: string | undefined;
1158
+ parameter?: string | undefined;
1159
+ } | undefined;
1160
+ }>, "many">;
1161
+ meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1162
+ }, "strip", z.ZodTypeAny, {
1163
+ errors: {
1164
+ status?: string | undefined;
1165
+ code?: string | undefined;
1166
+ id?: string | undefined;
1167
+ links?: {
1168
+ about?: string | undefined;
1169
+ } | undefined;
1170
+ meta?: Record<string, unknown> | undefined;
1171
+ title?: string | undefined;
1172
+ detail?: string | undefined;
1173
+ source?: {
1174
+ pointer?: string | undefined;
1175
+ parameter?: string | undefined;
1176
+ } | undefined;
1177
+ }[];
1178
+ meta?: Record<string, unknown> | undefined;
1179
+ }, {
1180
+ errors: {
1181
+ status?: string | undefined;
1182
+ code?: string | undefined;
1183
+ id?: string | undefined;
1184
+ links?: {
1185
+ about?: string | undefined;
1186
+ } | undefined;
1187
+ meta?: Record<string, unknown> | undefined;
1188
+ title?: string | undefined;
1189
+ detail?: string | undefined;
1190
+ source?: {
1191
+ pointer?: string | undefined;
1192
+ parameter?: string | undefined;
1193
+ } | undefined;
1194
+ }[];
1195
+ meta?: Record<string, unknown> | undefined;
1196
+ }>;
1197
+ export type ExtensionAssignmentListResponse = z.infer<typeof extensionAssignmentListResponseSchema>;
1198
+ export type ExtensionAssignmentResponse = z.infer<typeof extensionAssignmentResponseSchema>;
1199
+ export type CreateExtensionAssignmentInput = z.infer<typeof createExtensionAssignmentInputSchema>;
1200
+ export type CreateExtensionVisitInput = z.infer<typeof createExtensionVisitInputSchema>;
1201
+ export type ExtensionVisitResponse = z.infer<typeof extensionVisitResponseSchema>;
1202
+ export type CreateExtensionRecommendationInput = z.infer<typeof createExtensionRecommendationInputSchema>;
1203
+ export type ExtensionRecommendationResponse = z.infer<typeof extensionRecommendationResponseSchema>;
1204
+ //# sourceMappingURL=extension.schemas.d.ts.map