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,541 @@
|
|
|
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
|
+
"/cropTypes": {
|
|
7
|
+
parameters: {
|
|
8
|
+
query?: never;
|
|
9
|
+
header?: never;
|
|
10
|
+
path?: never;
|
|
11
|
+
cookie?: never;
|
|
12
|
+
};
|
|
13
|
+
/**
|
|
14
|
+
* Retrieve all crop types
|
|
15
|
+
* @description This endpoint will return list of available crop types in the system.
|
|
16
|
+
*/
|
|
17
|
+
get: {
|
|
18
|
+
parameters: {
|
|
19
|
+
query?: {
|
|
20
|
+
/** @description Filter results based on status */
|
|
21
|
+
recordFilter?: components["parameters"]["RecordFilter"];
|
|
22
|
+
};
|
|
23
|
+
header?: {
|
|
24
|
+
/** @description x-deere-signature should be managed by the client per user per API. For a new user/new API, the first request will have a blank value for x-deere-signature. Changes can be tracked with the x-deere-signature returned in the response. If the response has not changed since the last API call, the value of x-deere-signature is not changed and the client should use the same String Token next time. */
|
|
25
|
+
"x-deere-signature"?: components["parameters"]["X-deere-signature"];
|
|
26
|
+
};
|
|
27
|
+
path?: never;
|
|
28
|
+
cookie?: never;
|
|
29
|
+
};
|
|
30
|
+
requestBody?: never;
|
|
31
|
+
responses: {
|
|
32
|
+
200: components["responses"]["CropTypeCollectionResponse"];
|
|
33
|
+
405: components["responses"]["CropTypeMethodNotAllowed"];
|
|
34
|
+
};
|
|
35
|
+
};
|
|
36
|
+
put?: never;
|
|
37
|
+
post?: never;
|
|
38
|
+
delete?: never;
|
|
39
|
+
options?: never;
|
|
40
|
+
head?: never;
|
|
41
|
+
patch?: never;
|
|
42
|
+
trace?: never;
|
|
43
|
+
};
|
|
44
|
+
"/cropTypes/{name}": {
|
|
45
|
+
parameters: {
|
|
46
|
+
query?: never;
|
|
47
|
+
header?: never;
|
|
48
|
+
path?: never;
|
|
49
|
+
cookie?: never;
|
|
50
|
+
};
|
|
51
|
+
/**
|
|
52
|
+
* View a specific cropType
|
|
53
|
+
* @description This endpoint will return details of specific cropType.
|
|
54
|
+
*/
|
|
55
|
+
get: {
|
|
56
|
+
parameters: {
|
|
57
|
+
query?: never;
|
|
58
|
+
header?: {
|
|
59
|
+
/** @description x-deere-signature should be managed by the client per user per API. For a new user/new API, the first request will have a blank value for x-deere-signature. Changes can be tracked with the x-deere-signature returned in the response. If the response has not changed since the last API call, the value of x-deere-signature is not changed and the client should use the same GUID next time. */
|
|
60
|
+
"x-deere-signature"?: components["parameters"]["X-deere-signature2"];
|
|
61
|
+
};
|
|
62
|
+
path: {
|
|
63
|
+
/** @description This is the crop type name */
|
|
64
|
+
name: components["parameters"]["Name"];
|
|
65
|
+
};
|
|
66
|
+
cookie?: never;
|
|
67
|
+
};
|
|
68
|
+
requestBody?: never;
|
|
69
|
+
responses: {
|
|
70
|
+
200: components["responses"]["CropTypeNameResponse"];
|
|
71
|
+
404: components["responses"]["CropTypeNotFound"];
|
|
72
|
+
405: components["responses"]["CropTypeMethodNotAllowed"];
|
|
73
|
+
};
|
|
74
|
+
};
|
|
75
|
+
put?: never;
|
|
76
|
+
post?: never;
|
|
77
|
+
delete?: never;
|
|
78
|
+
options?: never;
|
|
79
|
+
head?: never;
|
|
80
|
+
patch?: never;
|
|
81
|
+
trace?: never;
|
|
82
|
+
};
|
|
83
|
+
"/cropTypes/{id}": {
|
|
84
|
+
parameters: {
|
|
85
|
+
query?: never;
|
|
86
|
+
header?: never;
|
|
87
|
+
path?: never;
|
|
88
|
+
cookie?: never;
|
|
89
|
+
};
|
|
90
|
+
/**
|
|
91
|
+
* View a specific cropType
|
|
92
|
+
* @description This endpoint will return details of specific cropType.
|
|
93
|
+
*/
|
|
94
|
+
get: {
|
|
95
|
+
parameters: {
|
|
96
|
+
query?: never;
|
|
97
|
+
header?: {
|
|
98
|
+
/** @description x-deere-signature should be managed by the client per user per API. For a new user/new API, the first request will have a blank value for x-deere-signature. Changes can be tracked with the x-deere-signature returned in the response. If the response has not changed since the last API call, the value of x-deere-signature is not changed and the client should use the same GUID next time. */
|
|
99
|
+
"x-deere-signature"?: components["parameters"]["X-deere-signature2"];
|
|
100
|
+
};
|
|
101
|
+
path: {
|
|
102
|
+
/** @description This is the crop type Id */
|
|
103
|
+
id: components["parameters"]["Id"];
|
|
104
|
+
};
|
|
105
|
+
cookie?: never;
|
|
106
|
+
};
|
|
107
|
+
requestBody?: never;
|
|
108
|
+
responses: {
|
|
109
|
+
200: components["responses"]["CropTypeIdResponse"];
|
|
110
|
+
404: components["responses"]["CropTypeNotFound"];
|
|
111
|
+
405: components["responses"]["CropTypeMethodNotAllowed"];
|
|
112
|
+
};
|
|
113
|
+
};
|
|
114
|
+
put?: never;
|
|
115
|
+
post?: never;
|
|
116
|
+
delete?: never;
|
|
117
|
+
options?: never;
|
|
118
|
+
head?: never;
|
|
119
|
+
patch?: never;
|
|
120
|
+
trace?: never;
|
|
121
|
+
};
|
|
122
|
+
"/organizations/{organizationId}/cropTypes": {
|
|
123
|
+
parameters: {
|
|
124
|
+
query?: never;
|
|
125
|
+
header?: never;
|
|
126
|
+
path?: never;
|
|
127
|
+
cookie?: never;
|
|
128
|
+
};
|
|
129
|
+
/**
|
|
130
|
+
* Retrieve all crop types for a specific organization
|
|
131
|
+
* @description This endpoint will return a list of all crop types for a specific organization.
|
|
132
|
+
*/
|
|
133
|
+
get: {
|
|
134
|
+
parameters: {
|
|
135
|
+
query?: {
|
|
136
|
+
/** @description Filter results based on status */
|
|
137
|
+
recordFilter?: components["parameters"]["RecordFilter"];
|
|
138
|
+
};
|
|
139
|
+
header?: {
|
|
140
|
+
/** @description x-deere-signature should be managed by the client per user per API. For a new user/new API, the first request will have a blank value for x-deere-signature. Changes can be tracked with the x-deere-signature returned in the response. If the response has not changed since the last API call, the value of x-deere-signature is not changed and the client should use the same String Token next time. */
|
|
141
|
+
"x-deere-signature"?: components["parameters"]["X-deere-signature"];
|
|
142
|
+
};
|
|
143
|
+
path: {
|
|
144
|
+
/** @description This is the organization Id */
|
|
145
|
+
organizationId: components["parameters"]["organizationId"];
|
|
146
|
+
};
|
|
147
|
+
cookie?: never;
|
|
148
|
+
};
|
|
149
|
+
requestBody?: never;
|
|
150
|
+
responses: {
|
|
151
|
+
200: components["responses"]["CropTypeorganizationResponse"];
|
|
152
|
+
404: components["responses"]["CropTypeNotFound"];
|
|
153
|
+
405: components["responses"]["CropTypeMethodNotAllowed"];
|
|
154
|
+
};
|
|
155
|
+
};
|
|
156
|
+
put?: never;
|
|
157
|
+
post?: never;
|
|
158
|
+
delete?: never;
|
|
159
|
+
options?: never;
|
|
160
|
+
head?: never;
|
|
161
|
+
patch?: never;
|
|
162
|
+
trace?: never;
|
|
163
|
+
};
|
|
164
|
+
}
|
|
165
|
+
export type webhooks = Record<string, never>;
|
|
166
|
+
export interface components {
|
|
167
|
+
schemas: {
|
|
168
|
+
CropType: {
|
|
169
|
+
/**
|
|
170
|
+
* @description A new x-deere-signature response header will be included if the response has changed since last api call.
|
|
171
|
+
* @example 9b5392615e4b4e1c92013026f47109bb
|
|
172
|
+
*/
|
|
173
|
+
"x-deere-signature"?: string;
|
|
174
|
+
/**
|
|
175
|
+
* @description The primary identifier for the operation.
|
|
176
|
+
* @example 1
|
|
177
|
+
*/
|
|
178
|
+
id?: string;
|
|
179
|
+
/**
|
|
180
|
+
* @description This is the crop type name.
|
|
181
|
+
* @example CORN_WET
|
|
182
|
+
*/
|
|
183
|
+
name?: string;
|
|
184
|
+
/**
|
|
185
|
+
* @description This is the crop type name translated using the Accept-Language header.
|
|
186
|
+
* @example Corn
|
|
187
|
+
*/
|
|
188
|
+
translatedName?: string;
|
|
189
|
+
/**
|
|
190
|
+
* @description This is the color associated with the crop type.
|
|
191
|
+
* @example #FFE119
|
|
192
|
+
*/
|
|
193
|
+
color?: string;
|
|
194
|
+
/**
|
|
195
|
+
* @description This is the zoned last modified time of the crop type.
|
|
196
|
+
* @example 2021-10-14T11:55:00Z
|
|
197
|
+
*/
|
|
198
|
+
lastModifiedTime?: string;
|
|
199
|
+
Density?: {
|
|
200
|
+
/**
|
|
201
|
+
* @description This is cropType densityFactor value.
|
|
202
|
+
* @example 0.0
|
|
203
|
+
*/
|
|
204
|
+
value?: number;
|
|
205
|
+
/**
|
|
206
|
+
* @description This indicates the unit.
|
|
207
|
+
* @example lb1bu-1
|
|
208
|
+
*/
|
|
209
|
+
unit?: string;
|
|
210
|
+
};
|
|
211
|
+
Moisture?: {
|
|
212
|
+
/**
|
|
213
|
+
* @description This is the standard payable moisture value for the crop type.
|
|
214
|
+
* @example 1.0
|
|
215
|
+
*/
|
|
216
|
+
value?: number;
|
|
217
|
+
/**
|
|
218
|
+
* @description This indicates the unit.
|
|
219
|
+
* @example %
|
|
220
|
+
*/
|
|
221
|
+
unit?: string;
|
|
222
|
+
};
|
|
223
|
+
"Supported Equipment Types (REPLACES HARVEST MACHINE TYPE)"?: {
|
|
224
|
+
/**
|
|
225
|
+
* @description This is the entity resource identifier for the corresponding equipment type
|
|
226
|
+
* @example e87e0d9a-91ab-42ea-9000-f96950a64411
|
|
227
|
+
*/
|
|
228
|
+
erid?: string;
|
|
229
|
+
/**
|
|
230
|
+
* @description This is the equipment type enumeration value
|
|
231
|
+
* @example ET_COMBINE
|
|
232
|
+
*/
|
|
233
|
+
equipmentTypeProtoEnum?: string;
|
|
234
|
+
};
|
|
235
|
+
};
|
|
236
|
+
CropType2: {
|
|
237
|
+
/**
|
|
238
|
+
* @description A new x-deere-signature response header will be included if the response has changed since last api call.
|
|
239
|
+
* @example 9b5392615e4b4e1c92013026f47109bb
|
|
240
|
+
*/
|
|
241
|
+
"x-deere-signature"?: string;
|
|
242
|
+
/**
|
|
243
|
+
* @description The primary identifier for the operation.
|
|
244
|
+
* @example 1
|
|
245
|
+
*/
|
|
246
|
+
id?: string;
|
|
247
|
+
/**
|
|
248
|
+
* @description This is the crop type name.
|
|
249
|
+
* @example ENERGY_CANE
|
|
250
|
+
*/
|
|
251
|
+
name?: string;
|
|
252
|
+
/**
|
|
253
|
+
* @description This is the crop type name translated using the Accept-Language header.
|
|
254
|
+
* @example Corn
|
|
255
|
+
*/
|
|
256
|
+
translatedName?: string;
|
|
257
|
+
/**
|
|
258
|
+
* @description This is the color associated with the crop type.
|
|
259
|
+
* @example #FFE119
|
|
260
|
+
*/
|
|
261
|
+
color?: string;
|
|
262
|
+
/**
|
|
263
|
+
* @description This is the zoned last modified time of the crop type.
|
|
264
|
+
* @example 2021-10-14T11:55:00Z
|
|
265
|
+
*/
|
|
266
|
+
lastModifiedTime?: string;
|
|
267
|
+
Density?: {
|
|
268
|
+
/**
|
|
269
|
+
* @description This is cropType densityFactor value.
|
|
270
|
+
* @example 0.0
|
|
271
|
+
*/
|
|
272
|
+
value?: number;
|
|
273
|
+
/**
|
|
274
|
+
* @description This indicates the unit.
|
|
275
|
+
* @example lb1bu-1
|
|
276
|
+
*/
|
|
277
|
+
unit?: string;
|
|
278
|
+
};
|
|
279
|
+
Moisture?: {
|
|
280
|
+
/**
|
|
281
|
+
* @description This is cropType standardPayableMoisture value.
|
|
282
|
+
* @example 1.0
|
|
283
|
+
*/
|
|
284
|
+
moistureValue?: number;
|
|
285
|
+
/**
|
|
286
|
+
* @description This indicates the unit.
|
|
287
|
+
* @example %
|
|
288
|
+
*/
|
|
289
|
+
moistureUnit?: string;
|
|
290
|
+
};
|
|
291
|
+
"Supported Equipment Types (REPLACES HARVEST MACHINE TYPE)"?: {
|
|
292
|
+
/**
|
|
293
|
+
* @description This is the entity resource identifier for the corresponding equipment type
|
|
294
|
+
* @example e87e0d9a-91ab-42ea-9000-f96950a64411
|
|
295
|
+
*/
|
|
296
|
+
erid?: string;
|
|
297
|
+
/**
|
|
298
|
+
* @description This is the equipment type enumeration value
|
|
299
|
+
* @example ET_COMBINE
|
|
300
|
+
*/
|
|
301
|
+
equipmentTypeProtoEnum?: string;
|
|
302
|
+
};
|
|
303
|
+
};
|
|
304
|
+
CropType3: {
|
|
305
|
+
/**
|
|
306
|
+
* @description A new x-deere-signature response header will be included if the response has changed since last api call.
|
|
307
|
+
* @example 9b5392615e4b4e1c92013026f47109bb
|
|
308
|
+
*/
|
|
309
|
+
"x-deere-signature"?: string;
|
|
310
|
+
/**
|
|
311
|
+
* @description The primary identifier for the operation.
|
|
312
|
+
* @example 1
|
|
313
|
+
*/
|
|
314
|
+
id?: string;
|
|
315
|
+
/**
|
|
316
|
+
* @description This is the crop type name.
|
|
317
|
+
* @example CORN_WET
|
|
318
|
+
*/
|
|
319
|
+
name?: string;
|
|
320
|
+
/**
|
|
321
|
+
* @description This is the crop type name translated using the Accept-Language header.
|
|
322
|
+
* @example Corn
|
|
323
|
+
*/
|
|
324
|
+
translatedName?: string;
|
|
325
|
+
/**
|
|
326
|
+
* @description This is the color associated with the crop type.
|
|
327
|
+
* @example #FFE119
|
|
328
|
+
*/
|
|
329
|
+
color?: string;
|
|
330
|
+
/**
|
|
331
|
+
* @description This is the zoned last modified time of the crop type.
|
|
332
|
+
* @example 2021-10-14T11:55:00Z
|
|
333
|
+
*/
|
|
334
|
+
lastModifiedTime?: string;
|
|
335
|
+
Density?: {
|
|
336
|
+
/**
|
|
337
|
+
* @description This is cropType densityFactor value.
|
|
338
|
+
* @example 0.0
|
|
339
|
+
*/
|
|
340
|
+
value?: number;
|
|
341
|
+
/**
|
|
342
|
+
* @description This indicates the unit.
|
|
343
|
+
* @example lb1bu-1
|
|
344
|
+
*/
|
|
345
|
+
unit?: string;
|
|
346
|
+
};
|
|
347
|
+
Moisture?: {
|
|
348
|
+
/**
|
|
349
|
+
* @description This is the standard payable moisture value for the crop type.
|
|
350
|
+
* @example 1.0
|
|
351
|
+
*/
|
|
352
|
+
value?: number;
|
|
353
|
+
/**
|
|
354
|
+
* @description This indicates the unit.
|
|
355
|
+
* @example %
|
|
356
|
+
*/
|
|
357
|
+
unit?: string;
|
|
358
|
+
};
|
|
359
|
+
"Supported Equipment Types (REPLACES HARVEST MACHINE TYPE)"?: {
|
|
360
|
+
/**
|
|
361
|
+
* @description This is the entity resource identifier for the corresponding equipment type
|
|
362
|
+
* @example e87e0d9a-91ab-42ea-9000-f96950a64411
|
|
363
|
+
*/
|
|
364
|
+
erid?: string;
|
|
365
|
+
/**
|
|
366
|
+
* @description This is the equipment type enumeration value
|
|
367
|
+
* @example ET_COMBINE
|
|
368
|
+
*/
|
|
369
|
+
equipmentTypeProtoEnum?: string;
|
|
370
|
+
};
|
|
371
|
+
};
|
|
372
|
+
CropType4: {
|
|
373
|
+
/**
|
|
374
|
+
* @description A new x-deere-signature response header will be included if the response has changed since last api call.
|
|
375
|
+
* @example 9b5392615e4b4e1c92013026f47109bb
|
|
376
|
+
*/
|
|
377
|
+
"x-deere-signature"?: string;
|
|
378
|
+
/**
|
|
379
|
+
* @description The primary identifier for the operation.
|
|
380
|
+
* @example 1
|
|
381
|
+
*/
|
|
382
|
+
id?: string;
|
|
383
|
+
/**
|
|
384
|
+
* @description This is the crop type name.
|
|
385
|
+
* @example CORN_WET
|
|
386
|
+
*/
|
|
387
|
+
name?: string;
|
|
388
|
+
/**
|
|
389
|
+
* @description This is the crop type name translated using the Accept-Language header.
|
|
390
|
+
* @example Corn
|
|
391
|
+
*/
|
|
392
|
+
translatedName?: string;
|
|
393
|
+
/**
|
|
394
|
+
* @description This is the color associated with the crop type.
|
|
395
|
+
* @example #FFE119
|
|
396
|
+
*/
|
|
397
|
+
color?: string;
|
|
398
|
+
/**
|
|
399
|
+
* @description This is zoned last modified time of the crop type.
|
|
400
|
+
* @example 2021-10-14T11:55:00Z
|
|
401
|
+
*/
|
|
402
|
+
lastModifiedTime?: string;
|
|
403
|
+
Density?: {
|
|
404
|
+
/**
|
|
405
|
+
* @description This is cropType densityFactor value.
|
|
406
|
+
* @example 0.0
|
|
407
|
+
*/
|
|
408
|
+
value?: number;
|
|
409
|
+
/**
|
|
410
|
+
* @description This indicates the unit.
|
|
411
|
+
* @example lb1bu-1
|
|
412
|
+
*/
|
|
413
|
+
unit?: string;
|
|
414
|
+
};
|
|
415
|
+
Moisture?: {
|
|
416
|
+
/**
|
|
417
|
+
* @description This is the standard payable moisture value for the crop type.
|
|
418
|
+
* @example 1.0
|
|
419
|
+
*/
|
|
420
|
+
value?: number;
|
|
421
|
+
/**
|
|
422
|
+
* @description This indicates the unit.
|
|
423
|
+
* @example %
|
|
424
|
+
*/
|
|
425
|
+
unit?: string;
|
|
426
|
+
};
|
|
427
|
+
"Supported Equipment Types (REPLACES HARVEST MACHINE TYPE)"?: {
|
|
428
|
+
/**
|
|
429
|
+
* @description This is the entity resource identifier for the corresponding equipment type
|
|
430
|
+
* @example e87e0d9a-91ab-42ea-9000-f96950a64411
|
|
431
|
+
*/
|
|
432
|
+
erid?: string;
|
|
433
|
+
/**
|
|
434
|
+
* @description This is the equipment type enumeration value
|
|
435
|
+
* @example ET_COMBINE
|
|
436
|
+
*/
|
|
437
|
+
equipmentTypeProtoEnum?: string;
|
|
438
|
+
};
|
|
439
|
+
};
|
|
440
|
+
};
|
|
441
|
+
responses: {
|
|
442
|
+
/** @description A collection of crop types */
|
|
443
|
+
CropTypeCollectionResponse: {
|
|
444
|
+
headers: {
|
|
445
|
+
[name: string]: unknown;
|
|
446
|
+
};
|
|
447
|
+
content: {
|
|
448
|
+
"application/vnd.deere.axiom.v3+json": {
|
|
449
|
+
/**
|
|
450
|
+
* Format: int64
|
|
451
|
+
* @example 1
|
|
452
|
+
*/
|
|
453
|
+
total?: number;
|
|
454
|
+
values?: components["schemas"]["CropType"][];
|
|
455
|
+
};
|
|
456
|
+
};
|
|
457
|
+
};
|
|
458
|
+
/** @description A collection of crop types */
|
|
459
|
+
CropTypeNameResponse: {
|
|
460
|
+
headers: {
|
|
461
|
+
[name: string]: unknown;
|
|
462
|
+
};
|
|
463
|
+
content: {
|
|
464
|
+
"application/vnd.deere.axiom.v3+json": {
|
|
465
|
+
/**
|
|
466
|
+
* Format: int64
|
|
467
|
+
* @example 1
|
|
468
|
+
*/
|
|
469
|
+
total?: number;
|
|
470
|
+
values?: components["schemas"]["CropType2"][];
|
|
471
|
+
};
|
|
472
|
+
};
|
|
473
|
+
};
|
|
474
|
+
/** @description A collection of crop types */
|
|
475
|
+
CropTypeIdResponse: {
|
|
476
|
+
headers: {
|
|
477
|
+
[name: string]: unknown;
|
|
478
|
+
};
|
|
479
|
+
content: {
|
|
480
|
+
"application/vnd.deere.axiom.v3+json": {
|
|
481
|
+
/**
|
|
482
|
+
* Format: int64
|
|
483
|
+
* @example 1
|
|
484
|
+
*/
|
|
485
|
+
total?: number;
|
|
486
|
+
values?: components["schemas"]["CropType3"][];
|
|
487
|
+
};
|
|
488
|
+
};
|
|
489
|
+
};
|
|
490
|
+
/** @description A collection of crop types */
|
|
491
|
+
CropTypeorganizationResponse: {
|
|
492
|
+
headers: {
|
|
493
|
+
[name: string]: unknown;
|
|
494
|
+
};
|
|
495
|
+
content: {
|
|
496
|
+
"application/vnd.deere.axiom.v3+json": {
|
|
497
|
+
/**
|
|
498
|
+
* Format: int64
|
|
499
|
+
* @example 1
|
|
500
|
+
*/
|
|
501
|
+
total?: number;
|
|
502
|
+
values?: components["schemas"]["CropType4"][];
|
|
503
|
+
};
|
|
504
|
+
};
|
|
505
|
+
};
|
|
506
|
+
/** @description The requested method is not allowed */
|
|
507
|
+
CropTypeMethodNotAllowed: {
|
|
508
|
+
headers: {
|
|
509
|
+
[name: string]: unknown;
|
|
510
|
+
};
|
|
511
|
+
content?: never;
|
|
512
|
+
};
|
|
513
|
+
/** @description Not found */
|
|
514
|
+
CropTypeNotFound: {
|
|
515
|
+
headers: {
|
|
516
|
+
[name: string]: unknown;
|
|
517
|
+
};
|
|
518
|
+
content?: never;
|
|
519
|
+
};
|
|
520
|
+
};
|
|
521
|
+
parameters: {
|
|
522
|
+
/** @description Filter results based on status */
|
|
523
|
+
RecordFilter: string;
|
|
524
|
+
/** @description x-deere-signature should be managed by the client per user per API. For a new user/new API, the first request will have a blank value for x-deere-signature. Changes can be tracked with the x-deere-signature returned in the response. If the response has not changed since the last API call, the value of x-deere-signature is not changed and the client should use the same String Token next time. */
|
|
525
|
+
"X-deere-signature": string;
|
|
526
|
+
/** @description x-deere-signature should be managed by the client per user per API. For a new user/new API, the first request will have a blank value for x-deere-signature. Changes can be tracked with the x-deere-signature returned in the response. If the response has not changed since the last API call, the value of x-deere-signature is not changed and the client should use the same GUID next time. */
|
|
527
|
+
"X-deere-signature2": string;
|
|
528
|
+
/** @description This is the crop type name */
|
|
529
|
+
Name: string;
|
|
530
|
+
/** @description This is the crop type Id */
|
|
531
|
+
Id: string;
|
|
532
|
+
/** @description This is the organization Id */
|
|
533
|
+
organizationId: string;
|
|
534
|
+
};
|
|
535
|
+
requestBodies: never;
|
|
536
|
+
headers: never;
|
|
537
|
+
pathItems: never;
|
|
538
|
+
}
|
|
539
|
+
export type $defs = Record<string, never>;
|
|
540
|
+
export type operations = Record<string, never>;
|
|
541
|
+
//# sourceMappingURL=crop-types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"crop-types.d.ts","sourceRoot":"","sources":["../../../src/types/generated/crop-types.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,MAAM,WAAW,KAAK;IAClB,YAAY,EAAE;QACV,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,kDAAkD;oBAClD,YAAY,CAAC,EAAE,UAAU,CAAC,YAAY,CAAC,CAAC,cAAc,CAAC,CAAC;iBAC3D,CAAC;gBACF,MAAM,CAAC,EAAE;oBACL,8ZAA8Z;oBAC9Z,mBAAmB,CAAC,EAAE,UAAU,CAAC,YAAY,CAAC,CAAC,mBAAmB,CAAC,CAAC;iBACvE,CAAC;gBACF,IAAI,CAAC,EAAE,KAAK,CAAC;gBACb,MAAM,CAAC,EAAE,KAAK,CAAC;aAClB,CAAC;YACF,WAAW,CAAC,EAAE,KAAK,CAAC;YACpB,SAAS,EAAE;gBACP,GAAG,EAAE,UAAU,CAAC,WAAW,CAAC,CAAC,4BAA4B,CAAC,CAAC;gBAC3D,GAAG,EAAE,UAAU,CAAC,WAAW,CAAC,CAAC,0BAA0B,CAAC,CAAC;aAC5D,CAAC;SACL,CAAC;QACF,GAAG,CAAC,EAAE,KAAK,CAAC;QACZ,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;IACF,mBAAmB,EAAE;QACjB,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,KAAK,CAAC;gBACd,MAAM,CAAC,EAAE;oBACL,sZAAsZ;oBACtZ,mBAAmB,CAAC,EAAE,UAAU,CAAC,YAAY,CAAC,CAAC,oBAAoB,CAAC,CAAC;iBACxE,CAAC;gBACF,IAAI,EAAE;oBACF,8CAA8C;oBAC9C,IAAI,EAAE,UAAU,CAAC,YAAY,CAAC,CAAC,MAAM,CAAC,CAAC;iBAC1C,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,sBAAsB,CAAC,CAAC;gBACrD,GAAG,EAAE,UAAU,CAAC,WAAW,CAAC,CAAC,kBAAkB,CAAC,CAAC;gBACjD,GAAG,EAAE,UAAU,CAAC,WAAW,CAAC,CAAC,0BAA0B,CAAC,CAAC;aAC5D,CAAC;SACL,CAAC;QACF,GAAG,CAAC,EAAE,KAAK,CAAC;QACZ,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;IACF,iBAAiB,EAAE;QACf,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,KAAK,CAAC;gBACd,MAAM,CAAC,EAAE;oBACL,sZAAsZ;oBACtZ,mBAAmB,CAAC,EAAE,UAAU,CAAC,YAAY,CAAC,CAAC,oBAAoB,CAAC,CAAC;iBACxE,CAAC;gBACF,IAAI,EAAE;oBACF,4CAA4C;oBAC5C,EAAE,EAAE,UAAU,CAAC,YAAY,CAAC,CAAC,IAAI,CAAC,CAAC;iBACtC,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,oBAAoB,CAAC,CAAC;gBACnD,GAAG,EAAE,UAAU,CAAC,WAAW,CAAC,CAAC,kBAAkB,CAAC,CAAC;gBACjD,GAAG,EAAE,UAAU,CAAC,WAAW,CAAC,CAAC,0BAA0B,CAAC,CAAC;aAC5D,CAAC;SACL,CAAC;QACF,GAAG,CAAC,EAAE,KAAK,CAAC;QACZ,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;IACF,2CAA2C,EAAE;QACzC,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,kDAAkD;oBAClD,YAAY,CAAC,EAAE,UAAU,CAAC,YAAY,CAAC,CAAC,cAAc,CAAC,CAAC;iBAC3D,CAAC;gBACF,MAAM,CAAC,EAAE;oBACL,8ZAA8Z;oBAC9Z,mBAAmB,CAAC,EAAE,UAAU,CAAC,YAAY,CAAC,CAAC,mBAAmB,CAAC,CAAC;iBACvE,CAAC;gBACF,IAAI,EAAE;oBACF,+CAA+C;oBAC/C,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,8BAA8B,CAAC,CAAC;gBAC7D,GAAG,EAAE,UAAU,CAAC,WAAW,CAAC,CAAC,kBAAkB,CAAC,CAAC;gBACjD,GAAG,EAAE,UAAU,CAAC,WAAW,CAAC,CAAC,0BAA0B,CAAC,CAAC;aAC5D,CAAC;SACL,CAAC;QACF,GAAG,CAAC,EAAE,KAAK,CAAC;QACZ,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,QAAQ,EAAE;YACN;;;eAGG;YACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;YAC7B;;;eAGG;YACH,EAAE,CAAC,EAAE,MAAM,CAAC;YACZ;;;eAGG;YACH,IAAI,CAAC,EAAE,MAAM,CAAC;YACd;;;eAGG;YACH,cAAc,CAAC,EAAE,MAAM,CAAC;YACxB;;;eAGG;YACH,KAAK,CAAC,EAAE,MAAM,CAAC;YACf;;;eAGG;YACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;YAC1B,OAAO,CAAC,EAAE;gBACN;;;mBAGG;gBACH,KAAK,CAAC,EAAE,MAAM,CAAC;gBACf;;;mBAGG;gBACH,IAAI,CAAC,EAAE,MAAM,CAAC;aACjB,CAAC;YACF,QAAQ,CAAC,EAAE;gBACP;;;mBAGG;gBACH,KAAK,CAAC,EAAE,MAAM,CAAC;gBACf;;;mBAGG;gBACH,IAAI,CAAC,EAAE,MAAM,CAAC;aACjB,CAAC;YACF,2DAA2D,CAAC,EAAE;gBAC1D;;;mBAGG;gBACH,IAAI,CAAC,EAAE,MAAM,CAAC;gBACd;;;mBAGG;gBACH,sBAAsB,CAAC,EAAE,MAAM,CAAC;aACnC,CAAC;SACL,CAAC;QACF,SAAS,EAAE;YACP;;;eAGG;YACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;YAC7B;;;eAGG;YACH,EAAE,CAAC,EAAE,MAAM,CAAC;YACZ;;;eAGG;YACH,IAAI,CAAC,EAAE,MAAM,CAAC;YACd;;;eAGG;YACH,cAAc,CAAC,EAAE,MAAM,CAAC;YACxB;;;eAGG;YACH,KAAK,CAAC,EAAE,MAAM,CAAC;YACf;;;eAGG;YACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;YAC1B,OAAO,CAAC,EAAE;gBACN;;;mBAGG;gBACH,KAAK,CAAC,EAAE,MAAM,CAAC;gBACf;;;mBAGG;gBACH,IAAI,CAAC,EAAE,MAAM,CAAC;aACjB,CAAC;YACF,QAAQ,CAAC,EAAE;gBACP;;;mBAGG;gBACH,aAAa,CAAC,EAAE,MAAM,CAAC;gBACvB;;;mBAGG;gBACH,YAAY,CAAC,EAAE,MAAM,CAAC;aACzB,CAAC;YACF,2DAA2D,CAAC,EAAE;gBAC1D;;;mBAGG;gBACH,IAAI,CAAC,EAAE,MAAM,CAAC;gBACd;;;mBAGG;gBACH,sBAAsB,CAAC,EAAE,MAAM,CAAC;aACnC,CAAC;SACL,CAAC;QACF,SAAS,EAAE;YACP;;;eAGG;YACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;YAC7B;;;eAGG;YACH,EAAE,CAAC,EAAE,MAAM,CAAC;YACZ;;;eAGG;YACH,IAAI,CAAC,EAAE,MAAM,CAAC;YACd;;;eAGG;YACH,cAAc,CAAC,EAAE,MAAM,CAAC;YACxB;;;eAGG;YACH,KAAK,CAAC,EAAE,MAAM,CAAC;YACf;;;eAGG;YACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;YAC1B,OAAO,CAAC,EAAE;gBACN;;;mBAGG;gBACH,KAAK,CAAC,EAAE,MAAM,CAAC;gBACf;;;mBAGG;gBACH,IAAI,CAAC,EAAE,MAAM,CAAC;aACjB,CAAC;YACF,QAAQ,CAAC,EAAE;gBACP;;;mBAGG;gBACH,KAAK,CAAC,EAAE,MAAM,CAAC;gBACf;;;mBAGG;gBACH,IAAI,CAAC,EAAE,MAAM,CAAC;aACjB,CAAC;YACF,2DAA2D,CAAC,EAAE;gBAC1D;;;mBAGG;gBACH,IAAI,CAAC,EAAE,MAAM,CAAC;gBACd;;;mBAGG;gBACH,sBAAsB,CAAC,EAAE,MAAM,CAAC;aACnC,CAAC;SACL,CAAC;QACF,SAAS,EAAE;YACP;;;eAGG;YACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;YAC7B;;;eAGG;YACH,EAAE,CAAC,EAAE,MAAM,CAAC;YACZ;;;eAGG;YACH,IAAI,CAAC,EAAE,MAAM,CAAC;YACd;;;eAGG;YACH,cAAc,CAAC,EAAE,MAAM,CAAC;YACxB;;;eAGG;YACH,KAAK,CAAC,EAAE,MAAM,CAAC;YACf;;;eAGG;YACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;YAC1B,OAAO,CAAC,EAAE;gBACN;;;mBAGG;gBACH,KAAK,CAAC,EAAE,MAAM,CAAC;gBACf;;;mBAGG;gBACH,IAAI,CAAC,EAAE,MAAM,CAAC;aACjB,CAAC;YACF,QAAQ,CAAC,EAAE;gBACP;;;mBAGG;gBACH,KAAK,CAAC,EAAE,MAAM,CAAC;gBACf;;;mBAGG;gBACH,IAAI,CAAC,EAAE,MAAM,CAAC;aACjB,CAAC;YACF,2DAA2D,CAAC,EAAE;gBAC1D;;;mBAGG;gBACH,IAAI,CAAC,EAAE,MAAM,CAAC;gBACd;;;mBAGG;gBACH,sBAAsB,CAAC,EAAE,MAAM,CAAC;aACnC,CAAC;SACL,CAAC;KACL,CAAC;IACF,SAAS,EAAE;QACP,8CAA8C;QAC9C,0BAA0B,EAAE;YACxB,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;oBACf,MAAM,CAAC,EAAE,UAAU,CAAC,SAAS,CAAC,CAAC,UAAU,CAAC,EAAE,CAAC;iBAChD,CAAC;aACL,CAAC;SACL,CAAC;QACF,8CAA8C;QAC9C,oBAAoB,EAAE;YAClB,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;oBACf,MAAM,CAAC,EAAE,UAAU,CAAC,SAAS,CAAC,CAAC,WAAW,CAAC,EAAE,CAAC;iBACjD,CAAC;aACL,CAAC;SACL,CAAC;QACF,8CAA8C;QAC9C,kBAAkB,EAAE;YAChB,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;oBACf,MAAM,CAAC,EAAE,UAAU,CAAC,SAAS,CAAC,CAAC,WAAW,CAAC,EAAE,CAAC;iBACjD,CAAC;aACL,CAAC;SACL,CAAC;QACF,8CAA8C;QAC9C,4BAA4B,EAAE;YAC1B,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;oBACf,MAAM,CAAC,EAAE,UAAU,CAAC,SAAS,CAAC,CAAC,WAAW,CAAC,EAAE,CAAC;iBACjD,CAAC;aACL,CAAC;SACL,CAAC;QACF,uDAAuD;QACvD,wBAAwB,EAAE;YACtB,OAAO,EAAE;gBACL,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC;aAC3B,CAAC;YACF,OAAO,CAAC,EAAE,KAAK,CAAC;SACnB,CAAC;QACF,6BAA6B;QAC7B,gBAAgB,EAAE;YACd,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,kDAAkD;QAClD,YAAY,EAAE,MAAM,CAAC;QACrB,8ZAA8Z;QAC9Z,mBAAmB,EAAE,MAAM,CAAC;QAC5B,sZAAsZ;QACtZ,oBAAoB,EAAE,MAAM,CAAC;QAC7B,8CAA8C;QAC9C,IAAI,EAAE,MAAM,CAAC;QACb,4CAA4C;QAC5C,EAAE,EAAE,MAAM,CAAC;QACX,+CAA+C;QAC/C,cAAc,EAAE,MAAM,CAAC;KAC1B,CAAC;IACF,aAAa,EAAE,KAAK,CAAC;IACrB,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":"crop-types.js","sourceRoot":"","sources":["../../../src/types/generated/crop-types.ts"],"names":[],"mappings":"AAAA;;;GAGG"}
|