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,696 @@
|
|
|
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/{id}/mapLayerSummaries": {
|
|
7
|
+
parameters: {
|
|
8
|
+
query?: never;
|
|
9
|
+
header?: never;
|
|
10
|
+
path?: never;
|
|
11
|
+
cookie?: never;
|
|
12
|
+
};
|
|
13
|
+
/**
|
|
14
|
+
* List Map Layer Summaries
|
|
15
|
+
* @description This resource will list all Map Layer Summaries for a specified field.<br/>
|
|
16
|
+
*/
|
|
17
|
+
get: {
|
|
18
|
+
parameters: {
|
|
19
|
+
query?: {
|
|
20
|
+
/** @description Set <mark>includePartialSummaries</mark> to true to include Map Layer Summaries without File Resources. */
|
|
21
|
+
includePartialSummaries?: components["parameters"]["includePartialSummaries"];
|
|
22
|
+
/** @description Takes these values mapLayers. */
|
|
23
|
+
embed?: components["parameters"]["embed"];
|
|
24
|
+
};
|
|
25
|
+
header?: never;
|
|
26
|
+
path: {
|
|
27
|
+
/** @description Organization ID */
|
|
28
|
+
orgId: components["parameters"]["OrganizationId"];
|
|
29
|
+
/** @description Field ID */
|
|
30
|
+
fieldId: components["parameters"]["fieldId"];
|
|
31
|
+
};
|
|
32
|
+
cookie?: never;
|
|
33
|
+
};
|
|
34
|
+
requestBody?: never;
|
|
35
|
+
responses: {
|
|
36
|
+
200: components["schemas"]["MapLayerSummaryCollection"];
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
put?: never;
|
|
40
|
+
/**
|
|
41
|
+
* Create a map layer summary
|
|
42
|
+
* @description Creates a new Map Layer Summary resource.
|
|
43
|
+
*/
|
|
44
|
+
post: {
|
|
45
|
+
parameters: {
|
|
46
|
+
query?: never;
|
|
47
|
+
header?: never;
|
|
48
|
+
path: {
|
|
49
|
+
/** @description Organization ID */
|
|
50
|
+
orgId: components["parameters"]["OrganizationId"];
|
|
51
|
+
/** @description Field ID */
|
|
52
|
+
fieldId: components["parameters"]["fieldId"];
|
|
53
|
+
};
|
|
54
|
+
cookie?: never;
|
|
55
|
+
};
|
|
56
|
+
requestBody?: {
|
|
57
|
+
content: {
|
|
58
|
+
"application/vnd.deere.axiom.v3+json": components["schemas"]["PostRequest"];
|
|
59
|
+
"Create Map Layer Summary": unknown;
|
|
60
|
+
};
|
|
61
|
+
};
|
|
62
|
+
responses: {
|
|
63
|
+
/** @description Created */
|
|
64
|
+
200: {
|
|
65
|
+
headers: {
|
|
66
|
+
[name: string]: unknown;
|
|
67
|
+
};
|
|
68
|
+
content: {
|
|
69
|
+
"application/vnd.deere.axiom.v3+json": unknown;
|
|
70
|
+
};
|
|
71
|
+
};
|
|
72
|
+
400: components["responses"]["400"];
|
|
73
|
+
401: components["responses"]["401"];
|
|
74
|
+
403: components["responses"]["403"];
|
|
75
|
+
404: components["responses"]["404"];
|
|
76
|
+
406: components["responses"]["406"];
|
|
77
|
+
415: components["responses"]["415"];
|
|
78
|
+
429: components["responses"]["429"];
|
|
79
|
+
};
|
|
80
|
+
};
|
|
81
|
+
delete?: never;
|
|
82
|
+
options?: never;
|
|
83
|
+
head?: never;
|
|
84
|
+
patch?: never;
|
|
85
|
+
trace?: never;
|
|
86
|
+
};
|
|
87
|
+
"/mapLayerSummaries/{id}": {
|
|
88
|
+
parameters: {
|
|
89
|
+
query?: never;
|
|
90
|
+
header?: never;
|
|
91
|
+
path?: never;
|
|
92
|
+
cookie?: never;
|
|
93
|
+
};
|
|
94
|
+
/**
|
|
95
|
+
* View a Map Layer Summary
|
|
96
|
+
* @description Returns a specific Map Layer Summary resource.
|
|
97
|
+
*/
|
|
98
|
+
get: {
|
|
99
|
+
parameters: {
|
|
100
|
+
query?: never;
|
|
101
|
+
header?: never;
|
|
102
|
+
path: {
|
|
103
|
+
/** @description Map Layer Summary ID */
|
|
104
|
+
id: components["parameters"]["id"];
|
|
105
|
+
};
|
|
106
|
+
cookie?: never;
|
|
107
|
+
};
|
|
108
|
+
requestBody?: never;
|
|
109
|
+
responses: {
|
|
110
|
+
/** @description View a specific Map Layer Summary */
|
|
111
|
+
200: {
|
|
112
|
+
headers: {
|
|
113
|
+
[name: string]: unknown;
|
|
114
|
+
};
|
|
115
|
+
content: {
|
|
116
|
+
"application/vnd.deere.axiom.v3+json": {
|
|
117
|
+
values?: unknown;
|
|
118
|
+
links?: unknown;
|
|
119
|
+
};
|
|
120
|
+
};
|
|
121
|
+
};
|
|
122
|
+
401: components["responses"]["401"];
|
|
123
|
+
403: components["responses"]["403"];
|
|
124
|
+
404: components["responses"]["404"];
|
|
125
|
+
406: components["responses"]["406"];
|
|
126
|
+
429: components["responses"]["429"];
|
|
127
|
+
};
|
|
128
|
+
};
|
|
129
|
+
put?: never;
|
|
130
|
+
post?: never;
|
|
131
|
+
/**
|
|
132
|
+
* Delete a Map Layer Summary
|
|
133
|
+
* @description Deletes a Map Layer Summary and its underlying Map Layer and File Resource resources.
|
|
134
|
+
*/
|
|
135
|
+
delete: {
|
|
136
|
+
parameters: {
|
|
137
|
+
query?: never;
|
|
138
|
+
header?: never;
|
|
139
|
+
path: {
|
|
140
|
+
/** @description Map Layer Summary ID */
|
|
141
|
+
id: components["parameters"]["id"];
|
|
142
|
+
};
|
|
143
|
+
cookie?: never;
|
|
144
|
+
};
|
|
145
|
+
requestBody?: never;
|
|
146
|
+
responses: {
|
|
147
|
+
/** @description Deleted */
|
|
148
|
+
200: {
|
|
149
|
+
headers: {
|
|
150
|
+
[name: string]: unknown;
|
|
151
|
+
};
|
|
152
|
+
content: {
|
|
153
|
+
"application/vnd.deere.axiom.v3+json": {
|
|
154
|
+
/**
|
|
155
|
+
* Format: int32
|
|
156
|
+
* @example 1
|
|
157
|
+
*/
|
|
158
|
+
total?: number;
|
|
159
|
+
};
|
|
160
|
+
};
|
|
161
|
+
};
|
|
162
|
+
401: components["responses"]["401"];
|
|
163
|
+
403: components["responses"]["403"];
|
|
164
|
+
404: components["responses"]["404"];
|
|
165
|
+
406: components["responses"]["406"];
|
|
166
|
+
429: components["responses"]["429"];
|
|
167
|
+
};
|
|
168
|
+
};
|
|
169
|
+
options?: never;
|
|
170
|
+
head?: never;
|
|
171
|
+
patch?: never;
|
|
172
|
+
trace?: never;
|
|
173
|
+
};
|
|
174
|
+
}
|
|
175
|
+
export type webhooks = Record<string, never>;
|
|
176
|
+
export interface components {
|
|
177
|
+
schemas: {
|
|
178
|
+
CollectionBase: {
|
|
179
|
+
links?: {
|
|
180
|
+
/**
|
|
181
|
+
* @description Links relavent to exploring the collection.
|
|
182
|
+
* @example self
|
|
183
|
+
*/
|
|
184
|
+
rel?: string;
|
|
185
|
+
/**
|
|
186
|
+
* Format: uri
|
|
187
|
+
* @description The URI to the related resource.
|
|
188
|
+
* @example https://api.deere.com/platform/organizations/61265/fields/42849709-5d54-473a-9eba-adab6f4bc8a8/mapLayerSummaries
|
|
189
|
+
*/
|
|
190
|
+
uri?: string;
|
|
191
|
+
}[];
|
|
192
|
+
/** @example 1 */
|
|
193
|
+
total?: number;
|
|
194
|
+
};
|
|
195
|
+
MapLayerSummaryCollection: unknown;
|
|
196
|
+
ContributedMapLayerSummary: {
|
|
197
|
+
/**
|
|
198
|
+
* @description Links to other objects in the Deere ecosystem.
|
|
199
|
+
* @example See "Available Links" below
|
|
200
|
+
*/
|
|
201
|
+
links?: unknown[];
|
|
202
|
+
/**
|
|
203
|
+
* @description Count of Map Layer Summaries in response.
|
|
204
|
+
* @example 3
|
|
205
|
+
*/
|
|
206
|
+
total?: number;
|
|
207
|
+
/** @description The primary resource listing. */
|
|
208
|
+
values?: Record<string, never>;
|
|
209
|
+
"<span id='map-layer-summary-details'>Map Layer Summary Details</span>"?: {
|
|
210
|
+
/**
|
|
211
|
+
* @description Links to other objects in the Deere ecosystem.
|
|
212
|
+
* @example See "Available Links" below
|
|
213
|
+
*/
|
|
214
|
+
links?: unknown[];
|
|
215
|
+
/**
|
|
216
|
+
* Format: uuid
|
|
217
|
+
* @description Map Layer Summary ID
|
|
218
|
+
* @example 83ks9gh3-29fj-9302-837j-92jlsk92jd095kd
|
|
219
|
+
*/
|
|
220
|
+
id?: string;
|
|
221
|
+
/**
|
|
222
|
+
* @description Top level name of the Map Layer Summary
|
|
223
|
+
* @example Summary of Map Layers
|
|
224
|
+
*/
|
|
225
|
+
title?: string;
|
|
226
|
+
/**
|
|
227
|
+
* @description Describes Map Layer Summary giving a better idea of what the data is about, supports limited <a href='#markdown'>Markdown</a>
|
|
228
|
+
* @example My summary of agronomic image data
|
|
229
|
+
*/
|
|
230
|
+
text?: string;
|
|
231
|
+
/**
|
|
232
|
+
* @description The type of data represented by the summary<sup><a href='#map-layer-summaries-map-types'>1</a></sup>.
|
|
233
|
+
* @example PRESCRIPTION
|
|
234
|
+
*/
|
|
235
|
+
mapType?: string;
|
|
236
|
+
/**
|
|
237
|
+
* @description An array of key value pair items about the Map Layer Summary.
|
|
238
|
+
* @example See sample response below
|
|
239
|
+
*/
|
|
240
|
+
metadata?: Record<string, never>;
|
|
241
|
+
/**
|
|
242
|
+
* Format: date-time
|
|
243
|
+
* @description ISO 8601 Date and time in UTC this resource was created.
|
|
244
|
+
* @example 2016-01-02T16:14:23.421Z
|
|
245
|
+
*/
|
|
246
|
+
dateCreated?: string;
|
|
247
|
+
/**
|
|
248
|
+
* Format: date-time
|
|
249
|
+
* @description ISO 8601 Date and time in UTC this resource was last modified.
|
|
250
|
+
* @example 2016-01-02T16:14:23.421Z
|
|
251
|
+
*/
|
|
252
|
+
lastModifiedDate?: string;
|
|
253
|
+
};
|
|
254
|
+
};
|
|
255
|
+
PostContributedMapLayerSummary: {
|
|
256
|
+
/**
|
|
257
|
+
* @description Links to other objects in the Deere ecosystem.
|
|
258
|
+
* @example See "Available Links" below
|
|
259
|
+
*/
|
|
260
|
+
links?: unknown[];
|
|
261
|
+
/**
|
|
262
|
+
* Format: uuid
|
|
263
|
+
* @description Map Layer Summary ID
|
|
264
|
+
* @example 83ks9gh3-29fj-9302-837j-92jlsk92jd095kd
|
|
265
|
+
*/
|
|
266
|
+
id?: string;
|
|
267
|
+
/**
|
|
268
|
+
* @description Top level name of the Map Layer Summary
|
|
269
|
+
* @example Summary of Map Layers
|
|
270
|
+
*/
|
|
271
|
+
title?: string;
|
|
272
|
+
/**
|
|
273
|
+
* @description Describes Map Layer Summary giving a better idea of what the data is about, supports limited <a href="/dev-docs/map-layers#markdown">Markdown</a>
|
|
274
|
+
* @example My summary of agronomic image data
|
|
275
|
+
*/
|
|
276
|
+
text?: string;
|
|
277
|
+
/**
|
|
278
|
+
* @description The type of data represented by the summary.<sup><a href="#map-layer-summaries-map-types">1</a></sup>
|
|
279
|
+
* @example PRESCRIPTION
|
|
280
|
+
*/
|
|
281
|
+
mapType?: string;
|
|
282
|
+
/**
|
|
283
|
+
* @description An array of key value pair items about the Map Layer Summary.
|
|
284
|
+
* @example See sample response below
|
|
285
|
+
*/
|
|
286
|
+
metadata?: Record<string, never>;
|
|
287
|
+
/**
|
|
288
|
+
* Format: date-time
|
|
289
|
+
* @description ISO 8601 Date and time in UTC this resource was created.
|
|
290
|
+
* @example 2016-01-02T16:14:23.421Z
|
|
291
|
+
*/
|
|
292
|
+
dateCreated?: string;
|
|
293
|
+
/**
|
|
294
|
+
* Format: date-time
|
|
295
|
+
* @description ISO 8601 Date and time in UTC this resource was last modified.
|
|
296
|
+
* @example 2016-01-02T16:14:23.421Z
|
|
297
|
+
*/
|
|
298
|
+
lastModifiedDate?: string;
|
|
299
|
+
};
|
|
300
|
+
AvailableLinks: {
|
|
301
|
+
/**
|
|
302
|
+
* @description This Map Layer List Link.
|
|
303
|
+
* @example https://sandboxapi.deere.com/platform/organizations/ORG_ID/fields/FIELD_ID/mapLayerSummaries
|
|
304
|
+
*/
|
|
305
|
+
"self (map layer summaries list)"?: unknown;
|
|
306
|
+
/**
|
|
307
|
+
* @description This Map Layer Summary Link.
|
|
308
|
+
* @example https://sandboxapi.deere.com/platform/mapLayerSummaries/MAP_LAYER_SUMMARY_ID
|
|
309
|
+
*/
|
|
310
|
+
"self (map layer summary)"?: unknown;
|
|
311
|
+
/**
|
|
312
|
+
* @description Organizations Link.
|
|
313
|
+
* @example https://sandboxapi.deere.com/platform/organizations/ORG_ID
|
|
314
|
+
*/
|
|
315
|
+
owningOrganization?: unknown;
|
|
316
|
+
/**
|
|
317
|
+
* @description Fields Link.
|
|
318
|
+
* @example https://sandboxapi.deere.com/platform/organizations/ORG_ID/fields/FIELD_ID
|
|
319
|
+
*/
|
|
320
|
+
targetResource?: unknown;
|
|
321
|
+
/**
|
|
322
|
+
* @description Map Layers Link.
|
|
323
|
+
* @example https://sandboxapi.deere.com/platform/mapLayerSummaries/MAP_LAYER_SUMMARY_ID/mapLayers
|
|
324
|
+
*/
|
|
325
|
+
mapLayers?: unknown;
|
|
326
|
+
/**
|
|
327
|
+
* @description Create Map Layers Link.
|
|
328
|
+
* @example https://sandboxapi.deere.com/platform/mapLayerSummaries/MAP_LAYER_SUMMARY_ID/mapLayers
|
|
329
|
+
*/
|
|
330
|
+
createMapLayer?: unknown;
|
|
331
|
+
};
|
|
332
|
+
PostRequest: {
|
|
333
|
+
/**
|
|
334
|
+
* @description Links to other objects in the Deere ecosystem.
|
|
335
|
+
* @example See "Request Links" below <br/>Readonly: No
|
|
336
|
+
*/
|
|
337
|
+
links?: unknown[];
|
|
338
|
+
/**
|
|
339
|
+
* @description Top level name of the Map Layer Summary
|
|
340
|
+
* @example Summary of Map Layers <br/>Readonly: No
|
|
341
|
+
*/
|
|
342
|
+
title?: string;
|
|
343
|
+
/**
|
|
344
|
+
* @description Describes Map Layer Summary giving a better idea of what the data is about, supports limited <a href="/dev-docs/map-layers#markdown">Markdown</a>
|
|
345
|
+
* @example My summary of agronomic image data <br/>Readonly: No
|
|
346
|
+
*/
|
|
347
|
+
text?: string;
|
|
348
|
+
/**
|
|
349
|
+
* @description The type of data represented by the summary<sup><a href="#map-layer-summaries-map-types">1</a></sup>
|
|
350
|
+
* @example PRESCRIPTION <br/>Readonly: No
|
|
351
|
+
*/
|
|
352
|
+
mapType?: string;
|
|
353
|
+
/**
|
|
354
|
+
* @description An array of key value pair items about the Map Layer Summary.
|
|
355
|
+
* @example See sample request below <br/>Readonly: No
|
|
356
|
+
*/
|
|
357
|
+
metadata?: Record<string, never>;
|
|
358
|
+
/**
|
|
359
|
+
* Format: date-time
|
|
360
|
+
* @description ISO 8601 Date and time in UTC this resource was created.
|
|
361
|
+
* @example 2016-01-02T16:14:23.421Z <br/>Readonly: No
|
|
362
|
+
*/
|
|
363
|
+
dateCreated?: string;
|
|
364
|
+
};
|
|
365
|
+
PostResponse: {
|
|
366
|
+
/**
|
|
367
|
+
* @description Links to other objects in the Deere ecosystem.
|
|
368
|
+
* @example See "Request Links" below <br/>Readonly: No
|
|
369
|
+
*/
|
|
370
|
+
links?: unknown[];
|
|
371
|
+
/**
|
|
372
|
+
* @description Top level name of the Map Layer Summary
|
|
373
|
+
* @example Summary of Map Layers <br/>Readonly: No
|
|
374
|
+
*/
|
|
375
|
+
title?: string;
|
|
376
|
+
/**
|
|
377
|
+
* @description Describes Map Layer Summary giving a better idea of what the data is about, supports limited <a href="/dev-docs/map-layers#markdown">Markdown</a>
|
|
378
|
+
* @example My summary of agronomic image data <br/>Readonly: No
|
|
379
|
+
*/
|
|
380
|
+
text?: string;
|
|
381
|
+
/**
|
|
382
|
+
* @description The type of data represented by the summary<sup><a href="#map-layer-summaries-map-types">1</a></sup>
|
|
383
|
+
* @example PRESCRIPTION <br/>Readonly: No
|
|
384
|
+
*/
|
|
385
|
+
mapType?: string;
|
|
386
|
+
/**
|
|
387
|
+
* @description An array of key value pair items about the Map Layer Summary.
|
|
388
|
+
* @example See sample request below <br/>Readonly: No
|
|
389
|
+
*/
|
|
390
|
+
metadata?: Record<string, never>;
|
|
391
|
+
/**
|
|
392
|
+
* Format: date-time
|
|
393
|
+
* @description ISO 8601 Date and time in UTC this resource was created.
|
|
394
|
+
* @example 2016-01-02T16:14:23.421Z <br/>Readonly: No
|
|
395
|
+
*/
|
|
396
|
+
dateCreated?: string;
|
|
397
|
+
};
|
|
398
|
+
PostAvailableLinks: {
|
|
399
|
+
/**
|
|
400
|
+
* @description Organizations Link
|
|
401
|
+
* @example https://sandboxapi.deere.com/platform/organizations/ORG_ID
|
|
402
|
+
*/
|
|
403
|
+
owningOrganization?: unknown;
|
|
404
|
+
/**
|
|
405
|
+
* @description Contribution Definitions Link.
|
|
406
|
+
* @example https://sandboxapi.deere.com/platform/contributionDefinitions/DEFINITION_ID
|
|
407
|
+
*/
|
|
408
|
+
contributionDefinition?: unknown;
|
|
409
|
+
};
|
|
410
|
+
GetMapLayerSummaryAvailableLinks: {
|
|
411
|
+
/**
|
|
412
|
+
* @description This Map Layer Summary Link.
|
|
413
|
+
* @example https://sandboxapi.deere.com/platform/mapLayerSummaries/MAP_LAYER_SUMMARY_ID
|
|
414
|
+
*/
|
|
415
|
+
self?: unknown;
|
|
416
|
+
/**
|
|
417
|
+
* @description Organizations Link.
|
|
418
|
+
* @example https://sandboxapi.deere.com/platform/organizations/ORG_ID
|
|
419
|
+
*/
|
|
420
|
+
owningOrganization?: unknown;
|
|
421
|
+
/**
|
|
422
|
+
* @description Fields Link.
|
|
423
|
+
* @example https://sandboxapi.deere.com/platform/organizations/ORG_ID/fields/FIELD_ID
|
|
424
|
+
*/
|
|
425
|
+
targetResource?: unknown;
|
|
426
|
+
/**
|
|
427
|
+
* @description Map Layers Link.
|
|
428
|
+
* @example https://sandboxapi.deere.com/platform/mapLayerSummaries/MAP_LAYER_SUMMARY_ID/mapLayers
|
|
429
|
+
*/
|
|
430
|
+
mapLayers?: unknown;
|
|
431
|
+
/**
|
|
432
|
+
* @description Create Map Layers Link.
|
|
433
|
+
* @example https://sandboxapi.deere.com/platform/mapLayerSummaries/MAP_LAYER_SUMMARY_ID/mapLayers
|
|
434
|
+
*/
|
|
435
|
+
createMapLayer?: unknown;
|
|
436
|
+
};
|
|
437
|
+
Metadata: {
|
|
438
|
+
/** @example Metadata */
|
|
439
|
+
"@type"?: string;
|
|
440
|
+
/** @example Location */
|
|
441
|
+
name: string;
|
|
442
|
+
/** @example Moline, IL */
|
|
443
|
+
value: string;
|
|
444
|
+
};
|
|
445
|
+
MapLayerCollection: components["schemas"]["CollectionBase"] & {
|
|
446
|
+
values?: components["schemas"]["ContributedMapLayer"][];
|
|
447
|
+
};
|
|
448
|
+
ContributedMapLayer: {
|
|
449
|
+
/** @example ContributedMapLayer */
|
|
450
|
+
"@type"?: string;
|
|
451
|
+
/**
|
|
452
|
+
* @description The title on the map layer.
|
|
453
|
+
* @example Drone Flyover
|
|
454
|
+
*/
|
|
455
|
+
title: string;
|
|
456
|
+
extent?: components["schemas"]["MapExtent"];
|
|
457
|
+
/**
|
|
458
|
+
* @description A value to sort the Map Layer by in Field Analyzer Beta. Defaults to `title` if not provided.
|
|
459
|
+
* @example 1
|
|
460
|
+
*/
|
|
461
|
+
sortName?: string;
|
|
462
|
+
legends: components["schemas"]["MapLegend"];
|
|
463
|
+
/**
|
|
464
|
+
* @description Map layer status.
|
|
465
|
+
* @enum {string}
|
|
466
|
+
*/
|
|
467
|
+
readonly status?: "VALID" | "INVALID" | "QUEUED" | "NO_FILE_RESOURCE";
|
|
468
|
+
/**
|
|
469
|
+
* @description Description of the map layer.
|
|
470
|
+
* @example An aerial view of the building.
|
|
471
|
+
*/
|
|
472
|
+
text?: string;
|
|
473
|
+
metadata?: components["schemas"]["Metadata"][];
|
|
474
|
+
/**
|
|
475
|
+
* @description The primary identifier for the operation.
|
|
476
|
+
* @example 8a0011f1-297e-48c2-a030-91a21287e721
|
|
477
|
+
*/
|
|
478
|
+
readonly id?: string;
|
|
479
|
+
links?: components["schemas"]["Link"][];
|
|
480
|
+
};
|
|
481
|
+
/** @description Extents of the field. If not provided, the FileResource must be of type `image/tiff` or `application/zip` and contain the extents. */
|
|
482
|
+
MapExtent: {
|
|
483
|
+
/** @example MapExtent */
|
|
484
|
+
"@type"?: string;
|
|
485
|
+
/**
|
|
486
|
+
* Format: double
|
|
487
|
+
* @example 41.47187948123269
|
|
488
|
+
*/
|
|
489
|
+
minimumLatitude: number;
|
|
490
|
+
/**
|
|
491
|
+
* Format: double
|
|
492
|
+
* @example 41.48192734153501
|
|
493
|
+
*/
|
|
494
|
+
maximumLatitude: number;
|
|
495
|
+
/**
|
|
496
|
+
* Format: double
|
|
497
|
+
* @example -90.43179946950056
|
|
498
|
+
*/
|
|
499
|
+
minimumLongitude: number;
|
|
500
|
+
/**
|
|
501
|
+
* Format: double
|
|
502
|
+
* @example -90.4157062154112
|
|
503
|
+
*/
|
|
504
|
+
maximumLongitude: number;
|
|
505
|
+
};
|
|
506
|
+
MapLegend: {
|
|
507
|
+
/** @example MapLegend */
|
|
508
|
+
"@type"?: string;
|
|
509
|
+
/**
|
|
510
|
+
* @description The unit of Legand
|
|
511
|
+
* @example seeds1ha-1
|
|
512
|
+
*/
|
|
513
|
+
unitId?: string;
|
|
514
|
+
ranges?: components["schemas"]["MapLegendItem"][];
|
|
515
|
+
};
|
|
516
|
+
MapLegendItem: {
|
|
517
|
+
/** @example MapLegendItem */
|
|
518
|
+
"@type"?: string;
|
|
519
|
+
/**
|
|
520
|
+
* @description A label for the color
|
|
521
|
+
* @example Most profitable
|
|
522
|
+
*/
|
|
523
|
+
label?: string;
|
|
524
|
+
/**
|
|
525
|
+
* Format: double
|
|
526
|
+
* @example 10.09
|
|
527
|
+
*/
|
|
528
|
+
minimum?: number;
|
|
529
|
+
/**
|
|
530
|
+
* Format: double
|
|
531
|
+
* @example 30.18
|
|
532
|
+
*/
|
|
533
|
+
maximum?: number;
|
|
534
|
+
/**
|
|
535
|
+
* @description The hex color code corresponding to a color in the map layer image
|
|
536
|
+
* @example #0BA74A
|
|
537
|
+
*/
|
|
538
|
+
hexColor?: string;
|
|
539
|
+
/**
|
|
540
|
+
* Format: double
|
|
541
|
+
* @example 3.5
|
|
542
|
+
*/
|
|
543
|
+
percent?: number;
|
|
544
|
+
};
|
|
545
|
+
FileResource: {
|
|
546
|
+
/** @example FileResource */
|
|
547
|
+
"@type"?: string;
|
|
548
|
+
/**
|
|
549
|
+
* @description The mimeType of the FileResource.
|
|
550
|
+
* @enum {string}
|
|
551
|
+
*/
|
|
552
|
+
mimeType?: "image/png" | "image/tif" | "image/tiff" | "application/zip";
|
|
553
|
+
/** @description The name of the file */
|
|
554
|
+
metadata: {
|
|
555
|
+
/** @example filename */
|
|
556
|
+
name?: string;
|
|
557
|
+
/** @example a_green_tractor.png */
|
|
558
|
+
value?: string;
|
|
559
|
+
}[];
|
|
560
|
+
/**
|
|
561
|
+
* @description The primary identifier for the FileResource.
|
|
562
|
+
* @example 888d97c6-cd87-48de-88d5-3c2721250a5e
|
|
563
|
+
*/
|
|
564
|
+
readonly id?: string;
|
|
565
|
+
/** @description Links for self, targetResource, and owningOrganization */
|
|
566
|
+
links: components["schemas"]["Link"][];
|
|
567
|
+
};
|
|
568
|
+
"400Errors": {
|
|
569
|
+
/** @example Errors */
|
|
570
|
+
"@type"?: string;
|
|
571
|
+
errors?: {
|
|
572
|
+
/** @example Error */
|
|
573
|
+
"@type"?: string;
|
|
574
|
+
/**
|
|
575
|
+
* Format: uuid
|
|
576
|
+
* @example ed292512-1f3c-4285-83c3-1fb084423f9b
|
|
577
|
+
*/
|
|
578
|
+
guid?: string;
|
|
579
|
+
/** @example This field is required. */
|
|
580
|
+
message?: string;
|
|
581
|
+
/** @example validation_constraint_required_field */
|
|
582
|
+
code?: string;
|
|
583
|
+
/** @example title */
|
|
584
|
+
field?: string;
|
|
585
|
+
}[];
|
|
586
|
+
otherAttributes?: Record<string, never>;
|
|
587
|
+
};
|
|
588
|
+
GenericErrors: {
|
|
589
|
+
/** @example Errors */
|
|
590
|
+
"@type"?: string;
|
|
591
|
+
errors?: {
|
|
592
|
+
/** @example Error */
|
|
593
|
+
"@type"?: string;
|
|
594
|
+
/**
|
|
595
|
+
* Format: uuid
|
|
596
|
+
* @example ed292512-1f3c-4285-83c3-1fb084423f9b
|
|
597
|
+
*/
|
|
598
|
+
guid?: string;
|
|
599
|
+
/** @example The requested resource was not found */
|
|
600
|
+
message?: string;
|
|
601
|
+
}[];
|
|
602
|
+
otherAttributes?: Record<string, never>;
|
|
603
|
+
};
|
|
604
|
+
/** @description Link schema for Link (auto-generated) */
|
|
605
|
+
Link: {
|
|
606
|
+
"@type"?: string;
|
|
607
|
+
rel?: string;
|
|
608
|
+
/** Format: uri */
|
|
609
|
+
uri?: string;
|
|
610
|
+
};
|
|
611
|
+
};
|
|
612
|
+
responses: {
|
|
613
|
+
/** @description The request body was missing a required field or supplied a read-only value. */
|
|
614
|
+
400: {
|
|
615
|
+
headers: {
|
|
616
|
+
[name: string]: unknown;
|
|
617
|
+
};
|
|
618
|
+
content: {
|
|
619
|
+
"application/vnd.deere.axiom.v3+json": components["schemas"]["400Errors"];
|
|
620
|
+
};
|
|
621
|
+
};
|
|
622
|
+
/** @description The user's OAuth credentials are not recognized by the server. */
|
|
623
|
+
401: {
|
|
624
|
+
headers: {
|
|
625
|
+
[name: string]: unknown;
|
|
626
|
+
};
|
|
627
|
+
content?: never;
|
|
628
|
+
};
|
|
629
|
+
/** @description The user does not have access to the requested resource. */
|
|
630
|
+
403: {
|
|
631
|
+
headers: {
|
|
632
|
+
[name: string]: unknown;
|
|
633
|
+
};
|
|
634
|
+
content: {
|
|
635
|
+
"application/vnd.deere.axiom.v3+json": components["schemas"]["GenericErrors"];
|
|
636
|
+
};
|
|
637
|
+
};
|
|
638
|
+
/** @description The specified resource was not found on the server. */
|
|
639
|
+
404: {
|
|
640
|
+
headers: {
|
|
641
|
+
[name: string]: unknown;
|
|
642
|
+
};
|
|
643
|
+
content: {
|
|
644
|
+
"application/vnd.deere.axiom.v3+json": components["schemas"]["GenericErrors"];
|
|
645
|
+
};
|
|
646
|
+
};
|
|
647
|
+
/** @description The requested resource is only capable of generating content not acceptable according to the Accept headers sent in the request. */
|
|
648
|
+
406: {
|
|
649
|
+
headers: {
|
|
650
|
+
[name: string]: unknown;
|
|
651
|
+
};
|
|
652
|
+
content?: never;
|
|
653
|
+
};
|
|
654
|
+
/** @description Indicates that the request could not be processed because of conflict in the request, such as an edit conflict. */
|
|
655
|
+
409: {
|
|
656
|
+
headers: {
|
|
657
|
+
[name: string]: unknown;
|
|
658
|
+
};
|
|
659
|
+
content?: never;
|
|
660
|
+
};
|
|
661
|
+
/** @description The server refuses to accept the request because the payload format is in an unsupported format. */
|
|
662
|
+
415: {
|
|
663
|
+
headers: {
|
|
664
|
+
[name: string]: unknown;
|
|
665
|
+
};
|
|
666
|
+
content?: never;
|
|
667
|
+
};
|
|
668
|
+
/** @description The user has sent too many requests in a given amount of time. */
|
|
669
|
+
429: {
|
|
670
|
+
headers: {
|
|
671
|
+
[name: string]: unknown;
|
|
672
|
+
};
|
|
673
|
+
content?: never;
|
|
674
|
+
};
|
|
675
|
+
};
|
|
676
|
+
parameters: {
|
|
677
|
+
/** @description Organization ID */
|
|
678
|
+
OrganizationId: string;
|
|
679
|
+
/** @description Field ID */
|
|
680
|
+
fileId: string;
|
|
681
|
+
/** @description Set <mark>includePartialSummaries</mark> to true to include Map Layer Summaries without File Resources. */
|
|
682
|
+
includePartialSummaries: boolean;
|
|
683
|
+
/** @description Takes these values mapLayers. */
|
|
684
|
+
embed: string;
|
|
685
|
+
/** @description Field ID */
|
|
686
|
+
fieldId: string;
|
|
687
|
+
/** @description Map Layer Summary ID */
|
|
688
|
+
id: string;
|
|
689
|
+
};
|
|
690
|
+
requestBodies: never;
|
|
691
|
+
headers: never;
|
|
692
|
+
pathItems: never;
|
|
693
|
+
}
|
|
694
|
+
export type $defs = Record<string, never>;
|
|
695
|
+
export type operations = Record<string, never>;
|
|
696
|
+
//# sourceMappingURL=map-layers.d.ts.map
|