deere-sdk 0.1.0
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/CHANGELOG.md +38 -0
- package/LICENSE +21 -0
- package/README.md +253 -0
- package/dist/api/assets.d.ts +78 -0
- package/dist/api/assets.d.ts.map +1 -0
- package/dist/api/assets.js +115 -0
- package/dist/api/assets.js.map +1 -0
- package/dist/api/boundaries.d.ts +69 -0
- package/dist/api/boundaries.d.ts.map +1 -0
- package/dist/api/boundaries.js +102 -0
- package/dist/api/boundaries.js.map +1 -0
- package/dist/api/clients.d.ts +71 -0
- package/dist/api/clients.d.ts.map +1 -0
- package/dist/api/clients.js +104 -0
- package/dist/api/clients.js.map +1 -0
- package/dist/api/connection-management.d.ts +41 -0
- package/dist/api/connection-management.d.ts.map +1 -0
- package/dist/api/connection-management.js +56 -0
- package/dist/api/connection-management.js.map +1 -0
- package/dist/api/crop-types.d.ts +48 -0
- package/dist/api/crop-types.d.ts.map +1 -0
- package/dist/api/crop-types.js +69 -0
- package/dist/api/crop-types.js.map +1 -0
- package/dist/api/equipment.d.ts +138 -0
- package/dist/api/equipment.d.ts.map +1 -0
- package/dist/api/equipment.js +214 -0
- package/dist/api/equipment.js.map +1 -0
- package/dist/api/farms.d.ts +69 -0
- package/dist/api/farms.d.ts.map +1 -0
- package/dist/api/farms.js +100 -0
- package/dist/api/farms.js.map +1 -0
- package/dist/api/field-operations-api.d.ts +56 -0
- package/dist/api/field-operations-api.d.ts.map +1 -0
- package/dist/api/field-operations-api.js +88 -0
- package/dist/api/field-operations-api.js.map +1 -0
- package/dist/api/field-operations.d.ts +83 -0
- package/dist/api/field-operations.d.ts.map +1 -0
- package/dist/api/field-operations.js +134 -0
- package/dist/api/field-operations.js.map +1 -0
- package/dist/api/fields.d.ts +73 -0
- package/dist/api/fields.d.ts.map +1 -0
- package/dist/api/fields.js +113 -0
- package/dist/api/fields.js.map +1 -0
- package/dist/api/files.d.ts +63 -0
- package/dist/api/files.d.ts.map +1 -0
- package/dist/api/files.js +96 -0
- package/dist/api/files.js.map +1 -0
- package/dist/api/flags.d.ts +96 -0
- package/dist/api/flags.d.ts.map +1 -0
- package/dist/api/flags.js +159 -0
- package/dist/api/flags.js.map +1 -0
- package/dist/api/guidance-lines.d.ts +52 -0
- package/dist/api/guidance-lines.d.ts.map +1 -0
- package/dist/api/guidance-lines.js +77 -0
- package/dist/api/guidance-lines.js.map +1 -0
- package/dist/api/index.d.ts +43 -0
- package/dist/api/index.d.ts.map +1 -0
- package/dist/api/index.js +25 -0
- package/dist/api/index.js.map +1 -0
- package/dist/api/map-layers.d.ts +49 -0
- package/dist/api/map-layers.d.ts.map +1 -0
- package/dist/api/map-layers.js +69 -0
- package/dist/api/map-layers.js.map +1 -0
- package/dist/api/operators.d.ts +67 -0
- package/dist/api/operators.d.ts.map +1 -0
- package/dist/api/operators.js +99 -0
- package/dist/api/operators.js.map +1 -0
- package/dist/api/organizations.d.ts +45 -0
- package/dist/api/organizations.d.ts.map +1 -0
- package/dist/api/organizations.js +64 -0
- package/dist/api/organizations.js.map +1 -0
- package/dist/api/products.d.ts +88 -0
- package/dist/api/products.d.ts.map +1 -0
- package/dist/api/products.js +132 -0
- package/dist/api/products.js.map +1 -0
- package/dist/api/users.d.ts +22 -0
- package/dist/api/users.d.ts.map +1 -0
- package/dist/api/users.js +26 -0
- package/dist/api/users.js.map +1 -0
- package/dist/api/webhook.d.ts +42 -0
- package/dist/api/webhook.d.ts.map +1 -0
- package/dist/api/webhook.js +57 -0
- package/dist/api/webhook.js.map +1 -0
- package/dist/client.d.ts +114 -0
- package/dist/client.d.ts.map +1 -0
- package/dist/client.js +224 -0
- package/dist/client.js.map +1 -0
- package/dist/deere.d.ts +98 -0
- package/dist/deere.d.ts.map +1 -0
- package/dist/deere.js +120 -0
- package/dist/deere.js.map +1 -0
- package/dist/index.d.ts +36 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +39 -0
- package/dist/index.js.map +1 -0
- package/dist/types/generated/assets.d.ts +839 -0
- package/dist/types/generated/assets.d.ts.map +1 -0
- package/dist/types/generated/assets.js +6 -0
- package/dist/types/generated/assets.js.map +1 -0
- package/dist/types/generated/boundaries.d.ts +734 -0
- package/dist/types/generated/boundaries.d.ts.map +1 -0
- package/dist/types/generated/boundaries.js +6 -0
- package/dist/types/generated/boundaries.js.map +1 -0
- package/dist/types/generated/clients.d.ts +602 -0
- package/dist/types/generated/clients.d.ts.map +1 -0
- package/dist/types/generated/clients.js +6 -0
- package/dist/types/generated/clients.js.map +1 -0
- package/dist/types/generated/connection-management.d.ts +210 -0
- package/dist/types/generated/connection-management.d.ts.map +1 -0
- package/dist/types/generated/connection-management.js +6 -0
- package/dist/types/generated/connection-management.js.map +1 -0
- package/dist/types/generated/crop-types.d.ts +541 -0
- package/dist/types/generated/crop-types.d.ts.map +1 -0
- package/dist/types/generated/crop-types.js +6 -0
- package/dist/types/generated/crop-types.js.map +1 -0
- package/dist/types/generated/equipment.d.ts +2599 -0
- package/dist/types/generated/equipment.d.ts.map +1 -0
- package/dist/types/generated/equipment.js +6 -0
- package/dist/types/generated/equipment.js.map +1 -0
- package/dist/types/generated/farms.d.ts +520 -0
- package/dist/types/generated/farms.d.ts.map +1 -0
- package/dist/types/generated/farms.js +6 -0
- package/dist/types/generated/farms.js.map +1 -0
- package/dist/types/generated/field-operations-api.d.ts +1724 -0
- package/dist/types/generated/field-operations-api.d.ts.map +1 -0
- package/dist/types/generated/field-operations-api.js +6 -0
- package/dist/types/generated/field-operations-api.js.map +1 -0
- package/dist/types/generated/fields.d.ts +904 -0
- package/dist/types/generated/fields.d.ts.map +1 -0
- package/dist/types/generated/fields.js +6 -0
- package/dist/types/generated/fields.js.map +1 -0
- package/dist/types/generated/files.d.ts +598 -0
- package/dist/types/generated/files.d.ts.map +1 -0
- package/dist/types/generated/files.js +6 -0
- package/dist/types/generated/files.js.map +1 -0
- package/dist/types/generated/flags.d.ts +593 -0
- package/dist/types/generated/flags.d.ts.map +1 -0
- package/dist/types/generated/flags.js +6 -0
- package/dist/types/generated/flags.js.map +1 -0
- package/dist/types/generated/guidance-lines.d.ts +405 -0
- package/dist/types/generated/guidance-lines.d.ts.map +1 -0
- package/dist/types/generated/guidance-lines.js +6 -0
- package/dist/types/generated/guidance-lines.js.map +1 -0
- package/dist/types/generated/index.d.ts +44 -0
- package/dist/types/generated/index.d.ts.map +1 -0
- package/dist/types/generated/index.js +26 -0
- package/dist/types/generated/index.js.map +1 -0
- package/dist/types/generated/map-layers.d.ts +696 -0
- package/dist/types/generated/map-layers.d.ts.map +1 -0
- package/dist/types/generated/map-layers.js +6 -0
- package/dist/types/generated/map-layers.js.map +1 -0
- package/dist/types/generated/operators.d.ts +361 -0
- package/dist/types/generated/operators.d.ts.map +1 -0
- package/dist/types/generated/operators.js +6 -0
- package/dist/types/generated/operators.js.map +1 -0
- package/dist/types/generated/organizations.d.ts +308 -0
- package/dist/types/generated/organizations.d.ts.map +1 -0
- package/dist/types/generated/organizations.js +6 -0
- package/dist/types/generated/organizations.js.map +1 -0
- package/dist/types/generated/products.d.ts +1165 -0
- package/dist/types/generated/products.d.ts.map +1 -0
- package/dist/types/generated/products.js +6 -0
- package/dist/types/generated/products.js.map +1 -0
- package/dist/types/generated/users.d.ts +96 -0
- package/dist/types/generated/users.d.ts.map +1 -0
- package/dist/types/generated/users.js +6 -0
- package/dist/types/generated/users.js.map +1 -0
- package/dist/types/generated/webhook.d.ts +475 -0
- package/dist/types/generated/webhook.d.ts.map +1 -0
- package/dist/types/generated/webhook.js +6 -0
- package/dist/types/generated/webhook.js.map +1 -0
- package/dist/types/index.d.ts +25 -0
- package/dist/types/index.d.ts.map +1 -0
- package/dist/types/index.js +25 -0
- package/dist/types/index.js.map +1 -0
- package/package.json +70 -0
|
@@ -0,0 +1,405 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by openapi-typescript.
|
|
3
|
+
* Do not make direct changes to the file.
|
|
4
|
+
*/
|
|
5
|
+
export interface paths {
|
|
6
|
+
"/organizations/{orgId}/fields/{fieldId}/guidanceLines": {
|
|
7
|
+
parameters: {
|
|
8
|
+
query?: never;
|
|
9
|
+
header?: never;
|
|
10
|
+
path?: never;
|
|
11
|
+
cookie?: never;
|
|
12
|
+
};
|
|
13
|
+
/**
|
|
14
|
+
* View guidance lines for a field
|
|
15
|
+
* @description This endpoint will retrieve a list of guidance lines for a field. By default, the call will return only active guidance lines.
|
|
16
|
+
*/
|
|
17
|
+
get: {
|
|
18
|
+
parameters: {
|
|
19
|
+
query?: {
|
|
20
|
+
/** @description Whether to include archived guidance lines. Valid values are "archived", "available", or "all". Default is "available". */
|
|
21
|
+
status?: components["parameters"]["Status"];
|
|
22
|
+
/** @description Filter results based on status; Will default to active */
|
|
23
|
+
recordFilter?: components["parameters"]["RecordFilter"];
|
|
24
|
+
/** @description Whether to return the track geometry for AB and Adaptive Curves. See <a href="#shapes-array">Shapes Array</a> */
|
|
25
|
+
embed?: components["parameters"]["Embed"];
|
|
26
|
+
};
|
|
27
|
+
header?: never;
|
|
28
|
+
path: {
|
|
29
|
+
/** @description The organization owning the guidance lines. */
|
|
30
|
+
orgId: components["parameters"]["OrgId"];
|
|
31
|
+
/** @description The field that the guidance lines are associated with. */
|
|
32
|
+
fieldId: components["parameters"]["FieldId"];
|
|
33
|
+
};
|
|
34
|
+
cookie?: never;
|
|
35
|
+
};
|
|
36
|
+
requestBody?: never;
|
|
37
|
+
responses: {
|
|
38
|
+
200: components["responses"]["GuidanceLinesResponse"];
|
|
39
|
+
403: components["responses"]["Forbidden"];
|
|
40
|
+
404: components["responses"]["NotFound"];
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
put?: never;
|
|
44
|
+
/**
|
|
45
|
+
* Create a guidance line
|
|
46
|
+
* @description This endpoint will create a guidance line and associate it to a given field. This operation currently only supports the creation of AB Lines.
|
|
47
|
+
*/
|
|
48
|
+
post: {
|
|
49
|
+
parameters: {
|
|
50
|
+
query?: never;
|
|
51
|
+
header?: never;
|
|
52
|
+
path: {
|
|
53
|
+
/** @description The organization owning the guidance lines. */
|
|
54
|
+
orgId: components["parameters"]["OrgId"];
|
|
55
|
+
/** @description The field that the guidance lines are associated with. */
|
|
56
|
+
fieldId: components["parameters"]["FieldId"];
|
|
57
|
+
};
|
|
58
|
+
cookie?: never;
|
|
59
|
+
};
|
|
60
|
+
requestBody?: components["requestBodies"]["PostRequest"];
|
|
61
|
+
responses: {
|
|
62
|
+
200: components["responses"]["Created"];
|
|
63
|
+
400: components["responses"]["BadRequest"];
|
|
64
|
+
403: components["responses"]["Forbidden"];
|
|
65
|
+
404: components["responses"]["NotFound"];
|
|
66
|
+
};
|
|
67
|
+
};
|
|
68
|
+
delete?: never;
|
|
69
|
+
options?: never;
|
|
70
|
+
head?: never;
|
|
71
|
+
patch?: never;
|
|
72
|
+
trace?: never;
|
|
73
|
+
};
|
|
74
|
+
"/organizations/{orgId}/fields/{fieldId}/guidanceLines/{guidanceLineId}": {
|
|
75
|
+
parameters: {
|
|
76
|
+
query?: never;
|
|
77
|
+
header?: never;
|
|
78
|
+
path?: never;
|
|
79
|
+
cookie?: never;
|
|
80
|
+
};
|
|
81
|
+
/**
|
|
82
|
+
* Retrieve a specific guidance line
|
|
83
|
+
* @description This endpoint will return the subclass of guidance line represented by the specified ID.
|
|
84
|
+
*/
|
|
85
|
+
get: {
|
|
86
|
+
parameters: {
|
|
87
|
+
query?: {
|
|
88
|
+
/** @description Whether to return the track geometry for AB and Adaptive Curves. See <a href="#shapes-array">Shapes Array</a> */
|
|
89
|
+
embed?: components["parameters"]["Embed"];
|
|
90
|
+
};
|
|
91
|
+
header?: never;
|
|
92
|
+
path: {
|
|
93
|
+
/** @description The organization owning the guidance lines. */
|
|
94
|
+
orgId: components["parameters"]["OrgId"];
|
|
95
|
+
/** @description The field that the guidance lines are associated with. */
|
|
96
|
+
fieldId: components["parameters"]["FieldId"];
|
|
97
|
+
/** @description The identifier of this guidance line. */
|
|
98
|
+
guidanceLineId: components["parameters"]["GuidanceLineId"];
|
|
99
|
+
};
|
|
100
|
+
cookie?: never;
|
|
101
|
+
};
|
|
102
|
+
requestBody?: never;
|
|
103
|
+
responses: {
|
|
104
|
+
200: components["responses"]["GuidanceLinesRetrieve"];
|
|
105
|
+
403: components["responses"]["Forbidden"];
|
|
106
|
+
404: components["responses"]["NotFound"];
|
|
107
|
+
};
|
|
108
|
+
};
|
|
109
|
+
/**
|
|
110
|
+
* Update a GuidanceLine
|
|
111
|
+
* @description This endpoint will update the GuidanceLines name.
|
|
112
|
+
*/
|
|
113
|
+
put: {
|
|
114
|
+
parameters: {
|
|
115
|
+
query?: never;
|
|
116
|
+
header?: never;
|
|
117
|
+
path: {
|
|
118
|
+
/** @description The organization owning the guidance lines. */
|
|
119
|
+
orgId: components["parameters"]["OrgId"];
|
|
120
|
+
/** @description The field that the guidance lines are associated with. */
|
|
121
|
+
fieldId: components["parameters"]["FieldId"];
|
|
122
|
+
/** @description The identifier of this guidance line. */
|
|
123
|
+
guidanceLineId: components["parameters"]["GuidanceLineId"];
|
|
124
|
+
};
|
|
125
|
+
cookie?: never;
|
|
126
|
+
};
|
|
127
|
+
requestBody?: components["requestBodies"]["PutRequest"];
|
|
128
|
+
responses: {
|
|
129
|
+
200: components["responses"]["NoContent"];
|
|
130
|
+
400: components["responses"]["BadRequest"];
|
|
131
|
+
403: components["responses"]["Forbidden"];
|
|
132
|
+
404: components["responses"]["NotFound"];
|
|
133
|
+
};
|
|
134
|
+
};
|
|
135
|
+
post?: never;
|
|
136
|
+
delete?: never;
|
|
137
|
+
options?: never;
|
|
138
|
+
head?: never;
|
|
139
|
+
patch?: never;
|
|
140
|
+
trace?: never;
|
|
141
|
+
};
|
|
142
|
+
}
|
|
143
|
+
export type webhooks = Record<string, never>;
|
|
144
|
+
export interface components {
|
|
145
|
+
schemas: {
|
|
146
|
+
LinksArrayGet: {
|
|
147
|
+
/**
|
|
148
|
+
* @description Fields Link.
|
|
149
|
+
* @example https://sandboxapi.deere.com/platform/organizations/127856/fields/309b4c20-f33a-4c96-9a2c-913def198i0c
|
|
150
|
+
*/
|
|
151
|
+
field?: unknown;
|
|
152
|
+
};
|
|
153
|
+
LinkArrayPost: {
|
|
154
|
+
/**
|
|
155
|
+
* @description Fields Link.
|
|
156
|
+
* @example https://sandboxapi.deere.com/platform/organizations/orgId/fields/fieldId
|
|
157
|
+
*/
|
|
158
|
+
field?: unknown;
|
|
159
|
+
};
|
|
160
|
+
GuidanceLine: {
|
|
161
|
+
/**
|
|
162
|
+
* @description Identifies the subclass of guidance line.
|
|
163
|
+
* @example ABLine
|
|
164
|
+
*/
|
|
165
|
+
"@type"?: string;
|
|
166
|
+
/**
|
|
167
|
+
* @description The common name used by an end user to identify this guidance line.
|
|
168
|
+
* @example North West
|
|
169
|
+
*/
|
|
170
|
+
name?: string;
|
|
171
|
+
/**
|
|
172
|
+
* @description Archived guidance lines will not be available for use in Setup Builder.
|
|
173
|
+
* @example false
|
|
174
|
+
*/
|
|
175
|
+
archived?: boolean;
|
|
176
|
+
/**
|
|
177
|
+
* @description Defines the number of tram lines in relation to the main track. Valid values are 0 - 20
|
|
178
|
+
* @example 0
|
|
179
|
+
*/
|
|
180
|
+
tramOffset?: number;
|
|
181
|
+
/**
|
|
182
|
+
* @description The spacing between tram lines.
|
|
183
|
+
* @example 0
|
|
184
|
+
*/
|
|
185
|
+
tramSpacing?: number;
|
|
186
|
+
/**
|
|
187
|
+
* @description The coordinate representing the A point of an AB Line.
|
|
188
|
+
* @example { "@type": "Point", "lat": 41.74557323445754, "lon": -92.41092564370683 }
|
|
189
|
+
*/
|
|
190
|
+
aPoint?: Record<string, never>;
|
|
191
|
+
/**
|
|
192
|
+
* @description The coordinate representing the B point of an AB Line. Alternatively, the heading can be supplied instead and this value will be calculated by the API.
|
|
193
|
+
* @example { "@type": "Point", "lat": 41.745060835194764, "lon": -92.40789413452148 }
|
|
194
|
+
*/
|
|
195
|
+
bPoint?: Record<string, never>;
|
|
196
|
+
/**
|
|
197
|
+
* @description The radial heading for the AB Line (with North being 0 Degrees). You cannot specify both a bPoint and a heading. The omitted value will be calculated.
|
|
198
|
+
* @example 122.2365
|
|
199
|
+
*/
|
|
200
|
+
heading?: number;
|
|
201
|
+
/**
|
|
202
|
+
* @description The shift in the east direction.
|
|
203
|
+
* @example { "@type": "MeasurementAsDouble", "valueAsDouble": 0, "vrDomainId": "vrEastShiftComponent", "unit": "cm" }
|
|
204
|
+
*/
|
|
205
|
+
eastShift?: Record<string, never>;
|
|
206
|
+
/**
|
|
207
|
+
* @description The shift in the north direction.
|
|
208
|
+
* @example { "@type": "MeasurementAsDouble", "valueAsDouble": 0, "vrDomainId": "vrNorthShiftComponent", "unit": "cm" }
|
|
209
|
+
*/
|
|
210
|
+
northShift?: Record<string, never>;
|
|
211
|
+
/**
|
|
212
|
+
* @description Spatial Projection used for guidance object. See “dtProjectionType” in the John Deere representation system for possible values.
|
|
213
|
+
* @example { "@type": "SpatialProjection", "projectionType": "dtiProjectionDeere", "elevation": { "@type": "MeasurementAsDouble", "valueAsDouble": 0, "vrDomainId": "vrElevation", "unit": "m" } }
|
|
214
|
+
*/
|
|
215
|
+
spatialProjection?: Record<string, never>;
|
|
216
|
+
/**
|
|
217
|
+
* @description Client associated with farm.
|
|
218
|
+
* @example https://sandboxapi.deere.com/platform/organizations/5555/fields/9369f3f6-2428-4bba-bf64-0a19cdaf007d
|
|
219
|
+
*/
|
|
220
|
+
fieldUri?: string;
|
|
221
|
+
};
|
|
222
|
+
GuidanceLinePut: {
|
|
223
|
+
/**
|
|
224
|
+
* @description Identifies the subclass of guidance line.
|
|
225
|
+
* @example ABLine
|
|
226
|
+
*/
|
|
227
|
+
"@type"?: string;
|
|
228
|
+
/**
|
|
229
|
+
* @description The common name used by an end user to identify this guidance line.
|
|
230
|
+
* @example North West
|
|
231
|
+
*/
|
|
232
|
+
name?: string;
|
|
233
|
+
/**
|
|
234
|
+
* @description Archived guidance lines will not be available for use in Setup Builder.
|
|
235
|
+
* @example false
|
|
236
|
+
*/
|
|
237
|
+
archived?: boolean;
|
|
238
|
+
/**
|
|
239
|
+
* @description Defines the number of tram lines in relation to the main track. Valid values are 0 - 20
|
|
240
|
+
* @example 0
|
|
241
|
+
*/
|
|
242
|
+
tramOffset?: number;
|
|
243
|
+
/**
|
|
244
|
+
* @description The spacing between tram lines.
|
|
245
|
+
* @example 0
|
|
246
|
+
*/
|
|
247
|
+
tramSpacing?: number;
|
|
248
|
+
/**
|
|
249
|
+
* @description The coordinate representing the A point of an AB Line.
|
|
250
|
+
* @example { "@type": "Point", "lat": 41.74557323445754, "lon": -92.41092564370683 }
|
|
251
|
+
*/
|
|
252
|
+
aPoint?: Record<string, never>;
|
|
253
|
+
/**
|
|
254
|
+
* @description The coordinate representing the B point of an AB Line. Alternatively, the heading can be supplied instead and this value will be calculated by the API.
|
|
255
|
+
* @example { "@type": "Point", "lat": 41.745060835194764, "lon": -92.40789413452148 }
|
|
256
|
+
*/
|
|
257
|
+
bPoint?: Record<string, never>;
|
|
258
|
+
/**
|
|
259
|
+
* @description The radial heading for the AB Line (with North being 0 Degrees). You cannot specify both a bPoint and a heading. The omitted value will be calculated.
|
|
260
|
+
* @example 122.2365
|
|
261
|
+
*/
|
|
262
|
+
heading?: number;
|
|
263
|
+
/**
|
|
264
|
+
* @description The shift in the east direction.
|
|
265
|
+
* @example { "@type": "MeasurementAsDouble", "valueAsDouble": 0, "vrDomainId": "vrEastShiftComponent", "unit": "cm" }
|
|
266
|
+
*/
|
|
267
|
+
eastShift?: Record<string, never>;
|
|
268
|
+
/**
|
|
269
|
+
* @description The shift in the north direction.
|
|
270
|
+
* @example { "@type": "MeasurementAsDouble", "valueAsDouble": 0, "vrDomainId": "vrNorthShiftComponent", "unit": "cm" }
|
|
271
|
+
*/
|
|
272
|
+
northShift?: Record<string, never>;
|
|
273
|
+
/**
|
|
274
|
+
* @description Spatial Projection used for guidance object. See “dtProjectionType” in the John Deere representation system for possible values.
|
|
275
|
+
* @example { "@type": "SpatialProjection", "projectionType": "dtiProjectionDeere", "elevation": { "@type": "MeasurementAsDouble", "valueAsDouble": 0, "vrDomainId": "vrElevation", "unit": "m" } }
|
|
276
|
+
*/
|
|
277
|
+
spatialProjection?: Record<string, never>;
|
|
278
|
+
};
|
|
279
|
+
/** @description Error response schema for Errors (auto-generated) */
|
|
280
|
+
Errors: {
|
|
281
|
+
message?: string;
|
|
282
|
+
errors?: Record<string, never>[];
|
|
283
|
+
};
|
|
284
|
+
};
|
|
285
|
+
responses: {
|
|
286
|
+
/** @description A collection of guidance lines */
|
|
287
|
+
GuidanceLinesResponse: {
|
|
288
|
+
headers: {
|
|
289
|
+
[name: string]: unknown;
|
|
290
|
+
};
|
|
291
|
+
content: {
|
|
292
|
+
"application/vnd.deere.axiom.v3+json": {
|
|
293
|
+
links?: unknown;
|
|
294
|
+
/**
|
|
295
|
+
* Format: int32
|
|
296
|
+
* @example 1
|
|
297
|
+
*/
|
|
298
|
+
total?: number;
|
|
299
|
+
};
|
|
300
|
+
};
|
|
301
|
+
};
|
|
302
|
+
/** @description A collection of guidance lines */
|
|
303
|
+
GuidanceLinesRetrieve: {
|
|
304
|
+
headers: {
|
|
305
|
+
[name: string]: unknown;
|
|
306
|
+
};
|
|
307
|
+
content: {
|
|
308
|
+
"application/vnd.deere.axiom.v3+json": {
|
|
309
|
+
links?: unknown;
|
|
310
|
+
/**
|
|
311
|
+
* Format: int32
|
|
312
|
+
* @example 1
|
|
313
|
+
*/
|
|
314
|
+
total?: number;
|
|
315
|
+
};
|
|
316
|
+
};
|
|
317
|
+
};
|
|
318
|
+
/** @description Created, with a Location header containing the URI of the newly created resource */
|
|
319
|
+
Created: {
|
|
320
|
+
headers: {
|
|
321
|
+
[name: string]: unknown;
|
|
322
|
+
};
|
|
323
|
+
content: {
|
|
324
|
+
"application/vnd.deere.axiom.v3+json": {
|
|
325
|
+
links?: unknown;
|
|
326
|
+
/**
|
|
327
|
+
* Format: int32
|
|
328
|
+
* @example 1
|
|
329
|
+
*/
|
|
330
|
+
total?: number;
|
|
331
|
+
};
|
|
332
|
+
};
|
|
333
|
+
};
|
|
334
|
+
/** @description No Content. Request Completed Succesfully. */
|
|
335
|
+
NoContent: {
|
|
336
|
+
headers: {
|
|
337
|
+
[name: string]: unknown;
|
|
338
|
+
};
|
|
339
|
+
content: {
|
|
340
|
+
"application/vnd.deere.axiom.v3+json": {
|
|
341
|
+
/**
|
|
342
|
+
* Format: int32
|
|
343
|
+
* @example 1
|
|
344
|
+
*/
|
|
345
|
+
total?: number;
|
|
346
|
+
};
|
|
347
|
+
};
|
|
348
|
+
};
|
|
349
|
+
/** @description Request Validation failure */
|
|
350
|
+
BadRequest: {
|
|
351
|
+
headers: {
|
|
352
|
+
[name: string]: unknown;
|
|
353
|
+
};
|
|
354
|
+
content: {
|
|
355
|
+
"application/vnd.deere.axiom.v3+json": components["schemas"]["Errors"];
|
|
356
|
+
};
|
|
357
|
+
};
|
|
358
|
+
/** @description The user does not have sufficient privileges to access this resource. */
|
|
359
|
+
Forbidden: {
|
|
360
|
+
headers: {
|
|
361
|
+
[name: string]: unknown;
|
|
362
|
+
};
|
|
363
|
+
content?: never;
|
|
364
|
+
};
|
|
365
|
+
/** @description The specified resource does not exist */
|
|
366
|
+
NotFound: {
|
|
367
|
+
headers: {
|
|
368
|
+
[name: string]: unknown;
|
|
369
|
+
};
|
|
370
|
+
content?: never;
|
|
371
|
+
};
|
|
372
|
+
};
|
|
373
|
+
parameters: {
|
|
374
|
+
/** @description The organization owning the guidance lines. */
|
|
375
|
+
OrgId: string;
|
|
376
|
+
/** @description The field that the guidance lines are associated with. */
|
|
377
|
+
FieldId: string;
|
|
378
|
+
/** @description The identifier of this guidance line. */
|
|
379
|
+
GuidanceLineId: string;
|
|
380
|
+
/** @description Whether to include archived guidance lines. Valid values are "archived", "available", or "all". Default is "available". */
|
|
381
|
+
Status: string;
|
|
382
|
+
/** @description Filter results based on status; Will default to active */
|
|
383
|
+
RecordFilter: string;
|
|
384
|
+
/** @description Whether to return the track geometry for AB and Adaptive Curves. See <a href="#shapes-array">Shapes Array</a> */
|
|
385
|
+
Embed: string;
|
|
386
|
+
};
|
|
387
|
+
requestBodies: {
|
|
388
|
+
/** @description Specifies guidance line details */
|
|
389
|
+
PostRequest: {
|
|
390
|
+
content: {
|
|
391
|
+
"application/vnd.deere.axiom.v3+json": components["schemas"]["GuidanceLine"];
|
|
392
|
+
};
|
|
393
|
+
};
|
|
394
|
+
PutRequest: {
|
|
395
|
+
content: {
|
|
396
|
+
"application/vnd.deere.axiom.v3+json": components["schemas"]["GuidanceLinePut"];
|
|
397
|
+
};
|
|
398
|
+
};
|
|
399
|
+
};
|
|
400
|
+
headers: never;
|
|
401
|
+
pathItems: never;
|
|
402
|
+
}
|
|
403
|
+
export type $defs = Record<string, never>;
|
|
404
|
+
export type operations = Record<string, never>;
|
|
405
|
+
//# sourceMappingURL=guidance-lines.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"guidance-lines.d.ts","sourceRoot":"","sources":["../../../src/types/generated/guidance-lines.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,MAAM,WAAW,KAAK;IAClB,uDAAuD,EAAE;QACrD,UAAU,EAAE;YACR,KAAK,CAAC,EAAE,KAAK,CAAC;YACd,MAAM,CAAC,EAAE,KAAK,CAAC;YACf,IAAI,CAAC,EAAE,KAAK,CAAC;YACb,MAAM,CAAC,EAAE,KAAK,CAAC;SAClB,CAAC;QACF;;;WAGG;QACH,GAAG,EAAE;YACD,UAAU,EAAE;gBACR,KAAK,CAAC,EAAE;oBACJ,2IAA2I;oBAC3I,MAAM,CAAC,EAAE,UAAU,CAAC,YAAY,CAAC,CAAC,QAAQ,CAAC,CAAC;oBAC5C,0EAA0E;oBAC1E,YAAY,CAAC,EAAE,UAAU,CAAC,YAAY,CAAC,CAAC,cAAc,CAAC,CAAC;oBACxD,iIAAiI;oBACjI,KAAK,CAAC,EAAE,UAAU,CAAC,YAAY,CAAC,CAAC,OAAO,CAAC,CAAC;iBAC7C,CAAC;gBACF,MAAM,CAAC,EAAE,KAAK,CAAC;gBACf,IAAI,EAAE;oBACF,+DAA+D;oBAC/D,KAAK,EAAE,UAAU,CAAC,YAAY,CAAC,CAAC,OAAO,CAAC,CAAC;oBACzC,0EAA0E;oBAC1E,OAAO,EAAE,UAAU,CAAC,YAAY,CAAC,CAAC,SAAS,CAAC,CAAC;iBAChD,CAAC;gBACF,MAAM,CAAC,EAAE,KAAK,CAAC;aAClB,CAAC;YACF,WAAW,CAAC,EAAE,KAAK,CAAC;YACpB,SAAS,EAAE;gBACP,GAAG,EAAE,UAAU,CAAC,WAAW,CAAC,CAAC,uBAAuB,CAAC,CAAC;gBACtD,GAAG,EAAE,UAAU,CAAC,WAAW,CAAC,CAAC,WAAW,CAAC,CAAC;gBAC1C,GAAG,EAAE,UAAU,CAAC,WAAW,CAAC,CAAC,UAAU,CAAC,CAAC;aAC5C,CAAC;SACL,CAAC;QACF,GAAG,CAAC,EAAE,KAAK,CAAC;QACZ;;;WAGG;QACH,IAAI,EAAE;YACF,UAAU,EAAE;gBACR,KAAK,CAAC,EAAE,KAAK,CAAC;gBACd,MAAM,CAAC,EAAE,KAAK,CAAC;gBACf,IAAI,EAAE;oBACF,+DAA+D;oBAC/D,KAAK,EAAE,UAAU,CAAC,YAAY,CAAC,CAAC,OAAO,CAAC,CAAC;oBACzC,0EAA0E;oBAC1E,OAAO,EAAE,UAAU,CAAC,YAAY,CAAC,CAAC,SAAS,CAAC,CAAC;iBAChD,CAAC;gBACF,MAAM,CAAC,EAAE,KAAK,CAAC;aAClB,CAAC;YACF,WAAW,CAAC,EAAE,UAAU,CAAC,eAAe,CAAC,CAAC,aAAa,CAAC,CAAC;YACzD,SAAS,EAAE;gBACP,GAAG,EAAE,UAAU,CAAC,WAAW,CAAC,CAAC,SAAS,CAAC,CAAC;gBACxC,GAAG,EAAE,UAAU,CAAC,WAAW,CAAC,CAAC,YAAY,CAAC,CAAC;gBAC3C,GAAG,EAAE,UAAU,CAAC,WAAW,CAAC,CAAC,WAAW,CAAC,CAAC;gBAC1C,GAAG,EAAE,UAAU,CAAC,WAAW,CAAC,CAAC,UAAU,CAAC,CAAC;aAC5C,CAAC;SACL,CAAC;QACF,MAAM,CAAC,EAAE,KAAK,CAAC;QACf,OAAO,CAAC,EAAE,KAAK,CAAC;QAChB,IAAI,CAAC,EAAE,KAAK,CAAC;QACb,KAAK,CAAC,EAAE,KAAK,CAAC;QACd,KAAK,CAAC,EAAE,KAAK,CAAC;KACjB,CAAC;IACF,wEAAwE,EAAE;QACtE,UAAU,EAAE;YACR,KAAK,CAAC,EAAE,KAAK,CAAC;YACd,MAAM,CAAC,EAAE,KAAK,CAAC;YACf,IAAI,CAAC,EAAE,KAAK,CAAC;YACb,MAAM,CAAC,EAAE,KAAK,CAAC;SAClB,CAAC;QACF;;;WAGG;QACH,GAAG,EAAE;YACD,UAAU,EAAE;gBACR,KAAK,CAAC,EAAE;oBACJ,iIAAiI;oBACjI,KAAK,CAAC,EAAE,UAAU,CAAC,YAAY,CAAC,CAAC,OAAO,CAAC,CAAC;iBAC7C,CAAC;gBACF,MAAM,CAAC,EAAE,KAAK,CAAC;gBACf,IAAI,EAAE;oBACF,+DAA+D;oBAC/D,KAAK,EAAE,UAAU,CAAC,YAAY,CAAC,CAAC,OAAO,CAAC,CAAC;oBACzC,0EAA0E;oBAC1E,OAAO,EAAE,UAAU,CAAC,YAAY,CAAC,CAAC,SAAS,CAAC,CAAC;oBAC7C,yDAAyD;oBACzD,cAAc,EAAE,UAAU,CAAC,YAAY,CAAC,CAAC,gBAAgB,CAAC,CAAC;iBAC9D,CAAC;gBACF,MAAM,CAAC,EAAE,KAAK,CAAC;aAClB,CAAC;YACF,WAAW,CAAC,EAAE,KAAK,CAAC;YACpB,SAAS,EAAE;gBACP,GAAG,EAAE,UAAU,CAAC,WAAW,CAAC,CAAC,uBAAuB,CAAC,CAAC;gBACtD,GAAG,EAAE,UAAU,CAAC,WAAW,CAAC,CAAC,WAAW,CAAC,CAAC;gBAC1C,GAAG,EAAE,UAAU,CAAC,WAAW,CAAC,CAAC,UAAU,CAAC,CAAC;aAC5C,CAAC;SACL,CAAC;QACF;;;WAGG;QACH,GAAG,EAAE;YACD,UAAU,EAAE;gBACR,KAAK,CAAC,EAAE,KAAK,CAAC;gBACd,MAAM,CAAC,EAAE,KAAK,CAAC;gBACf,IAAI,EAAE;oBACF,+DAA+D;oBAC/D,KAAK,EAAE,UAAU,CAAC,YAAY,CAAC,CAAC,OAAO,CAAC,CAAC;oBACzC,0EAA0E;oBAC1E,OAAO,EAAE,UAAU,CAAC,YAAY,CAAC,CAAC,SAAS,CAAC,CAAC;oBAC7C,yDAAyD;oBACzD,cAAc,EAAE,UAAU,CAAC,YAAY,CAAC,CAAC,gBAAgB,CAAC,CAAC;iBAC9D,CAAC;gBACF,MAAM,CAAC,EAAE,KAAK,CAAC;aAClB,CAAC;YACF,WAAW,CAAC,EAAE,UAAU,CAAC,eAAe,CAAC,CAAC,YAAY,CAAC,CAAC;YACxD,SAAS,EAAE;gBACP,GAAG,EAAE,UAAU,CAAC,WAAW,CAAC,CAAC,WAAW,CAAC,CAAC;gBAC1C,GAAG,EAAE,UAAU,CAAC,WAAW,CAAC,CAAC,YAAY,CAAC,CAAC;gBAC3C,GAAG,EAAE,UAAU,CAAC,WAAW,CAAC,CAAC,WAAW,CAAC,CAAC;gBAC1C,GAAG,EAAE,UAAU,CAAC,WAAW,CAAC,CAAC,UAAU,CAAC,CAAC;aAC5C,CAAC;SACL,CAAC;QACF,IAAI,CAAC,EAAE,KAAK,CAAC;QACb,MAAM,CAAC,EAAE,KAAK,CAAC;QACf,OAAO,CAAC,EAAE,KAAK,CAAC;QAChB,IAAI,CAAC,EAAE,KAAK,CAAC;QACb,KAAK,CAAC,EAAE,KAAK,CAAC;QACd,KAAK,CAAC,EAAE,KAAK,CAAC;KACjB,CAAC;CACL;AACD,MAAM,MAAM,QAAQ,GAAG,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,CAAC;AAC7C,MAAM,WAAW,UAAU;IACvB,OAAO,EAAE;QACL,aAAa,EAAE;YACX;;;eAGG;YACH,KAAK,CAAC,EAAE,OAAO,CAAC;SACnB,CAAC;QACF,aAAa,EAAE;YACX;;;eAGG;YACH,KAAK,CAAC,EAAE,OAAO,CAAC;SACnB,CAAC;QACF,YAAY,EAAE;YACV;;;eAGG;YACH,OAAO,CAAC,EAAE,MAAM,CAAC;YACjB;;;eAGG;YACH,IAAI,CAAC,EAAE,MAAM,CAAC;YACd;;;eAGG;YACH,QAAQ,CAAC,EAAE,OAAO,CAAC;YACnB;;;eAGG;YACH,UAAU,CAAC,EAAE,MAAM,CAAC;YACpB;;;eAGG;YACH,WAAW,CAAC,EAAE,MAAM,CAAC;YACrB;;;eAGG;YACH,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,CAAC;YAC/B;;;eAGG;YACH,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,CAAC;YAC/B;;;eAGG;YACH,OAAO,CAAC,EAAE,MAAM,CAAC;YACjB;;;eAGG;YACH,SAAS,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,CAAC;YAClC;;;eAGG;YACH,UAAU,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,CAAC;YACnC;;;eAGG;YACH,iBAAiB,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,CAAC;YAC1C;;;eAGG;YACH,QAAQ,CAAC,EAAE,MAAM,CAAC;SACrB,CAAC;QACF,eAAe,EAAE;YACb;;;eAGG;YACH,OAAO,CAAC,EAAE,MAAM,CAAC;YACjB;;;eAGG;YACH,IAAI,CAAC,EAAE,MAAM,CAAC;YACd;;;eAGG;YACH,QAAQ,CAAC,EAAE,OAAO,CAAC;YACnB;;;eAGG;YACH,UAAU,CAAC,EAAE,MAAM,CAAC;YACpB;;;eAGG;YACH,WAAW,CAAC,EAAE,MAAM,CAAC;YACrB;;;eAGG;YACH,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,CAAC;YAC/B;;;eAGG;YACH,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,CAAC;YAC/B;;;eAGG;YACH,OAAO,CAAC,EAAE,MAAM,CAAC;YACjB;;;eAGG;YACH,SAAS,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,CAAC;YAClC;;;eAGG;YACH,UAAU,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,CAAC;YACnC;;;eAGG;YACH,iBAAiB,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,CAAC;SAC7C,CAAC;QACF,qEAAqE;QACrE,MAAM,EAAE;YACJ,OAAO,CAAC,EAAE,MAAM,CAAC;YACjB,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,EAAE,CAAC;SACpC,CAAC;KACL,CAAC;IACF,SAAS,EAAE;QACP,kDAAkD;QAClD,qBAAqB,EAAE;YACnB,OAAO,EAAE;gBACL,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC;aAC3B,CAAC;YACF,OAAO,EAAE;gBACL,qCAAqC,EAAE;oBACnC,KAAK,CAAC,EAAE,OAAO,CAAC;oBAChB;;;uBAGG;oBACH,KAAK,CAAC,EAAE,MAAM,CAAC;iBAClB,CAAC;aACL,CAAC;SACL,CAAC;QACF,kDAAkD;QAClD,qBAAqB,EAAE;YACnB,OAAO,EAAE;gBACL,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC;aAC3B,CAAC;YACF,OAAO,EAAE;gBACL,qCAAqC,EAAE;oBACnC,KAAK,CAAC,EAAE,OAAO,CAAC;oBAChB;;;uBAGG;oBACH,KAAK,CAAC,EAAE,MAAM,CAAC;iBAClB,CAAC;aACL,CAAC;SACL,CAAC;QACF,oGAAoG;QACpG,OAAO,EAAE;YACL,OAAO,EAAE;gBACL,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC;aAC3B,CAAC;YACF,OAAO,EAAE;gBACL,qCAAqC,EAAE;oBACnC,KAAK,CAAC,EAAE,OAAO,CAAC;oBAChB;;;uBAGG;oBACH,KAAK,CAAC,EAAE,MAAM,CAAC;iBAClB,CAAC;aACL,CAAC;SACL,CAAC;QACF,8DAA8D;QAC9D,SAAS,EAAE;YACP,OAAO,EAAE;gBACL,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC;aAC3B,CAAC;YACF,OAAO,EAAE;gBACL,qCAAqC,EAAE;oBACnC;;;uBAGG;oBACH,KAAK,CAAC,EAAE,MAAM,CAAC;iBAClB,CAAC;aACL,CAAC;SACL,CAAC;QACF,8CAA8C;QAC9C,UAAU,EAAE;YACR,OAAO,EAAE;gBACL,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC;aAC3B,CAAC;YACF,OAAO,EAAE;gBACL,qCAAqC,EAAE,UAAU,CAAC,SAAS,CAAC,CAAC,QAAQ,CAAC,CAAC;aAC1E,CAAC;SACL,CAAC;QACF,yFAAyF;QACzF,SAAS,EAAE;YACP,OAAO,EAAE;gBACL,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC;aAC3B,CAAC;YACF,OAAO,CAAC,EAAE,KAAK,CAAC;SACnB,CAAC;QACF,yDAAyD;QACzD,QAAQ,EAAE;YACN,OAAO,EAAE;gBACL,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC;aAC3B,CAAC;YACF,OAAO,CAAC,EAAE,KAAK,CAAC;SACnB,CAAC;KACL,CAAC;IACF,UAAU,EAAE;QACR,+DAA+D;QAC/D,KAAK,EAAE,MAAM,CAAC;QACd,0EAA0E;QAC1E,OAAO,EAAE,MAAM,CAAC;QAChB,yDAAyD;QACzD,cAAc,EAAE,MAAM,CAAC;QACvB,2IAA2I;QAC3I,MAAM,EAAE,MAAM,CAAC;QACf,0EAA0E;QAC1E,YAAY,EAAE,MAAM,CAAC;QACrB,iIAAiI;QACjI,KAAK,EAAE,MAAM,CAAC;KACjB,CAAC;IACF,aAAa,EAAE;QACX,mDAAmD;QACnD,WAAW,EAAE;YACT,OAAO,EAAE;gBACL,qCAAqC,EAAE,UAAU,CAAC,SAAS,CAAC,CAAC,cAAc,CAAC,CAAC;aAChF,CAAC;SACL,CAAC;QACF,UAAU,EAAE;YACR,OAAO,EAAE;gBACL,qCAAqC,EAAE,UAAU,CAAC,SAAS,CAAC,CAAC,iBAAiB,CAAC,CAAC;aACnF,CAAC;SACL,CAAC;KACL,CAAC;IACF,OAAO,EAAE,KAAK,CAAC;IACf,SAAS,EAAE,KAAK,CAAC;CACpB;AACD,MAAM,MAAM,KAAK,GAAG,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,CAAC;AAC1C,MAAM,MAAM,UAAU,GAAG,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"guidance-lines.js","sourceRoot":"","sources":["../../../src/types/generated/guidance-lines.ts"],"names":[],"mappings":"AAAA;;;GAGG"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* John Deere API TypeScript Types
|
|
3
|
+
* Auto-generated from OpenAPI specifications
|
|
4
|
+
*
|
|
5
|
+
* @see https://developer.deere.com
|
|
6
|
+
* @generated 2026-01-11T14:49:57.003Z
|
|
7
|
+
*/
|
|
8
|
+
export * as Assets from './assets.js';
|
|
9
|
+
export * as Boundaries from './boundaries.js';
|
|
10
|
+
export * as Clients from './clients.js';
|
|
11
|
+
export * as ConnectionManagement from './connection-management.js';
|
|
12
|
+
export * as CropTypes from './crop-types.js';
|
|
13
|
+
export * as Equipment from './equipment.js';
|
|
14
|
+
export * as Farms from './farms.js';
|
|
15
|
+
export * as FieldOperationsApi from './field-operations-api.js';
|
|
16
|
+
export * as Fields from './fields.js';
|
|
17
|
+
export * as Files from './files.js';
|
|
18
|
+
export * as Flags from './flags.js';
|
|
19
|
+
export * as GuidanceLines from './guidance-lines.js';
|
|
20
|
+
export * as MapLayers from './map-layers.js';
|
|
21
|
+
export * as Operators from './operators.js';
|
|
22
|
+
export * as Organizations from './organizations.js';
|
|
23
|
+
export * as Products from './products.js';
|
|
24
|
+
export * as Users from './users.js';
|
|
25
|
+
export * as Webhook from './webhook.js';
|
|
26
|
+
export type { paths as AssetsPaths, components as AssetsComponents } from './assets.js';
|
|
27
|
+
export type { paths as BoundariesPaths, components as BoundariesComponents } from './boundaries.js';
|
|
28
|
+
export type { paths as ClientsPaths, components as ClientsComponents } from './clients.js';
|
|
29
|
+
export type { paths as ConnectionManagementPaths, components as ConnectionManagementComponents } from './connection-management.js';
|
|
30
|
+
export type { paths as CropTypesPaths, components as CropTypesComponents } from './crop-types.js';
|
|
31
|
+
export type { paths as EquipmentPaths, components as EquipmentComponents } from './equipment.js';
|
|
32
|
+
export type { paths as FarmsPaths, components as FarmsComponents } from './farms.js';
|
|
33
|
+
export type { paths as FieldOperationsApiPaths, components as FieldOperationsApiComponents } from './field-operations-api.js';
|
|
34
|
+
export type { paths as FieldsPaths, components as FieldsComponents } from './fields.js';
|
|
35
|
+
export type { paths as FilesPaths, components as FilesComponents } from './files.js';
|
|
36
|
+
export type { paths as FlagsPaths, components as FlagsComponents } from './flags.js';
|
|
37
|
+
export type { paths as GuidanceLinesPaths, components as GuidanceLinesComponents } from './guidance-lines.js';
|
|
38
|
+
export type { paths as MapLayersPaths, components as MapLayersComponents } from './map-layers.js';
|
|
39
|
+
export type { paths as OperatorsPaths, components as OperatorsComponents } from './operators.js';
|
|
40
|
+
export type { paths as OrganizationsPaths, components as OrganizationsComponents } from './organizations.js';
|
|
41
|
+
export type { paths as ProductsPaths, components as ProductsComponents } from './products.js';
|
|
42
|
+
export type { paths as UsersPaths, components as UsersComponents } from './users.js';
|
|
43
|
+
export type { paths as WebhookPaths, components as WebhookComponents } from './webhook.js';
|
|
44
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/types/generated/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* John Deere API TypeScript Types
|
|
3
|
+
* Auto-generated from OpenAPI specifications
|
|
4
|
+
*
|
|
5
|
+
* @see https://developer.deere.com
|
|
6
|
+
* @generated 2026-01-11T14:49:57.003Z
|
|
7
|
+
*/
|
|
8
|
+
export * as Assets from './assets.js';
|
|
9
|
+
export * as Boundaries from './boundaries.js';
|
|
10
|
+
export * as Clients from './clients.js';
|
|
11
|
+
export * as ConnectionManagement from './connection-management.js';
|
|
12
|
+
export * as CropTypes from './crop-types.js';
|
|
13
|
+
export * as Equipment from './equipment.js';
|
|
14
|
+
export * as Farms from './farms.js';
|
|
15
|
+
export * as FieldOperationsApi from './field-operations-api.js';
|
|
16
|
+
export * as Fields from './fields.js';
|
|
17
|
+
export * as Files from './files.js';
|
|
18
|
+
export * as Flags from './flags.js';
|
|
19
|
+
export * as GuidanceLines from './guidance-lines.js';
|
|
20
|
+
export * as MapLayers from './map-layers.js';
|
|
21
|
+
export * as Operators from './operators.js';
|
|
22
|
+
export * as Organizations from './organizations.js';
|
|
23
|
+
export * as Products from './products.js';
|
|
24
|
+
export * as Users from './users.js';
|
|
25
|
+
export * as Webhook from './webhook.js';
|
|
26
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/types/generated/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,KAAK,MAAM,MAAM,aAAa,CAAC;AACtC,OAAO,KAAK,UAAU,MAAM,iBAAiB,CAAC;AAC9C,OAAO,KAAK,OAAO,MAAM,cAAc,CAAC;AACxC,OAAO,KAAK,oBAAoB,MAAM,4BAA4B,CAAC;AACnE,OAAO,KAAK,SAAS,MAAM,iBAAiB,CAAC;AAC7C,OAAO,KAAK,SAAS,MAAM,gBAAgB,CAAC;AAC5C,OAAO,KAAK,KAAK,MAAM,YAAY,CAAC;AACpC,OAAO,KAAK,kBAAkB,MAAM,2BAA2B,CAAC;AAChE,OAAO,KAAK,MAAM,MAAM,aAAa,CAAC;AACtC,OAAO,KAAK,KAAK,MAAM,YAAY,CAAC;AACpC,OAAO,KAAK,KAAK,MAAM,YAAY,CAAC;AACpC,OAAO,KAAK,aAAa,MAAM,qBAAqB,CAAC;AACrD,OAAO,KAAK,SAAS,MAAM,iBAAiB,CAAC;AAC7C,OAAO,KAAK,SAAS,MAAM,gBAAgB,CAAC;AAC5C,OAAO,KAAK,aAAa,MAAM,oBAAoB,CAAC;AACpD,OAAO,KAAK,QAAQ,MAAM,eAAe,CAAC;AAC1C,OAAO,KAAK,KAAK,MAAM,YAAY,CAAC;AACpC,OAAO,KAAK,OAAO,MAAM,cAAc,CAAC"}
|