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 @@
|
|
|
1
|
+
{"version":3,"file":"fields.d.ts","sourceRoot":"","sources":["../../../src/types/generated/fields.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fields.js","sourceRoot":"","sources":["../../../src/types/generated/fields.ts"],"names":[],"mappings":"AAAA;;;GAGG"}
|
|
@@ -0,0 +1,598 @@
|
|
|
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
|
+
"/files": {
|
|
7
|
+
parameters: {
|
|
8
|
+
query?: never;
|
|
9
|
+
header?: never;
|
|
10
|
+
path?: never;
|
|
11
|
+
cookie?: never;
|
|
12
|
+
};
|
|
13
|
+
/**
|
|
14
|
+
* List Files
|
|
15
|
+
* @description This resource retrieves the list of available files. For each file, the response will link to the following resources: <ul> <li><strong>owningOrganization</strong>: View the org that owns the file.</li> <li><strong>partnerships</strong>: View the partners this file is shared with.</li> </ul>
|
|
16
|
+
*/
|
|
17
|
+
get: {
|
|
18
|
+
parameters: {
|
|
19
|
+
query: {
|
|
20
|
+
/** @description Takes ALL or MACHINE. ALL shows all the files in the org. MACHINE shows only the files sent from a machine to the host. */
|
|
21
|
+
filter: components["parameters"]["FilterOptional"];
|
|
22
|
+
/** @description Takes the file type number. */
|
|
23
|
+
"fileType<sup><a href=\"#additional\">1</a></sup>": components["parameters"]["FileTypeOptional"];
|
|
24
|
+
/** @description Filters by whether a file is transferable */
|
|
25
|
+
transferable: components["parameters"]["Transferable"];
|
|
26
|
+
};
|
|
27
|
+
header: {
|
|
28
|
+
/** @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. */
|
|
29
|
+
"x-deere-signature": components["parameters"]["X-deere-signatureOptional"];
|
|
30
|
+
};
|
|
31
|
+
path?: never;
|
|
32
|
+
cookie?: never;
|
|
33
|
+
};
|
|
34
|
+
requestBody?: never;
|
|
35
|
+
responses: {
|
|
36
|
+
200: components["responses"]["FileListResponse"];
|
|
37
|
+
/** @description Invalid filter value. */
|
|
38
|
+
400: {
|
|
39
|
+
headers: {
|
|
40
|
+
[name: string]: unknown;
|
|
41
|
+
};
|
|
42
|
+
content?: never;
|
|
43
|
+
};
|
|
44
|
+
/** @description Invalid to access files for organization. */
|
|
45
|
+
403: {
|
|
46
|
+
headers: {
|
|
47
|
+
[name: string]: unknown;
|
|
48
|
+
};
|
|
49
|
+
content?: never;
|
|
50
|
+
};
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
put?: never;
|
|
54
|
+
post?: never;
|
|
55
|
+
delete?: never;
|
|
56
|
+
options?: never;
|
|
57
|
+
head?: never;
|
|
58
|
+
patch?: never;
|
|
59
|
+
trace?: never;
|
|
60
|
+
};
|
|
61
|
+
"/files/{fileId}": {
|
|
62
|
+
parameters: {
|
|
63
|
+
query?: never;
|
|
64
|
+
header?: never;
|
|
65
|
+
path?: never;
|
|
66
|
+
cookie?: never;
|
|
67
|
+
};
|
|
68
|
+
/**
|
|
69
|
+
* View/Download A File
|
|
70
|
+
* @description This resource allows the client to view or download a file. <p><strong>Note</strong>: Only files smaller than 50 MB can be downloaded at once. Larger files will need to be downloaded in chunks. To download in chunks, you can use the <strong>Range</strong> request header, or the <strong>offset</strong> and <strong>size</strong> request parameters. If both are used, the request header will take precedence.</p>
|
|
71
|
+
* <p>To view a file's metadata, choose the application/vnd.deere.axiom.v3+json Accept Header. To download the file to the client software, choose a /zip or octet-stream Accept Header. The following example will show a GET call to view a files metadata. The response will contain links to the following resources: <ul> <li><strong>owningOrganization</strong>: View the org that owns the file.</li> <li><strong>partnerships</strong>: View a list of the partnerships through which the file is shared, if applicable.</li> <li><strong>initiateFileTransfer</strong>: Request to send this file to a specified machine.</li> <li><strong>wdtCapableMachines</strong>: View a list of machines in the org which can receive this file.</li> </ul> </p>
|
|
72
|
+
*/
|
|
73
|
+
get: {
|
|
74
|
+
parameters: {
|
|
75
|
+
query?: never;
|
|
76
|
+
header?: never;
|
|
77
|
+
path: {
|
|
78
|
+
/** @description File Id. */
|
|
79
|
+
fileId: components["parameters"]["FileId"];
|
|
80
|
+
};
|
|
81
|
+
cookie?: never;
|
|
82
|
+
};
|
|
83
|
+
requestBody?: never;
|
|
84
|
+
responses: {
|
|
85
|
+
200: components["responses"]["FileIdGet"];
|
|
86
|
+
/** @description Unauthorized to access file */
|
|
87
|
+
403: {
|
|
88
|
+
headers: {
|
|
89
|
+
[name: string]: unknown;
|
|
90
|
+
};
|
|
91
|
+
content?: never;
|
|
92
|
+
};
|
|
93
|
+
/** @description File is not present */
|
|
94
|
+
404: {
|
|
95
|
+
headers: {
|
|
96
|
+
[name: string]: unknown;
|
|
97
|
+
};
|
|
98
|
+
content?: never;
|
|
99
|
+
};
|
|
100
|
+
};
|
|
101
|
+
};
|
|
102
|
+
/**
|
|
103
|
+
* Upload/Update A File
|
|
104
|
+
* @description This resource allows the client to upload or update a file. The client must <a href="/dev-docs/files#/organizations/{orgId}/files/post" target="_blank">create a file ID</a> before uploading a file.
|
|
105
|
+
*/
|
|
106
|
+
put: {
|
|
107
|
+
parameters: {
|
|
108
|
+
query?: never;
|
|
109
|
+
header?: never;
|
|
110
|
+
path?: never;
|
|
111
|
+
cookie?: never;
|
|
112
|
+
};
|
|
113
|
+
requestBody?: {
|
|
114
|
+
content: {
|
|
115
|
+
"application/vnd.deere.axiom.v3+json": components["schemas"]["EditableFileDetails"];
|
|
116
|
+
"Upload a file": unknown;
|
|
117
|
+
"Update a file": unknown;
|
|
118
|
+
"application/vnd.deere.axiom.v3+xml": components["schemas"]["EditableFileDetails"];
|
|
119
|
+
};
|
|
120
|
+
};
|
|
121
|
+
responses: {
|
|
122
|
+
/** @description Successful operation */
|
|
123
|
+
200: {
|
|
124
|
+
headers: {
|
|
125
|
+
[name: string]: unknown;
|
|
126
|
+
};
|
|
127
|
+
content: {
|
|
128
|
+
"application/vnd.deere.axiom.v3+json": {
|
|
129
|
+
/**
|
|
130
|
+
* Format: int32
|
|
131
|
+
* @example 1
|
|
132
|
+
*/
|
|
133
|
+
total?: number;
|
|
134
|
+
};
|
|
135
|
+
};
|
|
136
|
+
};
|
|
137
|
+
/** @description Created. No Content */
|
|
138
|
+
204: {
|
|
139
|
+
headers: {
|
|
140
|
+
[name: string]: unknown;
|
|
141
|
+
};
|
|
142
|
+
content: {
|
|
143
|
+
"application/vnd.deere.axiom.v3+json": unknown;
|
|
144
|
+
};
|
|
145
|
+
};
|
|
146
|
+
/** @description Invalid file name or cannot delay processing after processing has begun */
|
|
147
|
+
400: {
|
|
148
|
+
headers: {
|
|
149
|
+
[name: string]: unknown;
|
|
150
|
+
};
|
|
151
|
+
content?: never;
|
|
152
|
+
};
|
|
153
|
+
/** @description Unauthorized to update file. */
|
|
154
|
+
403: {
|
|
155
|
+
headers: {
|
|
156
|
+
[name: string]: unknown;
|
|
157
|
+
};
|
|
158
|
+
content?: never;
|
|
159
|
+
};
|
|
160
|
+
/** @description File is not present. */
|
|
161
|
+
404: {
|
|
162
|
+
headers: {
|
|
163
|
+
[name: string]: unknown;
|
|
164
|
+
};
|
|
165
|
+
content?: never;
|
|
166
|
+
};
|
|
167
|
+
};
|
|
168
|
+
};
|
|
169
|
+
post?: never;
|
|
170
|
+
delete?: never;
|
|
171
|
+
options?: never;
|
|
172
|
+
head?: never;
|
|
173
|
+
patch?: never;
|
|
174
|
+
trace?: never;
|
|
175
|
+
};
|
|
176
|
+
"/organizations/{orgId}/files": {
|
|
177
|
+
parameters: {
|
|
178
|
+
query?: never;
|
|
179
|
+
header?: never;
|
|
180
|
+
path?: never;
|
|
181
|
+
cookie?: never;
|
|
182
|
+
};
|
|
183
|
+
/**
|
|
184
|
+
* List an Org's Files
|
|
185
|
+
* @description View a list of an org's files. This resource allows for pagination. For each returned file, the response will link to the following resources: <p> <ul> <li><strong>owningOrganization</strong>: View the org that owns the file.</li> <li><strong>partnerships</strong>: View the partnerships through which the file is shared, if applicable.</li> <li><strong>initiateFileTransfer</strong>: Submit a transfer request for the specified file.</li> <li><strong>machinesEligibleToReceiveFile</strong>: List of WDT-capable machines that the specified file can be sent to.</li> <li><strong>sendFileToMachine</strong>: The same as "initiateFileTransfer."</li> <li><strong>wdtCapableMachines</strong>: The same as "machinesEligibleToReceiveFile."</li> </ul> </p>
|
|
186
|
+
*/
|
|
187
|
+
get: {
|
|
188
|
+
parameters: {
|
|
189
|
+
query?: {
|
|
190
|
+
/** @description Takes ALL or MACHINE. ALL shows all the files in the org. MACHINE shows only the files sent from a machine to the host. */
|
|
191
|
+
filter?: components["parameters"]["Filter"];
|
|
192
|
+
/** @description Takes a timestamp (in UTC) that indicates when the file was created. Timestamp format is the <a href="https://en.wikipedia.org/wiki/ISO_8601" target="_blank">ISO 8601</a> standard. */
|
|
193
|
+
startDate?: components["parameters"]["StartDate"];
|
|
194
|
+
/** @description Takes a timestamp (in UTC) that indicates when the file was created. Timestamp format is the <a href="https://en.wikipedia.org/wiki/ISO_8601" target="_blank">ISO 8601</a> standard */
|
|
195
|
+
endDate?: components["parameters"]["EndDate"];
|
|
196
|
+
/** @description Takes a number that identifies the file type. */
|
|
197
|
+
"fileType<sup><a href=\"#additional\">1</a></sup>"?: components["parameters"]["FileType"];
|
|
198
|
+
/** @description Allows client to filter files according to whether they have been archived. TRUE returns only archived files. */
|
|
199
|
+
archived?: components["parameters"]["Archived"];
|
|
200
|
+
/** @description Allows client to filter files according to whether they are transferable to machines. Takes TRANSFERABLE and NON_TRANSFERABLE. */
|
|
201
|
+
status?: components["parameters"]["Status"];
|
|
202
|
+
};
|
|
203
|
+
header?: {
|
|
204
|
+
/** @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. */
|
|
205
|
+
"x-deere-signature"?: components["parameters"]["X-deere-signature"];
|
|
206
|
+
};
|
|
207
|
+
path: {
|
|
208
|
+
/** @description Organization */
|
|
209
|
+
orgId: components["parameters"]["OrganizationID3"];
|
|
210
|
+
};
|
|
211
|
+
cookie?: never;
|
|
212
|
+
};
|
|
213
|
+
requestBody?: never;
|
|
214
|
+
responses: {
|
|
215
|
+
200: components["responses"]["FileListResponse"];
|
|
216
|
+
/** @description Invalid filter value. */
|
|
217
|
+
400: {
|
|
218
|
+
headers: {
|
|
219
|
+
[name: string]: unknown;
|
|
220
|
+
};
|
|
221
|
+
content?: never;
|
|
222
|
+
};
|
|
223
|
+
/** @description Unauthorized to access any file type. */
|
|
224
|
+
403: {
|
|
225
|
+
headers: {
|
|
226
|
+
[name: string]: unknown;
|
|
227
|
+
};
|
|
228
|
+
content?: never;
|
|
229
|
+
};
|
|
230
|
+
/** @description Organization id does not exist. */
|
|
231
|
+
404: {
|
|
232
|
+
headers: {
|
|
233
|
+
[name: string]: unknown;
|
|
234
|
+
};
|
|
235
|
+
content?: never;
|
|
236
|
+
};
|
|
237
|
+
};
|
|
238
|
+
};
|
|
239
|
+
put?: never;
|
|
240
|
+
/**
|
|
241
|
+
* Create A File ID
|
|
242
|
+
* @description The POST call below shows the creation of file id "55" in organization "73" in Operation Center. The response "location" header will return the new file ID in the link returned. The client software will then use the new file ID, to <a href="/dev-docs/files#/files/{fileId}/put" target="_blank">upload the file.</a>
|
|
243
|
+
*/
|
|
244
|
+
post: {
|
|
245
|
+
parameters: {
|
|
246
|
+
query?: never;
|
|
247
|
+
header?: never;
|
|
248
|
+
path: {
|
|
249
|
+
/** @description Organization */
|
|
250
|
+
orgId: components["parameters"]["OrganizationID2"];
|
|
251
|
+
};
|
|
252
|
+
cookie?: never;
|
|
253
|
+
};
|
|
254
|
+
requestBody?: {
|
|
255
|
+
content: {
|
|
256
|
+
"application/vnd.deere.axiom.v3+json": components["schemas"]["PostableFileDetails"];
|
|
257
|
+
"application/vnd.deere.axiom.v3+xml": components["schemas"]["PostableFileDetails"];
|
|
258
|
+
};
|
|
259
|
+
};
|
|
260
|
+
responses: {
|
|
261
|
+
/** @description Created */
|
|
262
|
+
201: {
|
|
263
|
+
headers: {
|
|
264
|
+
[name: string]: unknown;
|
|
265
|
+
};
|
|
266
|
+
content: {
|
|
267
|
+
"application/vnd.deere.axiom.v3+json": {
|
|
268
|
+
/**
|
|
269
|
+
* Format: int32
|
|
270
|
+
* @example 1
|
|
271
|
+
*/
|
|
272
|
+
total?: number;
|
|
273
|
+
};
|
|
274
|
+
};
|
|
275
|
+
};
|
|
276
|
+
/**
|
|
277
|
+
* @description Invalid file name. File name must be 5-69 characters:
|
|
278
|
+
* + alphanumeric
|
|
279
|
+
* + .
|
|
280
|
+
* + ,
|
|
281
|
+
* + \-
|
|
282
|
+
* + _
|
|
283
|
+
*
|
|
284
|
+
* Also when invalid file type.
|
|
285
|
+
*/
|
|
286
|
+
400: {
|
|
287
|
+
headers: {
|
|
288
|
+
[name: string]: unknown;
|
|
289
|
+
};
|
|
290
|
+
content?: never;
|
|
291
|
+
};
|
|
292
|
+
/** @description Unauthorized to create file. Also when organization has not opted in to Operational Data Processing. */
|
|
293
|
+
403: {
|
|
294
|
+
headers: {
|
|
295
|
+
[name: string]: unknown;
|
|
296
|
+
};
|
|
297
|
+
content?: never;
|
|
298
|
+
};
|
|
299
|
+
/** @description Organization does not exists. */
|
|
300
|
+
404: {
|
|
301
|
+
headers: {
|
|
302
|
+
[name: string]: unknown;
|
|
303
|
+
};
|
|
304
|
+
content?: never;
|
|
305
|
+
};
|
|
306
|
+
};
|
|
307
|
+
};
|
|
308
|
+
delete?: never;
|
|
309
|
+
options?: never;
|
|
310
|
+
head?: never;
|
|
311
|
+
patch?: never;
|
|
312
|
+
trace?: never;
|
|
313
|
+
};
|
|
314
|
+
}
|
|
315
|
+
export type webhooks = Record<string, never>;
|
|
316
|
+
export interface components {
|
|
317
|
+
schemas: {
|
|
318
|
+
FilesLink: {
|
|
319
|
+
/**
|
|
320
|
+
* @description Organization Link.
|
|
321
|
+
* @example https://sandboxapi.deere.com/platform/organizations/1234
|
|
322
|
+
*/
|
|
323
|
+
owningOrganization?: unknown;
|
|
324
|
+
/**
|
|
325
|
+
* @description Partnership Link.
|
|
326
|
+
* @example https://sandboxapi.deere.com/platform/files/466578633/partnerships
|
|
327
|
+
*/
|
|
328
|
+
partnerships?: unknown;
|
|
329
|
+
};
|
|
330
|
+
FilesGet: {
|
|
331
|
+
/**
|
|
332
|
+
* @description A new x-deere-signature response header will be included if the response has changed since last api call.
|
|
333
|
+
* @example 520122365ebb4870a344784570d202c7
|
|
334
|
+
*/
|
|
335
|
+
"x-deere-signature"?: string;
|
|
336
|
+
/**
|
|
337
|
+
* @description The id of the file.
|
|
338
|
+
* @example 577499742
|
|
339
|
+
*/
|
|
340
|
+
id?: string;
|
|
341
|
+
/**
|
|
342
|
+
* @description The name of the file.
|
|
343
|
+
* @example back40.zip
|
|
344
|
+
*/
|
|
345
|
+
name?: string;
|
|
346
|
+
/**
|
|
347
|
+
* @description The type of the file.
|
|
348
|
+
* @example SETUP
|
|
349
|
+
*/
|
|
350
|
+
"type<sup><a href='#additional-type'>1</a></sup>"?: string;
|
|
351
|
+
/**
|
|
352
|
+
* Format: date-time
|
|
353
|
+
* @description Time at which the file was created.
|
|
354
|
+
* @example 2015-02-03T10:42:24.282Z
|
|
355
|
+
*/
|
|
356
|
+
"createdTime<sup><a href='#additional-date-time'>2</a></sup>"?: string;
|
|
357
|
+
/**
|
|
358
|
+
* Format: date-time
|
|
359
|
+
* @description Time at which the file was last modified.
|
|
360
|
+
* @example 2015-02-03T10:42:24.282Z
|
|
361
|
+
*/
|
|
362
|
+
"modifiedTime<sup><a href='#additional-date-time'>2</a></sup>"?: string;
|
|
363
|
+
/**
|
|
364
|
+
* Format: int64
|
|
365
|
+
* @description Size of the file.
|
|
366
|
+
* @example 72946
|
|
367
|
+
*/
|
|
368
|
+
nativeSize?: number;
|
|
369
|
+
/**
|
|
370
|
+
* @description Account with which the file was created.
|
|
371
|
+
* @example JohnDoe
|
|
372
|
+
*/
|
|
373
|
+
source?: string;
|
|
374
|
+
/**
|
|
375
|
+
* @description Indicates whether the file is currently in a pending transfer to a machine.
|
|
376
|
+
* @example false
|
|
377
|
+
*/
|
|
378
|
+
transferPending?: boolean;
|
|
379
|
+
/**
|
|
380
|
+
* @description Indicates whether you own the file, or it was shared with you. The value will be either "owned" or "manual".
|
|
381
|
+
* @example owned
|
|
382
|
+
*/
|
|
383
|
+
visibleViaShare?: string;
|
|
384
|
+
/**
|
|
385
|
+
* @description Indicates whether the file is shared with another org.
|
|
386
|
+
* @example false
|
|
387
|
+
*/
|
|
388
|
+
shared?: boolean;
|
|
389
|
+
/**
|
|
390
|
+
* @description Indicates whether the file can be transferred to a machine. Possible values are: Upload Pending, Ready, and In Progress.
|
|
391
|
+
* @example UPLOAD_PENDING
|
|
392
|
+
*/
|
|
393
|
+
status?: string;
|
|
394
|
+
/**
|
|
395
|
+
* @description Indicates whether the file has been archived.
|
|
396
|
+
* @example false
|
|
397
|
+
*/
|
|
398
|
+
archived?: boolean;
|
|
399
|
+
/**
|
|
400
|
+
* @description Indicates whether the file is new.
|
|
401
|
+
* @example false
|
|
402
|
+
*/
|
|
403
|
+
"new<sup>DEPRECATED</sup>"?: boolean;
|
|
404
|
+
/**
|
|
405
|
+
* @description Indicates the plugin type.
|
|
406
|
+
* @example IntegraVersaPlugin
|
|
407
|
+
*/
|
|
408
|
+
format?: string;
|
|
409
|
+
/**
|
|
410
|
+
* @description Indicates the manufacturer.
|
|
411
|
+
* @example AgLeader
|
|
412
|
+
*/
|
|
413
|
+
manufacturer?: string;
|
|
414
|
+
};
|
|
415
|
+
ValueFileIdGet: {
|
|
416
|
+
/**
|
|
417
|
+
* @description The id of the file.
|
|
418
|
+
* @example 577499742
|
|
419
|
+
*/
|
|
420
|
+
id?: string;
|
|
421
|
+
/**
|
|
422
|
+
* @description The name of the file.
|
|
423
|
+
* @example back40.zip
|
|
424
|
+
*/
|
|
425
|
+
name?: string;
|
|
426
|
+
/**
|
|
427
|
+
* @description The type of the file.
|
|
428
|
+
* @example SETUP
|
|
429
|
+
*/
|
|
430
|
+
"type<sup><a href='#additional-type'>1</a></sup>"?: string;
|
|
431
|
+
/**
|
|
432
|
+
* Format: date-time
|
|
433
|
+
* @description Time at which the file was created.
|
|
434
|
+
* @example 2015-02-03T10:42:24.282Z
|
|
435
|
+
*/
|
|
436
|
+
"createdTime<sup><a href='#additional-date-time'>2</a></sup>"?: string;
|
|
437
|
+
/**
|
|
438
|
+
* Format: date-time
|
|
439
|
+
* @description Time at which the file was last modified.
|
|
440
|
+
* @example 2015-02-03T10:42:24.282Z
|
|
441
|
+
*/
|
|
442
|
+
"modifiedTime<sup><a href='#additional-date-time'>2</a></sup>"?: string;
|
|
443
|
+
/**
|
|
444
|
+
* Format: int64
|
|
445
|
+
* @description Size of the file.
|
|
446
|
+
* @example 72946
|
|
447
|
+
*/
|
|
448
|
+
nativeSize?: number;
|
|
449
|
+
/**
|
|
450
|
+
* @description Account with which the file was created.
|
|
451
|
+
* @example JohnDoe
|
|
452
|
+
*/
|
|
453
|
+
source?: string;
|
|
454
|
+
/**
|
|
455
|
+
* @description Indicates whether the file is currently in a pending transfer to a machine.
|
|
456
|
+
* @example false
|
|
457
|
+
*/
|
|
458
|
+
transferPending?: boolean;
|
|
459
|
+
/**
|
|
460
|
+
* @description Indicates whether you own the file, or it was shared with you. The value will be either "owned" or "manual".
|
|
461
|
+
* @example owned
|
|
462
|
+
*/
|
|
463
|
+
visibleViaShare?: string;
|
|
464
|
+
/**
|
|
465
|
+
* @description Indicates whether the file is shared with another org.
|
|
466
|
+
* @example false
|
|
467
|
+
*/
|
|
468
|
+
shared?: boolean;
|
|
469
|
+
/**
|
|
470
|
+
* @description Indicates whether the file can be transferred to a machine. Possible values are: Upload Pending, Ready, and In Progress.
|
|
471
|
+
* @example UPLOAD_PENDING
|
|
472
|
+
*/
|
|
473
|
+
status?: string;
|
|
474
|
+
/**
|
|
475
|
+
* @description Indicates whether the file has been archived.
|
|
476
|
+
* @example false
|
|
477
|
+
*/
|
|
478
|
+
archived?: boolean;
|
|
479
|
+
/**
|
|
480
|
+
* @description Indicates whether the file is new.
|
|
481
|
+
* @example false
|
|
482
|
+
*/
|
|
483
|
+
"new<sup>DEPRECATED</sup>"?: boolean;
|
|
484
|
+
};
|
|
485
|
+
PostFiles: {
|
|
486
|
+
/**
|
|
487
|
+
* @description The file was successfully created.
|
|
488
|
+
* @example Created
|
|
489
|
+
*/
|
|
490
|
+
201?: unknown;
|
|
491
|
+
/**
|
|
492
|
+
* @description File names must be between 5 and 69 characters and may only contain international alphanumeric characters, spaces, and any of the following: ".,-_". Specifically, it must match the following Unicode regular expression: ^[\p{N}\p{L}.,_ \-]+$
|
|
493
|
+
* @example <ul> <li>Must be between 5 and 69 characters</li> <li>Should not contain invalid characters.</li> </ul>
|
|
494
|
+
*/
|
|
495
|
+
400?: unknown;
|
|
496
|
+
};
|
|
497
|
+
PutFiles: {
|
|
498
|
+
/**
|
|
499
|
+
* @description The file was updated.
|
|
500
|
+
* @example No Content
|
|
501
|
+
*/
|
|
502
|
+
204?: unknown;
|
|
503
|
+
/**
|
|
504
|
+
* @description File names must be between 1 and 45 characters and may only contain international alphanumeric characters, spaces, and any of the following: ".,-_". Specifically, it must match the following Unicode regular expression: ^[\p{N}\p{L}.,_ \-]+$
|
|
505
|
+
* @example <ul> <li>Must be between 1 and 45 characters</li> <li>Should not contain invalid characters.</li> </ul>
|
|
506
|
+
*/
|
|
507
|
+
400?: unknown;
|
|
508
|
+
};
|
|
509
|
+
/** @description Stub schema for EditableFileDetails (auto-generated - original was missing) */
|
|
510
|
+
EditableFileDetails: {
|
|
511
|
+
[key: string]: unknown;
|
|
512
|
+
};
|
|
513
|
+
/** @description Stub schema for PostableFileDetails (auto-generated - original was missing) */
|
|
514
|
+
PostableFileDetails: {
|
|
515
|
+
[key: string]: unknown;
|
|
516
|
+
};
|
|
517
|
+
};
|
|
518
|
+
responses: {
|
|
519
|
+
/** @description Successful operation */
|
|
520
|
+
FileListResponse: {
|
|
521
|
+
headers: {
|
|
522
|
+
[name: string]: unknown;
|
|
523
|
+
};
|
|
524
|
+
content: {
|
|
525
|
+
"application/vnd.deere.axiom.v3+json": {
|
|
526
|
+
links?: components["schemas"]["FilesLink"][];
|
|
527
|
+
/**
|
|
528
|
+
* Format: double
|
|
529
|
+
* @description Total number of files matching the request
|
|
530
|
+
* @example 123
|
|
531
|
+
*/
|
|
532
|
+
total?: number;
|
|
533
|
+
values?: unknown;
|
|
534
|
+
};
|
|
535
|
+
};
|
|
536
|
+
};
|
|
537
|
+
/** @description Successful operation */
|
|
538
|
+
FileIdGet: {
|
|
539
|
+
headers: {
|
|
540
|
+
[name: string]: unknown;
|
|
541
|
+
};
|
|
542
|
+
content: {
|
|
543
|
+
"": {
|
|
544
|
+
links?: unknown;
|
|
545
|
+
values?: unknown;
|
|
546
|
+
};
|
|
547
|
+
};
|
|
548
|
+
};
|
|
549
|
+
};
|
|
550
|
+
parameters: {
|
|
551
|
+
/** @description Organization */
|
|
552
|
+
OrganizationID: string;
|
|
553
|
+
/** @description Organization */
|
|
554
|
+
OrganizationID2: string;
|
|
555
|
+
/** @description Organization */
|
|
556
|
+
OrganizationID3: string;
|
|
557
|
+
/** @description Takes ALL or MACHINE. ALL shows all the files in the org. MACHINE shows only the files sent from a machine to the host. */
|
|
558
|
+
Filter: string;
|
|
559
|
+
/** @description Takes ALL or MACHINE. ALL shows all the files in the org. MACHINE shows only the files sent from a machine to the host. */
|
|
560
|
+
FilterOptional: string;
|
|
561
|
+
/** @description Takes a number that identifies the file type. */
|
|
562
|
+
FileType: number;
|
|
563
|
+
/** @description Takes the file type number. */
|
|
564
|
+
FileTypeOptional: number;
|
|
565
|
+
/** @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. */
|
|
566
|
+
"X-deere-signature": string;
|
|
567
|
+
/** @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. */
|
|
568
|
+
"X-deere-signatureOptional": string;
|
|
569
|
+
/** @description Filters by whether a file is transferable */
|
|
570
|
+
Transferable: boolean;
|
|
571
|
+
/** @description Allows client to download file in chunks. -1 will download entire file. For smaller pieces, enter offset point (in bytes) in this parameter. */
|
|
572
|
+
Offset: number;
|
|
573
|
+
/** @description Allows client to download file in chunks. -1 will download entire file. For smaller pieces, enter size (in bytes) in this parameter. */
|
|
574
|
+
Size: number;
|
|
575
|
+
/** @description File Id. */
|
|
576
|
+
FileId: string;
|
|
577
|
+
/** @description Takes a timestamp (in UTC) that indicates when the file was created. Timestamp format is the <a href="https://en.wikipedia.org/wiki/ISO_8601" target="_blank">ISO 8601</a> standard. */
|
|
578
|
+
StartDate: string;
|
|
579
|
+
/** @description Takes a timestamp (in UTC) that indicates when the file was created. Timestamp format is the <a href="https://en.wikipedia.org/wiki/ISO_8601" target="_blank">ISO 8601</a> standard */
|
|
580
|
+
EndDate: Record<string, never>;
|
|
581
|
+
/** @description Allows client to filter files according to whether they are transferable to machines. Takes TRANSFERABLE and NON_TRANSFERABLE. */
|
|
582
|
+
Status: string;
|
|
583
|
+
/** @description Allows client to filter files according to whether they have been archived. TRUE returns only archived files. */
|
|
584
|
+
Archived: boolean;
|
|
585
|
+
/** @description File name. */
|
|
586
|
+
Name: string;
|
|
587
|
+
/** @description Set to false to force the file to be processed if it would otherwise delay processing. Can only be used with a copyFrom link. */
|
|
588
|
+
DelayProcessing: boolean;
|
|
589
|
+
/** @description Currently only supports a copyFrom rel, which can be passed to copy another file into the destination organization. */
|
|
590
|
+
Links: Record<string, never>;
|
|
591
|
+
};
|
|
592
|
+
requestBodies: never;
|
|
593
|
+
headers: never;
|
|
594
|
+
pathItems: never;
|
|
595
|
+
}
|
|
596
|
+
export type $defs = Record<string, never>;
|
|
597
|
+
export type operations = Record<string, never>;
|
|
598
|
+
//# sourceMappingURL=files.d.ts.map
|