@azure-rest/agrifood-farming 1.0.0-beta.2 → 1.0.0-beta.4

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.
Files changed (221) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/LICENSE +21 -0
  3. package/README.md +16 -18
  4. package/dist/browser/clientDefinitions.d.ts +862 -0
  5. package/dist/browser/clientDefinitions.d.ts.map +1 -0
  6. package/dist/browser/clientDefinitions.js +4 -0
  7. package/dist/browser/clientDefinitions.js.map +1 -0
  8. package/dist/browser/farmBeats.d.ts +16 -0
  9. package/dist/browser/farmBeats.d.ts.map +1 -0
  10. package/dist/browser/farmBeats.js +45 -0
  11. package/dist/browser/farmBeats.js.map +1 -0
  12. package/dist/browser/index.d.ts +13 -0
  13. package/dist/browser/index.d.ts.map +1 -0
  14. package/dist/browser/index.js +15 -0
  15. package/dist/browser/index.js.map +1 -0
  16. package/dist/browser/isUnexpected.d.ts +199 -0
  17. package/dist/browser/isUnexpected.d.ts.map +1 -0
  18. package/{dist-esm/src → dist/browser}/isUnexpected.js +20 -21
  19. package/dist/browser/isUnexpected.js.map +1 -0
  20. package/dist/browser/logger.d.ts +2 -0
  21. package/dist/browser/logger.d.ts.map +1 -0
  22. package/dist/browser/logger.js +5 -0
  23. package/dist/browser/logger.js.map +1 -0
  24. package/dist/browser/models.d.ts +1301 -0
  25. package/dist/browser/models.d.ts.map +1 -0
  26. package/dist/browser/models.js +4 -0
  27. package/{dist-esm/src → dist/browser}/models.js.map +1 -1
  28. package/dist/browser/outputModels.d.ts +2620 -0
  29. package/dist/browser/outputModels.d.ts.map +1 -0
  30. package/dist/browser/outputModels.js +4 -0
  31. package/{dist-esm/src → dist/browser}/outputModels.js.map +1 -1
  32. package/dist/browser/package.json +3 -0
  33. package/dist/browser/paginateHelper.d.ts +68 -0
  34. package/dist/browser/paginateHelper.d.ts.map +1 -0
  35. package/{dist-esm/src → dist/browser}/paginateHelper.js +70 -3
  36. package/dist/browser/paginateHelper.js.map +1 -0
  37. package/dist/browser/parameters.d.ts +2749 -0
  38. package/dist/browser/parameters.d.ts.map +1 -0
  39. package/dist/browser/parameters.js +4 -0
  40. package/dist/browser/parameters.js.map +1 -0
  41. package/dist/browser/pollingHelper.d.ts +76 -0
  42. package/dist/browser/pollingHelper.d.ts.map +1 -0
  43. package/dist/browser/pollingHelper.js +107 -0
  44. package/dist/browser/pollingHelper.js.map +1 -0
  45. package/dist/browser/responses.d.ts +2890 -0
  46. package/dist/browser/responses.d.ts.map +1 -0
  47. package/dist/browser/responses.js +4 -0
  48. package/dist/browser/responses.js.map +1 -0
  49. package/dist/browser/serializeHelper.d.ts +2 -0
  50. package/dist/browser/serializeHelper.d.ts.map +1 -0
  51. package/{dist-esm/src → dist/browser}/serializeHelper.js +3 -3
  52. package/dist/browser/serializeHelper.js.map +1 -0
  53. package/dist/commonjs/clientDefinitions.d.ts +862 -0
  54. package/dist/commonjs/clientDefinitions.d.ts.map +1 -0
  55. package/dist/commonjs/clientDefinitions.js +5 -0
  56. package/dist/commonjs/clientDefinitions.js.map +1 -0
  57. package/dist/commonjs/farmBeats.d.ts +16 -0
  58. package/dist/commonjs/farmBeats.d.ts.map +1 -0
  59. package/dist/commonjs/farmBeats.js +48 -0
  60. package/dist/commonjs/farmBeats.js.map +1 -0
  61. package/dist/commonjs/index.d.ts +13 -0
  62. package/dist/commonjs/index.d.ts.map +1 -0
  63. package/dist/commonjs/index.js +18 -0
  64. package/dist/commonjs/index.js.map +1 -0
  65. package/dist/commonjs/isUnexpected.d.ts +199 -0
  66. package/dist/commonjs/isUnexpected.d.ts.map +1 -0
  67. package/dist/{index.js → commonjs/isUnexpected.js} +24 -191
  68. package/dist/commonjs/isUnexpected.js.map +1 -0
  69. package/dist/commonjs/logger.d.ts +2 -0
  70. package/dist/commonjs/logger.d.ts.map +1 -0
  71. package/dist/commonjs/logger.js +8 -0
  72. package/dist/commonjs/logger.js.map +1 -0
  73. package/dist/commonjs/models.d.ts +1301 -0
  74. package/dist/commonjs/models.d.ts.map +1 -0
  75. package/dist/commonjs/models.js +5 -0
  76. package/dist/commonjs/models.js.map +1 -0
  77. package/dist/commonjs/outputModels.d.ts +2620 -0
  78. package/dist/commonjs/outputModels.d.ts.map +1 -0
  79. package/dist/commonjs/outputModels.js +5 -0
  80. package/dist/commonjs/outputModels.js.map +1 -0
  81. package/dist/commonjs/package.json +3 -0
  82. package/dist/commonjs/paginateHelper.d.ts +68 -0
  83. package/dist/commonjs/paginateHelper.d.ts.map +1 -0
  84. package/dist/commonjs/paginateHelper.js +140 -0
  85. package/dist/commonjs/paginateHelper.js.map +1 -0
  86. package/dist/commonjs/parameters.d.ts +2749 -0
  87. package/dist/commonjs/parameters.d.ts.map +1 -0
  88. package/dist/commonjs/parameters.js +5 -0
  89. package/dist/commonjs/parameters.js.map +1 -0
  90. package/dist/commonjs/pollingHelper.d.ts +76 -0
  91. package/dist/commonjs/pollingHelper.d.ts.map +1 -0
  92. package/dist/commonjs/pollingHelper.js +110 -0
  93. package/dist/commonjs/pollingHelper.js.map +1 -0
  94. package/dist/commonjs/responses.d.ts +2890 -0
  95. package/dist/commonjs/responses.d.ts.map +1 -0
  96. package/dist/commonjs/responses.js +5 -0
  97. package/dist/commonjs/responses.js.map +1 -0
  98. package/dist/commonjs/serializeHelper.d.ts +2 -0
  99. package/dist/commonjs/serializeHelper.d.ts.map +1 -0
  100. package/dist/commonjs/serializeHelper.js +16 -0
  101. package/dist/commonjs/serializeHelper.js.map +1 -0
  102. package/dist/commonjs/tsdoc-metadata.json +11 -0
  103. package/dist/esm/clientDefinitions.d.ts +862 -0
  104. package/dist/esm/clientDefinitions.d.ts.map +1 -0
  105. package/dist/esm/clientDefinitions.js +4 -0
  106. package/dist/esm/clientDefinitions.js.map +1 -0
  107. package/dist/esm/farmBeats.d.ts +16 -0
  108. package/dist/esm/farmBeats.d.ts.map +1 -0
  109. package/dist/esm/farmBeats.js +45 -0
  110. package/dist/esm/farmBeats.js.map +1 -0
  111. package/dist/esm/index.d.ts +13 -0
  112. package/dist/esm/index.d.ts.map +1 -0
  113. package/dist/esm/index.js +15 -0
  114. package/dist/esm/index.js.map +1 -0
  115. package/dist/esm/isUnexpected.d.ts +199 -0
  116. package/dist/esm/isUnexpected.d.ts.map +1 -0
  117. package/dist/esm/isUnexpected.js +268 -0
  118. package/dist/esm/isUnexpected.js.map +1 -0
  119. package/dist/esm/logger.d.ts +2 -0
  120. package/dist/esm/logger.d.ts.map +1 -0
  121. package/dist/esm/logger.js +5 -0
  122. package/dist/esm/logger.js.map +1 -0
  123. package/dist/esm/models.d.ts +1301 -0
  124. package/dist/esm/models.d.ts.map +1 -0
  125. package/dist/esm/models.js +4 -0
  126. package/dist/esm/models.js.map +1 -0
  127. package/dist/esm/outputModels.d.ts +2620 -0
  128. package/dist/esm/outputModels.d.ts.map +1 -0
  129. package/dist/esm/outputModels.js +4 -0
  130. package/dist/esm/outputModels.js.map +1 -0
  131. package/dist/esm/package.json +3 -0
  132. package/dist/esm/paginateHelper.d.ts +68 -0
  133. package/dist/esm/paginateHelper.d.ts.map +1 -0
  134. package/dist/esm/paginateHelper.js +137 -0
  135. package/dist/esm/paginateHelper.js.map +1 -0
  136. package/dist/esm/parameters.d.ts +2749 -0
  137. package/dist/esm/parameters.d.ts.map +1 -0
  138. package/dist/esm/parameters.js +4 -0
  139. package/dist/esm/parameters.js.map +1 -0
  140. package/dist/esm/pollingHelper.d.ts +76 -0
  141. package/dist/esm/pollingHelper.d.ts.map +1 -0
  142. package/dist/esm/pollingHelper.js +107 -0
  143. package/dist/esm/pollingHelper.js.map +1 -0
  144. package/dist/esm/responses.d.ts +2890 -0
  145. package/dist/esm/responses.d.ts.map +1 -0
  146. package/dist/esm/responses.js +4 -0
  147. package/dist/esm/responses.js.map +1 -0
  148. package/dist/esm/serializeHelper.d.ts +2 -0
  149. package/dist/esm/serializeHelper.d.ts.map +1 -0
  150. package/dist/esm/serializeHelper.js +13 -0
  151. package/dist/esm/serializeHelper.js.map +1 -0
  152. package/dist/react-native/clientDefinitions.d.ts +862 -0
  153. package/dist/react-native/clientDefinitions.d.ts.map +1 -0
  154. package/dist/react-native/clientDefinitions.js +4 -0
  155. package/dist/react-native/clientDefinitions.js.map +1 -0
  156. package/dist/react-native/farmBeats.d.ts +16 -0
  157. package/dist/react-native/farmBeats.d.ts.map +1 -0
  158. package/dist/react-native/farmBeats.js +45 -0
  159. package/dist/react-native/farmBeats.js.map +1 -0
  160. package/dist/react-native/index.d.ts +13 -0
  161. package/dist/react-native/index.d.ts.map +1 -0
  162. package/dist/react-native/index.js +15 -0
  163. package/dist/react-native/index.js.map +1 -0
  164. package/dist/react-native/isUnexpected.d.ts +199 -0
  165. package/dist/react-native/isUnexpected.d.ts.map +1 -0
  166. package/dist/react-native/isUnexpected.js +268 -0
  167. package/dist/react-native/isUnexpected.js.map +1 -0
  168. package/dist/react-native/logger.d.ts +2 -0
  169. package/dist/react-native/logger.d.ts.map +1 -0
  170. package/dist/react-native/logger.js +5 -0
  171. package/dist/react-native/logger.js.map +1 -0
  172. package/dist/react-native/models.d.ts +1301 -0
  173. package/dist/react-native/models.d.ts.map +1 -0
  174. package/dist/react-native/models.js +4 -0
  175. package/dist/react-native/models.js.map +1 -0
  176. package/dist/react-native/outputModels.d.ts +2620 -0
  177. package/dist/react-native/outputModels.d.ts.map +1 -0
  178. package/dist/react-native/outputModels.js +4 -0
  179. package/dist/react-native/outputModels.js.map +1 -0
  180. package/dist/react-native/package.json +3 -0
  181. package/dist/react-native/paginateHelper.d.ts +68 -0
  182. package/dist/react-native/paginateHelper.d.ts.map +1 -0
  183. package/dist/react-native/paginateHelper.js +137 -0
  184. package/dist/react-native/paginateHelper.js.map +1 -0
  185. package/dist/react-native/parameters.d.ts +2749 -0
  186. package/dist/react-native/parameters.d.ts.map +1 -0
  187. package/dist/react-native/parameters.js +4 -0
  188. package/dist/react-native/parameters.js.map +1 -0
  189. package/dist/react-native/pollingHelper.d.ts +76 -0
  190. package/dist/react-native/pollingHelper.d.ts.map +1 -0
  191. package/dist/react-native/pollingHelper.js +107 -0
  192. package/dist/react-native/pollingHelper.js.map +1 -0
  193. package/dist/react-native/responses.d.ts +2890 -0
  194. package/dist/react-native/responses.d.ts.map +1 -0
  195. package/dist/react-native/responses.js +4 -0
  196. package/dist/react-native/responses.js.map +1 -0
  197. package/dist/react-native/serializeHelper.d.ts +2 -0
  198. package/dist/react-native/serializeHelper.d.ts.map +1 -0
  199. package/dist/react-native/serializeHelper.js +13 -0
  200. package/dist/react-native/serializeHelper.js.map +1 -0
  201. package/package.json +84 -79
  202. package/review/agrifood-farming-node.api.md +11020 -0
  203. package/dist/index.js.map +0 -1
  204. package/dist-esm/src/clientDefinitions.js +0 -4
  205. package/dist-esm/src/clientDefinitions.js.map +0 -1
  206. package/dist-esm/src/farmBeats.js +0 -27
  207. package/dist-esm/src/farmBeats.js.map +0 -1
  208. package/dist-esm/src/index.js +0 -15
  209. package/dist-esm/src/index.js.map +0 -1
  210. package/dist-esm/src/isUnexpected.js.map +0 -1
  211. package/dist-esm/src/models.js +0 -4
  212. package/dist-esm/src/outputModels.js +0 -4
  213. package/dist-esm/src/paginateHelper.js.map +0 -1
  214. package/dist-esm/src/parameters.js +0 -4
  215. package/dist-esm/src/parameters.js.map +0 -1
  216. package/dist-esm/src/pollingHelper.js +0 -50
  217. package/dist-esm/src/pollingHelper.js.map +0 -1
  218. package/dist-esm/src/responses.js +0 -4
  219. package/dist-esm/src/responses.js.map +0 -1
  220. package/dist-esm/src/serializeHelper.js.map +0 -1
  221. package/types/agrifood-farming-rest.d.ts +0 -12267
@@ -0,0 +1,2890 @@
1
+ import type { RawHttpHeaders } from "@azure/core-rest-pipeline";
2
+ import type { HttpResponse } from "@azure-rest/core-client";
3
+ import type { ApplicationDataListResponseOutput, ErrorResponseOutput, CascadeDeleteJobOutput, ApplicationDataOutput, AttachmentListResponseOutput, AttachmentOutput, BoundaryMetadataListResponseOutput, BoundaryOutput, BoundaryOverlapResponseOutput, CropProductListResponseOutput, CropProductOutput, CropListResponseOutput, CropOutput, DeviceDataModelListResponseOutput, DeviceDataModelOutput, DeviceListResponseOutput, DeviceOutput, FarmOperationDataIngestionJobOutput, FarmListResponseOutput, FarmOutput, FieldListResponseOutput, FieldOutput, HarvestDataListResponseOutput, HarvestDataOutput, ImageProcessingRasterizeJobOutput, InsightAttachmentListResponseOutput, InsightAttachmentOutput, InsightListResponseOutput, InsightOutput, ManagementZoneListResponseOutput, ManagementZoneOutput, BiomassModelJobOutput, SensorPlacementModelJobOutput, SoilMoistureModelJobOutput, NutrientAnalysisListResponseOutput, NutrientAnalysisOutput, OAuthProviderListResponseOutput, OAuthProviderOutput, OAuthProviderCascadeDeleteJobOutput, OAuthTokenListResponseOutput, PartyListResponseOutput, PartyOutput, PlantingDataListResponseOutput, PlantingDataOutput, PlantTissueAnalysisListResponseOutput, PlantTissueAnalysisOutput, PrescriptionMapListResponseOutput, PrescriptionMapOutput, PrescriptionListResponseOutput, PrescriptionOutput, SceneListResponseOutput, SatelliteDataIngestionJobOutput, SearchFeaturesResponseOutput, StacFeatureOutput, SeasonalFieldListResponseOutput, SeasonalFieldOutput, SeasonListResponseOutput, SeasonOutput, SensorDataModelListResponseOutput, SensorDataModelOutput, SensorEventListResponseOutput, SensorMappingListResponseOutput, SensorMappingOutput, SensorPartnerIntegrationModelListResponseOutput, SensorPartnerIntegrationModelOutput, SensorPartnerIntegrationCheckConsentResponseOutput, SensorPartnerIntegrationGenerateConsentLinkResponseOutput, SensorListResponseOutput, SensorOutput, IoTHubDeviceAuthenticationOutput, TillageDataListResponseOutput, TillageDataOutput, WeatherDataListResponseOutput, WeatherDataDeleteJobOutput, WeatherDataIngestionJobOutput, WeatherDataProviderResponseOutput, ZoneListResponseOutput, ZoneOutput } from "./outputModels.js";
4
+ /** Returns a paginated list of application data resources across all parties. */
5
+ export interface ApplicationDataList200Response extends HttpResponse {
6
+ status: "200";
7
+ body: ApplicationDataListResponseOutput;
8
+ }
9
+ export interface ApplicationDataListDefaultHeaders {
10
+ "x-ms-error-code"?: string;
11
+ }
12
+ /** Returns a paginated list of application data resources across all parties. */
13
+ export interface ApplicationDataListDefaultResponse extends HttpResponse {
14
+ status: string;
15
+ body: ErrorResponseOutput;
16
+ headers: RawHttpHeaders & ApplicationDataListDefaultHeaders;
17
+ }
18
+ /** Create cascade delete job for application data resource. */
19
+ export interface ApplicationDataCreateCascadeDeleteJob202Response extends HttpResponse {
20
+ status: "202";
21
+ body: CascadeDeleteJobOutput;
22
+ }
23
+ export interface ApplicationDataCreateCascadeDeleteJobDefaultHeaders {
24
+ "x-ms-error-code"?: string;
25
+ }
26
+ /** Create cascade delete job for application data resource. */
27
+ export interface ApplicationDataCreateCascadeDeleteJobDefaultResponse extends HttpResponse {
28
+ status: string;
29
+ body: ErrorResponseOutput;
30
+ headers: RawHttpHeaders & ApplicationDataCreateCascadeDeleteJobDefaultHeaders;
31
+ }
32
+ /** Get cascade delete job for application data resource. */
33
+ export interface ApplicationDataGetCascadeDeleteJobDetails200Response extends HttpResponse {
34
+ status: "200";
35
+ body: CascadeDeleteJobOutput;
36
+ }
37
+ export interface ApplicationDataGetCascadeDeleteJobDetailsDefaultHeaders {
38
+ "x-ms-error-code"?: string;
39
+ }
40
+ /** Get cascade delete job for application data resource. */
41
+ export interface ApplicationDataGetCascadeDeleteJobDetailsDefaultResponse extends HttpResponse {
42
+ status: string;
43
+ body: ErrorResponseOutput;
44
+ headers: RawHttpHeaders & ApplicationDataGetCascadeDeleteJobDetailsDefaultHeaders;
45
+ }
46
+ /** Returns a paginated list of application data resources under a particular party. */
47
+ export interface ApplicationDataListByPartyId200Response extends HttpResponse {
48
+ status: "200";
49
+ body: ApplicationDataListResponseOutput;
50
+ }
51
+ export interface ApplicationDataListByPartyIdDefaultHeaders {
52
+ "x-ms-error-code"?: string;
53
+ }
54
+ /** Returns a paginated list of application data resources under a particular party. */
55
+ export interface ApplicationDataListByPartyIdDefaultResponse extends HttpResponse {
56
+ status: string;
57
+ body: ErrorResponseOutput;
58
+ headers: RawHttpHeaders & ApplicationDataListByPartyIdDefaultHeaders;
59
+ }
60
+ /** Get a specified application data resource under a particular party. */
61
+ export interface ApplicationDataGet200Response extends HttpResponse {
62
+ status: "200";
63
+ body: ApplicationDataOutput;
64
+ }
65
+ export interface ApplicationDataGetDefaultHeaders {
66
+ "x-ms-error-code"?: string;
67
+ }
68
+ /** Get a specified application data resource under a particular party. */
69
+ export interface ApplicationDataGetDefaultResponse extends HttpResponse {
70
+ status: string;
71
+ body: ErrorResponseOutput;
72
+ headers: RawHttpHeaders & ApplicationDataGetDefaultHeaders;
73
+ }
74
+ /** Creates or updates an application data resource under a particular party. */
75
+ export interface ApplicationDataCreateOrUpdate200Response extends HttpResponse {
76
+ status: "200";
77
+ body: ApplicationDataOutput;
78
+ }
79
+ /** Creates or updates an application data resource under a particular party. */
80
+ export interface ApplicationDataCreateOrUpdate201Response extends HttpResponse {
81
+ status: "201";
82
+ body: ApplicationDataOutput;
83
+ }
84
+ export interface ApplicationDataCreateOrUpdateDefaultHeaders {
85
+ "x-ms-error-code"?: string;
86
+ }
87
+ /** Creates or updates an application data resource under a particular party. */
88
+ export interface ApplicationDataCreateOrUpdateDefaultResponse extends HttpResponse {
89
+ status: string;
90
+ body: ErrorResponseOutput;
91
+ headers: RawHttpHeaders & ApplicationDataCreateOrUpdateDefaultHeaders;
92
+ }
93
+ /** Deletes a specified application data resource under a particular party. */
94
+ export interface ApplicationDataDelete204Response extends HttpResponse {
95
+ status: "204";
96
+ }
97
+ export interface ApplicationDataDeleteDefaultHeaders {
98
+ "x-ms-error-code"?: string;
99
+ }
100
+ /** Deletes a specified application data resource under a particular party. */
101
+ export interface ApplicationDataDeleteDefaultResponse extends HttpResponse {
102
+ status: string;
103
+ body: ErrorResponseOutput;
104
+ headers: RawHttpHeaders & ApplicationDataDeleteDefaultHeaders;
105
+ }
106
+ /** Returns a paginated list of attachment resources under a particular party. */
107
+ export interface AttachmentsListByPartyId200Response extends HttpResponse {
108
+ status: "200";
109
+ body: AttachmentListResponseOutput;
110
+ }
111
+ export interface AttachmentsListByPartyIdDefaultHeaders {
112
+ "x-ms-error-code"?: string;
113
+ }
114
+ /** Returns a paginated list of attachment resources under a particular party. */
115
+ export interface AttachmentsListByPartyIdDefaultResponse extends HttpResponse {
116
+ status: string;
117
+ body: ErrorResponseOutput;
118
+ headers: RawHttpHeaders & AttachmentsListByPartyIdDefaultHeaders;
119
+ }
120
+ /** Gets a specified attachment resource under a particular party. */
121
+ export interface AttachmentsGet200Response extends HttpResponse {
122
+ status: "200";
123
+ body: AttachmentOutput;
124
+ }
125
+ export interface AttachmentsGetDefaultHeaders {
126
+ "x-ms-error-code"?: string;
127
+ }
128
+ /** Gets a specified attachment resource under a particular party. */
129
+ export interface AttachmentsGetDefaultResponse extends HttpResponse {
130
+ status: string;
131
+ body: ErrorResponseOutput;
132
+ headers: RawHttpHeaders & AttachmentsGetDefaultHeaders;
133
+ }
134
+ /** Creates or updates an attachment resource under a particular party. */
135
+ export interface AttachmentsCreateOrUpdate200Response extends HttpResponse {
136
+ status: "200";
137
+ body: AttachmentOutput;
138
+ }
139
+ /** Creates or updates an attachment resource under a particular party. */
140
+ export interface AttachmentsCreateOrUpdate201Response extends HttpResponse {
141
+ status: "201";
142
+ body: AttachmentOutput;
143
+ }
144
+ export interface AttachmentsCreateOrUpdateDefaultHeaders {
145
+ "x-ms-error-code"?: string;
146
+ }
147
+ /** Creates or updates an attachment resource under a particular party. */
148
+ export interface AttachmentsCreateOrUpdateDefaultResponse extends HttpResponse {
149
+ status: string;
150
+ body: ErrorResponseOutput;
151
+ headers: RawHttpHeaders & AttachmentsCreateOrUpdateDefaultHeaders;
152
+ }
153
+ /** Deletes a specified attachment resource under a particular party. */
154
+ export interface AttachmentsDelete204Response extends HttpResponse {
155
+ status: "204";
156
+ }
157
+ export interface AttachmentsDeleteDefaultHeaders {
158
+ "x-ms-error-code"?: string;
159
+ }
160
+ /** Deletes a specified attachment resource under a particular party. */
161
+ export interface AttachmentsDeleteDefaultResponse extends HttpResponse {
162
+ status: string;
163
+ body: ErrorResponseOutput;
164
+ headers: RawHttpHeaders & AttachmentsDeleteDefaultHeaders;
165
+ }
166
+ /** Downloads and returns attachment as response for the given input filePath. */
167
+ export interface AttachmentsDownload200Response extends HttpResponse {
168
+ status: "200";
169
+ /** Value may contain any sequence of octets */
170
+ body: Uint8Array;
171
+ }
172
+ export interface AttachmentsDownloadDefaultHeaders {
173
+ "x-ms-error-code"?: string;
174
+ }
175
+ /** Downloads and returns attachment as response for the given input filePath. */
176
+ export interface AttachmentsDownloadDefaultResponse extends HttpResponse {
177
+ status: string;
178
+ body: ErrorResponseOutput;
179
+ headers: RawHttpHeaders & AttachmentsDownloadDefaultHeaders;
180
+ }
181
+ /** Returns a paginated list of boundary resources across all parties. */
182
+ export interface BoundariesList200Response extends HttpResponse {
183
+ status: "200";
184
+ body: BoundaryMetadataListResponseOutput;
185
+ }
186
+ export interface BoundariesListDefaultHeaders {
187
+ "x-ms-error-code"?: string;
188
+ }
189
+ /** Returns a paginated list of boundary resources across all parties. */
190
+ export interface BoundariesListDefaultResponse extends HttpResponse {
191
+ status: string;
192
+ body: ErrorResponseOutput;
193
+ headers: RawHttpHeaders & BoundariesListDefaultHeaders;
194
+ }
195
+ /** Search for boundaries across all parties by fields and intersecting geometry. */
196
+ export interface BoundariesSearch200Response extends HttpResponse {
197
+ status: "200";
198
+ body: BoundaryMetadataListResponseOutput;
199
+ }
200
+ export interface BoundariesSearchDefaultHeaders {
201
+ "x-ms-error-code"?: string;
202
+ }
203
+ /** Search for boundaries across all parties by fields and intersecting geometry. */
204
+ export interface BoundariesSearchDefaultResponse extends HttpResponse {
205
+ status: string;
206
+ body: ErrorResponseOutput;
207
+ headers: RawHttpHeaders & BoundariesSearchDefaultHeaders;
208
+ }
209
+ /** Create a cascade delete job for specified boundary. */
210
+ export interface BoundariesCreateCascadeDeleteJob202Response extends HttpResponse {
211
+ status: "202";
212
+ body: CascadeDeleteJobOutput;
213
+ }
214
+ export interface BoundariesCreateCascadeDeleteJobDefaultHeaders {
215
+ "x-ms-error-code"?: string;
216
+ }
217
+ /** Create a cascade delete job for specified boundary. */
218
+ export interface BoundariesCreateCascadeDeleteJobDefaultResponse extends HttpResponse {
219
+ status: string;
220
+ body: ErrorResponseOutput;
221
+ headers: RawHttpHeaders & BoundariesCreateCascadeDeleteJobDefaultHeaders;
222
+ }
223
+ /** Get cascade delete job for specified boundary. */
224
+ export interface BoundariesGetCascadeDeleteJobDetails200Response extends HttpResponse {
225
+ status: "200";
226
+ body: CascadeDeleteJobOutput;
227
+ }
228
+ export interface BoundariesGetCascadeDeleteJobDetailsDefaultHeaders {
229
+ "x-ms-error-code"?: string;
230
+ }
231
+ /** Get cascade delete job for specified boundary. */
232
+ export interface BoundariesGetCascadeDeleteJobDetailsDefaultResponse extends HttpResponse {
233
+ status: string;
234
+ body: ErrorResponseOutput;
235
+ headers: RawHttpHeaders & BoundariesGetCascadeDeleteJobDetailsDefaultHeaders;
236
+ }
237
+ /** Returns a paginated list of boundary resources under a particular party. */
238
+ export interface BoundariesListByPartyId200Response extends HttpResponse {
239
+ status: "200";
240
+ body: BoundaryMetadataListResponseOutput;
241
+ }
242
+ export interface BoundariesListByPartyIdDefaultHeaders {
243
+ "x-ms-error-code"?: string;
244
+ }
245
+ /** Returns a paginated list of boundary resources under a particular party. */
246
+ export interface BoundariesListByPartyIdDefaultResponse extends HttpResponse {
247
+ status: string;
248
+ body: ErrorResponseOutput;
249
+ headers: RawHttpHeaders & BoundariesListByPartyIdDefaultHeaders;
250
+ }
251
+ /** Search for boundaries by fields and intersecting geometry. */
252
+ export interface BoundariesSearchByPartyId200Response extends HttpResponse {
253
+ status: "200";
254
+ body: BoundaryMetadataListResponseOutput;
255
+ }
256
+ export interface BoundariesSearchByPartyIdDefaultHeaders {
257
+ "x-ms-error-code"?: string;
258
+ }
259
+ /** Search for boundaries by fields and intersecting geometry. */
260
+ export interface BoundariesSearchByPartyIdDefaultResponse extends HttpResponse {
261
+ status: string;
262
+ body: ErrorResponseOutput;
263
+ headers: RawHttpHeaders & BoundariesSearchByPartyIdDefaultHeaders;
264
+ }
265
+ /** Creates or updates a boundary resource. */
266
+ export interface BoundariesCreateOrUpdate200Response extends HttpResponse {
267
+ status: "200";
268
+ body: BoundaryOutput;
269
+ }
270
+ /** Creates or updates a boundary resource. */
271
+ export interface BoundariesCreateOrUpdate201Response extends HttpResponse {
272
+ status: "201";
273
+ body: BoundaryOutput;
274
+ }
275
+ export interface BoundariesCreateOrUpdateDefaultHeaders {
276
+ "x-ms-error-code"?: string;
277
+ }
278
+ /** Creates or updates a boundary resource. */
279
+ export interface BoundariesCreateOrUpdateDefaultResponse extends HttpResponse {
280
+ status: string;
281
+ body: ErrorResponseOutput;
282
+ headers: RawHttpHeaders & BoundariesCreateOrUpdateDefaultHeaders;
283
+ }
284
+ /** Gets a specified boundary resource under a particular party. */
285
+ export interface BoundariesGet200Response extends HttpResponse {
286
+ status: "200";
287
+ body: BoundaryOutput;
288
+ }
289
+ export interface BoundariesGetDefaultHeaders {
290
+ "x-ms-error-code"?: string;
291
+ }
292
+ /** Gets a specified boundary resource under a particular party. */
293
+ export interface BoundariesGetDefaultResponse extends HttpResponse {
294
+ status: string;
295
+ body: ErrorResponseOutput;
296
+ headers: RawHttpHeaders & BoundariesGetDefaultHeaders;
297
+ }
298
+ /** Deletes a specified boundary resource under a particular party. */
299
+ export interface BoundariesDelete204Response extends HttpResponse {
300
+ status: "204";
301
+ }
302
+ export interface BoundariesDeleteDefaultHeaders {
303
+ "x-ms-error-code"?: string;
304
+ }
305
+ /** Deletes a specified boundary resource under a particular party. */
306
+ export interface BoundariesDeleteDefaultResponse extends HttpResponse {
307
+ status: string;
308
+ body: ErrorResponseOutput;
309
+ headers: RawHttpHeaders & BoundariesDeleteDefaultHeaders;
310
+ }
311
+ /** Returns overlapping area between two boundary Ids. */
312
+ export interface BoundariesGetOverlap200Response extends HttpResponse {
313
+ status: "200";
314
+ body: BoundaryOverlapResponseOutput;
315
+ }
316
+ export interface BoundariesGetOverlapDefaultHeaders {
317
+ "x-ms-error-code"?: string;
318
+ }
319
+ /** Returns overlapping area between two boundary Ids. */
320
+ export interface BoundariesGetOverlapDefaultResponse extends HttpResponse {
321
+ status: string;
322
+ body: ErrorResponseOutput;
323
+ headers: RawHttpHeaders & BoundariesGetOverlapDefaultHeaders;
324
+ }
325
+ /** Returns a paginated list of crop product resources. */
326
+ export interface CropProductsList200Response extends HttpResponse {
327
+ status: "200";
328
+ body: CropProductListResponseOutput;
329
+ }
330
+ export interface CropProductsListDefaultHeaders {
331
+ "x-ms-error-code"?: string;
332
+ }
333
+ /** Returns a paginated list of crop product resources. */
334
+ export interface CropProductsListDefaultResponse extends HttpResponse {
335
+ status: string;
336
+ body: ErrorResponseOutput;
337
+ headers: RawHttpHeaders & CropProductsListDefaultHeaders;
338
+ }
339
+ /** Gets a specified crop Product resource. */
340
+ export interface CropProductsGet200Response extends HttpResponse {
341
+ status: "200";
342
+ body: CropProductOutput;
343
+ }
344
+ export interface CropProductsGetDefaultHeaders {
345
+ "x-ms-error-code"?: string;
346
+ }
347
+ /** Gets a specified crop Product resource. */
348
+ export interface CropProductsGetDefaultResponse extends HttpResponse {
349
+ status: string;
350
+ body: ErrorResponseOutput;
351
+ headers: RawHttpHeaders & CropProductsGetDefaultHeaders;
352
+ }
353
+ /** Creates or updates a crop Product resource. */
354
+ export interface CropProductsCreateOrUpdate200Response extends HttpResponse {
355
+ status: "200";
356
+ body: CropProductOutput;
357
+ }
358
+ /** Creates or updates a crop Product resource. */
359
+ export interface CropProductsCreateOrUpdate201Response extends HttpResponse {
360
+ status: "201";
361
+ body: CropProductOutput;
362
+ }
363
+ export interface CropProductsCreateOrUpdateDefaultHeaders {
364
+ "x-ms-error-code"?: string;
365
+ }
366
+ /** Creates or updates a crop Product resource. */
367
+ export interface CropProductsCreateOrUpdateDefaultResponse extends HttpResponse {
368
+ status: string;
369
+ body: ErrorResponseOutput;
370
+ headers: RawHttpHeaders & CropProductsCreateOrUpdateDefaultHeaders;
371
+ }
372
+ /** Deletes a specified crop Product resource. */
373
+ export interface CropProductsDelete204Response extends HttpResponse {
374
+ status: "204";
375
+ }
376
+ export interface CropProductsDeleteDefaultHeaders {
377
+ "x-ms-error-code"?: string;
378
+ }
379
+ /** Deletes a specified crop Product resource. */
380
+ export interface CropProductsDeleteDefaultResponse extends HttpResponse {
381
+ status: string;
382
+ body: ErrorResponseOutput;
383
+ headers: RawHttpHeaders & CropProductsDeleteDefaultHeaders;
384
+ }
385
+ /** Returns a paginated list of crop resources. */
386
+ export interface CropsList200Response extends HttpResponse {
387
+ status: "200";
388
+ body: CropListResponseOutput;
389
+ }
390
+ export interface CropsListDefaultHeaders {
391
+ "x-ms-error-code"?: string;
392
+ }
393
+ /** Returns a paginated list of crop resources. */
394
+ export interface CropsListDefaultResponse extends HttpResponse {
395
+ status: string;
396
+ body: ErrorResponseOutput;
397
+ headers: RawHttpHeaders & CropsListDefaultHeaders;
398
+ }
399
+ /** Gets a specified crop resource. */
400
+ export interface CropsGet200Response extends HttpResponse {
401
+ status: "200";
402
+ body: CropOutput;
403
+ }
404
+ export interface CropsGetDefaultHeaders {
405
+ "x-ms-error-code"?: string;
406
+ }
407
+ /** Gets a specified crop resource. */
408
+ export interface CropsGetDefaultResponse extends HttpResponse {
409
+ status: string;
410
+ body: ErrorResponseOutput;
411
+ headers: RawHttpHeaders & CropsGetDefaultHeaders;
412
+ }
413
+ /** Creates or updates a crop resource. */
414
+ export interface CropsCreateOrUpdate200Response extends HttpResponse {
415
+ status: "200";
416
+ body: CropOutput;
417
+ }
418
+ /** Creates or updates a crop resource. */
419
+ export interface CropsCreateOrUpdate201Response extends HttpResponse {
420
+ status: "201";
421
+ body: CropOutput;
422
+ }
423
+ export interface CropsCreateOrUpdateDefaultHeaders {
424
+ "x-ms-error-code"?: string;
425
+ }
426
+ /** Creates or updates a crop resource. */
427
+ export interface CropsCreateOrUpdateDefaultResponse extends HttpResponse {
428
+ status: string;
429
+ body: ErrorResponseOutput;
430
+ headers: RawHttpHeaders & CropsCreateOrUpdateDefaultHeaders;
431
+ }
432
+ /** Deletes Crop for given crop id. */
433
+ export interface CropsDelete204Response extends HttpResponse {
434
+ status: "204";
435
+ }
436
+ export interface CropsDeleteDefaultHeaders {
437
+ "x-ms-error-code"?: string;
438
+ }
439
+ /** Deletes Crop for given crop id. */
440
+ export interface CropsDeleteDefaultResponse extends HttpResponse {
441
+ status: string;
442
+ body: ErrorResponseOutput;
443
+ headers: RawHttpHeaders & CropsDeleteDefaultHeaders;
444
+ }
445
+ /** Returns a paginated list of device data model resources. */
446
+ export interface DeviceDataModelsList200Response extends HttpResponse {
447
+ status: "200";
448
+ body: DeviceDataModelListResponseOutput;
449
+ }
450
+ export interface DeviceDataModelsListDefaultHeaders {
451
+ "x-ms-error-code"?: string;
452
+ }
453
+ /** Returns a paginated list of device data model resources. */
454
+ export interface DeviceDataModelsListDefaultResponse extends HttpResponse {
455
+ status: string;
456
+ body: ErrorResponseOutput;
457
+ headers: RawHttpHeaders & DeviceDataModelsListDefaultHeaders;
458
+ }
459
+ /** Create a device data model entity. */
460
+ export interface DeviceDataModelsCreateOrUpdate200Response extends HttpResponse {
461
+ status: "200";
462
+ body: DeviceDataModelOutput;
463
+ }
464
+ /** Create a device data model entity. */
465
+ export interface DeviceDataModelsCreateOrUpdate201Response extends HttpResponse {
466
+ status: "201";
467
+ body: DeviceDataModelOutput;
468
+ }
469
+ export interface DeviceDataModelsCreateOrUpdateDefaultHeaders {
470
+ "x-ms-error-code"?: string;
471
+ }
472
+ /** Create a device data model entity. */
473
+ export interface DeviceDataModelsCreateOrUpdateDefaultResponse extends HttpResponse {
474
+ status: string;
475
+ body: ErrorResponseOutput;
476
+ headers: RawHttpHeaders & DeviceDataModelsCreateOrUpdateDefaultHeaders;
477
+ }
478
+ /** Gets a device data model entity. */
479
+ export interface DeviceDataModelsGet200Response extends HttpResponse {
480
+ status: "200";
481
+ body: DeviceDataModelOutput;
482
+ }
483
+ export interface DeviceDataModelsGetDefaultHeaders {
484
+ "x-ms-error-code"?: string;
485
+ }
486
+ /** Gets a device data model entity. */
487
+ export interface DeviceDataModelsGetDefaultResponse extends HttpResponse {
488
+ status: string;
489
+ body: ErrorResponseOutput;
490
+ headers: RawHttpHeaders & DeviceDataModelsGetDefaultHeaders;
491
+ }
492
+ /** Deletes a device data model entity. */
493
+ export interface DeviceDataModelsDelete204Response extends HttpResponse {
494
+ status: "204";
495
+ }
496
+ export interface DeviceDataModelsDeleteDefaultHeaders {
497
+ "x-ms-error-code"?: string;
498
+ }
499
+ /** Deletes a device data model entity. */
500
+ export interface DeviceDataModelsDeleteDefaultResponse extends HttpResponse {
501
+ status: string;
502
+ body: ErrorResponseOutput;
503
+ headers: RawHttpHeaders & DeviceDataModelsDeleteDefaultHeaders;
504
+ }
505
+ /** Returns a paginated list of device resources. */
506
+ export interface DevicesList200Response extends HttpResponse {
507
+ status: "200";
508
+ body: DeviceListResponseOutput;
509
+ }
510
+ export interface DevicesListDefaultHeaders {
511
+ "x-ms-error-code"?: string;
512
+ }
513
+ /** Returns a paginated list of device resources. */
514
+ export interface DevicesListDefaultResponse extends HttpResponse {
515
+ status: string;
516
+ body: ErrorResponseOutput;
517
+ headers: RawHttpHeaders & DevicesListDefaultHeaders;
518
+ }
519
+ /** Create a device entity. */
520
+ export interface DevicesCreateOrUpdate200Response extends HttpResponse {
521
+ status: "200";
522
+ body: DeviceOutput;
523
+ }
524
+ /** Create a device entity. */
525
+ export interface DevicesCreateOrUpdate201Response extends HttpResponse {
526
+ status: "201";
527
+ body: DeviceOutput;
528
+ }
529
+ export interface DevicesCreateOrUpdateDefaultHeaders {
530
+ "x-ms-error-code"?: string;
531
+ }
532
+ /** Create a device entity. */
533
+ export interface DevicesCreateOrUpdateDefaultResponse extends HttpResponse {
534
+ status: string;
535
+ body: ErrorResponseOutput;
536
+ headers: RawHttpHeaders & DevicesCreateOrUpdateDefaultHeaders;
537
+ }
538
+ /** Gets a device entity. */
539
+ export interface DevicesGet200Response extends HttpResponse {
540
+ status: "200";
541
+ body: DeviceOutput;
542
+ }
543
+ export interface DevicesGetDefaultHeaders {
544
+ "x-ms-error-code"?: string;
545
+ }
546
+ /** Gets a device entity. */
547
+ export interface DevicesGetDefaultResponse extends HttpResponse {
548
+ status: string;
549
+ body: ErrorResponseOutput;
550
+ headers: RawHttpHeaders & DevicesGetDefaultHeaders;
551
+ }
552
+ /** Deletes a device entity. */
553
+ export interface DevicesDelete204Response extends HttpResponse {
554
+ status: "204";
555
+ }
556
+ export interface DevicesDeleteDefaultHeaders {
557
+ "x-ms-error-code"?: string;
558
+ }
559
+ /** Deletes a device entity. */
560
+ export interface DevicesDeleteDefaultResponse extends HttpResponse {
561
+ status: string;
562
+ body: ErrorResponseOutput;
563
+ headers: RawHttpHeaders & DevicesDeleteDefaultHeaders;
564
+ }
565
+ /** Create a farm operation data ingestion job. */
566
+ export interface FarmOperationsCreateDataIngestionJob202Response extends HttpResponse {
567
+ status: "202";
568
+ body: FarmOperationDataIngestionJobOutput;
569
+ }
570
+ export interface FarmOperationsCreateDataIngestionJobDefaultHeaders {
571
+ "x-ms-error-code"?: string;
572
+ }
573
+ /** Create a farm operation data ingestion job. */
574
+ export interface FarmOperationsCreateDataIngestionJobDefaultResponse extends HttpResponse {
575
+ status: string;
576
+ body: ErrorResponseOutput;
577
+ headers: RawHttpHeaders & FarmOperationsCreateDataIngestionJobDefaultHeaders;
578
+ }
579
+ /** Get a farm operation data ingestion job. */
580
+ export interface FarmOperationsGetDataIngestionJobDetails200Response extends HttpResponse {
581
+ status: "200";
582
+ body: FarmOperationDataIngestionJobOutput;
583
+ }
584
+ export interface FarmOperationsGetDataIngestionJobDetailsDefaultHeaders {
585
+ "x-ms-error-code"?: string;
586
+ }
587
+ /** Get a farm operation data ingestion job. */
588
+ export interface FarmOperationsGetDataIngestionJobDetailsDefaultResponse extends HttpResponse {
589
+ status: string;
590
+ body: ErrorResponseOutput;
591
+ headers: RawHttpHeaders & FarmOperationsGetDataIngestionJobDetailsDefaultHeaders;
592
+ }
593
+ /** Returns a paginated list of farm resources across all parties. */
594
+ export interface FarmsList200Response extends HttpResponse {
595
+ status: "200";
596
+ body: FarmListResponseOutput;
597
+ }
598
+ export interface FarmsListDefaultHeaders {
599
+ "x-ms-error-code"?: string;
600
+ }
601
+ /** Returns a paginated list of farm resources across all parties. */
602
+ export interface FarmsListDefaultResponse extends HttpResponse {
603
+ status: string;
604
+ body: ErrorResponseOutput;
605
+ headers: RawHttpHeaders & FarmsListDefaultHeaders;
606
+ }
607
+ /** Create a cascade delete job for specified farm. */
608
+ export interface FarmsCreateCascadeDeleteJob202Response extends HttpResponse {
609
+ status: "202";
610
+ body: CascadeDeleteJobOutput;
611
+ }
612
+ export interface FarmsCreateCascadeDeleteJobDefaultHeaders {
613
+ "x-ms-error-code"?: string;
614
+ }
615
+ /** Create a cascade delete job for specified farm. */
616
+ export interface FarmsCreateCascadeDeleteJobDefaultResponse extends HttpResponse {
617
+ status: string;
618
+ body: ErrorResponseOutput;
619
+ headers: RawHttpHeaders & FarmsCreateCascadeDeleteJobDefaultHeaders;
620
+ }
621
+ /** Get a cascade delete job for specified farm. */
622
+ export interface FarmsGetCascadeDeleteJobDetails200Response extends HttpResponse {
623
+ status: "200";
624
+ body: CascadeDeleteJobOutput;
625
+ }
626
+ export interface FarmsGetCascadeDeleteJobDetailsDefaultHeaders {
627
+ "x-ms-error-code"?: string;
628
+ }
629
+ /** Get a cascade delete job for specified farm. */
630
+ export interface FarmsGetCascadeDeleteJobDetailsDefaultResponse extends HttpResponse {
631
+ status: string;
632
+ body: ErrorResponseOutput;
633
+ headers: RawHttpHeaders & FarmsGetCascadeDeleteJobDetailsDefaultHeaders;
634
+ }
635
+ /** Returns a paginated list of farm resources under a particular party. */
636
+ export interface FarmsListByPartyId200Response extends HttpResponse {
637
+ status: "200";
638
+ body: FarmListResponseOutput;
639
+ }
640
+ export interface FarmsListByPartyIdDefaultHeaders {
641
+ "x-ms-error-code"?: string;
642
+ }
643
+ /** Returns a paginated list of farm resources under a particular party. */
644
+ export interface FarmsListByPartyIdDefaultResponse extends HttpResponse {
645
+ status: string;
646
+ body: ErrorResponseOutput;
647
+ headers: RawHttpHeaders & FarmsListByPartyIdDefaultHeaders;
648
+ }
649
+ /** Gets a specified farm resource under a particular party. */
650
+ export interface FarmsGet200Response extends HttpResponse {
651
+ status: "200";
652
+ body: FarmOutput;
653
+ }
654
+ export interface FarmsGetDefaultHeaders {
655
+ "x-ms-error-code"?: string;
656
+ }
657
+ /** Gets a specified farm resource under a particular party. */
658
+ export interface FarmsGetDefaultResponse extends HttpResponse {
659
+ status: string;
660
+ body: ErrorResponseOutput;
661
+ headers: RawHttpHeaders & FarmsGetDefaultHeaders;
662
+ }
663
+ /** Creates or updates a farm resource under a particular party. */
664
+ export interface FarmsCreateOrUpdate200Response extends HttpResponse {
665
+ status: "200";
666
+ body: FarmOutput;
667
+ }
668
+ /** Creates or updates a farm resource under a particular party. */
669
+ export interface FarmsCreateOrUpdate201Response extends HttpResponse {
670
+ status: "201";
671
+ body: FarmOutput;
672
+ }
673
+ export interface FarmsCreateOrUpdateDefaultHeaders {
674
+ "x-ms-error-code"?: string;
675
+ }
676
+ /** Creates or updates a farm resource under a particular party. */
677
+ export interface FarmsCreateOrUpdateDefaultResponse extends HttpResponse {
678
+ status: string;
679
+ body: ErrorResponseOutput;
680
+ headers: RawHttpHeaders & FarmsCreateOrUpdateDefaultHeaders;
681
+ }
682
+ /** Deletes a specified farm resource under a particular party. */
683
+ export interface FarmsDelete204Response extends HttpResponse {
684
+ status: "204";
685
+ }
686
+ export interface FarmsDeleteDefaultHeaders {
687
+ "x-ms-error-code"?: string;
688
+ }
689
+ /** Deletes a specified farm resource under a particular party. */
690
+ export interface FarmsDeleteDefaultResponse extends HttpResponse {
691
+ status: string;
692
+ body: ErrorResponseOutput;
693
+ headers: RawHttpHeaders & FarmsDeleteDefaultHeaders;
694
+ }
695
+ /** Returns a paginated list of field resources across all parties. */
696
+ export interface FieldsList200Response extends HttpResponse {
697
+ status: "200";
698
+ body: FieldListResponseOutput;
699
+ }
700
+ export interface FieldsListDefaultHeaders {
701
+ "x-ms-error-code"?: string;
702
+ }
703
+ /** Returns a paginated list of field resources across all parties. */
704
+ export interface FieldsListDefaultResponse extends HttpResponse {
705
+ status: string;
706
+ body: ErrorResponseOutput;
707
+ headers: RawHttpHeaders & FieldsListDefaultHeaders;
708
+ }
709
+ /** Get a cascade delete job for specified field. */
710
+ export interface FieldsGetCascadeDeleteJobDetails200Response extends HttpResponse {
711
+ status: "200";
712
+ body: CascadeDeleteJobOutput;
713
+ }
714
+ export interface FieldsGetCascadeDeleteJobDetailsDefaultHeaders {
715
+ "x-ms-error-code"?: string;
716
+ }
717
+ /** Get a cascade delete job for specified field. */
718
+ export interface FieldsGetCascadeDeleteJobDetailsDefaultResponse extends HttpResponse {
719
+ status: string;
720
+ body: ErrorResponseOutput;
721
+ headers: RawHttpHeaders & FieldsGetCascadeDeleteJobDetailsDefaultHeaders;
722
+ }
723
+ /** Create a cascade delete job for specified field. */
724
+ export interface FieldsCreateCascadeDeleteJob202Response extends HttpResponse {
725
+ status: "202";
726
+ body: CascadeDeleteJobOutput;
727
+ }
728
+ export interface FieldsCreateCascadeDeleteJobDefaultHeaders {
729
+ "x-ms-error-code"?: string;
730
+ }
731
+ /** Create a cascade delete job for specified field. */
732
+ export interface FieldsCreateCascadeDeleteJobDefaultResponse extends HttpResponse {
733
+ status: string;
734
+ body: ErrorResponseOutput;
735
+ headers: RawHttpHeaders & FieldsCreateCascadeDeleteJobDefaultHeaders;
736
+ }
737
+ /** Returns a paginated list of field resources under a particular party. */
738
+ export interface FieldsListByPartyId200Response extends HttpResponse {
739
+ status: "200";
740
+ body: FieldListResponseOutput;
741
+ }
742
+ export interface FieldsListByPartyIdDefaultHeaders {
743
+ "x-ms-error-code"?: string;
744
+ }
745
+ /** Returns a paginated list of field resources under a particular party. */
746
+ export interface FieldsListByPartyIdDefaultResponse extends HttpResponse {
747
+ status: string;
748
+ body: ErrorResponseOutput;
749
+ headers: RawHttpHeaders & FieldsListByPartyIdDefaultHeaders;
750
+ }
751
+ /** Gets a specified field resource under a particular party. */
752
+ export interface FieldsGet200Response extends HttpResponse {
753
+ status: "200";
754
+ body: FieldOutput;
755
+ }
756
+ export interface FieldsGetDefaultHeaders {
757
+ "x-ms-error-code"?: string;
758
+ }
759
+ /** Gets a specified field resource under a particular party. */
760
+ export interface FieldsGetDefaultResponse extends HttpResponse {
761
+ status: string;
762
+ body: ErrorResponseOutput;
763
+ headers: RawHttpHeaders & FieldsGetDefaultHeaders;
764
+ }
765
+ /** Creates or Updates a field resource under a particular party. */
766
+ export interface FieldsCreateOrUpdate200Response extends HttpResponse {
767
+ status: "200";
768
+ body: FieldOutput;
769
+ }
770
+ /** Creates or Updates a field resource under a particular party. */
771
+ export interface FieldsCreateOrUpdate201Response extends HttpResponse {
772
+ status: "201";
773
+ body: FieldOutput;
774
+ }
775
+ export interface FieldsCreateOrUpdateDefaultHeaders {
776
+ "x-ms-error-code"?: string;
777
+ }
778
+ /** Creates or Updates a field resource under a particular party. */
779
+ export interface FieldsCreateOrUpdateDefaultResponse extends HttpResponse {
780
+ status: string;
781
+ body: ErrorResponseOutput;
782
+ headers: RawHttpHeaders & FieldsCreateOrUpdateDefaultHeaders;
783
+ }
784
+ /** Deletes a specified field resource under a particular party. */
785
+ export interface FieldsDelete204Response extends HttpResponse {
786
+ status: "204";
787
+ }
788
+ export interface FieldsDeleteDefaultHeaders {
789
+ "x-ms-error-code"?: string;
790
+ }
791
+ /** Deletes a specified field resource under a particular party. */
792
+ export interface FieldsDeleteDefaultResponse extends HttpResponse {
793
+ status: string;
794
+ body: ErrorResponseOutput;
795
+ headers: RawHttpHeaders & FieldsDeleteDefaultHeaders;
796
+ }
797
+ /** Returns a paginated list of harvest data resources across all parties. */
798
+ export interface HarvestDataList200Response extends HttpResponse {
799
+ status: "200";
800
+ body: HarvestDataListResponseOutput;
801
+ }
802
+ export interface HarvestDataListDefaultHeaders {
803
+ "x-ms-error-code"?: string;
804
+ }
805
+ /** Returns a paginated list of harvest data resources across all parties. */
806
+ export interface HarvestDataListDefaultResponse extends HttpResponse {
807
+ status: string;
808
+ body: ErrorResponseOutput;
809
+ headers: RawHttpHeaders & HarvestDataListDefaultHeaders;
810
+ }
811
+ /** Create cascade delete job for harvest data resource. */
812
+ export interface HarvestDataCreateCascadeDeleteJob202Response extends HttpResponse {
813
+ status: "202";
814
+ body: CascadeDeleteJobOutput;
815
+ }
816
+ export interface HarvestDataCreateCascadeDeleteJobDefaultHeaders {
817
+ "x-ms-error-code"?: string;
818
+ }
819
+ /** Create cascade delete job for harvest data resource. */
820
+ export interface HarvestDataCreateCascadeDeleteJobDefaultResponse extends HttpResponse {
821
+ status: string;
822
+ body: ErrorResponseOutput;
823
+ headers: RawHttpHeaders & HarvestDataCreateCascadeDeleteJobDefaultHeaders;
824
+ }
825
+ /** Get cascade delete job for harvest data resource. */
826
+ export interface HarvestDataGetCascadeDeleteJobDetails200Response extends HttpResponse {
827
+ status: "200";
828
+ body: CascadeDeleteJobOutput;
829
+ }
830
+ export interface HarvestDataGetCascadeDeleteJobDetailsDefaultHeaders {
831
+ "x-ms-error-code"?: string;
832
+ }
833
+ /** Get cascade delete job for harvest data resource. */
834
+ export interface HarvestDataGetCascadeDeleteJobDetailsDefaultResponse extends HttpResponse {
835
+ status: string;
836
+ body: ErrorResponseOutput;
837
+ headers: RawHttpHeaders & HarvestDataGetCascadeDeleteJobDetailsDefaultHeaders;
838
+ }
839
+ /** Returns a paginated list of harvest data resources under a particular farm. */
840
+ export interface HarvestDataListByPartyId200Response extends HttpResponse {
841
+ status: "200";
842
+ body: HarvestDataListResponseOutput;
843
+ }
844
+ export interface HarvestDataListByPartyIdDefaultHeaders {
845
+ "x-ms-error-code"?: string;
846
+ }
847
+ /** Returns a paginated list of harvest data resources under a particular farm. */
848
+ export interface HarvestDataListByPartyIdDefaultResponse extends HttpResponse {
849
+ status: string;
850
+ body: ErrorResponseOutput;
851
+ headers: RawHttpHeaders & HarvestDataListByPartyIdDefaultHeaders;
852
+ }
853
+ /** Get a specified harvest data resource under a particular party. */
854
+ export interface HarvestDataGet200Response extends HttpResponse {
855
+ status: "200";
856
+ body: HarvestDataOutput;
857
+ }
858
+ export interface HarvestDataGetDefaultHeaders {
859
+ "x-ms-error-code"?: string;
860
+ }
861
+ /** Get a specified harvest data resource under a particular party. */
862
+ export interface HarvestDataGetDefaultResponse extends HttpResponse {
863
+ status: string;
864
+ body: ErrorResponseOutput;
865
+ headers: RawHttpHeaders & HarvestDataGetDefaultHeaders;
866
+ }
867
+ /** Creates or updates harvest data resource under a particular party. */
868
+ export interface HarvestDataCreateOrUpdate200Response extends HttpResponse {
869
+ status: "200";
870
+ body: HarvestDataOutput;
871
+ }
872
+ /** Creates or updates harvest data resource under a particular party. */
873
+ export interface HarvestDataCreateOrUpdate201Response extends HttpResponse {
874
+ status: "201";
875
+ body: HarvestDataOutput;
876
+ }
877
+ export interface HarvestDataCreateOrUpdateDefaultHeaders {
878
+ "x-ms-error-code"?: string;
879
+ }
880
+ /** Creates or updates harvest data resource under a particular party. */
881
+ export interface HarvestDataCreateOrUpdateDefaultResponse extends HttpResponse {
882
+ status: string;
883
+ body: ErrorResponseOutput;
884
+ headers: RawHttpHeaders & HarvestDataCreateOrUpdateDefaultHeaders;
885
+ }
886
+ /** Deletes a specified harvest data resource under a particular party. */
887
+ export interface HarvestDataDelete204Response extends HttpResponse {
888
+ status: "204";
889
+ }
890
+ export interface HarvestDataDeleteDefaultHeaders {
891
+ "x-ms-error-code"?: string;
892
+ }
893
+ /** Deletes a specified harvest data resource under a particular party. */
894
+ export interface HarvestDataDeleteDefaultResponse extends HttpResponse {
895
+ status: string;
896
+ body: ErrorResponseOutput;
897
+ headers: RawHttpHeaders & HarvestDataDeleteDefaultHeaders;
898
+ }
899
+ /** Create a ImageProcessing Rasterize job. */
900
+ export interface ImageProcessingCreateRasterizeJob202Response extends HttpResponse {
901
+ status: "202";
902
+ body: ImageProcessingRasterizeJobOutput;
903
+ }
904
+ export interface ImageProcessingCreateRasterizeJobDefaultHeaders {
905
+ "x-ms-error-code"?: string;
906
+ }
907
+ /** Create a ImageProcessing Rasterize job. */
908
+ export interface ImageProcessingCreateRasterizeJobDefaultResponse extends HttpResponse {
909
+ status: string;
910
+ body: ErrorResponseOutput;
911
+ headers: RawHttpHeaders & ImageProcessingCreateRasterizeJobDefaultHeaders;
912
+ }
913
+ /** Get ImageProcessing Rasterize job's details. */
914
+ export interface ImageProcessingGetRasterizeJob200Response extends HttpResponse {
915
+ status: "200";
916
+ body: ImageProcessingRasterizeJobOutput;
917
+ }
918
+ export interface ImageProcessingGetRasterizeJobDefaultHeaders {
919
+ "x-ms-error-code"?: string;
920
+ }
921
+ /** Get ImageProcessing Rasterize job's details. */
922
+ export interface ImageProcessingGetRasterizeJobDefaultResponse extends HttpResponse {
923
+ status: string;
924
+ body: ErrorResponseOutput;
925
+ headers: RawHttpHeaders & ImageProcessingGetRasterizeJobDefaultHeaders;
926
+ }
927
+ /** Returns a paginated list of insight resources. */
928
+ export interface InsightAttachmentsListByPartyIdModelIdAndResource200Response extends HttpResponse {
929
+ status: "200";
930
+ body: InsightAttachmentListResponseOutput;
931
+ }
932
+ export interface InsightAttachmentsListByPartyIdModelIdAndResourceDefaultHeaders {
933
+ "x-ms-error-code"?: string;
934
+ }
935
+ /** Returns a paginated list of insight resources. */
936
+ export interface InsightAttachmentsListByPartyIdModelIdAndResourceDefaultResponse extends HttpResponse {
937
+ status: string;
938
+ body: ErrorResponseOutput;
939
+ headers: RawHttpHeaders & InsightAttachmentsListByPartyIdModelIdAndResourceDefaultHeaders;
940
+ }
941
+ /** Creates or updates insight entity. */
942
+ export interface InsightAttachmentsCreateOrUpdate200Response extends HttpResponse {
943
+ status: "200";
944
+ body: InsightAttachmentOutput;
945
+ }
946
+ /** Creates or updates insight entity. */
947
+ export interface InsightAttachmentsCreateOrUpdate201Response extends HttpResponse {
948
+ status: "201";
949
+ body: InsightAttachmentOutput;
950
+ }
951
+ export interface InsightAttachmentsCreateOrUpdateDefaultHeaders {
952
+ "x-ms-error-code"?: string;
953
+ }
954
+ /** Creates or updates insight entity. */
955
+ export interface InsightAttachmentsCreateOrUpdateDefaultResponse extends HttpResponse {
956
+ status: string;
957
+ body: ErrorResponseOutput;
958
+ headers: RawHttpHeaders & InsightAttachmentsCreateOrUpdateDefaultHeaders;
959
+ }
960
+ /** Gets a specified insight resource under a particular party. */
961
+ export interface InsightAttachmentsGet200Response extends HttpResponse {
962
+ status: "200";
963
+ body: InsightAttachmentOutput;
964
+ }
965
+ export interface InsightAttachmentsGetDefaultHeaders {
966
+ "x-ms-error-code"?: string;
967
+ }
968
+ /** Gets a specified insight resource under a particular party. */
969
+ export interface InsightAttachmentsGetDefaultResponse extends HttpResponse {
970
+ status: string;
971
+ body: ErrorResponseOutput;
972
+ headers: RawHttpHeaders & InsightAttachmentsGetDefaultHeaders;
973
+ }
974
+ /** Deletes a specified insight resource. */
975
+ export interface InsightAttachmentsDelete204Response extends HttpResponse {
976
+ status: "204";
977
+ }
978
+ export interface InsightAttachmentsDeleteDefaultHeaders {
979
+ "x-ms-error-code"?: string;
980
+ }
981
+ /** Deletes a specified insight resource. */
982
+ export interface InsightAttachmentsDeleteDefaultResponse extends HttpResponse {
983
+ status: string;
984
+ body: ErrorResponseOutput;
985
+ headers: RawHttpHeaders & InsightAttachmentsDeleteDefaultHeaders;
986
+ }
987
+ /** Downloads and returns insight-attachment as response for the given input filePath. */
988
+ export interface InsightAttachmentsDownload200Response extends HttpResponse {
989
+ status: "200";
990
+ /** Value may contain any sequence of octets */
991
+ body: Uint8Array;
992
+ }
993
+ export interface InsightAttachmentsDownloadDefaultHeaders {
994
+ "x-ms-error-code"?: string;
995
+ }
996
+ /** Downloads and returns insight-attachment as response for the given input filePath. */
997
+ export interface InsightAttachmentsDownloadDefaultResponse extends HttpResponse {
998
+ status: string;
999
+ body: ErrorResponseOutput;
1000
+ headers: RawHttpHeaders & InsightAttachmentsDownloadDefaultHeaders;
1001
+ }
1002
+ /** Create a cascade delete job for insights specified partyId/modelId/resourceType/resourceId. */
1003
+ export interface InsightsCreateCascadeDeleteJob202Response extends HttpResponse {
1004
+ status: "202";
1005
+ body: CascadeDeleteJobOutput;
1006
+ }
1007
+ export interface InsightsCreateCascadeDeleteJobDefaultHeaders {
1008
+ "x-ms-error-code"?: string;
1009
+ }
1010
+ /** Create a cascade delete job for insights specified partyId/modelId/resourceType/resourceId. */
1011
+ export interface InsightsCreateCascadeDeleteJobDefaultResponse extends HttpResponse {
1012
+ status: string;
1013
+ body: ErrorResponseOutput;
1014
+ headers: RawHttpHeaders & InsightsCreateCascadeDeleteJobDefaultHeaders;
1015
+ }
1016
+ /** Get a cascade delete job for specified insight. */
1017
+ export interface InsightsGetCascadeDeleteJobDetails200Response extends HttpResponse {
1018
+ status: "200";
1019
+ body: CascadeDeleteJobOutput;
1020
+ }
1021
+ export interface InsightsGetCascadeDeleteJobDetailsDefaultHeaders {
1022
+ "x-ms-error-code"?: string;
1023
+ }
1024
+ /** Get a cascade delete job for specified insight. */
1025
+ export interface InsightsGetCascadeDeleteJobDetailsDefaultResponse extends HttpResponse {
1026
+ status: string;
1027
+ body: ErrorResponseOutput;
1028
+ headers: RawHttpHeaders & InsightsGetCascadeDeleteJobDetailsDefaultHeaders;
1029
+ }
1030
+ /** Returns a paginated list of insight resources. */
1031
+ export interface InsightsListByPartyIdModelIdAndResource200Response extends HttpResponse {
1032
+ status: "200";
1033
+ body: InsightListResponseOutput;
1034
+ }
1035
+ export interface InsightsListByPartyIdModelIdAndResourceDefaultHeaders {
1036
+ "x-ms-error-code"?: string;
1037
+ }
1038
+ /** Returns a paginated list of insight resources. */
1039
+ export interface InsightsListByPartyIdModelIdAndResourceDefaultResponse extends HttpResponse {
1040
+ status: string;
1041
+ body: ErrorResponseOutput;
1042
+ headers: RawHttpHeaders & InsightsListByPartyIdModelIdAndResourceDefaultHeaders;
1043
+ }
1044
+ /** Creates or updates insight entity. */
1045
+ export interface InsightsCreateOrUpdate200Response extends HttpResponse {
1046
+ status: "200";
1047
+ body: InsightOutput;
1048
+ }
1049
+ /** Creates or updates insight entity. */
1050
+ export interface InsightsCreateOrUpdate201Response extends HttpResponse {
1051
+ status: "201";
1052
+ body: InsightOutput;
1053
+ }
1054
+ export interface InsightsCreateOrUpdateDefaultHeaders {
1055
+ "x-ms-error-code"?: string;
1056
+ }
1057
+ /** Creates or updates insight entity. */
1058
+ export interface InsightsCreateOrUpdateDefaultResponse extends HttpResponse {
1059
+ status: string;
1060
+ body: ErrorResponseOutput;
1061
+ headers: RawHttpHeaders & InsightsCreateOrUpdateDefaultHeaders;
1062
+ }
1063
+ /** Gets a specified insight resource under a particular party. */
1064
+ export interface InsightsGet200Response extends HttpResponse {
1065
+ status: "200";
1066
+ body: InsightOutput;
1067
+ }
1068
+ export interface InsightsGetDefaultHeaders {
1069
+ "x-ms-error-code"?: string;
1070
+ }
1071
+ /** Gets a specified insight resource under a particular party. */
1072
+ export interface InsightsGetDefaultResponse extends HttpResponse {
1073
+ status: string;
1074
+ body: ErrorResponseOutput;
1075
+ headers: RawHttpHeaders & InsightsGetDefaultHeaders;
1076
+ }
1077
+ /** Deletes a specified insight resource. */
1078
+ export interface InsightsDelete204Response extends HttpResponse {
1079
+ status: "204";
1080
+ }
1081
+ export interface InsightsDeleteDefaultHeaders {
1082
+ "x-ms-error-code"?: string;
1083
+ }
1084
+ /** Deletes a specified insight resource. */
1085
+ export interface InsightsDeleteDefaultResponse extends HttpResponse {
1086
+ status: string;
1087
+ body: ErrorResponseOutput;
1088
+ headers: RawHttpHeaders & InsightsDeleteDefaultHeaders;
1089
+ }
1090
+ /** Returns a paginated list of management zone resources across all parties. */
1091
+ export interface ManagementZonesList200Response extends HttpResponse {
1092
+ status: "200";
1093
+ body: ManagementZoneListResponseOutput;
1094
+ }
1095
+ export interface ManagementZonesListDefaultHeaders {
1096
+ "x-ms-error-code"?: string;
1097
+ }
1098
+ /** Returns a paginated list of management zone resources across all parties. */
1099
+ export interface ManagementZonesListDefaultResponse extends HttpResponse {
1100
+ status: string;
1101
+ body: ErrorResponseOutput;
1102
+ headers: RawHttpHeaders & ManagementZonesListDefaultHeaders;
1103
+ }
1104
+ /** Get a cascade delete job for specified job id. */
1105
+ export interface ManagementZonesGetCascadeDeleteJobDetails200Response extends HttpResponse {
1106
+ status: "200";
1107
+ body: CascadeDeleteJobOutput;
1108
+ }
1109
+ export interface ManagementZonesGetCascadeDeleteJobDetailsDefaultHeaders {
1110
+ "x-ms-error-code"?: string;
1111
+ }
1112
+ /** Get a cascade delete job for specified job id. */
1113
+ export interface ManagementZonesGetCascadeDeleteJobDetailsDefaultResponse extends HttpResponse {
1114
+ status: string;
1115
+ body: ErrorResponseOutput;
1116
+ headers: RawHttpHeaders & ManagementZonesGetCascadeDeleteJobDetailsDefaultHeaders;
1117
+ }
1118
+ /** Create a cascade delete job for specified management zone. */
1119
+ export interface ManagementZonesCreateCascadeDeleteJob202Response extends HttpResponse {
1120
+ status: "202";
1121
+ body: CascadeDeleteJobOutput;
1122
+ }
1123
+ export interface ManagementZonesCreateCascadeDeleteJobDefaultHeaders {
1124
+ "x-ms-error-code"?: string;
1125
+ }
1126
+ /** Create a cascade delete job for specified management zone. */
1127
+ export interface ManagementZonesCreateCascadeDeleteJobDefaultResponse extends HttpResponse {
1128
+ status: string;
1129
+ body: ErrorResponseOutput;
1130
+ headers: RawHttpHeaders & ManagementZonesCreateCascadeDeleteJobDefaultHeaders;
1131
+ }
1132
+ /** Returns a paginated list of management zone resources under a particular party. */
1133
+ export interface ManagementZonesListByPartyId200Response extends HttpResponse {
1134
+ status: "200";
1135
+ body: ManagementZoneListResponseOutput;
1136
+ }
1137
+ export interface ManagementZonesListByPartyIdDefaultHeaders {
1138
+ "x-ms-error-code"?: string;
1139
+ }
1140
+ /** Returns a paginated list of management zone resources under a particular party. */
1141
+ export interface ManagementZonesListByPartyIdDefaultResponse extends HttpResponse {
1142
+ status: string;
1143
+ body: ErrorResponseOutput;
1144
+ headers: RawHttpHeaders & ManagementZonesListByPartyIdDefaultHeaders;
1145
+ }
1146
+ /** Gets a specified management zone resource under a particular party. */
1147
+ export interface ManagementZonesGet200Response extends HttpResponse {
1148
+ status: "200";
1149
+ body: ManagementZoneOutput;
1150
+ }
1151
+ export interface ManagementZonesGetDefaultHeaders {
1152
+ "x-ms-error-code"?: string;
1153
+ }
1154
+ /** Gets a specified management zone resource under a particular party. */
1155
+ export interface ManagementZonesGetDefaultResponse extends HttpResponse {
1156
+ status: string;
1157
+ body: ErrorResponseOutput;
1158
+ headers: RawHttpHeaders & ManagementZonesGetDefaultHeaders;
1159
+ }
1160
+ /** Creates or updates a management zone resource. */
1161
+ export interface ManagementZonesCreateOrUpdate200Response extends HttpResponse {
1162
+ status: "200";
1163
+ body: ManagementZoneOutput;
1164
+ }
1165
+ /** Creates or updates a management zone resource. */
1166
+ export interface ManagementZonesCreateOrUpdate201Response extends HttpResponse {
1167
+ status: "201";
1168
+ body: ManagementZoneOutput;
1169
+ }
1170
+ export interface ManagementZonesCreateOrUpdateDefaultHeaders {
1171
+ "x-ms-error-code"?: string;
1172
+ }
1173
+ /** Creates or updates a management zone resource. */
1174
+ export interface ManagementZonesCreateOrUpdateDefaultResponse extends HttpResponse {
1175
+ status: string;
1176
+ body: ErrorResponseOutput;
1177
+ headers: RawHttpHeaders & ManagementZonesCreateOrUpdateDefaultHeaders;
1178
+ }
1179
+ /** Deletes a specified management zone resource under a particular party. */
1180
+ export interface ManagementZonesDelete204Response extends HttpResponse {
1181
+ status: "204";
1182
+ }
1183
+ export interface ManagementZonesDeleteDefaultHeaders {
1184
+ "x-ms-error-code"?: string;
1185
+ }
1186
+ /** Deletes a specified management zone resource under a particular party. */
1187
+ export interface ManagementZonesDeleteDefaultResponse extends HttpResponse {
1188
+ status: string;
1189
+ body: ErrorResponseOutput;
1190
+ headers: RawHttpHeaders & ManagementZonesDeleteDefaultHeaders;
1191
+ }
1192
+ /** Create a Biomass Model job. */
1193
+ export interface ModelInferenceCreateBiomassModelJob202Response extends HttpResponse {
1194
+ status: "202";
1195
+ body: BiomassModelJobOutput;
1196
+ }
1197
+ export interface ModelInferenceCreateBiomassModelJobDefaultHeaders {
1198
+ "x-ms-error-code"?: string;
1199
+ }
1200
+ /** Create a Biomass Model job. */
1201
+ export interface ModelInferenceCreateBiomassModelJobDefaultResponse extends HttpResponse {
1202
+ status: string;
1203
+ body: ErrorResponseOutput;
1204
+ headers: RawHttpHeaders & ModelInferenceCreateBiomassModelJobDefaultHeaders;
1205
+ }
1206
+ /** Get Biomass Model job's details. */
1207
+ export interface ModelInferenceGetBiomassModelJob200Response extends HttpResponse {
1208
+ status: "200";
1209
+ body: BiomassModelJobOutput;
1210
+ }
1211
+ export interface ModelInferenceGetBiomassModelJobDefaultHeaders {
1212
+ "x-ms-error-code"?: string;
1213
+ }
1214
+ /** Get Biomass Model job's details. */
1215
+ export interface ModelInferenceGetBiomassModelJobDefaultResponse extends HttpResponse {
1216
+ status: string;
1217
+ body: ErrorResponseOutput;
1218
+ headers: RawHttpHeaders & ModelInferenceGetBiomassModelJobDefaultHeaders;
1219
+ }
1220
+ /** Create a Sensor Placement Model job. */
1221
+ export interface ModelInferenceCreateSensorPlacementModelJob202Response extends HttpResponse {
1222
+ status: "202";
1223
+ body: SensorPlacementModelJobOutput;
1224
+ }
1225
+ export interface ModelInferenceCreateSensorPlacementModelJobDefaultHeaders {
1226
+ "x-ms-error-code"?: string;
1227
+ }
1228
+ /** Create a Sensor Placement Model job. */
1229
+ export interface ModelInferenceCreateSensorPlacementModelJobDefaultResponse extends HttpResponse {
1230
+ status: string;
1231
+ body: ErrorResponseOutput;
1232
+ headers: RawHttpHeaders & ModelInferenceCreateSensorPlacementModelJobDefaultHeaders;
1233
+ }
1234
+ /** Get Sensor Placement Model job's details. */
1235
+ export interface ModelInferenceGetSensorPlacementModelJob200Response extends HttpResponse {
1236
+ status: "200";
1237
+ body: SensorPlacementModelJobOutput;
1238
+ }
1239
+ export interface ModelInferenceGetSensorPlacementModelJobDefaultHeaders {
1240
+ "x-ms-error-code"?: string;
1241
+ }
1242
+ /** Get Sensor Placement Model job's details. */
1243
+ export interface ModelInferenceGetSensorPlacementModelJobDefaultResponse extends HttpResponse {
1244
+ status: string;
1245
+ body: ErrorResponseOutput;
1246
+ headers: RawHttpHeaders & ModelInferenceGetSensorPlacementModelJobDefaultHeaders;
1247
+ }
1248
+ /** Create a SoilMoisture Model job. */
1249
+ export interface ModelInferenceCreateSoilMoistureModelJob202Response extends HttpResponse {
1250
+ status: "202";
1251
+ body: SoilMoistureModelJobOutput;
1252
+ }
1253
+ export interface ModelInferenceCreateSoilMoistureModelJobDefaultHeaders {
1254
+ "x-ms-error-code"?: string;
1255
+ }
1256
+ /** Create a SoilMoisture Model job. */
1257
+ export interface ModelInferenceCreateSoilMoistureModelJobDefaultResponse extends HttpResponse {
1258
+ status: string;
1259
+ body: ErrorResponseOutput;
1260
+ headers: RawHttpHeaders & ModelInferenceCreateSoilMoistureModelJobDefaultHeaders;
1261
+ }
1262
+ /** Get SoilMoisture Model job's details. */
1263
+ export interface ModelInferenceGetSoilMoistureModelJob200Response extends HttpResponse {
1264
+ status: "200";
1265
+ body: SoilMoistureModelJobOutput;
1266
+ }
1267
+ export interface ModelInferenceGetSoilMoistureModelJobDefaultHeaders {
1268
+ "x-ms-error-code"?: string;
1269
+ }
1270
+ /** Get SoilMoisture Model job's details. */
1271
+ export interface ModelInferenceGetSoilMoistureModelJobDefaultResponse extends HttpResponse {
1272
+ status: string;
1273
+ body: ErrorResponseOutput;
1274
+ headers: RawHttpHeaders & ModelInferenceGetSoilMoistureModelJobDefaultHeaders;
1275
+ }
1276
+ /** Returns a paginated list of nutrient analysis resources across all parties. */
1277
+ export interface NutrientAnalysesList200Response extends HttpResponse {
1278
+ status: "200";
1279
+ body: NutrientAnalysisListResponseOutput;
1280
+ }
1281
+ export interface NutrientAnalysesListDefaultHeaders {
1282
+ "x-ms-error-code"?: string;
1283
+ }
1284
+ /** Returns a paginated list of nutrient analysis resources across all parties. */
1285
+ export interface NutrientAnalysesListDefaultResponse extends HttpResponse {
1286
+ status: string;
1287
+ body: ErrorResponseOutput;
1288
+ headers: RawHttpHeaders & NutrientAnalysesListDefaultHeaders;
1289
+ }
1290
+ /** Returns a paginated list of nutrient analysis resources under a particular party. */
1291
+ export interface NutrientAnalysesListByPartyId200Response extends HttpResponse {
1292
+ status: "200";
1293
+ body: NutrientAnalysisListResponseOutput;
1294
+ }
1295
+ export interface NutrientAnalysesListByPartyIdDefaultHeaders {
1296
+ "x-ms-error-code"?: string;
1297
+ }
1298
+ /** Returns a paginated list of nutrient analysis resources under a particular party. */
1299
+ export interface NutrientAnalysesListByPartyIdDefaultResponse extends HttpResponse {
1300
+ status: string;
1301
+ body: ErrorResponseOutput;
1302
+ headers: RawHttpHeaders & NutrientAnalysesListByPartyIdDefaultHeaders;
1303
+ }
1304
+ /** Gets a specified nutrient analysis resource under a particular party. */
1305
+ export interface NutrientAnalysesGet200Response extends HttpResponse {
1306
+ status: "200";
1307
+ body: NutrientAnalysisOutput;
1308
+ }
1309
+ export interface NutrientAnalysesGetDefaultHeaders {
1310
+ "x-ms-error-code"?: string;
1311
+ }
1312
+ /** Gets a specified nutrient analysis resource under a particular party. */
1313
+ export interface NutrientAnalysesGetDefaultResponse extends HttpResponse {
1314
+ status: string;
1315
+ body: ErrorResponseOutput;
1316
+ headers: RawHttpHeaders & NutrientAnalysesGetDefaultHeaders;
1317
+ }
1318
+ /** Creates or updates a nutrient analysis resource. */
1319
+ export interface NutrientAnalysesCreateOrUpdate200Response extends HttpResponse {
1320
+ status: "200";
1321
+ body: NutrientAnalysisOutput;
1322
+ }
1323
+ /** Creates or updates a nutrient analysis resource. */
1324
+ export interface NutrientAnalysesCreateOrUpdate201Response extends HttpResponse {
1325
+ status: "201";
1326
+ body: NutrientAnalysisOutput;
1327
+ }
1328
+ export interface NutrientAnalysesCreateOrUpdateDefaultHeaders {
1329
+ "x-ms-error-code"?: string;
1330
+ }
1331
+ /** Creates or updates a nutrient analysis resource. */
1332
+ export interface NutrientAnalysesCreateOrUpdateDefaultResponse extends HttpResponse {
1333
+ status: string;
1334
+ body: ErrorResponseOutput;
1335
+ headers: RawHttpHeaders & NutrientAnalysesCreateOrUpdateDefaultHeaders;
1336
+ }
1337
+ /** Deletes a specified nutrient analysis resource under a particular party. */
1338
+ export interface NutrientAnalysesDelete204Response extends HttpResponse {
1339
+ status: "204";
1340
+ }
1341
+ export interface NutrientAnalysesDeleteDefaultHeaders {
1342
+ "x-ms-error-code"?: string;
1343
+ }
1344
+ /** Deletes a specified nutrient analysis resource under a particular party. */
1345
+ export interface NutrientAnalysesDeleteDefaultResponse extends HttpResponse {
1346
+ status: string;
1347
+ body: ErrorResponseOutput;
1348
+ headers: RawHttpHeaders & NutrientAnalysesDeleteDefaultHeaders;
1349
+ }
1350
+ /** Returns a paginated list of oauthProvider resources. */
1351
+ export interface OAuthProvidersList200Response extends HttpResponse {
1352
+ status: "200";
1353
+ body: OAuthProviderListResponseOutput;
1354
+ }
1355
+ export interface OAuthProvidersListDefaultHeaders {
1356
+ "x-ms-error-code"?: string;
1357
+ }
1358
+ /** Returns a paginated list of oauthProvider resources. */
1359
+ export interface OAuthProvidersListDefaultResponse extends HttpResponse {
1360
+ status: string;
1361
+ body: ErrorResponseOutput;
1362
+ headers: RawHttpHeaders & OAuthProvidersListDefaultHeaders;
1363
+ }
1364
+ /** Get a specified oauthProvider resource. */
1365
+ export interface OAuthProvidersGet200Response extends HttpResponse {
1366
+ status: "200";
1367
+ body: OAuthProviderOutput;
1368
+ }
1369
+ export interface OAuthProvidersGetDefaultHeaders {
1370
+ "x-ms-error-code"?: string;
1371
+ }
1372
+ /** Get a specified oauthProvider resource. */
1373
+ export interface OAuthProvidersGetDefaultResponse extends HttpResponse {
1374
+ status: string;
1375
+ body: ErrorResponseOutput;
1376
+ headers: RawHttpHeaders & OAuthProvidersGetDefaultHeaders;
1377
+ }
1378
+ /** Creates or updates an oauthProvider resource. */
1379
+ export interface OAuthProvidersCreateOrUpdate200Response extends HttpResponse {
1380
+ status: "200";
1381
+ body: OAuthProviderOutput;
1382
+ }
1383
+ /** Creates or updates an oauthProvider resource. */
1384
+ export interface OAuthProvidersCreateOrUpdate201Response extends HttpResponse {
1385
+ status: "201";
1386
+ body: OAuthProviderOutput;
1387
+ }
1388
+ export interface OAuthProvidersCreateOrUpdateDefaultHeaders {
1389
+ "x-ms-error-code"?: string;
1390
+ }
1391
+ /** Creates or updates an oauthProvider resource. */
1392
+ export interface OAuthProvidersCreateOrUpdateDefaultResponse extends HttpResponse {
1393
+ status: string;
1394
+ body: ErrorResponseOutput;
1395
+ headers: RawHttpHeaders & OAuthProvidersCreateOrUpdateDefaultHeaders;
1396
+ }
1397
+ /** Deletes an specified oauthProvider resource. */
1398
+ export interface OAuthProvidersDelete204Response extends HttpResponse {
1399
+ status: "204";
1400
+ }
1401
+ export interface OAuthProvidersDeleteDefaultHeaders {
1402
+ "x-ms-error-code"?: string;
1403
+ }
1404
+ /** Deletes an specified oauthProvider resource. */
1405
+ export interface OAuthProvidersDeleteDefaultResponse extends HttpResponse {
1406
+ status: string;
1407
+ body: ErrorResponseOutput;
1408
+ headers: RawHttpHeaders & OAuthProvidersDeleteDefaultHeaders;
1409
+ }
1410
+ /** Get cascade delete job for oauthProvider resource. */
1411
+ export interface OAuthProvidersGetCascadeDeleteJobDetails200Response extends HttpResponse {
1412
+ status: "200";
1413
+ body: OAuthProviderCascadeDeleteJobOutput;
1414
+ }
1415
+ export interface OAuthProvidersGetCascadeDeleteJobDetailsDefaultHeaders {
1416
+ "x-ms-error-code"?: string;
1417
+ }
1418
+ /** Get cascade delete job for oauthProvider resource. */
1419
+ export interface OAuthProvidersGetCascadeDeleteJobDetailsDefaultResponse extends HttpResponse {
1420
+ status: string;
1421
+ body: ErrorResponseOutput;
1422
+ headers: RawHttpHeaders & OAuthProvidersGetCascadeDeleteJobDetailsDefaultHeaders;
1423
+ }
1424
+ /** Create cascade delete job for oauthProvider resource. */
1425
+ export interface OAuthProvidersCreateCascadeDeleteJob202Response extends HttpResponse {
1426
+ status: "202";
1427
+ body: OAuthProviderCascadeDeleteJobOutput;
1428
+ }
1429
+ export interface OAuthProvidersCreateCascadeDeleteJobDefaultHeaders {
1430
+ "x-ms-error-code"?: string;
1431
+ }
1432
+ /** Create cascade delete job for oauthProvider resource. */
1433
+ export interface OAuthProvidersCreateCascadeDeleteJobDefaultResponse extends HttpResponse {
1434
+ status: string;
1435
+ body: ErrorResponseOutput;
1436
+ headers: RawHttpHeaders & OAuthProvidersCreateCascadeDeleteJobDefaultHeaders;
1437
+ }
1438
+ /** Returns a list of OAuthToken documents. */
1439
+ export interface OAuthTokensList200Response extends HttpResponse {
1440
+ status: "200";
1441
+ body: OAuthTokenListResponseOutput;
1442
+ }
1443
+ export interface OAuthTokensListDefaultHeaders {
1444
+ "x-ms-error-code"?: string;
1445
+ }
1446
+ /** Returns a list of OAuthToken documents. */
1447
+ export interface OAuthTokensListDefaultResponse extends HttpResponse {
1448
+ status: string;
1449
+ body: ErrorResponseOutput;
1450
+ headers: RawHttpHeaders & OAuthTokensListDefaultHeaders;
1451
+ }
1452
+ /** Returns Connection link needed in the OAuth flow. */
1453
+ export interface OAuthTokensGetOAuthConnectionLink200Response extends HttpResponse {
1454
+ status: "200";
1455
+ body: string;
1456
+ }
1457
+ export interface OAuthTokensGetOAuthConnectionLinkDefaultHeaders {
1458
+ "x-ms-error-code"?: string;
1459
+ }
1460
+ /** Returns Connection link needed in the OAuth flow. */
1461
+ export interface OAuthTokensGetOAuthConnectionLinkDefaultResponse extends HttpResponse {
1462
+ status: string;
1463
+ body: ErrorResponseOutput;
1464
+ headers: RawHttpHeaders & OAuthTokensGetOAuthConnectionLinkDefaultHeaders;
1465
+ }
1466
+ /** Get remove job for OAuth token. */
1467
+ export interface OAuthTokensGetCascadeDeleteJobDetails200Response extends HttpResponse {
1468
+ status: "200";
1469
+ body: CascadeDeleteJobOutput;
1470
+ }
1471
+ export interface OAuthTokensGetCascadeDeleteJobDetailsDefaultHeaders {
1472
+ "x-ms-error-code"?: string;
1473
+ }
1474
+ /** Get remove job for OAuth token. */
1475
+ export interface OAuthTokensGetCascadeDeleteJobDetailsDefaultResponse extends HttpResponse {
1476
+ status: string;
1477
+ body: ErrorResponseOutput;
1478
+ headers: RawHttpHeaders & OAuthTokensGetCascadeDeleteJobDetailsDefaultHeaders;
1479
+ }
1480
+ /** Create remove job for OAuth token. */
1481
+ export interface OAuthTokensCreateCascadeDeleteJob202Response extends HttpResponse {
1482
+ status: "202";
1483
+ body: CascadeDeleteJobOutput;
1484
+ }
1485
+ export interface OAuthTokensCreateCascadeDeleteJobDefaultHeaders {
1486
+ "x-ms-error-code"?: string;
1487
+ }
1488
+ /** Create remove job for OAuth token. */
1489
+ export interface OAuthTokensCreateCascadeDeleteJobDefaultResponse extends HttpResponse {
1490
+ status: string;
1491
+ body: ErrorResponseOutput;
1492
+ headers: RawHttpHeaders & OAuthTokensCreateCascadeDeleteJobDefaultHeaders;
1493
+ }
1494
+ /** Returns a paginated list of party resources. */
1495
+ export interface PartiesList200Response extends HttpResponse {
1496
+ status: "200";
1497
+ body: PartyListResponseOutput;
1498
+ }
1499
+ export interface PartiesListDefaultHeaders {
1500
+ "x-ms-error-code"?: string;
1501
+ }
1502
+ /** Returns a paginated list of party resources. */
1503
+ export interface PartiesListDefaultResponse extends HttpResponse {
1504
+ status: string;
1505
+ body: ErrorResponseOutput;
1506
+ headers: RawHttpHeaders & PartiesListDefaultHeaders;
1507
+ }
1508
+ /** Gets a specified party resource. */
1509
+ export interface PartiesGet200Response extends HttpResponse {
1510
+ status: "200";
1511
+ body: PartyOutput;
1512
+ }
1513
+ export interface PartiesGetDefaultHeaders {
1514
+ "x-ms-error-code"?: string;
1515
+ }
1516
+ /** Gets a specified party resource. */
1517
+ export interface PartiesGetDefaultResponse extends HttpResponse {
1518
+ status: string;
1519
+ body: ErrorResponseOutput;
1520
+ headers: RawHttpHeaders & PartiesGetDefaultHeaders;
1521
+ }
1522
+ /** Creates or updates a party resource. */
1523
+ export interface PartiesCreateOrUpdate200Response extends HttpResponse {
1524
+ status: "200";
1525
+ body: PartyOutput;
1526
+ }
1527
+ /** Creates or updates a party resource. */
1528
+ export interface PartiesCreateOrUpdate201Response extends HttpResponse {
1529
+ status: "201";
1530
+ body: PartyOutput;
1531
+ }
1532
+ export interface PartiesCreateOrUpdateDefaultHeaders {
1533
+ "x-ms-error-code"?: string;
1534
+ }
1535
+ /** Creates or updates a party resource. */
1536
+ export interface PartiesCreateOrUpdateDefaultResponse extends HttpResponse {
1537
+ status: string;
1538
+ body: ErrorResponseOutput;
1539
+ headers: RawHttpHeaders & PartiesCreateOrUpdateDefaultHeaders;
1540
+ }
1541
+ /** Deletes a specified party resource. */
1542
+ export interface PartiesDelete204Response extends HttpResponse {
1543
+ status: "204";
1544
+ }
1545
+ export interface PartiesDeleteDefaultHeaders {
1546
+ "x-ms-error-code"?: string;
1547
+ }
1548
+ /** Deletes a specified party resource. */
1549
+ export interface PartiesDeleteDefaultResponse extends HttpResponse {
1550
+ status: string;
1551
+ body: ErrorResponseOutput;
1552
+ headers: RawHttpHeaders & PartiesDeleteDefaultHeaders;
1553
+ }
1554
+ /** Get a cascade delete job for specified party. */
1555
+ export interface PartiesGetCascadeDeleteJobDetails200Response extends HttpResponse {
1556
+ status: "200";
1557
+ body: CascadeDeleteJobOutput;
1558
+ }
1559
+ export interface PartiesGetCascadeDeleteJobDetailsDefaultHeaders {
1560
+ "x-ms-error-code"?: string;
1561
+ }
1562
+ /** Get a cascade delete job for specified party. */
1563
+ export interface PartiesGetCascadeDeleteJobDetailsDefaultResponse extends HttpResponse {
1564
+ status: string;
1565
+ body: ErrorResponseOutput;
1566
+ headers: RawHttpHeaders & PartiesGetCascadeDeleteJobDetailsDefaultHeaders;
1567
+ }
1568
+ /** Create a cascade delete job for specified party. */
1569
+ export interface PartiesCreateCascadeDeleteJob202Response extends HttpResponse {
1570
+ status: "202";
1571
+ body: CascadeDeleteJobOutput;
1572
+ }
1573
+ export interface PartiesCreateCascadeDeleteJobDefaultHeaders {
1574
+ "x-ms-error-code"?: string;
1575
+ }
1576
+ /** Create a cascade delete job for specified party. */
1577
+ export interface PartiesCreateCascadeDeleteJobDefaultResponse extends HttpResponse {
1578
+ status: string;
1579
+ body: ErrorResponseOutput;
1580
+ headers: RawHttpHeaders & PartiesCreateCascadeDeleteJobDefaultHeaders;
1581
+ }
1582
+ /** Returns a paginated list of planting data resources under a particular party. */
1583
+ export interface PlantingDataListByPartyId200Response extends HttpResponse {
1584
+ status: "200";
1585
+ body: PlantingDataListResponseOutput;
1586
+ }
1587
+ export interface PlantingDataListByPartyIdDefaultHeaders {
1588
+ "x-ms-error-code"?: string;
1589
+ }
1590
+ /** Returns a paginated list of planting data resources under a particular party. */
1591
+ export interface PlantingDataListByPartyIdDefaultResponse extends HttpResponse {
1592
+ status: string;
1593
+ body: ErrorResponseOutput;
1594
+ headers: RawHttpHeaders & PlantingDataListByPartyIdDefaultHeaders;
1595
+ }
1596
+ /** Get a specified planting data resource under a particular party. */
1597
+ export interface PlantingDataGet200Response extends HttpResponse {
1598
+ status: "200";
1599
+ body: PlantingDataOutput;
1600
+ }
1601
+ export interface PlantingDataGetDefaultHeaders {
1602
+ "x-ms-error-code"?: string;
1603
+ }
1604
+ /** Get a specified planting data resource under a particular party. */
1605
+ export interface PlantingDataGetDefaultResponse extends HttpResponse {
1606
+ status: string;
1607
+ body: ErrorResponseOutput;
1608
+ headers: RawHttpHeaders & PlantingDataGetDefaultHeaders;
1609
+ }
1610
+ /** Creates or updates an planting data resource under a particular party. */
1611
+ export interface PlantingDataCreateOrUpdate200Response extends HttpResponse {
1612
+ status: "200";
1613
+ body: PlantingDataOutput;
1614
+ }
1615
+ /** Creates or updates an planting data resource under a particular party. */
1616
+ export interface PlantingDataCreateOrUpdate201Response extends HttpResponse {
1617
+ status: "201";
1618
+ body: PlantingDataOutput;
1619
+ }
1620
+ export interface PlantingDataCreateOrUpdateDefaultHeaders {
1621
+ "x-ms-error-code"?: string;
1622
+ }
1623
+ /** Creates or updates an planting data resource under a particular party. */
1624
+ export interface PlantingDataCreateOrUpdateDefaultResponse extends HttpResponse {
1625
+ status: string;
1626
+ body: ErrorResponseOutput;
1627
+ headers: RawHttpHeaders & PlantingDataCreateOrUpdateDefaultHeaders;
1628
+ }
1629
+ /** Deletes a specified planting data resource under a particular party. */
1630
+ export interface PlantingDataDelete204Response extends HttpResponse {
1631
+ status: "204";
1632
+ }
1633
+ export interface PlantingDataDeleteDefaultHeaders {
1634
+ "x-ms-error-code"?: string;
1635
+ }
1636
+ /** Deletes a specified planting data resource under a particular party. */
1637
+ export interface PlantingDataDeleteDefaultResponse extends HttpResponse {
1638
+ status: string;
1639
+ body: ErrorResponseOutput;
1640
+ headers: RawHttpHeaders & PlantingDataDeleteDefaultHeaders;
1641
+ }
1642
+ /** Returns a paginated list of planting data resources across all parties. */
1643
+ export interface PlantingDataList200Response extends HttpResponse {
1644
+ status: "200";
1645
+ body: PlantingDataListResponseOutput;
1646
+ }
1647
+ export interface PlantingDataListDefaultHeaders {
1648
+ "x-ms-error-code"?: string;
1649
+ }
1650
+ /** Returns a paginated list of planting data resources across all parties. */
1651
+ export interface PlantingDataListDefaultResponse extends HttpResponse {
1652
+ status: string;
1653
+ body: ErrorResponseOutput;
1654
+ headers: RawHttpHeaders & PlantingDataListDefaultHeaders;
1655
+ }
1656
+ /** Create cascade delete job for planting data resource. */
1657
+ export interface PlantingDataCreateCascadeDeleteJob202Response extends HttpResponse {
1658
+ status: "202";
1659
+ body: CascadeDeleteJobOutput;
1660
+ }
1661
+ export interface PlantingDataCreateCascadeDeleteJobDefaultHeaders {
1662
+ "x-ms-error-code"?: string;
1663
+ }
1664
+ /** Create cascade delete job for planting data resource. */
1665
+ export interface PlantingDataCreateCascadeDeleteJobDefaultResponse extends HttpResponse {
1666
+ status: string;
1667
+ body: ErrorResponseOutput;
1668
+ headers: RawHttpHeaders & PlantingDataCreateCascadeDeleteJobDefaultHeaders;
1669
+ }
1670
+ /** Get cascade delete job for planting data resource. */
1671
+ export interface PlantingDataGetCascadeDeleteJobDetails200Response extends HttpResponse {
1672
+ status: "200";
1673
+ body: CascadeDeleteJobOutput;
1674
+ }
1675
+ export interface PlantingDataGetCascadeDeleteJobDetailsDefaultHeaders {
1676
+ "x-ms-error-code"?: string;
1677
+ }
1678
+ /** Get cascade delete job for planting data resource. */
1679
+ export interface PlantingDataGetCascadeDeleteJobDetailsDefaultResponse extends HttpResponse {
1680
+ status: string;
1681
+ body: ErrorResponseOutput;
1682
+ headers: RawHttpHeaders & PlantingDataGetCascadeDeleteJobDetailsDefaultHeaders;
1683
+ }
1684
+ /** Returns a paginated list of plant tissue analysis resources under a particular party. */
1685
+ export interface PlantTissueAnalysesListByPartyId200Response extends HttpResponse {
1686
+ status: "200";
1687
+ body: PlantTissueAnalysisListResponseOutput;
1688
+ }
1689
+ export interface PlantTissueAnalysesListByPartyIdDefaultHeaders {
1690
+ "x-ms-error-code"?: string;
1691
+ }
1692
+ /** Returns a paginated list of plant tissue analysis resources under a particular party. */
1693
+ export interface PlantTissueAnalysesListByPartyIdDefaultResponse extends HttpResponse {
1694
+ status: string;
1695
+ body: ErrorResponseOutput;
1696
+ headers: RawHttpHeaders & PlantTissueAnalysesListByPartyIdDefaultHeaders;
1697
+ }
1698
+ /** Gets a specified plant tissue analysis resource under a particular party. */
1699
+ export interface PlantTissueAnalysesGet200Response extends HttpResponse {
1700
+ status: "200";
1701
+ body: PlantTissueAnalysisOutput;
1702
+ }
1703
+ export interface PlantTissueAnalysesGetDefaultHeaders {
1704
+ "x-ms-error-code"?: string;
1705
+ }
1706
+ /** Gets a specified plant tissue analysis resource under a particular party. */
1707
+ export interface PlantTissueAnalysesGetDefaultResponse extends HttpResponse {
1708
+ status: string;
1709
+ body: ErrorResponseOutput;
1710
+ headers: RawHttpHeaders & PlantTissueAnalysesGetDefaultHeaders;
1711
+ }
1712
+ /** Creates or updates a plant tissue analysis resource. */
1713
+ export interface PlantTissueAnalysesCreateOrUpdate200Response extends HttpResponse {
1714
+ status: "200";
1715
+ body: PlantTissueAnalysisOutput;
1716
+ }
1717
+ /** Creates or updates a plant tissue analysis resource. */
1718
+ export interface PlantTissueAnalysesCreateOrUpdate201Response extends HttpResponse {
1719
+ status: "201";
1720
+ body: PlantTissueAnalysisOutput;
1721
+ }
1722
+ export interface PlantTissueAnalysesCreateOrUpdateDefaultHeaders {
1723
+ "x-ms-error-code"?: string;
1724
+ }
1725
+ /** Creates or updates a plant tissue analysis resource. */
1726
+ export interface PlantTissueAnalysesCreateOrUpdateDefaultResponse extends HttpResponse {
1727
+ status: string;
1728
+ body: ErrorResponseOutput;
1729
+ headers: RawHttpHeaders & PlantTissueAnalysesCreateOrUpdateDefaultHeaders;
1730
+ }
1731
+ /** Deletes a specified plant tissue analysis resource under a particular party. */
1732
+ export interface PlantTissueAnalysesDelete204Response extends HttpResponse {
1733
+ status: "204";
1734
+ }
1735
+ export interface PlantTissueAnalysesDeleteDefaultHeaders {
1736
+ "x-ms-error-code"?: string;
1737
+ }
1738
+ /** Deletes a specified plant tissue analysis resource under a particular party. */
1739
+ export interface PlantTissueAnalysesDeleteDefaultResponse extends HttpResponse {
1740
+ status: string;
1741
+ body: ErrorResponseOutput;
1742
+ headers: RawHttpHeaders & PlantTissueAnalysesDeleteDefaultHeaders;
1743
+ }
1744
+ /** Returns a paginated list of plant tissue analysis resources across all parties. */
1745
+ export interface PlantTissueAnalysesList200Response extends HttpResponse {
1746
+ status: "200";
1747
+ body: PlantTissueAnalysisListResponseOutput;
1748
+ }
1749
+ export interface PlantTissueAnalysesListDefaultHeaders {
1750
+ "x-ms-error-code"?: string;
1751
+ }
1752
+ /** Returns a paginated list of plant tissue analysis resources across all parties. */
1753
+ export interface PlantTissueAnalysesListDefaultResponse extends HttpResponse {
1754
+ status: string;
1755
+ body: ErrorResponseOutput;
1756
+ headers: RawHttpHeaders & PlantTissueAnalysesListDefaultHeaders;
1757
+ }
1758
+ /** Create a cascade delete job for specified plant tissue analysis. */
1759
+ export interface PlantTissueAnalysesCreateCascadeDeleteJob202Response extends HttpResponse {
1760
+ status: "202";
1761
+ body: CascadeDeleteJobOutput;
1762
+ }
1763
+ export interface PlantTissueAnalysesCreateCascadeDeleteJobDefaultHeaders {
1764
+ "x-ms-error-code"?: string;
1765
+ }
1766
+ /** Create a cascade delete job for specified plant tissue analysis. */
1767
+ export interface PlantTissueAnalysesCreateCascadeDeleteJobDefaultResponse extends HttpResponse {
1768
+ status: string;
1769
+ body: ErrorResponseOutput;
1770
+ headers: RawHttpHeaders & PlantTissueAnalysesCreateCascadeDeleteJobDefaultHeaders;
1771
+ }
1772
+ /** Get a cascade delete job for specified plant tissue analysis. */
1773
+ export interface PlantTissueAnalysesGetCascadeDeleteJobDetails200Response extends HttpResponse {
1774
+ status: "200";
1775
+ body: CascadeDeleteJobOutput;
1776
+ }
1777
+ export interface PlantTissueAnalysesGetCascadeDeleteJobDetailsDefaultHeaders {
1778
+ "x-ms-error-code"?: string;
1779
+ }
1780
+ /** Get a cascade delete job for specified plant tissue analysis. */
1781
+ export interface PlantTissueAnalysesGetCascadeDeleteJobDetailsDefaultResponse extends HttpResponse {
1782
+ status: string;
1783
+ body: ErrorResponseOutput;
1784
+ headers: RawHttpHeaders & PlantTissueAnalysesGetCascadeDeleteJobDetailsDefaultHeaders;
1785
+ }
1786
+ /** Returns a paginated list of prescription map resources under a particular party. */
1787
+ export interface PrescriptionMapsListByPartyId200Response extends HttpResponse {
1788
+ status: "200";
1789
+ body: PrescriptionMapListResponseOutput;
1790
+ }
1791
+ export interface PrescriptionMapsListByPartyIdDefaultHeaders {
1792
+ "x-ms-error-code"?: string;
1793
+ }
1794
+ /** Returns a paginated list of prescription map resources under a particular party. */
1795
+ export interface PrescriptionMapsListByPartyIdDefaultResponse extends HttpResponse {
1796
+ status: string;
1797
+ body: ErrorResponseOutput;
1798
+ headers: RawHttpHeaders & PrescriptionMapsListByPartyIdDefaultHeaders;
1799
+ }
1800
+ /** Gets a specified prescription map resource under a particular party. */
1801
+ export interface PrescriptionMapsGet200Response extends HttpResponse {
1802
+ status: "200";
1803
+ body: PrescriptionMapOutput;
1804
+ }
1805
+ export interface PrescriptionMapsGetDefaultHeaders {
1806
+ "x-ms-error-code"?: string;
1807
+ }
1808
+ /** Gets a specified prescription map resource under a particular party. */
1809
+ export interface PrescriptionMapsGetDefaultResponse extends HttpResponse {
1810
+ status: string;
1811
+ body: ErrorResponseOutput;
1812
+ headers: RawHttpHeaders & PrescriptionMapsGetDefaultHeaders;
1813
+ }
1814
+ /** Creates or Updates a prescription map resource under a particular party. */
1815
+ export interface PrescriptionMapsCreateOrUpdate200Response extends HttpResponse {
1816
+ status: "200";
1817
+ body: PrescriptionMapOutput;
1818
+ }
1819
+ /** Creates or Updates a prescription map resource under a particular party. */
1820
+ export interface PrescriptionMapsCreateOrUpdate201Response extends HttpResponse {
1821
+ status: "201";
1822
+ body: PrescriptionMapOutput;
1823
+ }
1824
+ export interface PrescriptionMapsCreateOrUpdateDefaultHeaders {
1825
+ "x-ms-error-code"?: string;
1826
+ }
1827
+ /** Creates or Updates a prescription map resource under a particular party. */
1828
+ export interface PrescriptionMapsCreateOrUpdateDefaultResponse extends HttpResponse {
1829
+ status: string;
1830
+ body: ErrorResponseOutput;
1831
+ headers: RawHttpHeaders & PrescriptionMapsCreateOrUpdateDefaultHeaders;
1832
+ }
1833
+ /** Deletes a specified prescription map resource under a particular party. */
1834
+ export interface PrescriptionMapsDelete204Response extends HttpResponse {
1835
+ status: "204";
1836
+ }
1837
+ export interface PrescriptionMapsDeleteDefaultHeaders {
1838
+ "x-ms-error-code"?: string;
1839
+ }
1840
+ /** Deletes a specified prescription map resource under a particular party. */
1841
+ export interface PrescriptionMapsDeleteDefaultResponse extends HttpResponse {
1842
+ status: string;
1843
+ body: ErrorResponseOutput;
1844
+ headers: RawHttpHeaders & PrescriptionMapsDeleteDefaultHeaders;
1845
+ }
1846
+ /** Returns a paginated list of prescription map resources across all parties. */
1847
+ export interface PrescriptionMapsList200Response extends HttpResponse {
1848
+ status: "200";
1849
+ body: PrescriptionMapListResponseOutput;
1850
+ }
1851
+ export interface PrescriptionMapsListDefaultHeaders {
1852
+ "x-ms-error-code"?: string;
1853
+ }
1854
+ /** Returns a paginated list of prescription map resources across all parties. */
1855
+ export interface PrescriptionMapsListDefaultResponse extends HttpResponse {
1856
+ status: string;
1857
+ body: ErrorResponseOutput;
1858
+ headers: RawHttpHeaders & PrescriptionMapsListDefaultHeaders;
1859
+ }
1860
+ /** Get a cascade delete job for specified prescription map. */
1861
+ export interface PrescriptionMapsGetCascadeDeleteJobDetails200Response extends HttpResponse {
1862
+ status: "200";
1863
+ body: CascadeDeleteJobOutput;
1864
+ }
1865
+ export interface PrescriptionMapsGetCascadeDeleteJobDetailsDefaultHeaders {
1866
+ "x-ms-error-code"?: string;
1867
+ }
1868
+ /** Get a cascade delete job for specified prescription map. */
1869
+ export interface PrescriptionMapsGetCascadeDeleteJobDetailsDefaultResponse extends HttpResponse {
1870
+ status: string;
1871
+ body: ErrorResponseOutput;
1872
+ headers: RawHttpHeaders & PrescriptionMapsGetCascadeDeleteJobDetailsDefaultHeaders;
1873
+ }
1874
+ /** Create a cascade delete job for specified prescription map. */
1875
+ export interface PrescriptionMapsCreateCascadeDeleteJob202Response extends HttpResponse {
1876
+ status: "202";
1877
+ body: CascadeDeleteJobOutput;
1878
+ }
1879
+ export interface PrescriptionMapsCreateCascadeDeleteJobDefaultHeaders {
1880
+ "x-ms-error-code"?: string;
1881
+ }
1882
+ /** Create a cascade delete job for specified prescription map. */
1883
+ export interface PrescriptionMapsCreateCascadeDeleteJobDefaultResponse extends HttpResponse {
1884
+ status: string;
1885
+ body: ErrorResponseOutput;
1886
+ headers: RawHttpHeaders & PrescriptionMapsCreateCascadeDeleteJobDefaultHeaders;
1887
+ }
1888
+ /** Returns a paginated list of prescription resources under a particular party. */
1889
+ export interface PrescriptionsListByPartyId200Response extends HttpResponse {
1890
+ status: "200";
1891
+ body: PrescriptionListResponseOutput;
1892
+ }
1893
+ export interface PrescriptionsListByPartyIdDefaultHeaders {
1894
+ "x-ms-error-code"?: string;
1895
+ }
1896
+ /** Returns a paginated list of prescription resources under a particular party. */
1897
+ export interface PrescriptionsListByPartyIdDefaultResponse extends HttpResponse {
1898
+ status: string;
1899
+ body: ErrorResponseOutput;
1900
+ headers: RawHttpHeaders & PrescriptionsListByPartyIdDefaultHeaders;
1901
+ }
1902
+ /** Gets a specified prescription resource under a particular party. */
1903
+ export interface PrescriptionsGet200Response extends HttpResponse {
1904
+ status: "200";
1905
+ body: PrescriptionOutput;
1906
+ }
1907
+ export interface PrescriptionsGetDefaultHeaders {
1908
+ "x-ms-error-code"?: string;
1909
+ }
1910
+ /** Gets a specified prescription resource under a particular party. */
1911
+ export interface PrescriptionsGetDefaultResponse extends HttpResponse {
1912
+ status: string;
1913
+ body: ErrorResponseOutput;
1914
+ headers: RawHttpHeaders & PrescriptionsGetDefaultHeaders;
1915
+ }
1916
+ /** Creates or Updates a prescription resource under a particular party. */
1917
+ export interface PrescriptionsCreateOrUpdate200Response extends HttpResponse {
1918
+ status: "200";
1919
+ body: PrescriptionOutput;
1920
+ }
1921
+ /** Creates or Updates a prescription resource under a particular party. */
1922
+ export interface PrescriptionsCreateOrUpdate201Response extends HttpResponse {
1923
+ status: "201";
1924
+ body: PrescriptionOutput;
1925
+ }
1926
+ export interface PrescriptionsCreateOrUpdateDefaultHeaders {
1927
+ "x-ms-error-code"?: string;
1928
+ }
1929
+ /** Creates or Updates a prescription resource under a particular party. */
1930
+ export interface PrescriptionsCreateOrUpdateDefaultResponse extends HttpResponse {
1931
+ status: string;
1932
+ body: ErrorResponseOutput;
1933
+ headers: RawHttpHeaders & PrescriptionsCreateOrUpdateDefaultHeaders;
1934
+ }
1935
+ /** Deletes a specified prescription resource under a particular party. */
1936
+ export interface PrescriptionsDelete204Response extends HttpResponse {
1937
+ status: "204";
1938
+ }
1939
+ export interface PrescriptionsDeleteDefaultHeaders {
1940
+ "x-ms-error-code"?: string;
1941
+ }
1942
+ /** Deletes a specified prescription resource under a particular party. */
1943
+ export interface PrescriptionsDeleteDefaultResponse extends HttpResponse {
1944
+ status: string;
1945
+ body: ErrorResponseOutput;
1946
+ headers: RawHttpHeaders & PrescriptionsDeleteDefaultHeaders;
1947
+ }
1948
+ /** Returns a paginated list of prescription resources across all parties. */
1949
+ export interface PrescriptionsList200Response extends HttpResponse {
1950
+ status: "200";
1951
+ body: PrescriptionListResponseOutput;
1952
+ }
1953
+ export interface PrescriptionsListDefaultHeaders {
1954
+ "x-ms-error-code"?: string;
1955
+ }
1956
+ /** Returns a paginated list of prescription resources across all parties. */
1957
+ export interface PrescriptionsListDefaultResponse extends HttpResponse {
1958
+ status: string;
1959
+ body: ErrorResponseOutput;
1960
+ headers: RawHttpHeaders & PrescriptionsListDefaultHeaders;
1961
+ }
1962
+ /** Get a cascade delete job for specified prescription. */
1963
+ export interface PrescriptionsGetCascadeDeleteJobDetails200Response extends HttpResponse {
1964
+ status: "200";
1965
+ body: CascadeDeleteJobOutput;
1966
+ }
1967
+ export interface PrescriptionsGetCascadeDeleteJobDetailsDefaultHeaders {
1968
+ "x-ms-error-code"?: string;
1969
+ }
1970
+ /** Get a cascade delete job for specified prescription. */
1971
+ export interface PrescriptionsGetCascadeDeleteJobDetailsDefaultResponse extends HttpResponse {
1972
+ status: string;
1973
+ body: ErrorResponseOutput;
1974
+ headers: RawHttpHeaders & PrescriptionsGetCascadeDeleteJobDetailsDefaultHeaders;
1975
+ }
1976
+ /** Create a cascade delete job for specified prescription. */
1977
+ export interface PrescriptionsCreateCascadeDeleteJob202Response extends HttpResponse {
1978
+ status: "202";
1979
+ body: CascadeDeleteJobOutput;
1980
+ }
1981
+ export interface PrescriptionsCreateCascadeDeleteJobDefaultHeaders {
1982
+ "x-ms-error-code"?: string;
1983
+ }
1984
+ /** Create a cascade delete job for specified prescription. */
1985
+ export interface PrescriptionsCreateCascadeDeleteJobDefaultResponse extends HttpResponse {
1986
+ status: string;
1987
+ body: ErrorResponseOutput;
1988
+ headers: RawHttpHeaders & PrescriptionsCreateCascadeDeleteJobDefaultHeaders;
1989
+ }
1990
+ /** Returns a paginated list of scene resources. */
1991
+ export interface ScenesList200Response extends HttpResponse {
1992
+ status: "200";
1993
+ body: SceneListResponseOutput;
1994
+ }
1995
+ export interface ScenesListDefaultHeaders {
1996
+ "x-ms-error-code"?: string;
1997
+ }
1998
+ /** Returns a paginated list of scene resources. */
1999
+ export interface ScenesListDefaultResponse extends HttpResponse {
2000
+ status: string;
2001
+ body: ErrorResponseOutput;
2002
+ headers: RawHttpHeaders & ScenesListDefaultHeaders;
2003
+ }
2004
+ /** Downloads and returns file Stream as response for the given input filePath. */
2005
+ export interface ScenesDownload200Response extends HttpResponse {
2006
+ status: "200";
2007
+ /** Value may contain any sequence of octets */
2008
+ body: Uint8Array;
2009
+ }
2010
+ export interface ScenesDownloadDefaultHeaders {
2011
+ "x-ms-error-code"?: string;
2012
+ }
2013
+ /** Downloads and returns file Stream as response for the given input filePath. */
2014
+ export interface ScenesDownloadDefaultResponse extends HttpResponse {
2015
+ status: string;
2016
+ body: ErrorResponseOutput;
2017
+ headers: RawHttpHeaders & ScenesDownloadDefaultHeaders;
2018
+ }
2019
+ /** Create a satellite data ingestion job. */
2020
+ export interface ScenesCreateSatelliteDataIngestionJob202Response extends HttpResponse {
2021
+ status: "202";
2022
+ body: SatelliteDataIngestionJobOutput;
2023
+ }
2024
+ export interface ScenesCreateSatelliteDataIngestionJobDefaultHeaders {
2025
+ "x-ms-error-code"?: string;
2026
+ }
2027
+ /** Create a satellite data ingestion job. */
2028
+ export interface ScenesCreateSatelliteDataIngestionJobDefaultResponse extends HttpResponse {
2029
+ status: string;
2030
+ body: ErrorResponseOutput;
2031
+ headers: RawHttpHeaders & ScenesCreateSatelliteDataIngestionJobDefaultHeaders;
2032
+ }
2033
+ /** Get a satellite data ingestion job. */
2034
+ export interface ScenesGetSatelliteDataIngestionJobDetails200Response extends HttpResponse {
2035
+ status: "200";
2036
+ body: SatelliteDataIngestionJobOutput;
2037
+ }
2038
+ export interface ScenesGetSatelliteDataIngestionJobDetailsDefaultHeaders {
2039
+ "x-ms-error-code"?: string;
2040
+ }
2041
+ /** Get a satellite data ingestion job. */
2042
+ export interface ScenesGetSatelliteDataIngestionJobDetailsDefaultResponse extends HttpResponse {
2043
+ status: string;
2044
+ body: ErrorResponseOutput;
2045
+ headers: RawHttpHeaders & ScenesGetSatelliteDataIngestionJobDetailsDefaultHeaders;
2046
+ }
2047
+ /** Search for STAC features by collection id, bbox, intersecting geometry, start and end datetime. */
2048
+ export interface ScenesSearchFeatures200Response extends HttpResponse {
2049
+ status: "200";
2050
+ body: SearchFeaturesResponseOutput;
2051
+ }
2052
+ export interface ScenesSearchFeaturesDefaultHeaders {
2053
+ "x-ms-error-code"?: string;
2054
+ }
2055
+ /** Search for STAC features by collection id, bbox, intersecting geometry, start and end datetime. */
2056
+ export interface ScenesSearchFeaturesDefaultResponse extends HttpResponse {
2057
+ status: string;
2058
+ body: ErrorResponseOutput;
2059
+ headers: RawHttpHeaders & ScenesSearchFeaturesDefaultHeaders;
2060
+ }
2061
+ /** Get a feature(SpatioTemporal Asset Catalog (STAC) Item) for given collection and feature id. */
2062
+ export interface ScenesGetStacFeature200Response extends HttpResponse {
2063
+ status: "200";
2064
+ body: StacFeatureOutput;
2065
+ }
2066
+ export interface ScenesGetStacFeatureDefaultHeaders {
2067
+ "x-ms-error-code"?: string;
2068
+ }
2069
+ /** Get a feature(SpatioTemporal Asset Catalog (STAC) Item) for given collection and feature id. */
2070
+ export interface ScenesGetStacFeatureDefaultResponse extends HttpResponse {
2071
+ status: string;
2072
+ body: ErrorResponseOutput;
2073
+ headers: RawHttpHeaders & ScenesGetStacFeatureDefaultHeaders;
2074
+ }
2075
+ /** Returns a paginated list of seasonal field resources under a particular party. */
2076
+ export interface SeasonalFieldsListByPartyId200Response extends HttpResponse {
2077
+ status: "200";
2078
+ body: SeasonalFieldListResponseOutput;
2079
+ }
2080
+ export interface SeasonalFieldsListByPartyIdDefaultHeaders {
2081
+ "x-ms-error-code"?: string;
2082
+ }
2083
+ /** Returns a paginated list of seasonal field resources under a particular party. */
2084
+ export interface SeasonalFieldsListByPartyIdDefaultResponse extends HttpResponse {
2085
+ status: string;
2086
+ body: ErrorResponseOutput;
2087
+ headers: RawHttpHeaders & SeasonalFieldsListByPartyIdDefaultHeaders;
2088
+ }
2089
+ /** Gets a specified seasonal field resource under a particular party. */
2090
+ export interface SeasonalFieldsGet200Response extends HttpResponse {
2091
+ status: "200";
2092
+ body: SeasonalFieldOutput;
2093
+ }
2094
+ export interface SeasonalFieldsGetDefaultHeaders {
2095
+ "x-ms-error-code"?: string;
2096
+ }
2097
+ /** Gets a specified seasonal field resource under a particular party. */
2098
+ export interface SeasonalFieldsGetDefaultResponse extends HttpResponse {
2099
+ status: string;
2100
+ body: ErrorResponseOutput;
2101
+ headers: RawHttpHeaders & SeasonalFieldsGetDefaultHeaders;
2102
+ }
2103
+ /** Creates or Updates a seasonal field resource under a particular party. */
2104
+ export interface SeasonalFieldsCreateOrUpdate200Response extends HttpResponse {
2105
+ status: "200";
2106
+ body: SeasonalFieldOutput;
2107
+ }
2108
+ /** Creates or Updates a seasonal field resource under a particular party. */
2109
+ export interface SeasonalFieldsCreateOrUpdate201Response extends HttpResponse {
2110
+ status: "201";
2111
+ body: SeasonalFieldOutput;
2112
+ }
2113
+ export interface SeasonalFieldsCreateOrUpdateDefaultHeaders {
2114
+ "x-ms-error-code"?: string;
2115
+ }
2116
+ /** Creates or Updates a seasonal field resource under a particular party. */
2117
+ export interface SeasonalFieldsCreateOrUpdateDefaultResponse extends HttpResponse {
2118
+ status: string;
2119
+ body: ErrorResponseOutput;
2120
+ headers: RawHttpHeaders & SeasonalFieldsCreateOrUpdateDefaultHeaders;
2121
+ }
2122
+ /** Deletes a specified seasonal-field resource under a particular party. */
2123
+ export interface SeasonalFieldsDelete204Response extends HttpResponse {
2124
+ status: "204";
2125
+ }
2126
+ export interface SeasonalFieldsDeleteDefaultHeaders {
2127
+ "x-ms-error-code"?: string;
2128
+ }
2129
+ /** Deletes a specified seasonal-field resource under a particular party. */
2130
+ export interface SeasonalFieldsDeleteDefaultResponse extends HttpResponse {
2131
+ status: string;
2132
+ body: ErrorResponseOutput;
2133
+ headers: RawHttpHeaders & SeasonalFieldsDeleteDefaultHeaders;
2134
+ }
2135
+ /** Returns a paginated list of seasonal field resources across all parties. */
2136
+ export interface SeasonalFieldsList200Response extends HttpResponse {
2137
+ status: "200";
2138
+ body: SeasonalFieldListResponseOutput;
2139
+ }
2140
+ export interface SeasonalFieldsListDefaultHeaders {
2141
+ "x-ms-error-code"?: string;
2142
+ }
2143
+ /** Returns a paginated list of seasonal field resources across all parties. */
2144
+ export interface SeasonalFieldsListDefaultResponse extends HttpResponse {
2145
+ status: string;
2146
+ body: ErrorResponseOutput;
2147
+ headers: RawHttpHeaders & SeasonalFieldsListDefaultHeaders;
2148
+ }
2149
+ /** Get cascade delete job for specified seasonal field. */
2150
+ export interface SeasonalFieldsGetCascadeDeleteJobDetails200Response extends HttpResponse {
2151
+ status: "200";
2152
+ body: CascadeDeleteJobOutput;
2153
+ }
2154
+ export interface SeasonalFieldsGetCascadeDeleteJobDetailsDefaultHeaders {
2155
+ "x-ms-error-code"?: string;
2156
+ }
2157
+ /** Get cascade delete job for specified seasonal field. */
2158
+ export interface SeasonalFieldsGetCascadeDeleteJobDetailsDefaultResponse extends HttpResponse {
2159
+ status: string;
2160
+ body: ErrorResponseOutput;
2161
+ headers: RawHttpHeaders & SeasonalFieldsGetCascadeDeleteJobDetailsDefaultHeaders;
2162
+ }
2163
+ /** Create a cascade delete job for specified seasonal field. */
2164
+ export interface SeasonalFieldsCreateCascadeDeleteJob202Response extends HttpResponse {
2165
+ status: "202";
2166
+ body: CascadeDeleteJobOutput;
2167
+ }
2168
+ export interface SeasonalFieldsCreateCascadeDeleteJobDefaultHeaders {
2169
+ "x-ms-error-code"?: string;
2170
+ }
2171
+ /** Create a cascade delete job for specified seasonal field. */
2172
+ export interface SeasonalFieldsCreateCascadeDeleteJobDefaultResponse extends HttpResponse {
2173
+ status: string;
2174
+ body: ErrorResponseOutput;
2175
+ headers: RawHttpHeaders & SeasonalFieldsCreateCascadeDeleteJobDefaultHeaders;
2176
+ }
2177
+ /** Returns a paginated list of season resources. */
2178
+ export interface SeasonsList200Response extends HttpResponse {
2179
+ status: "200";
2180
+ body: SeasonListResponseOutput;
2181
+ }
2182
+ export interface SeasonsListDefaultHeaders {
2183
+ "x-ms-error-code"?: string;
2184
+ }
2185
+ /** Returns a paginated list of season resources. */
2186
+ export interface SeasonsListDefaultResponse extends HttpResponse {
2187
+ status: string;
2188
+ body: ErrorResponseOutput;
2189
+ headers: RawHttpHeaders & SeasonsListDefaultHeaders;
2190
+ }
2191
+ /** Gets a specified season resource. */
2192
+ export interface SeasonsGet200Response extends HttpResponse {
2193
+ status: "200";
2194
+ body: SeasonOutput;
2195
+ }
2196
+ export interface SeasonsGetDefaultHeaders {
2197
+ "x-ms-error-code"?: string;
2198
+ }
2199
+ /** Gets a specified season resource. */
2200
+ export interface SeasonsGetDefaultResponse extends HttpResponse {
2201
+ status: string;
2202
+ body: ErrorResponseOutput;
2203
+ headers: RawHttpHeaders & SeasonsGetDefaultHeaders;
2204
+ }
2205
+ /** Creates or updates a season resource. */
2206
+ export interface SeasonsCreateOrUpdate200Response extends HttpResponse {
2207
+ status: "200";
2208
+ body: SeasonOutput;
2209
+ }
2210
+ /** Creates or updates a season resource. */
2211
+ export interface SeasonsCreateOrUpdate201Response extends HttpResponse {
2212
+ status: "201";
2213
+ body: SeasonOutput;
2214
+ }
2215
+ export interface SeasonsCreateOrUpdateDefaultHeaders {
2216
+ "x-ms-error-code"?: string;
2217
+ }
2218
+ /** Creates or updates a season resource. */
2219
+ export interface SeasonsCreateOrUpdateDefaultResponse extends HttpResponse {
2220
+ status: string;
2221
+ body: ErrorResponseOutput;
2222
+ headers: RawHttpHeaders & SeasonsCreateOrUpdateDefaultHeaders;
2223
+ }
2224
+ /** Deletes a specified season resource. */
2225
+ export interface SeasonsDelete204Response extends HttpResponse {
2226
+ status: "204";
2227
+ }
2228
+ export interface SeasonsDeleteDefaultHeaders {
2229
+ "x-ms-error-code"?: string;
2230
+ }
2231
+ /** Deletes a specified season resource. */
2232
+ export interface SeasonsDeleteDefaultResponse extends HttpResponse {
2233
+ status: string;
2234
+ body: ErrorResponseOutput;
2235
+ headers: RawHttpHeaders & SeasonsDeleteDefaultHeaders;
2236
+ }
2237
+ /** Returns a paginated list of sensor data model resources. */
2238
+ export interface SensorDataModelsList200Response extends HttpResponse {
2239
+ status: "200";
2240
+ body: SensorDataModelListResponseOutput;
2241
+ }
2242
+ export interface SensorDataModelsListDefaultHeaders {
2243
+ "x-ms-error-code"?: string;
2244
+ }
2245
+ /** Returns a paginated list of sensor data model resources. */
2246
+ export interface SensorDataModelsListDefaultResponse extends HttpResponse {
2247
+ status: string;
2248
+ body: ErrorResponseOutput;
2249
+ headers: RawHttpHeaders & SensorDataModelsListDefaultHeaders;
2250
+ }
2251
+ /** Create a sensor data model entity. */
2252
+ export interface SensorDataModelsCreateOrUpdate200Response extends HttpResponse {
2253
+ status: "200";
2254
+ body: SensorDataModelOutput;
2255
+ }
2256
+ /** Create a sensor data model entity. */
2257
+ export interface SensorDataModelsCreateOrUpdate201Response extends HttpResponse {
2258
+ status: "201";
2259
+ body: SensorDataModelOutput;
2260
+ }
2261
+ export interface SensorDataModelsCreateOrUpdateDefaultHeaders {
2262
+ "x-ms-error-code"?: string;
2263
+ }
2264
+ /** Create a sensor data model entity. */
2265
+ export interface SensorDataModelsCreateOrUpdateDefaultResponse extends HttpResponse {
2266
+ status: string;
2267
+ body: ErrorResponseOutput;
2268
+ headers: RawHttpHeaders & SensorDataModelsCreateOrUpdateDefaultHeaders;
2269
+ }
2270
+ /** Gets a sensor data model entity. */
2271
+ export interface SensorDataModelsGet200Response extends HttpResponse {
2272
+ status: "200";
2273
+ body: SensorDataModelOutput;
2274
+ }
2275
+ export interface SensorDataModelsGetDefaultHeaders {
2276
+ "x-ms-error-code"?: string;
2277
+ }
2278
+ /** Gets a sensor data model entity. */
2279
+ export interface SensorDataModelsGetDefaultResponse extends HttpResponse {
2280
+ status: string;
2281
+ body: ErrorResponseOutput;
2282
+ headers: RawHttpHeaders & SensorDataModelsGetDefaultHeaders;
2283
+ }
2284
+ /** Deletes a sensor data model entity. */
2285
+ export interface SensorDataModelsDelete204Response extends HttpResponse {
2286
+ status: "204";
2287
+ }
2288
+ export interface SensorDataModelsDeleteDefaultHeaders {
2289
+ "x-ms-error-code"?: string;
2290
+ }
2291
+ /** Deletes a sensor data model entity. */
2292
+ export interface SensorDataModelsDeleteDefaultResponse extends HttpResponse {
2293
+ status: string;
2294
+ body: ErrorResponseOutput;
2295
+ headers: RawHttpHeaders & SensorDataModelsDeleteDefaultHeaders;
2296
+ }
2297
+ /**
2298
+ * Returns a list of sensor events data. Time span for query is limited to 90 days at a time.
2299
+ * Returns last 90 days events when startDateTime and endDateTime are not provided.
2300
+ */
2301
+ export interface SensorEventsList200Response extends HttpResponse {
2302
+ status: "200";
2303
+ body: SensorEventListResponseOutput;
2304
+ }
2305
+ export interface SensorEventsListDefaultHeaders {
2306
+ "x-ms-error-code"?: string;
2307
+ }
2308
+ /**
2309
+ * Returns a list of sensor events data. Time span for query is limited to 90 days at a time.
2310
+ * Returns last 90 days events when startDateTime and endDateTime are not provided.
2311
+ */
2312
+ export interface SensorEventsListDefaultResponse extends HttpResponse {
2313
+ status: string;
2314
+ body: ErrorResponseOutput;
2315
+ headers: RawHttpHeaders & SensorEventsListDefaultHeaders;
2316
+ }
2317
+ /** Returns a paginated list of sensor mapping resources. */
2318
+ export interface SensorMappingsList200Response extends HttpResponse {
2319
+ status: "200";
2320
+ body: SensorMappingListResponseOutput;
2321
+ }
2322
+ export interface SensorMappingsListDefaultHeaders {
2323
+ "x-ms-error-code"?: string;
2324
+ }
2325
+ /** Returns a paginated list of sensor mapping resources. */
2326
+ export interface SensorMappingsListDefaultResponse extends HttpResponse {
2327
+ status: string;
2328
+ body: ErrorResponseOutput;
2329
+ headers: RawHttpHeaders & SensorMappingsListDefaultHeaders;
2330
+ }
2331
+ /** Create a sensor mapping entity. */
2332
+ export interface SensorMappingsCreateOrUpdate200Response extends HttpResponse {
2333
+ status: "200";
2334
+ body: SensorMappingOutput;
2335
+ }
2336
+ /** Create a sensor mapping entity. */
2337
+ export interface SensorMappingsCreateOrUpdate201Response extends HttpResponse {
2338
+ status: "201";
2339
+ body: SensorMappingOutput;
2340
+ }
2341
+ export interface SensorMappingsCreateOrUpdateDefaultHeaders {
2342
+ "x-ms-error-code"?: string;
2343
+ }
2344
+ /** Create a sensor mapping entity. */
2345
+ export interface SensorMappingsCreateOrUpdateDefaultResponse extends HttpResponse {
2346
+ status: string;
2347
+ body: ErrorResponseOutput;
2348
+ headers: RawHttpHeaders & SensorMappingsCreateOrUpdateDefaultHeaders;
2349
+ }
2350
+ /** Gets a sensor mapping entity. */
2351
+ export interface SensorMappingsGet200Response extends HttpResponse {
2352
+ status: "200";
2353
+ body: SensorMappingOutput;
2354
+ }
2355
+ export interface SensorMappingsGetDefaultHeaders {
2356
+ "x-ms-error-code"?: string;
2357
+ }
2358
+ /** Gets a sensor mapping entity. */
2359
+ export interface SensorMappingsGetDefaultResponse extends HttpResponse {
2360
+ status: string;
2361
+ body: ErrorResponseOutput;
2362
+ headers: RawHttpHeaders & SensorMappingsGetDefaultHeaders;
2363
+ }
2364
+ /** Deletes a sensor mapping entity. */
2365
+ export interface SensorMappingsDelete204Response extends HttpResponse {
2366
+ status: "204";
2367
+ }
2368
+ export interface SensorMappingsDeleteDefaultHeaders {
2369
+ "x-ms-error-code"?: string;
2370
+ }
2371
+ /** Deletes a sensor mapping entity. */
2372
+ export interface SensorMappingsDeleteDefaultResponse extends HttpResponse {
2373
+ status: string;
2374
+ body: ErrorResponseOutput;
2375
+ headers: RawHttpHeaders & SensorMappingsDeleteDefaultHeaders;
2376
+ }
2377
+ /** Gets partner integration models. */
2378
+ export interface SensorPartnerIntegrationsList200Response extends HttpResponse {
2379
+ status: "200";
2380
+ body: SensorPartnerIntegrationModelListResponseOutput;
2381
+ }
2382
+ export interface SensorPartnerIntegrationsListDefaultHeaders {
2383
+ "x-ms-error-code"?: string;
2384
+ }
2385
+ /** Gets partner integration models. */
2386
+ export interface SensorPartnerIntegrationsListDefaultResponse extends HttpResponse {
2387
+ status: string;
2388
+ body: ErrorResponseOutput;
2389
+ headers: RawHttpHeaders & SensorPartnerIntegrationsListDefaultHeaders;
2390
+ }
2391
+ /** Create or update an integration with a sensor partner. */
2392
+ export interface SensorPartnerIntegrationsCreateOrUpdate200Response extends HttpResponse {
2393
+ status: "200";
2394
+ body: SensorPartnerIntegrationModelOutput;
2395
+ }
2396
+ /** Create or update an integration with a sensor partner. */
2397
+ export interface SensorPartnerIntegrationsCreateOrUpdate201Response extends HttpResponse {
2398
+ status: "201";
2399
+ body: SensorPartnerIntegrationModelOutput;
2400
+ }
2401
+ export interface SensorPartnerIntegrationsCreateOrUpdateDefaultHeaders {
2402
+ "x-ms-error-code"?: string;
2403
+ }
2404
+ /** Create or update an integration with a sensor partner. */
2405
+ export interface SensorPartnerIntegrationsCreateOrUpdateDefaultResponse extends HttpResponse {
2406
+ status: string;
2407
+ body: ErrorResponseOutput;
2408
+ headers: RawHttpHeaders & SensorPartnerIntegrationsCreateOrUpdateDefaultHeaders;
2409
+ }
2410
+ /** Gets a partner integration model entity. */
2411
+ export interface SensorPartnerIntegrationsGet200Response extends HttpResponse {
2412
+ status: "200";
2413
+ body: SensorPartnerIntegrationModelOutput;
2414
+ }
2415
+ export interface SensorPartnerIntegrationsGetDefaultHeaders {
2416
+ "x-ms-error-code"?: string;
2417
+ }
2418
+ /** Gets a partner integration model entity. */
2419
+ export interface SensorPartnerIntegrationsGetDefaultResponse extends HttpResponse {
2420
+ status: string;
2421
+ body: ErrorResponseOutput;
2422
+ headers: RawHttpHeaders & SensorPartnerIntegrationsGetDefaultHeaders;
2423
+ }
2424
+ /** Deletes a partner integration model entity. */
2425
+ export interface SensorPartnerIntegrationsDelete204Response extends HttpResponse {
2426
+ status: "204";
2427
+ }
2428
+ export interface SensorPartnerIntegrationsDeleteDefaultHeaders {
2429
+ "x-ms-error-code"?: string;
2430
+ }
2431
+ /** Deletes a partner integration model entity. */
2432
+ export interface SensorPartnerIntegrationsDeleteDefaultResponse extends HttpResponse {
2433
+ status: string;
2434
+ body: ErrorResponseOutput;
2435
+ headers: RawHttpHeaders & SensorPartnerIntegrationsDeleteDefaultHeaders;
2436
+ }
2437
+ /** Checks consent for partner integration. */
2438
+ export interface SensorPartnerIntegrationsCheckConsent200Response extends HttpResponse {
2439
+ status: "200";
2440
+ body: SensorPartnerIntegrationCheckConsentResponseOutput;
2441
+ }
2442
+ export interface SensorPartnerIntegrationsCheckConsentDefaultHeaders {
2443
+ "x-ms-error-code"?: string;
2444
+ }
2445
+ /** Checks consent for partner integration. */
2446
+ export interface SensorPartnerIntegrationsCheckConsentDefaultResponse extends HttpResponse {
2447
+ status: string;
2448
+ body: ErrorResponseOutput;
2449
+ headers: RawHttpHeaders & SensorPartnerIntegrationsCheckConsentDefaultHeaders;
2450
+ }
2451
+ /** Generates partner integration consent link. */
2452
+ export interface SensorPartnerIntegrationsGenerateConsentLink200Response extends HttpResponse {
2453
+ status: "200";
2454
+ body: SensorPartnerIntegrationGenerateConsentLinkResponseOutput;
2455
+ }
2456
+ export interface SensorPartnerIntegrationsGenerateConsentLinkDefaultHeaders {
2457
+ "x-ms-error-code"?: string;
2458
+ }
2459
+ /** Generates partner integration consent link. */
2460
+ export interface SensorPartnerIntegrationsGenerateConsentLinkDefaultResponse extends HttpResponse {
2461
+ status: string;
2462
+ body: ErrorResponseOutput;
2463
+ headers: RawHttpHeaders & SensorPartnerIntegrationsGenerateConsentLinkDefaultHeaders;
2464
+ }
2465
+ /** Returns a paginated list of sensor resources. */
2466
+ export interface SensorsList200Response extends HttpResponse {
2467
+ status: "200";
2468
+ body: SensorListResponseOutput;
2469
+ }
2470
+ export interface SensorsListDefaultHeaders {
2471
+ "x-ms-error-code"?: string;
2472
+ }
2473
+ /** Returns a paginated list of sensor resources. */
2474
+ export interface SensorsListDefaultResponse extends HttpResponse {
2475
+ status: string;
2476
+ body: ErrorResponseOutput;
2477
+ headers: RawHttpHeaders & SensorsListDefaultHeaders;
2478
+ }
2479
+ /** Create a sensor entity. */
2480
+ export interface SensorsCreateOrUpdate200Response extends HttpResponse {
2481
+ status: "200";
2482
+ body: SensorOutput;
2483
+ }
2484
+ /** Create a sensor entity. */
2485
+ export interface SensorsCreateOrUpdate201Response extends HttpResponse {
2486
+ status: "201";
2487
+ body: SensorOutput;
2488
+ }
2489
+ export interface SensorsCreateOrUpdateDefaultHeaders {
2490
+ "x-ms-error-code"?: string;
2491
+ }
2492
+ /** Create a sensor entity. */
2493
+ export interface SensorsCreateOrUpdateDefaultResponse extends HttpResponse {
2494
+ status: string;
2495
+ body: ErrorResponseOutput;
2496
+ headers: RawHttpHeaders & SensorsCreateOrUpdateDefaultHeaders;
2497
+ }
2498
+ /** Gets a sensor entity. */
2499
+ export interface SensorsGet200Response extends HttpResponse {
2500
+ status: "200";
2501
+ body: SensorOutput;
2502
+ }
2503
+ export interface SensorsGetDefaultHeaders {
2504
+ "x-ms-error-code"?: string;
2505
+ }
2506
+ /** Gets a sensor entity. */
2507
+ export interface SensorsGetDefaultResponse extends HttpResponse {
2508
+ status: string;
2509
+ body: ErrorResponseOutput;
2510
+ headers: RawHttpHeaders & SensorsGetDefaultHeaders;
2511
+ }
2512
+ /** Deletes a sensor entity. */
2513
+ export interface SensorsDelete204Response extends HttpResponse {
2514
+ status: "204";
2515
+ }
2516
+ export interface SensorsDeleteDefaultHeaders {
2517
+ "x-ms-error-code"?: string;
2518
+ }
2519
+ /** Deletes a sensor entity. */
2520
+ export interface SensorsDeleteDefaultResponse extends HttpResponse {
2521
+ status: string;
2522
+ body: ErrorResponseOutput;
2523
+ headers: RawHttpHeaders & SensorsDeleteDefaultHeaders;
2524
+ }
2525
+ /** Gets a sensor connection string. */
2526
+ export interface SensorsGetConnectionString200Response extends HttpResponse {
2527
+ status: "200";
2528
+ body: IoTHubDeviceAuthenticationOutput;
2529
+ }
2530
+ export interface SensorsGetConnectionStringDefaultHeaders {
2531
+ "x-ms-error-code"?: string;
2532
+ }
2533
+ /** Gets a sensor connection string. */
2534
+ export interface SensorsGetConnectionStringDefaultResponse extends HttpResponse {
2535
+ status: string;
2536
+ body: ErrorResponseOutput;
2537
+ headers: RawHttpHeaders & SensorsGetConnectionStringDefaultHeaders;
2538
+ }
2539
+ /** Renews a sensor connection string. */
2540
+ export interface SensorsRenewConnectionString200Response extends HttpResponse {
2541
+ status: "200";
2542
+ body: IoTHubDeviceAuthenticationOutput;
2543
+ }
2544
+ export interface SensorsRenewConnectionStringDefaultHeaders {
2545
+ "x-ms-error-code"?: string;
2546
+ }
2547
+ /** Renews a sensor connection string. */
2548
+ export interface SensorsRenewConnectionStringDefaultResponse extends HttpResponse {
2549
+ status: string;
2550
+ body: ErrorResponseOutput;
2551
+ headers: RawHttpHeaders & SensorsRenewConnectionStringDefaultHeaders;
2552
+ }
2553
+ /** Cancels a job for given solution id. */
2554
+ export interface SolutionInferenceCancel200Response extends HttpResponse {
2555
+ status: "200";
2556
+ body: Record<string, any>;
2557
+ }
2558
+ export interface SolutionInferenceCancelDefaultHeaders {
2559
+ "x-ms-error-code"?: string;
2560
+ }
2561
+ /** Cancels a job for given solution id. */
2562
+ export interface SolutionInferenceCancelDefaultResponse extends HttpResponse {
2563
+ status: string;
2564
+ body: ErrorResponseOutput;
2565
+ headers: RawHttpHeaders & SolutionInferenceCancelDefaultHeaders;
2566
+ }
2567
+ /** Creates a job trigger for a solution. */
2568
+ export interface SolutionInferenceCreateOrUpdate202Response extends HttpResponse {
2569
+ status: "202";
2570
+ body: Record<string, any>;
2571
+ }
2572
+ export interface SolutionInferenceCreateOrUpdateDefaultHeaders {
2573
+ "x-ms-error-code"?: string;
2574
+ }
2575
+ /** Creates a job trigger for a solution. */
2576
+ export interface SolutionInferenceCreateOrUpdateDefaultResponse extends HttpResponse {
2577
+ status: string;
2578
+ body: ErrorResponseOutput;
2579
+ headers: RawHttpHeaders & SolutionInferenceCreateOrUpdateDefaultHeaders;
2580
+ }
2581
+ /** Fetches details of triggered job for a solution. */
2582
+ export interface SolutionInferenceFetch200Response extends HttpResponse {
2583
+ status: "200";
2584
+ body: Record<string, any>;
2585
+ }
2586
+ export interface SolutionInferenceFetchDefaultHeaders {
2587
+ "x-ms-error-code"?: string;
2588
+ }
2589
+ /** Fetches details of triggered job for a solution. */
2590
+ export interface SolutionInferenceFetchDefaultResponse extends HttpResponse {
2591
+ status: string;
2592
+ body: ErrorResponseOutput;
2593
+ headers: RawHttpHeaders & SolutionInferenceFetchDefaultHeaders;
2594
+ }
2595
+ /** Returns a paginated list of tillage data resources under a particular farm. */
2596
+ export interface TillageDataListByPartyId200Response extends HttpResponse {
2597
+ status: "200";
2598
+ body: TillageDataListResponseOutput;
2599
+ }
2600
+ export interface TillageDataListByPartyIdDefaultHeaders {
2601
+ "x-ms-error-code"?: string;
2602
+ }
2603
+ /** Returns a paginated list of tillage data resources under a particular farm. */
2604
+ export interface TillageDataListByPartyIdDefaultResponse extends HttpResponse {
2605
+ status: string;
2606
+ body: ErrorResponseOutput;
2607
+ headers: RawHttpHeaders & TillageDataListByPartyIdDefaultHeaders;
2608
+ }
2609
+ /** Get a specified tillage data resource under a particular party. */
2610
+ export interface TillageDataGet200Response extends HttpResponse {
2611
+ status: "200";
2612
+ body: TillageDataOutput;
2613
+ }
2614
+ export interface TillageDataGetDefaultHeaders {
2615
+ "x-ms-error-code"?: string;
2616
+ }
2617
+ /** Get a specified tillage data resource under a particular party. */
2618
+ export interface TillageDataGetDefaultResponse extends HttpResponse {
2619
+ status: string;
2620
+ body: ErrorResponseOutput;
2621
+ headers: RawHttpHeaders & TillageDataGetDefaultHeaders;
2622
+ }
2623
+ /** Creates or updates an tillage data resource under a particular party. */
2624
+ export interface TillageDataCreateOrUpdate200Response extends HttpResponse {
2625
+ status: "200";
2626
+ body: TillageDataOutput;
2627
+ }
2628
+ /** Creates or updates an tillage data resource under a particular party. */
2629
+ export interface TillageDataCreateOrUpdate201Response extends HttpResponse {
2630
+ status: "201";
2631
+ body: TillageDataOutput;
2632
+ }
2633
+ export interface TillageDataCreateOrUpdateDefaultHeaders {
2634
+ "x-ms-error-code"?: string;
2635
+ }
2636
+ /** Creates or updates an tillage data resource under a particular party. */
2637
+ export interface TillageDataCreateOrUpdateDefaultResponse extends HttpResponse {
2638
+ status: string;
2639
+ body: ErrorResponseOutput;
2640
+ headers: RawHttpHeaders & TillageDataCreateOrUpdateDefaultHeaders;
2641
+ }
2642
+ /** Deletes a specified tillage data resource under a particular party. */
2643
+ export interface TillageDataDelete204Response extends HttpResponse {
2644
+ status: "204";
2645
+ }
2646
+ export interface TillageDataDeleteDefaultHeaders {
2647
+ "x-ms-error-code"?: string;
2648
+ }
2649
+ /** Deletes a specified tillage data resource under a particular party. */
2650
+ export interface TillageDataDeleteDefaultResponse extends HttpResponse {
2651
+ status: string;
2652
+ body: ErrorResponseOutput;
2653
+ headers: RawHttpHeaders & TillageDataDeleteDefaultHeaders;
2654
+ }
2655
+ /** Returns a paginated list of tillage data resources across all parties. */
2656
+ export interface TillageDataList200Response extends HttpResponse {
2657
+ status: "200";
2658
+ body: TillageDataListResponseOutput;
2659
+ }
2660
+ export interface TillageDataListDefaultHeaders {
2661
+ "x-ms-error-code"?: string;
2662
+ }
2663
+ /** Returns a paginated list of tillage data resources across all parties. */
2664
+ export interface TillageDataListDefaultResponse extends HttpResponse {
2665
+ status: string;
2666
+ body: ErrorResponseOutput;
2667
+ headers: RawHttpHeaders & TillageDataListDefaultHeaders;
2668
+ }
2669
+ /** Create cascade delete job for tillage data resource. */
2670
+ export interface TillageDataCreateCascadeDeleteJob202Response extends HttpResponse {
2671
+ status: "202";
2672
+ body: CascadeDeleteJobOutput;
2673
+ }
2674
+ export interface TillageDataCreateCascadeDeleteJobDefaultHeaders {
2675
+ "x-ms-error-code"?: string;
2676
+ }
2677
+ /** Create cascade delete job for tillage data resource. */
2678
+ export interface TillageDataCreateCascadeDeleteJobDefaultResponse extends HttpResponse {
2679
+ status: string;
2680
+ body: ErrorResponseOutput;
2681
+ headers: RawHttpHeaders & TillageDataCreateCascadeDeleteJobDefaultHeaders;
2682
+ }
2683
+ /** Get cascade delete job for tillage data resource. */
2684
+ export interface TillageDataGetCascadeDeleteJobDetails200Response extends HttpResponse {
2685
+ status: "200";
2686
+ body: CascadeDeleteJobOutput;
2687
+ }
2688
+ export interface TillageDataGetCascadeDeleteJobDetailsDefaultHeaders {
2689
+ "x-ms-error-code"?: string;
2690
+ }
2691
+ /** Get cascade delete job for tillage data resource. */
2692
+ export interface TillageDataGetCascadeDeleteJobDetailsDefaultResponse extends HttpResponse {
2693
+ status: string;
2694
+ body: ErrorResponseOutput;
2695
+ headers: RawHttpHeaders & TillageDataGetCascadeDeleteJobDetailsDefaultHeaders;
2696
+ }
2697
+ /** Returns a paginated list of weather data. */
2698
+ export interface WeatherList200Response extends HttpResponse {
2699
+ status: "200";
2700
+ body: WeatherDataListResponseOutput;
2701
+ }
2702
+ export interface WeatherListDefaultHeaders {
2703
+ "x-ms-error-code"?: string;
2704
+ }
2705
+ /** Returns a paginated list of weather data. */
2706
+ export interface WeatherListDefaultResponse extends HttpResponse {
2707
+ status: string;
2708
+ body: ErrorResponseOutput;
2709
+ headers: RawHttpHeaders & WeatherListDefaultHeaders;
2710
+ }
2711
+ /** Get weather data delete job. */
2712
+ export interface WeatherGetDataDeleteJobDetails200Response extends HttpResponse {
2713
+ status: "200";
2714
+ body: WeatherDataDeleteJobOutput;
2715
+ }
2716
+ export interface WeatherGetDataDeleteJobDetailsDefaultHeaders {
2717
+ "x-ms-error-code"?: string;
2718
+ }
2719
+ /** Get weather data delete job. */
2720
+ export interface WeatherGetDataDeleteJobDetailsDefaultResponse extends HttpResponse {
2721
+ status: string;
2722
+ body: ErrorResponseOutput;
2723
+ headers: RawHttpHeaders & WeatherGetDataDeleteJobDetailsDefaultHeaders;
2724
+ }
2725
+ /** Create a weather data delete job. */
2726
+ export interface WeatherCreateDataDeleteJob202Response extends HttpResponse {
2727
+ status: "202";
2728
+ body: WeatherDataDeleteJobOutput;
2729
+ }
2730
+ export interface WeatherCreateDataDeleteJobDefaultHeaders {
2731
+ "x-ms-error-code"?: string;
2732
+ }
2733
+ /** Create a weather data delete job. */
2734
+ export interface WeatherCreateDataDeleteJobDefaultResponse extends HttpResponse {
2735
+ status: string;
2736
+ body: ErrorResponseOutput;
2737
+ headers: RawHttpHeaders & WeatherCreateDataDeleteJobDefaultHeaders;
2738
+ }
2739
+ /** Get weather ingestion job. */
2740
+ export interface WeatherGetDataIngestionJobDetails200Response extends HttpResponse {
2741
+ status: "200";
2742
+ body: WeatherDataIngestionJobOutput;
2743
+ }
2744
+ export interface WeatherGetDataIngestionJobDetailsDefaultHeaders {
2745
+ "x-ms-error-code"?: string;
2746
+ }
2747
+ /** Get weather ingestion job. */
2748
+ export interface WeatherGetDataIngestionJobDetailsDefaultResponse extends HttpResponse {
2749
+ status: string;
2750
+ body: ErrorResponseOutput;
2751
+ headers: RawHttpHeaders & WeatherGetDataIngestionJobDetailsDefaultHeaders;
2752
+ }
2753
+ /** Create a weather data ingestion job. */
2754
+ export interface WeatherCreateDataIngestionJob202Response extends HttpResponse {
2755
+ status: "202";
2756
+ body: WeatherDataIngestionJobOutput;
2757
+ }
2758
+ export interface WeatherCreateDataIngestionJobDefaultHeaders {
2759
+ "x-ms-error-code"?: string;
2760
+ }
2761
+ /** Create a weather data ingestion job. */
2762
+ export interface WeatherCreateDataIngestionJobDefaultResponse extends HttpResponse {
2763
+ status: string;
2764
+ body: ErrorResponseOutput;
2765
+ headers: RawHttpHeaders & WeatherCreateDataIngestionJobDefaultHeaders;
2766
+ }
2767
+ export interface WeatherDataGet200Headers {
2768
+ /** Indicate whether the request was cache hit or cache miss. */
2769
+ "x-ms-cache-hit"?: boolean;
2770
+ /** Time taken in milliseconds for processing the request at server side. */
2771
+ "x-ms-response-latency-in-milliseconds"?: number;
2772
+ }
2773
+ /** Returns a list of WeatherData. */
2774
+ export interface WeatherDataGet200Response extends HttpResponse {
2775
+ status: "200";
2776
+ body: WeatherDataProviderResponseOutput;
2777
+ headers: RawHttpHeaders & WeatherDataGet200Headers;
2778
+ }
2779
+ export interface WeatherDataGetDefaultHeaders {
2780
+ "x-ms-error-code"?: string;
2781
+ }
2782
+ /** Returns a list of WeatherData. */
2783
+ export interface WeatherDataGetDefaultResponse extends HttpResponse {
2784
+ status: string;
2785
+ body: ErrorResponseOutput;
2786
+ headers: RawHttpHeaders & WeatherDataGetDefaultHeaders;
2787
+ }
2788
+ /** Returns a paginated list of zone resources under a particular party. */
2789
+ export interface ZonesListByPartyId200Response extends HttpResponse {
2790
+ status: "200";
2791
+ body: ZoneListResponseOutput;
2792
+ }
2793
+ export interface ZonesListByPartyIdDefaultHeaders {
2794
+ "x-ms-error-code"?: string;
2795
+ }
2796
+ /** Returns a paginated list of zone resources under a particular party. */
2797
+ export interface ZonesListByPartyIdDefaultResponse extends HttpResponse {
2798
+ status: string;
2799
+ body: ErrorResponseOutput;
2800
+ headers: RawHttpHeaders & ZonesListByPartyIdDefaultHeaders;
2801
+ }
2802
+ /** Gets a specified zone resource under a particular party. */
2803
+ export interface ZonesGet200Response extends HttpResponse {
2804
+ status: "200";
2805
+ body: ZoneOutput;
2806
+ }
2807
+ export interface ZonesGetDefaultHeaders {
2808
+ "x-ms-error-code"?: string;
2809
+ }
2810
+ /** Gets a specified zone resource under a particular party. */
2811
+ export interface ZonesGetDefaultResponse extends HttpResponse {
2812
+ status: string;
2813
+ body: ErrorResponseOutput;
2814
+ headers: RawHttpHeaders & ZonesGetDefaultHeaders;
2815
+ }
2816
+ /** Creates or updates a Zone resource. */
2817
+ export interface ZonesCreateOrUpdate200Response extends HttpResponse {
2818
+ status: "200";
2819
+ body: ZoneOutput;
2820
+ }
2821
+ /** Creates or updates a Zone resource. */
2822
+ export interface ZonesCreateOrUpdate201Response extends HttpResponse {
2823
+ status: "201";
2824
+ body: ZoneOutput;
2825
+ }
2826
+ export interface ZonesCreateOrUpdateDefaultHeaders {
2827
+ "x-ms-error-code"?: string;
2828
+ }
2829
+ /** Creates or updates a Zone resource. */
2830
+ export interface ZonesCreateOrUpdateDefaultResponse extends HttpResponse {
2831
+ status: string;
2832
+ body: ErrorResponseOutput;
2833
+ headers: RawHttpHeaders & ZonesCreateOrUpdateDefaultHeaders;
2834
+ }
2835
+ /** Deletes a specified zone resource under a particular party. */
2836
+ export interface ZonesDelete204Response extends HttpResponse {
2837
+ status: "204";
2838
+ }
2839
+ export interface ZonesDeleteDefaultHeaders {
2840
+ "x-ms-error-code"?: string;
2841
+ }
2842
+ /** Deletes a specified zone resource under a particular party. */
2843
+ export interface ZonesDeleteDefaultResponse extends HttpResponse {
2844
+ status: string;
2845
+ body: ErrorResponseOutput;
2846
+ headers: RawHttpHeaders & ZonesDeleteDefaultHeaders;
2847
+ }
2848
+ /** Returns a paginated list of zone resources across all parties. */
2849
+ export interface ZonesList200Response extends HttpResponse {
2850
+ status: "200";
2851
+ body: ZoneListResponseOutput;
2852
+ }
2853
+ export interface ZonesListDefaultHeaders {
2854
+ "x-ms-error-code"?: string;
2855
+ }
2856
+ /** Returns a paginated list of zone resources across all parties. */
2857
+ export interface ZonesListDefaultResponse extends HttpResponse {
2858
+ status: string;
2859
+ body: ErrorResponseOutput;
2860
+ headers: RawHttpHeaders & ZonesListDefaultHeaders;
2861
+ }
2862
+ /** Get a cascade delete job for specified job id. */
2863
+ export interface ZonesGetCascadeDeleteJobDetails200Response extends HttpResponse {
2864
+ status: "200";
2865
+ body: CascadeDeleteJobOutput;
2866
+ }
2867
+ export interface ZonesGetCascadeDeleteJobDetailsDefaultHeaders {
2868
+ "x-ms-error-code"?: string;
2869
+ }
2870
+ /** Get a cascade delete job for specified job id. */
2871
+ export interface ZonesGetCascadeDeleteJobDetailsDefaultResponse extends HttpResponse {
2872
+ status: string;
2873
+ body: ErrorResponseOutput;
2874
+ headers: RawHttpHeaders & ZonesGetCascadeDeleteJobDetailsDefaultHeaders;
2875
+ }
2876
+ /** Create a cascade delete job for specified zone. */
2877
+ export interface ZonesCreateCascadeDeleteJob202Response extends HttpResponse {
2878
+ status: "202";
2879
+ body: CascadeDeleteJobOutput;
2880
+ }
2881
+ export interface ZonesCreateCascadeDeleteJobDefaultHeaders {
2882
+ "x-ms-error-code"?: string;
2883
+ }
2884
+ /** Create a cascade delete job for specified zone. */
2885
+ export interface ZonesCreateCascadeDeleteJobDefaultResponse extends HttpResponse {
2886
+ status: string;
2887
+ body: ErrorResponseOutput;
2888
+ headers: RawHttpHeaders & ZonesCreateCascadeDeleteJobDefaultHeaders;
2889
+ }
2890
+ //# sourceMappingURL=responses.d.ts.map