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,734 @@
|
|
|
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}/boundaries": {
|
|
7
|
+
parameters: {
|
|
8
|
+
query?: never;
|
|
9
|
+
header?: never;
|
|
10
|
+
path?: never;
|
|
11
|
+
cookie?: never;
|
|
12
|
+
};
|
|
13
|
+
/**
|
|
14
|
+
* View Boundaries in an Org
|
|
15
|
+
* @description View boundaries in an organization. <ul> <li><b>fields</b>: View the field associated with these boundaries.</li> <li><b>owningOrganizations</b>: View the organization that owns the field.</li> </ul>
|
|
16
|
+
*/
|
|
17
|
+
get: {
|
|
18
|
+
parameters: {
|
|
19
|
+
query?: {
|
|
20
|
+
/** @description Populates response with data lineage information */
|
|
21
|
+
embed?: components["parameters"]["Embed"];
|
|
22
|
+
/** @description Filter results based on status; defaults to active */
|
|
23
|
+
recordFilter?: components["parameters"]["RecordFilter"];
|
|
24
|
+
};
|
|
25
|
+
header?: never;
|
|
26
|
+
path: {
|
|
27
|
+
/** @description Organization */
|
|
28
|
+
orgId: components["parameters"]["OrgId"];
|
|
29
|
+
};
|
|
30
|
+
cookie?: never;
|
|
31
|
+
};
|
|
32
|
+
requestBody?: never;
|
|
33
|
+
responses: {
|
|
34
|
+
200: components["responses"]["BoundariesResponse"];
|
|
35
|
+
403: components["responses"]["Forbidden"];
|
|
36
|
+
404: components["responses"]["NotFound"];
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
put?: never;
|
|
40
|
+
post?: never;
|
|
41
|
+
delete?: never;
|
|
42
|
+
options?: never;
|
|
43
|
+
head?: never;
|
|
44
|
+
patch?: never;
|
|
45
|
+
trace?: never;
|
|
46
|
+
};
|
|
47
|
+
"/organizations/{orgId}/fields/{fieldId}/boundaries": {
|
|
48
|
+
parameters: {
|
|
49
|
+
query?: never;
|
|
50
|
+
header?: never;
|
|
51
|
+
path?: never;
|
|
52
|
+
cookie?: never;
|
|
53
|
+
};
|
|
54
|
+
/**
|
|
55
|
+
* View the Boundaries of a Field
|
|
56
|
+
* @description View the boundaries of a specified field.
|
|
57
|
+
*/
|
|
58
|
+
get: {
|
|
59
|
+
parameters: {
|
|
60
|
+
query?: {
|
|
61
|
+
/** @description Populates response with data lineage information */
|
|
62
|
+
embed?: components["parameters"]["Embed"];
|
|
63
|
+
/** @description Filter results based on status; defaults to active */
|
|
64
|
+
recordFilter?: components["parameters"]["RecordFilter"];
|
|
65
|
+
};
|
|
66
|
+
header?: never;
|
|
67
|
+
path: {
|
|
68
|
+
/** @description Organization */
|
|
69
|
+
orgId: components["parameters"]["OrgId"];
|
|
70
|
+
/** @description Field ID */
|
|
71
|
+
id: components["parameters"]["Id"];
|
|
72
|
+
};
|
|
73
|
+
cookie?: never;
|
|
74
|
+
};
|
|
75
|
+
requestBody?: never;
|
|
76
|
+
responses: {
|
|
77
|
+
200: components["responses"]["BoundariesResponse"];
|
|
78
|
+
403: components["responses"]["Forbidden"];
|
|
79
|
+
404: components["responses"]["NotFound"];
|
|
80
|
+
};
|
|
81
|
+
};
|
|
82
|
+
put?: never;
|
|
83
|
+
/**
|
|
84
|
+
* Create a Boundary
|
|
85
|
+
* @description Create a boundary with a geometry collection for a field.
|
|
86
|
+
*/
|
|
87
|
+
post: {
|
|
88
|
+
parameters: {
|
|
89
|
+
query?: never;
|
|
90
|
+
header?: never;
|
|
91
|
+
path: {
|
|
92
|
+
/** @description Organization ID */
|
|
93
|
+
orgId: components["parameters"]["OrgId2"];
|
|
94
|
+
/** @description Field GUID */
|
|
95
|
+
fieldId: components["parameters"]["FieldId"];
|
|
96
|
+
};
|
|
97
|
+
cookie?: never;
|
|
98
|
+
};
|
|
99
|
+
requestBody?: {
|
|
100
|
+
content: {
|
|
101
|
+
"No Header": unknown;
|
|
102
|
+
};
|
|
103
|
+
};
|
|
104
|
+
responses: {
|
|
105
|
+
200: components["responses"]["Created"];
|
|
106
|
+
400: components["responses"]["BadRequest"];
|
|
107
|
+
403: components["responses"]["Forbidden"];
|
|
108
|
+
404: components["responses"]["NotFound"];
|
|
109
|
+
};
|
|
110
|
+
};
|
|
111
|
+
delete?: never;
|
|
112
|
+
options?: never;
|
|
113
|
+
head?: never;
|
|
114
|
+
patch?: never;
|
|
115
|
+
trace?: never;
|
|
116
|
+
};
|
|
117
|
+
"/fieldOperations/{operationId}/boundary": {
|
|
118
|
+
parameters: {
|
|
119
|
+
query?: never;
|
|
120
|
+
header?: never;
|
|
121
|
+
path?: never;
|
|
122
|
+
cookie?: never;
|
|
123
|
+
};
|
|
124
|
+
/**
|
|
125
|
+
* Generate a Boundary from a FieldOperation
|
|
126
|
+
* @description Given a <a href='/dev-docs/field-operations#overviews' target='_blank'>field operation</a>, this endpoint will generate and return a boundary that surrounds the area worked by that field operation. Any gaps in that field operation will be treated as interior rings. This endpoint returns the generated boundary, giving you the opportunity to change the boundary name, clean up any unwanted interiors, etc. before <a href='/dev-docs/boundaries#/organizations/{orgId}/fields/{fieldId}/boundaries/post' target='_blank'>POST'ing the generated boundary</a> back into Operations Center. <p>There are two cases where this API will return an HTTP 400 - Bad Request:</p> <ul> <li><b>If the field already has an active boundary.</b> In this case, please use the existing boundary - it is likely more accurate than a generated boundary.</li> <li><b>If the field has been merged.</b> In this case, a FieldOperation may only cover one part of the merged field, resulting in an inaccurate boundary.</li> </ul>
|
|
127
|
+
*/
|
|
128
|
+
get: {
|
|
129
|
+
parameters: {
|
|
130
|
+
query?: never;
|
|
131
|
+
header?: never;
|
|
132
|
+
path?: never;
|
|
133
|
+
cookie?: never;
|
|
134
|
+
};
|
|
135
|
+
requestBody?: never;
|
|
136
|
+
responses: {
|
|
137
|
+
200: components["responses"]["BoundariesResponse2"];
|
|
138
|
+
403: components["responses"]["Forbidden"];
|
|
139
|
+
404: components["responses"]["NotFound"];
|
|
140
|
+
};
|
|
141
|
+
};
|
|
142
|
+
put?: never;
|
|
143
|
+
post?: never;
|
|
144
|
+
delete?: never;
|
|
145
|
+
options?: never;
|
|
146
|
+
head?: never;
|
|
147
|
+
patch?: never;
|
|
148
|
+
trace?: never;
|
|
149
|
+
};
|
|
150
|
+
"/organizations/{orgId}/fields/{fieldId}/boundaries/{boundaryId}": {
|
|
151
|
+
parameters: {
|
|
152
|
+
query?: never;
|
|
153
|
+
header?: never;
|
|
154
|
+
path?: never;
|
|
155
|
+
cookie?: never;
|
|
156
|
+
};
|
|
157
|
+
/**
|
|
158
|
+
* Get a specific boundary
|
|
159
|
+
* @description This endpoint will retrieve a specific boundary.
|
|
160
|
+
*/
|
|
161
|
+
get: {
|
|
162
|
+
parameters: {
|
|
163
|
+
query?: never;
|
|
164
|
+
header?: never;
|
|
165
|
+
path: {
|
|
166
|
+
/** @description Organization */
|
|
167
|
+
orgId: components["parameters"]["OrgId3"];
|
|
168
|
+
/** @description Field Id */
|
|
169
|
+
fieldId: components["parameters"]["FieldId2"];
|
|
170
|
+
/** @description Boundary Id */
|
|
171
|
+
boundaryId: components["parameters"]["BoundaryId"];
|
|
172
|
+
};
|
|
173
|
+
cookie?: never;
|
|
174
|
+
};
|
|
175
|
+
requestBody?: never;
|
|
176
|
+
responses: {
|
|
177
|
+
200: components["responses"]["BoundaryResponse"];
|
|
178
|
+
403: components["responses"]["Forbidden"];
|
|
179
|
+
404: components["responses"]["NotFound"];
|
|
180
|
+
};
|
|
181
|
+
};
|
|
182
|
+
/**
|
|
183
|
+
* Update a boundary
|
|
184
|
+
* @description This endpoint will update a boundary. The shape of the object must include name, active, irrigated, sourceType, and multipolygons. All these fields can be updated, however a license is required to set sourceType to a value other than "External". If the boundary is set to active, it will mark all other boundaries in this field inactive.
|
|
185
|
+
*/
|
|
186
|
+
put: {
|
|
187
|
+
parameters: {
|
|
188
|
+
query?: never;
|
|
189
|
+
header?: never;
|
|
190
|
+
path: {
|
|
191
|
+
/** @description Organization */
|
|
192
|
+
orgId: components["parameters"]["OrgId3"];
|
|
193
|
+
/** @description Field Id */
|
|
194
|
+
fieldId: components["parameters"]["FieldId2"];
|
|
195
|
+
/** @description Boundary Id */
|
|
196
|
+
boundaryId: components["parameters"]["BoundaryId"];
|
|
197
|
+
};
|
|
198
|
+
cookie?: never;
|
|
199
|
+
};
|
|
200
|
+
requestBody?: components["requestBodies"]["PutRequest"];
|
|
201
|
+
responses: {
|
|
202
|
+
200: components["responses"]["Update"];
|
|
203
|
+
400: components["responses"]["BadRequest"];
|
|
204
|
+
403: components["responses"]["Forbidden"];
|
|
205
|
+
404: components["responses"]["NotFound"];
|
|
206
|
+
};
|
|
207
|
+
};
|
|
208
|
+
post?: never;
|
|
209
|
+
/**
|
|
210
|
+
* Delete a boundary
|
|
211
|
+
* @description This endpoint will delete a boundary.
|
|
212
|
+
*/
|
|
213
|
+
delete: {
|
|
214
|
+
parameters: {
|
|
215
|
+
query?: never;
|
|
216
|
+
header?: never;
|
|
217
|
+
path: {
|
|
218
|
+
/** @description Organization */
|
|
219
|
+
orgId: components["parameters"]["OrgId3"];
|
|
220
|
+
/** @description Field Id */
|
|
221
|
+
fieldId: components["parameters"]["FieldId2"];
|
|
222
|
+
/** @description Boundary Id */
|
|
223
|
+
boundaryId: components["parameters"]["BoundaryId"];
|
|
224
|
+
};
|
|
225
|
+
cookie?: never;
|
|
226
|
+
};
|
|
227
|
+
requestBody?: never;
|
|
228
|
+
responses: {
|
|
229
|
+
200: components["responses"]["NoContent"];
|
|
230
|
+
403: components["responses"]["Forbidden"];
|
|
231
|
+
404: components["responses"]["NotFound"];
|
|
232
|
+
};
|
|
233
|
+
};
|
|
234
|
+
options?: never;
|
|
235
|
+
head?: never;
|
|
236
|
+
patch?: never;
|
|
237
|
+
trace?: never;
|
|
238
|
+
};
|
|
239
|
+
}
|
|
240
|
+
export type webhooks = Record<string, never>;
|
|
241
|
+
export interface components {
|
|
242
|
+
schemas: {
|
|
243
|
+
BoundaryOrgId: {
|
|
244
|
+
/**
|
|
245
|
+
* Format: uuid
|
|
246
|
+
* @description Boundary ID
|
|
247
|
+
* @example 6232611a-0303-0234-8g7d-e1e1e11871b8
|
|
248
|
+
*/
|
|
249
|
+
id?: string;
|
|
250
|
+
/**
|
|
251
|
+
* @description Boundary name
|
|
252
|
+
* @example Unique_Boundary_name
|
|
253
|
+
*/
|
|
254
|
+
name?: string;
|
|
255
|
+
/**
|
|
256
|
+
* @description Boundary area
|
|
257
|
+
* @example See sample response below.
|
|
258
|
+
*/
|
|
259
|
+
area?: unknown;
|
|
260
|
+
/**
|
|
261
|
+
* @description Exteriors-interiors of the boundary.
|
|
262
|
+
* @example See sample response below.
|
|
263
|
+
*/
|
|
264
|
+
workableArea?: unknown;
|
|
265
|
+
/**
|
|
266
|
+
* @description Describes the source of boundary (requires license to set).
|
|
267
|
+
* @example HandDrawn
|
|
268
|
+
*/
|
|
269
|
+
sourceType?: string;
|
|
270
|
+
/**
|
|
271
|
+
* @description Boundary shape and exact location.
|
|
272
|
+
* @example See sample response below
|
|
273
|
+
*/
|
|
274
|
+
multipolygons?: unknown;
|
|
275
|
+
/**
|
|
276
|
+
* @description Boundary type
|
|
277
|
+
* @example exterior
|
|
278
|
+
*/
|
|
279
|
+
"type<sup><a href='#additional'>1</a></sup>"?: string;
|
|
280
|
+
/**
|
|
281
|
+
* @description "True" indicates that the boundary can be crossed (Ex: a waterway). "False" indicates that the boundary cannot be crossed (ex: a boulder).
|
|
282
|
+
* @example true
|
|
283
|
+
*/
|
|
284
|
+
passable?: boolean;
|
|
285
|
+
/**
|
|
286
|
+
* @description Coordinates of the extent of the boundary.
|
|
287
|
+
* @example See sample response below.
|
|
288
|
+
*/
|
|
289
|
+
extent?: unknown;
|
|
290
|
+
/**
|
|
291
|
+
* @description Indicates whether or not the boundary is active.
|
|
292
|
+
* @example true
|
|
293
|
+
*/
|
|
294
|
+
active?: boolean;
|
|
295
|
+
/**
|
|
296
|
+
* @description Indicates whether or not the boundary is archived.
|
|
297
|
+
* @example true
|
|
298
|
+
*/
|
|
299
|
+
archived?: boolean;
|
|
300
|
+
/**
|
|
301
|
+
* @description Signal Type used when defining boundary. See “dtSignalType” in the John Deere representation system for possible values.
|
|
302
|
+
* @example dtiSignalTypeRTK
|
|
303
|
+
*/
|
|
304
|
+
signalType?: string;
|
|
305
|
+
/**
|
|
306
|
+
* Format: date-time
|
|
307
|
+
* @description An ISO-8601 formatted timestamp of the last modification made to this boundary.
|
|
308
|
+
* @example 2017-11-16T15:43:27.496Z
|
|
309
|
+
*/
|
|
310
|
+
modifiedTime?: string;
|
|
311
|
+
/**
|
|
312
|
+
* Format: date-time
|
|
313
|
+
* @description An ISO-8601 formatted timestamp of the time this boundary was created.
|
|
314
|
+
* @example 2017-11-16T15:43:27.496Z
|
|
315
|
+
*/
|
|
316
|
+
createdTime?: string;
|
|
317
|
+
/**
|
|
318
|
+
* @description Indicates whether the contained area is irrigated.
|
|
319
|
+
* @example true
|
|
320
|
+
*/
|
|
321
|
+
irrigated?: boolean;
|
|
322
|
+
};
|
|
323
|
+
BoundaryOrgId2: {
|
|
324
|
+
/**
|
|
325
|
+
* Format: uuid
|
|
326
|
+
* @description Boundary ID
|
|
327
|
+
* @example 6232611a-0303-0234-8g7d-e1e1e11871b8
|
|
328
|
+
*/
|
|
329
|
+
id?: string;
|
|
330
|
+
/**
|
|
331
|
+
* @description Boundary name
|
|
332
|
+
* @example AutoGenerated 2020 Seeding
|
|
333
|
+
*/
|
|
334
|
+
name?: string;
|
|
335
|
+
/**
|
|
336
|
+
* @description Describes the source of boundary (requires license to set).
|
|
337
|
+
* @example Auto
|
|
338
|
+
*/
|
|
339
|
+
sourceType?: string;
|
|
340
|
+
/**
|
|
341
|
+
* @description Boundary shape and exact location.
|
|
342
|
+
* @example See sample response below
|
|
343
|
+
*/
|
|
344
|
+
multipolygons?: unknown;
|
|
345
|
+
/**
|
|
346
|
+
* @description Boundary type
|
|
347
|
+
* @example exterior
|
|
348
|
+
*/
|
|
349
|
+
"type<sup><a href='#additional'>1</a></sup>"?: string;
|
|
350
|
+
/**
|
|
351
|
+
* @description "True" indicates that the boundary can be crossed (Ex: a waterway). "False" indicates that the boundary cannot be crossed (ex: a boulder).
|
|
352
|
+
* @example true
|
|
353
|
+
*/
|
|
354
|
+
passable?: boolean;
|
|
355
|
+
/**
|
|
356
|
+
* @description Coordinates of the extent of the boundary.
|
|
357
|
+
* @example See sample response below.
|
|
358
|
+
*/
|
|
359
|
+
extent?: unknown;
|
|
360
|
+
/**
|
|
361
|
+
* @description Indicates whether or not the boundary is active.
|
|
362
|
+
* @example true
|
|
363
|
+
*/
|
|
364
|
+
active?: boolean;
|
|
365
|
+
/**
|
|
366
|
+
* @description Signal Type used when defining boundary. See “dtSignalType” in the John Deere representation system for possible values.
|
|
367
|
+
* @example dtiSignalTypeRTK
|
|
368
|
+
*/
|
|
369
|
+
signalType?: string;
|
|
370
|
+
/**
|
|
371
|
+
* Format: date-time
|
|
372
|
+
* @description An ISO-8601 formatted timestamp of the last modification made to this boundary.
|
|
373
|
+
* @example 2017-11-16T15:43:27.496Z
|
|
374
|
+
*/
|
|
375
|
+
modifiedTime?: string;
|
|
376
|
+
/**
|
|
377
|
+
* @description Indicates whether the contained area is irrigated.
|
|
378
|
+
* @example true
|
|
379
|
+
*/
|
|
380
|
+
irrigated?: boolean;
|
|
381
|
+
};
|
|
382
|
+
PostBoundaryGet: {
|
|
383
|
+
/**
|
|
384
|
+
* Format: uuid
|
|
385
|
+
* @description An identifier for this boundary, which is unique within a field context.
|
|
386
|
+
* @example bed69949-df25-4319-8f6c-94c62b466126
|
|
387
|
+
*/
|
|
388
|
+
id?: string;
|
|
389
|
+
/**
|
|
390
|
+
* @description Boundary name
|
|
391
|
+
* @example Unique_Boundary_name
|
|
392
|
+
*/
|
|
393
|
+
name?: string;
|
|
394
|
+
/**
|
|
395
|
+
* Format: date-time
|
|
396
|
+
* @description An ISO-8601 formatted timestamp of the last modification made to this boundary.
|
|
397
|
+
* @example 2017-11-16T15:43:27.496Z
|
|
398
|
+
*/
|
|
399
|
+
modifiedTime?: string;
|
|
400
|
+
/**
|
|
401
|
+
* Format: date-time
|
|
402
|
+
* @description An ISO-8601 formatted timestamp of the time this boundary was created.
|
|
403
|
+
* @example 2017-11-16T15:43:27.496Z
|
|
404
|
+
*/
|
|
405
|
+
createdTime?: string;
|
|
406
|
+
/**
|
|
407
|
+
* @description The sum of all exterior polygons.
|
|
408
|
+
* @example See sample response below.
|
|
409
|
+
*/
|
|
410
|
+
area?: unknown;
|
|
411
|
+
/**
|
|
412
|
+
* @description Exteriors-interiors of the boundary.
|
|
413
|
+
* @example See sample response below.
|
|
414
|
+
*/
|
|
415
|
+
workableArea?: unknown;
|
|
416
|
+
/**
|
|
417
|
+
* @description Describes the source of boundary (requires license to set).
|
|
418
|
+
* @example HandDrawn
|
|
419
|
+
*/
|
|
420
|
+
sourceType?: string;
|
|
421
|
+
/**
|
|
422
|
+
* @description A collection of polygons.
|
|
423
|
+
* @example See sample response below
|
|
424
|
+
*/
|
|
425
|
+
multipolygons?: unknown[];
|
|
426
|
+
/**
|
|
427
|
+
* @description Coordinates of the extent of the boundary.
|
|
428
|
+
* @example See sample response below.
|
|
429
|
+
*/
|
|
430
|
+
extent?: Record<string, never>;
|
|
431
|
+
/**
|
|
432
|
+
* @description Whether or not this boundary is currently in use. A field with associated boundaries will have exactly one active boundary; however, a field may also exist with no boundaries.
|
|
433
|
+
* @example true
|
|
434
|
+
*/
|
|
435
|
+
active?: boolean;
|
|
436
|
+
/**
|
|
437
|
+
* @description Indicates whether or not this boundary is currently archived
|
|
438
|
+
* @example true
|
|
439
|
+
*/
|
|
440
|
+
archived?: boolean;
|
|
441
|
+
/**
|
|
442
|
+
* @description Signal Type used when defining boundary. See “dtSignalType” in the John Deere representation system for possible values.
|
|
443
|
+
* @example dtiSignalTypeRTK
|
|
444
|
+
*/
|
|
445
|
+
signalType?: string;
|
|
446
|
+
/**
|
|
447
|
+
* @description Indicates whether the contained area is irrigated.
|
|
448
|
+
* @example false
|
|
449
|
+
*/
|
|
450
|
+
irrigated?: boolean;
|
|
451
|
+
/**
|
|
452
|
+
* @description Boundary type
|
|
453
|
+
* @example exterior
|
|
454
|
+
*/
|
|
455
|
+
"type<sup><a href='#additional'>1</a></sup>"?: string;
|
|
456
|
+
/**
|
|
457
|
+
* @description "True" indicates that the boundary can be crossed (Ex: a waterway). "False" indicates that the boundary cannot be crossed (ex: a boulder).
|
|
458
|
+
* @example true
|
|
459
|
+
*/
|
|
460
|
+
passable?: boolean;
|
|
461
|
+
};
|
|
462
|
+
PostBoundary: {
|
|
463
|
+
/**
|
|
464
|
+
* @description Boundary Name.
|
|
465
|
+
* @example Boundary_Unique_Name
|
|
466
|
+
*/
|
|
467
|
+
name?: string;
|
|
468
|
+
/**
|
|
469
|
+
* @description Indicates whether the boundary is active in this field.
|
|
470
|
+
* @example false
|
|
471
|
+
*/
|
|
472
|
+
active?: boolean;
|
|
473
|
+
/**
|
|
474
|
+
* @description Indicates whether the boundary is archived.
|
|
475
|
+
* @example false
|
|
476
|
+
*/
|
|
477
|
+
archive?: boolean;
|
|
478
|
+
/**
|
|
479
|
+
* @description Indicates whether the boundary is irrigated.
|
|
480
|
+
* @example false
|
|
481
|
+
*/
|
|
482
|
+
irrigated?: boolean;
|
|
483
|
+
/**
|
|
484
|
+
* @description Polygon representation of the new boundary.
|
|
485
|
+
* @example See sample request below.
|
|
486
|
+
*/
|
|
487
|
+
multipolygons?: unknown;
|
|
488
|
+
/**
|
|
489
|
+
* @description Describes the source of boundary (requires license to set).
|
|
490
|
+
* @example External
|
|
491
|
+
*/
|
|
492
|
+
sourceType?: string;
|
|
493
|
+
/**
|
|
494
|
+
* @description Signal Type used when defining boundary. See “dtSignalType” in the John Deere representation system for possible values.
|
|
495
|
+
* @example dtiSignalTypeRTK
|
|
496
|
+
*/
|
|
497
|
+
signalType?: string;
|
|
498
|
+
};
|
|
499
|
+
PutBoundary: {
|
|
500
|
+
/**
|
|
501
|
+
* @description Boundary Name.
|
|
502
|
+
* @example Boundary01
|
|
503
|
+
*/
|
|
504
|
+
name?: string;
|
|
505
|
+
/**
|
|
506
|
+
* @description Indicates whether the boundary is active in this field.
|
|
507
|
+
* @example false
|
|
508
|
+
*/
|
|
509
|
+
active?: boolean;
|
|
510
|
+
/**
|
|
511
|
+
* @description Indicates whether the boundary is archived.
|
|
512
|
+
* @example false
|
|
513
|
+
*/
|
|
514
|
+
archive?: boolean;
|
|
515
|
+
/**
|
|
516
|
+
* @description Indicates whether the boundary is irrigated.
|
|
517
|
+
* @example false
|
|
518
|
+
*/
|
|
519
|
+
irrigated?: boolean;
|
|
520
|
+
/**
|
|
521
|
+
* @description Polygon representation of the new boundary.
|
|
522
|
+
* @example See sample request below.
|
|
523
|
+
*/
|
|
524
|
+
multipolygons?: unknown;
|
|
525
|
+
/**
|
|
526
|
+
* @description Describes the source of boundary (requires license to set).
|
|
527
|
+
* @example External
|
|
528
|
+
*/
|
|
529
|
+
sourceType?: string;
|
|
530
|
+
/**
|
|
531
|
+
* @description Signal Type used when defining boundary. See “dtSignalType” in the John Deere representation system for possible values.
|
|
532
|
+
* @example dtiSignalTypeRTK
|
|
533
|
+
*/
|
|
534
|
+
signalType?: string;
|
|
535
|
+
};
|
|
536
|
+
BoundariesLink: {
|
|
537
|
+
/**
|
|
538
|
+
* @description Fields Link.
|
|
539
|
+
* @example https://sandboxapi.deere.com/platform/organizations/123456/fields/209b3c20-f33a-4c96-9a2c-613def198e0c
|
|
540
|
+
*/
|
|
541
|
+
field?: unknown;
|
|
542
|
+
/**
|
|
543
|
+
* @description Organizations Link.
|
|
544
|
+
* @example https://sandboxapi.deere.com/platform/organizations/1234
|
|
545
|
+
*/
|
|
546
|
+
owningOrganization?: unknown;
|
|
547
|
+
};
|
|
548
|
+
/** @description Stub schema for Boundary (auto-generated - original was missing) */
|
|
549
|
+
Boundary: {
|
|
550
|
+
[key: string]: unknown;
|
|
551
|
+
};
|
|
552
|
+
/** @description Error response schema for Errors (auto-generated) */
|
|
553
|
+
Errors: {
|
|
554
|
+
message?: string;
|
|
555
|
+
errors?: Record<string, never>[];
|
|
556
|
+
};
|
|
557
|
+
};
|
|
558
|
+
responses: {
|
|
559
|
+
/** @description A collection of boundaries */
|
|
560
|
+
BoundariesResponse: {
|
|
561
|
+
headers: {
|
|
562
|
+
[name: string]: unknown;
|
|
563
|
+
};
|
|
564
|
+
content: {
|
|
565
|
+
"application/vnd.deere.axiom.v3+json": {
|
|
566
|
+
links?: unknown;
|
|
567
|
+
/**
|
|
568
|
+
* Format: int32
|
|
569
|
+
* @example 1
|
|
570
|
+
*/
|
|
571
|
+
total?: number;
|
|
572
|
+
values?: components["schemas"]["BoundaryOrgId"][];
|
|
573
|
+
};
|
|
574
|
+
};
|
|
575
|
+
};
|
|
576
|
+
/** @description A collection of boundaries */
|
|
577
|
+
BoundariesResponse2: {
|
|
578
|
+
headers: {
|
|
579
|
+
[name: string]: unknown;
|
|
580
|
+
};
|
|
581
|
+
content: {
|
|
582
|
+
"application/vnd.deere.axiom.v3+json": {
|
|
583
|
+
links?: unknown;
|
|
584
|
+
/**
|
|
585
|
+
* Format: int32
|
|
586
|
+
* @example 1
|
|
587
|
+
*/
|
|
588
|
+
total?: number;
|
|
589
|
+
values?: components["schemas"]["BoundaryOrgId2"][];
|
|
590
|
+
};
|
|
591
|
+
};
|
|
592
|
+
};
|
|
593
|
+
/** @description A single boundary */
|
|
594
|
+
BoundaryResponse: {
|
|
595
|
+
headers: {
|
|
596
|
+
[name: string]: unknown;
|
|
597
|
+
};
|
|
598
|
+
content: {
|
|
599
|
+
"application/vnd.deere.axiom.v3+json": {
|
|
600
|
+
links?: unknown;
|
|
601
|
+
/**
|
|
602
|
+
* Format: int32
|
|
603
|
+
* @example 1
|
|
604
|
+
*/
|
|
605
|
+
total?: number;
|
|
606
|
+
values?: components["schemas"]["PostBoundaryGet"][];
|
|
607
|
+
};
|
|
608
|
+
};
|
|
609
|
+
};
|
|
610
|
+
/** @description Created, with a Location header containing the URI of the newly created resource */
|
|
611
|
+
Created: {
|
|
612
|
+
headers: {
|
|
613
|
+
[name: string]: unknown;
|
|
614
|
+
};
|
|
615
|
+
content: {
|
|
616
|
+
"application/vnd.deere.axiom.v3+json": {
|
|
617
|
+
/**
|
|
618
|
+
* Format: int32
|
|
619
|
+
* @example 1
|
|
620
|
+
*/
|
|
621
|
+
total?: number;
|
|
622
|
+
values?: components["schemas"]["PostBoundary"][];
|
|
623
|
+
};
|
|
624
|
+
};
|
|
625
|
+
};
|
|
626
|
+
/** @description Created, with a Location header containing the URI of the newly created resource */
|
|
627
|
+
Create: {
|
|
628
|
+
headers: {
|
|
629
|
+
[name: string]: unknown;
|
|
630
|
+
};
|
|
631
|
+
content: {
|
|
632
|
+
"application/vnd.deere.axiom.v3+json": {
|
|
633
|
+
/**
|
|
634
|
+
* Format: int32
|
|
635
|
+
* @example 1
|
|
636
|
+
*/
|
|
637
|
+
total?: number;
|
|
638
|
+
};
|
|
639
|
+
};
|
|
640
|
+
};
|
|
641
|
+
/** @description Updated, with a Location header containing the URI of the newly created resource */
|
|
642
|
+
Update: {
|
|
643
|
+
headers: {
|
|
644
|
+
[name: string]: unknown;
|
|
645
|
+
};
|
|
646
|
+
content: {
|
|
647
|
+
"application/vnd.deere.axiom.v3+json": {
|
|
648
|
+
/**
|
|
649
|
+
* Format: int32
|
|
650
|
+
* @example 1
|
|
651
|
+
*/
|
|
652
|
+
total?: number;
|
|
653
|
+
};
|
|
654
|
+
};
|
|
655
|
+
};
|
|
656
|
+
/** @description No Content. Request Completed Succesfully. */
|
|
657
|
+
NoContent: {
|
|
658
|
+
headers: {
|
|
659
|
+
[name: string]: unknown;
|
|
660
|
+
};
|
|
661
|
+
content: {
|
|
662
|
+
"No Content": unknown;
|
|
663
|
+
};
|
|
664
|
+
};
|
|
665
|
+
/** @description Request Validation failure. The boundary name must be between 1-20 characters. There must be at least one exterior ring. Each ring must have 4 or more points. The first and last point must be the same for each ring. */
|
|
666
|
+
BadRequest: {
|
|
667
|
+
headers: {
|
|
668
|
+
[name: string]: unknown;
|
|
669
|
+
};
|
|
670
|
+
content: {
|
|
671
|
+
"application/vnd.deere.axiom.v3+json": components["schemas"]["Errors"];
|
|
672
|
+
};
|
|
673
|
+
};
|
|
674
|
+
/** @description The user does not have sufficient privileges to access this organization's boundaries. */
|
|
675
|
+
Forbidden: {
|
|
676
|
+
headers: {
|
|
677
|
+
[name: string]: unknown;
|
|
678
|
+
};
|
|
679
|
+
content?: never;
|
|
680
|
+
};
|
|
681
|
+
/** @description The specified resource does not exist */
|
|
682
|
+
NotFound: {
|
|
683
|
+
headers: {
|
|
684
|
+
[name: string]: unknown;
|
|
685
|
+
};
|
|
686
|
+
content?: never;
|
|
687
|
+
};
|
|
688
|
+
};
|
|
689
|
+
parameters: {
|
|
690
|
+
/** @description Organization */
|
|
691
|
+
OrgId: string;
|
|
692
|
+
/** @description Organization */
|
|
693
|
+
OrgId3: string;
|
|
694
|
+
/** @description Takes <b>METRIC</b> and <b>ENGLISH</b>. Converts measurements to the chosen system. */
|
|
695
|
+
"Accept-UOM-System": string;
|
|
696
|
+
/** @description Organization ID */
|
|
697
|
+
OrgId2: string;
|
|
698
|
+
/** @description Populates response with data lineage information */
|
|
699
|
+
Embed: string;
|
|
700
|
+
/** @description Filter results based on status; defaults to active */
|
|
701
|
+
RecordFilter: string;
|
|
702
|
+
/** @description Field ID */
|
|
703
|
+
Id: string;
|
|
704
|
+
/** @description Field GUID */
|
|
705
|
+
FieldId: string;
|
|
706
|
+
/** @description Field Id */
|
|
707
|
+
FieldId2: string;
|
|
708
|
+
/** @description Boundary Id */
|
|
709
|
+
BoundaryId: string;
|
|
710
|
+
/** @description Takes <b>METRIC</b> and <b>ENGLISH</b>. Converts measurements to the chosen system. */
|
|
711
|
+
AcceptUOMSystem: "ENGLISH" | "METRIC";
|
|
712
|
+
/** @description Allows filtering based on active boundaries */
|
|
713
|
+
Active: boolean;
|
|
714
|
+
};
|
|
715
|
+
requestBodies: {
|
|
716
|
+
/** @description Specifies Boundary details */
|
|
717
|
+
PostRequest: {
|
|
718
|
+
content: {
|
|
719
|
+
"application/vnd.deere.axiom.v3+json": components["schemas"]["Boundary"];
|
|
720
|
+
};
|
|
721
|
+
};
|
|
722
|
+
/** @description The desired Boundary to be updated */
|
|
723
|
+
PutRequest: {
|
|
724
|
+
content: {
|
|
725
|
+
"application/vnd.deere.axiom.v3+json": components["schemas"]["PutBoundary"];
|
|
726
|
+
};
|
|
727
|
+
};
|
|
728
|
+
};
|
|
729
|
+
headers: never;
|
|
730
|
+
pathItems: never;
|
|
731
|
+
}
|
|
732
|
+
export type $defs = Record<string, never>;
|
|
733
|
+
export type operations = Record<string, never>;
|
|
734
|
+
//# sourceMappingURL=boundaries.d.ts.map
|