@azure-rest/agrifood-farming 1.0.0-beta.1 → 1.0.0-beta.3

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 (213) hide show
  1. package/README.md +54 -64
  2. package/dist/browser/clientDefinitions.d.ts +862 -0
  3. package/dist/browser/clientDefinitions.d.ts.map +1 -0
  4. package/dist/browser/clientDefinitions.js +4 -0
  5. package/dist/browser/clientDefinitions.js.map +1 -0
  6. package/dist/browser/farmBeats.d.ts +16 -0
  7. package/dist/browser/farmBeats.d.ts.map +1 -0
  8. package/dist/browser/farmBeats.js +43 -0
  9. package/dist/browser/farmBeats.js.map +1 -0
  10. package/dist/browser/index.d.ts +13 -0
  11. package/dist/browser/index.d.ts.map +1 -0
  12. package/dist/browser/index.js +15 -0
  13. package/dist/browser/index.js.map +1 -0
  14. package/dist/browser/isUnexpected.d.ts +199 -0
  15. package/dist/browser/isUnexpected.d.ts.map +1 -0
  16. package/dist/browser/isUnexpected.js +269 -0
  17. package/dist/browser/isUnexpected.js.map +1 -0
  18. package/dist/browser/logger.d.ts +2 -0
  19. package/dist/browser/logger.d.ts.map +1 -0
  20. package/dist/browser/logger.js +5 -0
  21. package/dist/browser/logger.js.map +1 -0
  22. package/dist/browser/models.d.ts +1301 -0
  23. package/dist/browser/models.d.ts.map +1 -0
  24. package/dist/browser/models.js +4 -0
  25. package/dist/browser/models.js.map +1 -0
  26. package/dist/browser/outputModels.d.ts +2620 -0
  27. package/dist/browser/outputModels.d.ts.map +1 -0
  28. package/dist/browser/outputModels.js +4 -0
  29. package/dist/browser/outputModels.js.map +1 -0
  30. package/dist/browser/package.json +3 -0
  31. package/dist/browser/paginateHelper.d.ts +68 -0
  32. package/dist/browser/paginateHelper.d.ts.map +1 -0
  33. package/dist/browser/paginateHelper.js +167 -0
  34. package/dist/browser/paginateHelper.js.map +1 -0
  35. package/dist/browser/parameters.d.ts +2749 -0
  36. package/dist/browser/parameters.d.ts.map +1 -0
  37. package/dist/browser/parameters.js +4 -0
  38. package/dist/browser/parameters.js.map +1 -0
  39. package/dist/browser/pollingHelper.d.ts +76 -0
  40. package/dist/browser/pollingHelper.d.ts.map +1 -0
  41. package/dist/browser/pollingHelper.js +104 -0
  42. package/dist/browser/pollingHelper.js.map +1 -0
  43. package/dist/browser/responses.d.ts +2890 -0
  44. package/dist/browser/responses.d.ts.map +1 -0
  45. package/dist/browser/responses.js +4 -0
  46. package/dist/browser/responses.js.map +1 -0
  47. package/dist/browser/serializeHelper.d.ts +2 -0
  48. package/dist/browser/serializeHelper.d.ts.map +1 -0
  49. package/dist/browser/serializeHelper.js +13 -0
  50. package/dist/browser/serializeHelper.js.map +1 -0
  51. package/dist/commonjs/clientDefinitions.d.ts +862 -0
  52. package/dist/commonjs/clientDefinitions.d.ts.map +1 -0
  53. package/dist/commonjs/clientDefinitions.js +5 -0
  54. package/dist/commonjs/clientDefinitions.js.map +1 -0
  55. package/dist/commonjs/farmBeats.d.ts +16 -0
  56. package/dist/commonjs/farmBeats.d.ts.map +1 -0
  57. package/dist/commonjs/farmBeats.js +46 -0
  58. package/dist/commonjs/farmBeats.js.map +1 -0
  59. package/dist/commonjs/index.d.ts +13 -0
  60. package/dist/commonjs/index.d.ts.map +1 -0
  61. package/dist/commonjs/index.js +18 -0
  62. package/dist/commonjs/index.js.map +1 -0
  63. package/dist/commonjs/isUnexpected.d.ts +199 -0
  64. package/dist/commonjs/isUnexpected.d.ts.map +1 -0
  65. package/dist/commonjs/isUnexpected.js +272 -0
  66. package/dist/commonjs/isUnexpected.js.map +1 -0
  67. package/dist/commonjs/logger.d.ts +2 -0
  68. package/dist/commonjs/logger.d.ts.map +1 -0
  69. package/dist/commonjs/logger.js +8 -0
  70. package/dist/commonjs/logger.js.map +1 -0
  71. package/dist/commonjs/models.d.ts +1301 -0
  72. package/dist/commonjs/models.d.ts.map +1 -0
  73. package/dist/commonjs/models.js +5 -0
  74. package/dist/commonjs/models.js.map +1 -0
  75. package/dist/commonjs/outputModels.d.ts +2620 -0
  76. package/dist/commonjs/outputModels.d.ts.map +1 -0
  77. package/dist/commonjs/outputModels.js +5 -0
  78. package/dist/commonjs/outputModels.js.map +1 -0
  79. package/dist/commonjs/package.json +3 -0
  80. package/dist/commonjs/paginateHelper.d.ts +68 -0
  81. package/dist/commonjs/paginateHelper.d.ts.map +1 -0
  82. package/dist/commonjs/paginateHelper.js +170 -0
  83. package/dist/commonjs/paginateHelper.js.map +1 -0
  84. package/dist/commonjs/parameters.d.ts +2749 -0
  85. package/dist/commonjs/parameters.d.ts.map +1 -0
  86. package/dist/commonjs/parameters.js +5 -0
  87. package/dist/commonjs/parameters.js.map +1 -0
  88. package/dist/commonjs/pollingHelper.d.ts +76 -0
  89. package/dist/commonjs/pollingHelper.d.ts.map +1 -0
  90. package/dist/commonjs/pollingHelper.js +107 -0
  91. package/dist/commonjs/pollingHelper.js.map +1 -0
  92. package/dist/commonjs/responses.d.ts +2890 -0
  93. package/dist/commonjs/responses.d.ts.map +1 -0
  94. package/dist/commonjs/responses.js +5 -0
  95. package/dist/commonjs/responses.js.map +1 -0
  96. package/dist/commonjs/serializeHelper.d.ts +2 -0
  97. package/dist/commonjs/serializeHelper.d.ts.map +1 -0
  98. package/dist/commonjs/serializeHelper.js +16 -0
  99. package/dist/commonjs/serializeHelper.js.map +1 -0
  100. package/dist/commonjs/tsdoc-metadata.json +11 -0
  101. package/dist/esm/clientDefinitions.d.ts +862 -0
  102. package/dist/esm/clientDefinitions.d.ts.map +1 -0
  103. package/dist/esm/clientDefinitions.js +4 -0
  104. package/dist/esm/clientDefinitions.js.map +1 -0
  105. package/dist/esm/farmBeats.d.ts +16 -0
  106. package/dist/esm/farmBeats.d.ts.map +1 -0
  107. package/dist/esm/farmBeats.js +43 -0
  108. package/dist/esm/farmBeats.js.map +1 -0
  109. package/dist/esm/index.d.ts +13 -0
  110. package/dist/esm/index.d.ts.map +1 -0
  111. package/dist/esm/index.js +15 -0
  112. package/dist/esm/index.js.map +1 -0
  113. package/dist/esm/isUnexpected.d.ts +199 -0
  114. package/dist/esm/isUnexpected.d.ts.map +1 -0
  115. package/dist/esm/isUnexpected.js +269 -0
  116. package/dist/esm/isUnexpected.js.map +1 -0
  117. package/dist/esm/logger.d.ts +2 -0
  118. package/dist/esm/logger.d.ts.map +1 -0
  119. package/dist/esm/logger.js +5 -0
  120. package/dist/esm/logger.js.map +1 -0
  121. package/dist/esm/models.d.ts +1301 -0
  122. package/dist/esm/models.d.ts.map +1 -0
  123. package/dist/esm/models.js +4 -0
  124. package/dist/esm/models.js.map +1 -0
  125. package/dist/esm/outputModels.d.ts +2620 -0
  126. package/dist/esm/outputModels.d.ts.map +1 -0
  127. package/dist/esm/outputModels.js +4 -0
  128. package/dist/esm/outputModels.js.map +1 -0
  129. package/dist/esm/package.json +3 -0
  130. package/dist/esm/paginateHelper.d.ts +68 -0
  131. package/dist/esm/paginateHelper.d.ts.map +1 -0
  132. package/dist/esm/paginateHelper.js +167 -0
  133. package/dist/esm/paginateHelper.js.map +1 -0
  134. package/dist/esm/parameters.d.ts +2749 -0
  135. package/dist/esm/parameters.d.ts.map +1 -0
  136. package/dist/esm/parameters.js +4 -0
  137. package/dist/esm/parameters.js.map +1 -0
  138. package/dist/esm/pollingHelper.d.ts +76 -0
  139. package/dist/esm/pollingHelper.d.ts.map +1 -0
  140. package/dist/esm/pollingHelper.js +104 -0
  141. package/dist/esm/pollingHelper.js.map +1 -0
  142. package/dist/esm/responses.d.ts +2890 -0
  143. package/dist/esm/responses.d.ts.map +1 -0
  144. package/dist/esm/responses.js +4 -0
  145. package/dist/esm/responses.js.map +1 -0
  146. package/dist/esm/serializeHelper.d.ts +2 -0
  147. package/dist/esm/serializeHelper.d.ts.map +1 -0
  148. package/dist/esm/serializeHelper.js +13 -0
  149. package/dist/esm/serializeHelper.js.map +1 -0
  150. package/dist/react-native/clientDefinitions.d.ts +862 -0
  151. package/dist/react-native/clientDefinitions.d.ts.map +1 -0
  152. package/dist/react-native/clientDefinitions.js +4 -0
  153. package/dist/react-native/clientDefinitions.js.map +1 -0
  154. package/dist/react-native/farmBeats.d.ts +16 -0
  155. package/dist/react-native/farmBeats.d.ts.map +1 -0
  156. package/dist/react-native/farmBeats.js +43 -0
  157. package/dist/react-native/farmBeats.js.map +1 -0
  158. package/dist/react-native/index.d.ts +13 -0
  159. package/dist/react-native/index.d.ts.map +1 -0
  160. package/dist/react-native/index.js +15 -0
  161. package/dist/react-native/index.js.map +1 -0
  162. package/dist/react-native/isUnexpected.d.ts +199 -0
  163. package/dist/react-native/isUnexpected.d.ts.map +1 -0
  164. package/dist/react-native/isUnexpected.js +269 -0
  165. package/dist/react-native/isUnexpected.js.map +1 -0
  166. package/dist/react-native/logger.d.ts +2 -0
  167. package/dist/react-native/logger.d.ts.map +1 -0
  168. package/dist/react-native/logger.js +5 -0
  169. package/dist/react-native/logger.js.map +1 -0
  170. package/dist/react-native/models.d.ts +1301 -0
  171. package/dist/react-native/models.d.ts.map +1 -0
  172. package/dist/react-native/models.js +4 -0
  173. package/dist/react-native/models.js.map +1 -0
  174. package/dist/react-native/outputModels.d.ts +2620 -0
  175. package/dist/react-native/outputModels.d.ts.map +1 -0
  176. package/dist/react-native/outputModels.js +4 -0
  177. package/dist/react-native/outputModels.js.map +1 -0
  178. package/dist/react-native/package.json +3 -0
  179. package/dist/react-native/paginateHelper.d.ts +68 -0
  180. package/dist/react-native/paginateHelper.d.ts.map +1 -0
  181. package/dist/react-native/paginateHelper.js +167 -0
  182. package/dist/react-native/paginateHelper.js.map +1 -0
  183. package/dist/react-native/parameters.d.ts +2749 -0
  184. package/dist/react-native/parameters.d.ts.map +1 -0
  185. package/dist/react-native/parameters.js +4 -0
  186. package/dist/react-native/parameters.js.map +1 -0
  187. package/dist/react-native/pollingHelper.d.ts +76 -0
  188. package/dist/react-native/pollingHelper.d.ts.map +1 -0
  189. package/dist/react-native/pollingHelper.js +104 -0
  190. package/dist/react-native/pollingHelper.js.map +1 -0
  191. package/dist/react-native/responses.d.ts +2890 -0
  192. package/dist/react-native/responses.d.ts.map +1 -0
  193. package/dist/react-native/responses.js +4 -0
  194. package/dist/react-native/responses.js.map +1 -0
  195. package/dist/react-native/serializeHelper.d.ts +2 -0
  196. package/dist/react-native/serializeHelper.d.ts.map +1 -0
  197. package/dist/react-native/serializeHelper.js +13 -0
  198. package/dist/react-native/serializeHelper.js.map +1 -0
  199. package/package.json +84 -70
  200. package/CHANGELOG.md +0 -5
  201. package/dist/index.js +0 -19
  202. package/dist/index.js.map +0 -1
  203. package/dist-esm/src/farmBeats.js +0 -13
  204. package/dist-esm/src/farmBeats.js.map +0 -1
  205. package/dist-esm/src/index.js +0 -9
  206. package/dist-esm/src/index.js.map +0 -1
  207. package/dist-esm/src/models.js +0 -4
  208. package/dist-esm/src/models.js.map +0 -1
  209. package/dist-esm/src/parameters.js +0 -4
  210. package/dist-esm/src/parameters.js.map +0 -1
  211. package/dist-esm/src/responses.js +0 -4
  212. package/dist-esm/src/responses.js.map +0 -1
  213. package/types/agrifood-farming-rest.d.ts +0 -4656
@@ -1 +0,0 @@
1
- {"version":3,"file":"models.js","sourceRoot":"","sources":["../../src/models.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT license.\n\nexport interface ApplicationDataListResponse {\n /** List of requested objects. */\n value?: ApplicationData[];\n /** Token used in retrieving the next page. If null, there are no additional pages. */\n skipToken?: string;\n /** Continuation link (absolute URI) to the next page of results in the list. */\n nextLink?: string;\n}\n\nexport interface ApplicationData {\n /** Application product details. */\n applicationProductDetails?: ApplicationProductDetail[];\n /** Schema for storing measurement reading and unit. */\n avgMaterial?: Measure;\n /** Schema for storing measurement reading and unit. */\n totalMaterial?: Measure;\n /** Schema for storing measurement reading and unit. */\n area?: Measure;\n /** Source of the operation data. */\n source?: string;\n /**\n * Modified date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ.\n * Note: this will be specified by the source provider itself.\n */\n operationModifiedDateTime?: Date;\n /** Start date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ. */\n operationStartDateTime?: Date;\n /** End date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ. */\n operationEndDateTime?: Date;\n /** Link for attachments. */\n attachmentsLink?: string;\n /** Optional boundary ID of the field for which operation was applied. */\n associatedBoundaryId?: string;\n /** Optional boundary ID of the actual area for which operation was applied inside the specified field. */\n operationBoundaryId?: string;\n /** Farmer ID which belongs to the operation data. */\n farmerId?: string;\n /** Unique resource ID. */\n id?: string;\n /** The ETag value to implement optimistic concurrency. */\n eTag?: string;\n /** Status of the resource. */\n status?: string;\n /** Date-time when resource was created, sample format: yyyy-MM-ddTHH:mm:ssZ. */\n createdDateTime?: Date;\n /** Date-time when resource was last modified, sample format: yyyy-MM-ddTHH:mm:ssZ. */\n modifiedDateTime?: Date;\n /** Name to identify resource. */\n name?: string;\n /** Textual description of the resource. */\n description?: string;\n /**\n * A collection of key value pairs that belongs to the resource.\n * Each pair must not have a key greater than 50 characters\n * and must not have a value greater than 150 characters.\n * Note: A maximum of 25 key value pairs can be provided for a resource and only string and numeral values are supported.\n */\n properties?: ApplicationDataPropertiesDictionary;\n}\n\nexport interface ApplicationProductDetail {\n /** Name of the product applied. */\n productName?: string;\n /** A flag indicating whether product is a carrier for a tank mix. */\n isCarrier?: boolean;\n /** Schema for storing measurement reading and unit. */\n avgMaterial?: Measure;\n /** Schema for storing measurement reading and unit. */\n totalMaterial?: Measure;\n}\n\nexport interface Measure {\n /** Data unit. */\n unit?: string;\n /** Data value. */\n value?: number;\n}\n\nexport interface ErrorResponse {\n /** An error from the Azure AgPlatform service. */\n error?: Error;\n /** Unique trace ID. */\n traceId?: string;\n}\n\nexport interface Error {\n /** Server-defined set of error codes. */\n code?: string;\n /** Human-readable representation of the error. */\n message?: string;\n /** Target of the error. */\n target?: string;\n /** Array of details about specific errors that led to this reported error. */\n details?: Error[];\n /**\n * Inner error containing list of errors.\n * <see href=\"https://github.com/Microsoft/api-guidelines/blob/vNext/Guidelines.md#innererror--object\">InnerError reference document</see>.\n */\n innererror?: InnerError;\n}\n\nexport type InnerError = InnerErrorBase & InnerErrorDictionary;\n\nexport interface InnerErrorBase {\n /**\n * Specific error code than was provided by the\n * containing error.\n */\n code?: string;\n /**\n * Inner error containing list of errors.\n * <see href=\"https://github.com/Microsoft/api-guidelines/blob/vNext/Guidelines.md#innererror--object\">InnerError reference document</see>.\n */\n innererror?: InnerError;\n}\n\nexport interface AttachmentListResponse {\n /** List of requested objects. */\n value?: Attachment[];\n /** Token used in retrieving the next page. If null, there are no additional pages. */\n skipToken?: string;\n /** Continuation link (absolute URI) to the next page of results in the list. */\n nextLink?: string;\n}\n\nexport interface Attachment {\n /** Farmer id for this attachment. */\n farmerId?: string;\n /** Associated Resource id for this attachment. */\n resourceId?: string;\n /**\n * Associated Resource type for this attachment\n * i.e. Farmer, Farm, Field, SeasonalField, Boundary, FarmOperationApplicationData, HarvestData, TillageData, PlantingData.\n */\n resourceType?: string;\n /** Original File Name for this attachment. */\n originalFileName?: string;\n /** Unique id. */\n id?: string;\n /** Status of the resource. */\n status?: string;\n /** Date when resource was created. */\n createdDateTime?: Date;\n /** Date when resource was last modified. */\n modifiedDateTime?: Date;\n /** Name to identify resource. */\n name?: string;\n /** Textual description of resource. */\n description?: string;\n /** The ETag value to implement optimistic concurrency. */\n eTag?: string;\n}\n\nexport interface BoundaryListResponse {\n /** List of requested objects. */\n value?: Boundary[];\n /** Token used in retrieving the next page. If null, there are no additional pages. */\n skipToken?: string;\n /** Continuation link (absolute URI) to the next page of results in the list. */\n nextLink?: string;\n}\n\nexport interface Boundary {\n /** Farmer ID. */\n farmerId?: string;\n /** ID of the parent(field or seasonalField) it belongs to. */\n parentId?: string;\n /** GeoJSON abstract class. */\n geometry?: GeoJsonObject;\n /** Is the boundary primary. */\n isPrimary?: boolean;\n /** Boundary area in acres. */\n acreage?: number;\n /** Type of the parent it belongs to. */\n parentType?: string;\n /** Unique resource ID. */\n id?: string;\n /** The ETag value to implement optimistic concurrency. */\n eTag?: string;\n /** Status of the resource. */\n status?: string;\n /** Date-time when resource was created, sample format: yyyy-MM-ddTHH:mm:ssZ. */\n createdDateTime?: Date;\n /** Date-time when resource was last modified, sample format: yyyy-MM-ddTHH:mm:ssZ. */\n modifiedDateTime?: Date;\n /** Name to identify resource. */\n name?: string;\n /** Textual description of the resource. */\n description?: string;\n /**\n * A collection of key value pairs that belongs to the resource.\n * Each pair must not have a key greater than 50 characters\n * and must not have a value greater than 150 characters.\n * Note: A maximum of 25 key value pairs can be provided for a resource and only string and numeral values are supported.\n */\n properties?: BoundaryPropertiesDictionary;\n}\n\nexport type GeoJsonObject = Polygon | MultiPolygon | Point;\n\nexport interface SearchBoundaryQuery {\n /** Ids of the resource. */\n ids?: string[];\n /** Names of the resource. */\n names?: string[];\n /**\n * Filters on key-value pairs within the Properties object.\n * eg. \"{testKey} eq {testValue}\".\n */\n propertyFilters?: string[];\n /** Statuses of the resource. */\n statuses?: string[];\n /** Minimum creation date of resource (inclusive). */\n minCreatedDateTime?: Date;\n /** Maximum creation date of resource (inclusive). */\n maxCreatedDateTime?: Date;\n /** Minimum last modified date of resource (inclusive). */\n minLastModifiedDateTime?: Date;\n /** Maximum last modified date of resource (inclusive). */\n maxLastModifiedDateTime?: Date;\n /**\n * Maximum number of items needed (inclusive).\n * Minimum = 10, Maximum = 1000, Default value = 50.\n */\n maxPageSize?: number;\n /** Skip token for getting next set of results. */\n skipToken?: string;\n /** Is the boundary primary. */\n isPrimary?: boolean;\n /** Type of the parent it belongs to. */\n parentType?: string;\n /** Parent Ids of the resource. */\n parentIds?: string[];\n /** Minimum acreage of the boundary (inclusive). */\n minAcreage?: number;\n /** Maximum acreage of the boundary (inclusive). */\n maxAcreage?: number;\n /** GeoJSON abstract class. */\n intersectsWithGeometry?: GeoJsonObject;\n}\n\nexport interface CascadeDeleteJob {\n /** Farmer ID. */\n farmerId: string;\n /** The id of the resource. */\n resourceId: string;\n /** The type of the resource. */\n resourceType: string;\n /** Unique job id. */\n id?: string;\n /**\n * Status of the job.\n * Possible values: 'Waiting', 'Running', 'Succeeded', 'Failed', 'Cancelled'.\n */\n status?: string;\n /** Duration of the job in seconds. */\n durationInSeconds?: number;\n /** Status message to capture more details of the job. */\n message?: string;\n /** Job created at dateTime. Sample format: yyyy-MM-ddTHH:mm:ssZ. */\n createdDateTime?: Date;\n /** Job was last acted upon at dateTime. Sample format: yyyy-MM-ddTHH:mm:ssZ. */\n lastActionDateTime?: Date;\n /** Job start time when available. Sample format: yyyy-MM-ddTHH:mm:ssZ. */\n startTime?: Date;\n /** Job end time when available. Sample format: yyyy-MM-ddTHH:mm:ssZ. */\n endTime?: Date;\n /** Name to identify resource. */\n name?: string;\n /** Textual description of the resource. */\n description?: string;\n /**\n * A collection of key value pairs that belongs to the resource.\n * Each pair must not have a key greater than 50 characters\n * and must not have a value greater than 150 characters.\n * Note: A maximum of 25 key value pairs can be provided for a resource and only string and numeral values are supported.\n */\n properties?: CascadeDeleteJobPropertiesDictionary;\n}\n\nexport interface BoundaryOverlapResponse {\n /** Acreage of Main boundary. */\n boundaryAcreage?: number;\n /** Acreage of other boundary. */\n otherBoundaryAcreage?: number;\n /** Acreage of intersecting boundary. */\n intersectingAcreage?: number;\n}\n\nexport interface CropListResponse {\n /** List of requested objects. */\n value?: Crop[];\n /** Token used in retrieving the next page. If null, there are no additional pages. */\n skipToken?: string;\n /** Continuation link (absolute URI) to the next page of results in the list. */\n nextLink?: string;\n}\n\nexport interface Crop {\n /** Crop phenotype. */\n phenotype?: string;\n /** Unique resource ID. */\n id?: string;\n /** The ETag value to implement optimistic concurrency. */\n eTag?: string;\n /** Status of the resource. */\n status?: string;\n /** Date-time when resource was created, sample format: yyyy-MM-ddTHH:mm:ssZ. */\n createdDateTime?: Date;\n /** Date-time when resource was last modified, sample format: yyyy-MM-ddTHH:mm:ssZ. */\n modifiedDateTime?: Date;\n /** Name to identify resource. */\n name?: string;\n /** Textual description of the resource. */\n description?: string;\n /**\n * A collection of key value pairs that belongs to the resource.\n * Each pair must not have a key greater than 50 characters\n * and must not have a value greater than 150 characters.\n * Note: A maximum of 25 key value pairs can be provided for a resource and only string and numeral values are supported.\n */\n properties?: CropPropertiesDictionary;\n}\n\nexport interface CropVarietyListResponse {\n /** List of requested objects. */\n value?: CropVariety[];\n /** Token used in retrieving the next page. If null, there are no additional pages. */\n skipToken?: string;\n /** Continuation link (absolute URI) to the next page of results in the list. */\n nextLink?: string;\n}\n\nexport interface CropVariety {\n /** ID of the crop it belongs to. */\n cropId?: string;\n /** CropVariety Brand. */\n brand?: string;\n /** CropVariety product. */\n product?: string;\n /** Unique resource ID. */\n id?: string;\n /** The ETag value to implement optimistic concurrency. */\n eTag?: string;\n /** Status of the resource. */\n status?: string;\n /** Date-time when resource was created, sample format: yyyy-MM-ddTHH:mm:ssZ. */\n createdDateTime?: Date;\n /** Date-time when resource was last modified, sample format: yyyy-MM-ddTHH:mm:ssZ. */\n modifiedDateTime?: Date;\n /** Name to identify resource. */\n name?: string;\n /** Textual description of the resource. */\n description?: string;\n /**\n * A collection of key value pairs that belongs to the resource.\n * Each pair must not have a key greater than 50 characters\n * and must not have a value greater than 150 characters.\n * Note: A maximum of 25 key value pairs can be provided for a resource and only string and numeral values are supported.\n */\n properties?: CropVarietyPropertiesDictionary;\n}\n\nexport interface FarmerListResponse {\n /** List of requested objects. */\n value?: Farmer[];\n /** Token used in retrieving the next page. If null, there are no additional pages. */\n skipToken?: string;\n /** Continuation link (absolute URI) to the next page of results in the list. */\n nextLink?: string;\n}\n\nexport interface Farmer {\n /** Unique resource ID. */\n id?: string;\n /** The ETag value to implement optimistic concurrency. */\n eTag?: string;\n /** Status of the resource. */\n status?: string;\n /** Date-time when resource was created, sample format: yyyy-MM-ddTHH:mm:ssZ. */\n createdDateTime?: Date;\n /** Date-time when resource was last modified, sample format: yyyy-MM-ddTHH:mm:ssZ. */\n modifiedDateTime?: Date;\n /** Name to identify resource. */\n name?: string;\n /** Textual description of the resource. */\n description?: string;\n /**\n * A collection of key value pairs that belongs to the resource.\n * Each pair must not have a key greater than 50 characters\n * and must not have a value greater than 150 characters.\n * Note: A maximum of 25 key value pairs can be provided for a resource and only string and numeral values are supported.\n */\n properties?: FarmerPropertiesDictionary;\n}\n\nexport interface FarmOperationDataIngestionJob {\n /** Farmer ID. */\n farmerId: string;\n /** Authentication provider ID. */\n authProviderId: string;\n /** List of operation types for which data needs to be downloaded. Available values: AllOperations, Application, Planting, Harvest, Tillage. */\n operations?: string[];\n /** Start Year (Minimum = 2000, Maximum = CurrentYear). */\n startYear: number;\n /** Unique job id. */\n id?: string;\n /**\n * Status of the job.\n * Possible values: 'Waiting', 'Running', 'Succeeded', 'Failed', 'Cancelled'.\n */\n status?: string;\n /** Duration of the job in seconds. */\n durationInSeconds?: number;\n /** Status message to capture more details of the job. */\n message?: string;\n /** Job created at dateTime. Sample format: yyyy-MM-ddTHH:mm:ssZ. */\n createdDateTime?: Date;\n /** Job was last acted upon at dateTime. Sample format: yyyy-MM-ddTHH:mm:ssZ. */\n lastActionDateTime?: Date;\n /** Job start time when available. Sample format: yyyy-MM-ddTHH:mm:ssZ. */\n startTime?: Date;\n /** Job end time when available. Sample format: yyyy-MM-ddTHH:mm:ssZ. */\n endTime?: Date;\n /** Name to identify resource. */\n name?: string;\n /** Textual description of the resource. */\n description?: string;\n /**\n * A collection of key value pairs that belongs to the resource.\n * Each pair must not have a key greater than 50 characters\n * and must not have a value greater than 150 characters.\n * Note: A maximum of 25 key value pairs can be provided for a resource and only string and numeral values are supported.\n */\n properties?: FarmOperationDataIngestionJobPropertiesDictionary;\n}\n\nexport interface FarmListResponse {\n /** List of requested objects. */\n value?: Farm[];\n /** Token used in retrieving the next page. If null, there are no additional pages. */\n skipToken?: string;\n /** Continuation link (absolute URI) to the next page of results in the list. */\n nextLink?: string;\n}\n\nexport interface Farm {\n /** Farmer ID. */\n farmerId?: string;\n /** Unique resource ID. */\n id?: string;\n /** The ETag value to implement optimistic concurrency. */\n eTag?: string;\n /** Status of the resource. */\n status?: string;\n /** Date-time when resource was created, sample format: yyyy-MM-ddTHH:mm:ssZ. */\n createdDateTime?: Date;\n /** Date-time when resource was last modified, sample format: yyyy-MM-ddTHH:mm:ssZ. */\n modifiedDateTime?: Date;\n /** Name to identify resource. */\n name?: string;\n /** Textual description of the resource. */\n description?: string;\n /**\n * A collection of key value pairs that belongs to the resource.\n * Each pair must not have a key greater than 50 characters\n * and must not have a value greater than 150 characters.\n * Note: A maximum of 25 key value pairs can be provided for a resource and only string and numeral values are supported.\n */\n properties?: FarmPropertiesDictionary;\n}\n\nexport interface FieldListResponse {\n /** List of requested objects. */\n value?: Field[];\n /** Token used in retrieving the next page. If null, there are no additional pages. */\n skipToken?: string;\n /** Continuation link (absolute URI) to the next page of results in the list. */\n nextLink?: string;\n}\n\nexport interface Field {\n /** ID of the associated Farm. */\n farmId?: string;\n /** Farmer ID. */\n farmerId?: string;\n /** Primary boundary id. */\n primaryBoundaryId?: string;\n /** Boundary Ids. */\n boundaryIds?: string[];\n /** Unique resource ID. */\n id?: string;\n /** The ETag value to implement optimistic concurrency. */\n eTag?: string;\n /** Status of the resource. */\n status?: string;\n /** Date-time when resource was created, sample format: yyyy-MM-ddTHH:mm:ssZ. */\n createdDateTime?: Date;\n /** Date-time when resource was last modified, sample format: yyyy-MM-ddTHH:mm:ssZ. */\n modifiedDateTime?: Date;\n /** Name to identify resource. */\n name?: string;\n /** Textual description of the resource. */\n description?: string;\n /**\n * A collection of key value pairs that belongs to the resource.\n * Each pair must not have a key greater than 50 characters\n * and must not have a value greater than 150 characters.\n * Note: A maximum of 25 key value pairs can be provided for a resource and only string and numeral values are supported.\n */\n properties?: FieldPropertiesDictionary;\n}\n\nexport interface HarvestDataListResponse {\n /** List of requested objects. */\n value?: HarvestData[];\n /** Token used in retrieving the next page. If null, there are no additional pages. */\n skipToken?: string;\n /** Continuation link (absolute URI) to the next page of results in the list. */\n nextLink?: string;\n}\n\nexport interface HarvestData {\n /** Schema for storing measurement reading and unit. */\n totalYield?: Measure;\n /** Schema for storing measurement reading and unit. */\n avgYield?: Measure;\n /** Schema for storing measurement reading and unit. */\n totalWetMass?: Measure;\n /** Schema for storing measurement reading and unit. */\n avgWetMass?: Measure;\n /** Schema for storing measurement reading and unit. */\n avgMoisture?: Measure;\n /** Schema for storing measurement reading and unit. */\n avgSpeed?: Measure;\n /** Harvest product details. */\n harvestProductDetails?: HarvestProductDetail[];\n /** Schema for storing measurement reading and unit. */\n area?: Measure;\n /** Source of the operation data. */\n source?: string;\n /**\n * Modified date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ.\n * Note: this will be specified by the source provider itself.\n */\n operationModifiedDateTime?: Date;\n /** Start date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ. */\n operationStartDateTime?: Date;\n /** End date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ. */\n operationEndDateTime?: Date;\n /** Link for attachments. */\n attachmentsLink?: string;\n /** Optional boundary ID of the field for which operation was applied. */\n associatedBoundaryId?: string;\n /** Optional boundary ID of the actual area for which operation was applied inside the specified field. */\n operationBoundaryId?: string;\n /** Farmer ID which belongs to the operation data. */\n farmerId?: string;\n /** Unique resource ID. */\n id?: string;\n /** The ETag value to implement optimistic concurrency. */\n eTag?: string;\n /** Status of the resource. */\n status?: string;\n /** Date-time when resource was created, sample format: yyyy-MM-ddTHH:mm:ssZ. */\n createdDateTime?: Date;\n /** Date-time when resource was last modified, sample format: yyyy-MM-ddTHH:mm:ssZ. */\n modifiedDateTime?: Date;\n /** Name to identify resource. */\n name?: string;\n /** Textual description of the resource. */\n description?: string;\n /**\n * A collection of key value pairs that belongs to the resource.\n * Each pair must not have a key greater than 50 characters\n * and must not have a value greater than 150 characters.\n * Note: A maximum of 25 key value pairs can be provided for a resource and only string and numeral values are supported.\n */\n properties?: HarvestDataPropertiesDictionary;\n}\n\nexport interface HarvestProductDetail {\n /** Name of the product. */\n productName?: string;\n /** Schema for storing measurement reading and unit. */\n area?: Measure;\n /** Schema for storing measurement reading and unit. */\n totalYield?: Measure;\n /** Schema for storing measurement reading and unit. */\n avgYield?: Measure;\n /** Schema for storing measurement reading and unit. */\n avgMoisture?: Measure;\n /** Schema for storing measurement reading and unit. */\n totalWetMass?: Measure;\n /** Schema for storing measurement reading and unit. */\n avgWetMass?: Measure;\n}\n\nexport interface ImageProcessingRasterizeJob {\n /** Farmer ID. */\n farmerId: string;\n /** Shapefile attachment ID. */\n shapefileAttachmentId: string;\n /** List of shapefile column names to create raster attachments. */\n shapefileColumnNames: string[];\n /** Unique job id. */\n id?: string;\n /**\n * Status of the job.\n * Possible values: 'Waiting', 'Running', 'Succeeded', 'Failed', 'Cancelled'.\n */\n status?: string;\n /** Duration of the job in seconds. */\n durationInSeconds?: number;\n /** Status message to capture more details of the job. */\n message?: string;\n /** Job created at dateTime. Sample format: yyyy-MM-ddTHH:mm:ssZ. */\n createdDateTime?: Date;\n /** Job was last acted upon at dateTime. Sample format: yyyy-MM-ddTHH:mm:ssZ. */\n lastActionDateTime?: Date;\n /** Job start time when available. Sample format: yyyy-MM-ddTHH:mm:ssZ. */\n startTime?: Date;\n /** Job end time when available. Sample format: yyyy-MM-ddTHH:mm:ssZ. */\n endTime?: Date;\n /** Name to identify resource. */\n name?: string;\n /** Textual description of the resource. */\n description?: string;\n /**\n * A collection of key value pairs that belongs to the resource.\n * Each pair must not have a key greater than 50 characters\n * and must not have a value greater than 150 characters.\n * Note: A maximum of 25 key value pairs can be provided for a resource and only string and numeral values are supported.\n */\n properties?: ImageProcessingRasterizeJobPropertiesDictionary;\n}\n\nexport interface OAuthProviderListResponse {\n /** List of requested objects. */\n value?: OAuthProvider[];\n /** Token used in retrieving the next page. If null, there are no additional pages. */\n skipToken?: string;\n /** Continuation link (absolute URI) to the next page of results in the list. */\n nextLink?: string;\n}\n\nexport interface OAuthProvider {\n /** OAuth App ID for given OAuth Provider. */\n appId?: string;\n /**\n * OAuth App secret for given Provider.\n * Note: Won't be sent in response.\n */\n appSecret?: string;\n /**\n * OAuth Api key for given Provider.\n * Note: currently Applicable to Climate provider. Won't be sent in response.\n */\n apiKey?: string;\n /**\n * An optional flag to determine if the App is ready to be used for Production scenarios in the provider side or not. (Default value: false)\n * Note: Currently applicable for JohnDeere.\n */\n isProductionApp?: boolean;\n /** Unique OAuth provider ID. */\n id?: string;\n /** The ETag value to implement optimistic concurrency. */\n eTag?: string;\n /** Date-time when resource was created, sample format: yyyy-MM-ddTHH:mm:ssZ. */\n createdDateTime?: Date;\n /** Date-time when resource was last modified, sample format: yyyy-MM-ddTHH:mm:ssZ. */\n modifiedDateTime?: Date;\n /** Name to identify resource. */\n name?: string;\n /** Textual description of the resource. */\n description?: string;\n /**\n * A collection of key value pairs that belongs to the resource.\n * Each pair must not have a key greater than 50 characters\n * and must not have a value greater than 150 characters.\n * Note: A maximum of 25 key value pairs can be provided for a resource and only string and numeral values are supported.\n */\n properties?: OAuthProviderPropertiesDictionary;\n}\n\nexport interface OAuthTokenListResponse {\n /** List of requested objects. */\n value?: OAuthToken[];\n /** Token used in retrieving the next page. If null, there are no additional pages. */\n skipToken?: string;\n /** Continuation link (absolute URI) to the next page of results in the list. */\n nextLink?: string;\n}\n\nexport interface OAuthToken {\n /** Farmer ID for this OAuth config. */\n farmerId: string;\n /** ID of the OAuth provider resource containing app information. */\n authProviderId: string;\n /** An optional flag indicating whether the token is a valid or expired (Default value: true). */\n isValid?: boolean;\n /** The ETag value to implement optimistic concurrency. */\n eTag?: string;\n /** Date-time when resource was created, sample format: yyyy-MM-ddTHH:mm:ssZ. */\n createdDateTime?: Date;\n /** Date-time when resource was last modified, sample format: yyyy-MM-ddTHH:mm:ssZ. */\n modifiedDateTime?: Date;\n}\n\nexport interface OAuthConnectRequest {\n /** ID of the farmer. */\n farmerId: string;\n /** ID of the OAuthProvider. */\n oAuthProviderId: string;\n /** Link to redirect the user to, at the end of the oauth flow. */\n userRedirectLink: string;\n /** State to provide back when redirecting the user, at the end of the oauth flow. */\n userRedirectState?: string;\n}\n\nexport interface PlantingDataListResponse {\n /** List of requested objects. */\n value?: PlantingData[];\n /** Token used in retrieving the next page. If null, there are no additional pages. */\n skipToken?: string;\n /** Continuation link (absolute URI) to the next page of results in the list. */\n nextLink?: string;\n}\n\nexport interface PlantingData {\n /** Schema for storing measurement reading and unit. */\n avgPlantingRate?: Measure;\n /** Schema for storing measurement reading and unit. */\n totalMaterial?: Measure;\n /** Schema for storing measurement reading and unit. */\n avgMaterial?: Measure;\n /** Planting product details. */\n plantingProductDetails?: PlantingProductDetail[];\n /** Schema for storing measurement reading and unit. */\n area?: Measure;\n /** Source of the operation data. */\n source?: string;\n /**\n * Modified date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ.\n * Note: this will be specified by the source provider itself.\n */\n operationModifiedDateTime?: Date;\n /** Start date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ. */\n operationStartDateTime?: Date;\n /** End date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ. */\n operationEndDateTime?: Date;\n /** Link for attachments. */\n attachmentsLink?: string;\n /** Optional boundary ID of the field for which operation was applied. */\n associatedBoundaryId?: string;\n /** Optional boundary ID of the actual area for which operation was applied inside the specified field. */\n operationBoundaryId?: string;\n /** Farmer ID which belongs to the operation data. */\n farmerId?: string;\n /** Unique resource ID. */\n id?: string;\n /** The ETag value to implement optimistic concurrency. */\n eTag?: string;\n /** Status of the resource. */\n status?: string;\n /** Date-time when resource was created, sample format: yyyy-MM-ddTHH:mm:ssZ. */\n createdDateTime?: Date;\n /** Date-time when resource was last modified, sample format: yyyy-MM-ddTHH:mm:ssZ. */\n modifiedDateTime?: Date;\n /** Name to identify resource. */\n name?: string;\n /** Textual description of the resource. */\n description?: string;\n /**\n * A collection of key value pairs that belongs to the resource.\n * Each pair must not have a key greater than 50 characters\n * and must not have a value greater than 150 characters.\n * Note: A maximum of 25 key value pairs can be provided for a resource and only string and numeral values are supported.\n */\n properties?: PlantingDataPropertiesDictionary;\n}\n\nexport interface PlantingProductDetail {\n /** Name of the product. */\n productName?: string;\n /** Schema for storing measurement reading and unit. */\n area?: Measure;\n /** Schema for storing measurement reading and unit. */\n totalMaterial?: Measure;\n /** Schema for storing measurement reading and unit. */\n avgMaterial?: Measure;\n}\n\nexport interface SceneListResponse {\n /** List of requested objects. */\n value?: Scene[];\n /** Token used in retrieving the next page. If null, there are no additional pages. */\n skipToken?: string;\n /** Continuation link (absolute URI) to the next page of results in the list. */\n nextLink?: string;\n}\n\nexport interface Scene {\n /** Date-time of the scene, sample format: yyyy-MM-ddTHH:mm:ssZ. */\n sceneDateTime?: Date;\n /** Data provider of the scene. */\n provider?: string;\n /** Data source of the scene. */\n source?: string;\n /** Collection of image files. */\n imageFiles?: ImageFile[];\n /** Supported image formats for scene resource. */\n imageFormat?: ImageFormat;\n /** Cloud cover percentage of the scene. */\n cloudCoverPercentage?: number;\n /** Dark pixel percentage of the scene. */\n darkPixelPercentage?: number;\n /** Median of NDVI of the scene. */\n ndviMedianValue?: number;\n /** Boundary ID which belongs to the scene. */\n boundaryId?: string;\n /** Farmer ID which belongs to the scene. */\n farmerId?: string;\n /** Unique scene resource ID. */\n id?: string;\n /** The ETag value to implement optimistic concurrency. */\n eTag?: string;\n}\n\nexport interface ImageFile {\n /** Link of the image file. */\n fileLink?: string;\n /** Name of the image file. */\n name: string;\n /** Supported image formats for scene resource. */\n imageFormat?: ImageFormat;\n /** Resolution of image file in meters. */\n resolution?: number;\n}\n\nexport interface SatelliteDataIngestionJob {\n /** Farmer ID. */\n farmerId: string;\n /** The id of the boundary object for which satellite data is being fetched. */\n boundaryId: string;\n /** Start Date. */\n startDateTime: Date;\n /** End Date. */\n endDateTime: Date;\n /** Provider of satellite data. */\n provider?: DataProvider;\n /** Source of satellite data. */\n source?: Source;\n /** Data Model for SatelliteIngestionJobRequest. */\n data?: SatelliteData;\n /** Unique job id. */\n id?: string;\n /**\n * Status of the job.\n * Possible values: 'Waiting', 'Running', 'Succeeded', 'Failed', 'Cancelled'.\n */\n status?: string;\n /** Duration of the job in seconds. */\n durationInSeconds?: number;\n /** Status message to capture more details of the job. */\n message?: string;\n /** Job created at dateTime. Sample format: yyyy-MM-ddTHH:mm:ssZ. */\n createdDateTime?: Date;\n /** Job was last acted upon at dateTime. Sample format: yyyy-MM-ddTHH:mm:ssZ. */\n lastActionDateTime?: Date;\n /** Job start time when available. Sample format: yyyy-MM-ddTHH:mm:ssZ. */\n startTime?: Date;\n /** Job end time when available. Sample format: yyyy-MM-ddTHH:mm:ssZ. */\n endTime?: Date;\n /** Name to identify resource. */\n name?: string;\n /** Textual description of the resource. */\n description?: string;\n /**\n * A collection of key value pairs that belongs to the resource.\n * Each pair must not have a key greater than 50 characters\n * and must not have a value greater than 150 characters.\n * Note: A maximum of 25 key value pairs can be provided for a resource and only string and numeral values are supported.\n */\n properties?: SatelliteDataIngestionJobPropertiesDictionary;\n}\n\nexport interface SatelliteData {\n /** List of ImageNames. */\n imageNames?: string[];\n /** List of ImageFormats. Available value: TIF. */\n imageFormats?: string[];\n /** List of ImageResolutions in meters. Available values: 10, 20, 60. */\n imageResolutions?: number[];\n}\n\nexport interface SeasonalFieldListResponse {\n /** List of requested objects. */\n value?: SeasonalField[];\n /** Token used in retrieving the next page. If null, there are no additional pages. */\n skipToken?: string;\n /** Continuation link (absolute URI) to the next page of results in the list. */\n nextLink?: string;\n}\n\nexport interface SeasonalField {\n /** Farmer ID. */\n farmerId?: string;\n /** Primary boundary id. */\n primaryBoundaryId?: string;\n /** Boundary Ids. */\n boundaryIds?: string[];\n /** ID of the associated Farm. */\n farmId?: string;\n /** ID of the associated Field. */\n fieldId?: string;\n /** ID of the season it belongs to. */\n seasonId?: string;\n /** CropVariety ids. */\n cropVarietyIds?: string[];\n /** ID of the crop it belongs to. */\n cropId?: string;\n /** Average yield value of the seasonal field. */\n avgYieldValue?: number;\n /** Unit of the average yield value attribute. */\n avgYieldUnit?: string;\n /** Average seed population value of the seasonal field. */\n avgSeedPopulationValue?: number;\n /** Unit of average seed population value attribute. */\n avgSeedPopulationUnit?: string;\n /** Planting datetime, sample format: yyyy-MM-ddTHH:mm:ssZ. */\n plantingDateTime?: Date;\n /** Unique resource ID. */\n id?: string;\n /** The ETag value to implement optimistic concurrency. */\n eTag?: string;\n /** Status of the resource. */\n status?: string;\n /** Date-time when resource was created, sample format: yyyy-MM-ddTHH:mm:ssZ. */\n createdDateTime?: Date;\n /** Date-time when resource was last modified, sample format: yyyy-MM-ddTHH:mm:ssZ. */\n modifiedDateTime?: Date;\n /** Name to identify resource. */\n name?: string;\n /** Textual description of the resource. */\n description?: string;\n /**\n * A collection of key value pairs that belongs to the resource.\n * Each pair must not have a key greater than 50 characters\n * and must not have a value greater than 150 characters.\n * Note: A maximum of 25 key value pairs can be provided for a resource and only string and numeral values are supported.\n */\n properties?: SeasonalFieldPropertiesDictionary;\n}\n\nexport interface SeasonListResponse {\n /** List of requested objects. */\n value?: Season[];\n /** Token used in retrieving the next page. If null, there are no additional pages. */\n skipToken?: string;\n /** Continuation link (absolute URI) to the next page of results in the list. */\n nextLink?: string;\n}\n\nexport interface Season {\n /** Season start datetime, sample format: yyyy-MM-ddTHH:mm:ssZ. */\n startDateTime?: Date;\n /** Season end datetime, sample format: yyyy-MM-ddTHH:mm:ssZ. */\n endDateTime?: Date;\n /** Season year. */\n year?: number;\n /** Unique resource ID. */\n id?: string;\n /** The ETag value to implement optimistic concurrency. */\n eTag?: string;\n /** Status of the resource. */\n status?: string;\n /** Date-time when resource was created, sample format: yyyy-MM-ddTHH:mm:ssZ. */\n createdDateTime?: Date;\n /** Date-time when resource was last modified, sample format: yyyy-MM-ddTHH:mm:ssZ. */\n modifiedDateTime?: Date;\n /** Name to identify resource. */\n name?: string;\n /** Textual description of the resource. */\n description?: string;\n /**\n * A collection of key value pairs that belongs to the resource.\n * Each pair must not have a key greater than 50 characters\n * and must not have a value greater than 150 characters.\n * Note: A maximum of 25 key value pairs can be provided for a resource and only string and numeral values are supported.\n */\n properties?: SeasonPropertiesDictionary;\n}\n\nexport interface TillageDataListResponse {\n /** List of requested objects. */\n value?: TillageData[];\n /** Token used in retrieving the next page. If null, there are no additional pages. */\n skipToken?: string;\n /** Continuation link (absolute URI) to the next page of results in the list. */\n nextLink?: string;\n}\n\nexport interface TillageData {\n /** Schema for storing measurement reading and unit. */\n tillageDepth?: Measure;\n /** Schema for storing measurement reading and unit. */\n tillagePressure?: Measure;\n /** Schema for storing measurement reading and unit. */\n area?: Measure;\n /** Source of the operation data. */\n source?: string;\n /**\n * Modified date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ.\n * Note: this will be specified by the source provider itself.\n */\n operationModifiedDateTime?: Date;\n /** Start date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ. */\n operationStartDateTime?: Date;\n /** End date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ. */\n operationEndDateTime?: Date;\n /** Link for attachments. */\n attachmentsLink?: string;\n /** Optional boundary ID of the field for which operation was applied. */\n associatedBoundaryId?: string;\n /** Optional boundary ID of the actual area for which operation was applied inside the specified field. */\n operationBoundaryId?: string;\n /** Farmer ID which belongs to the operation data. */\n farmerId?: string;\n /** Unique resource ID. */\n id?: string;\n /** The ETag value to implement optimistic concurrency. */\n eTag?: string;\n /** Status of the resource. */\n status?: string;\n /** Date-time when resource was created, sample format: yyyy-MM-ddTHH:mm:ssZ. */\n createdDateTime?: Date;\n /** Date-time when resource was last modified, sample format: yyyy-MM-ddTHH:mm:ssZ. */\n modifiedDateTime?: Date;\n /** Name to identify resource. */\n name?: string;\n /** Textual description of the resource. */\n description?: string;\n /**\n * A collection of key value pairs that belongs to the resource.\n * Each pair must not have a key greater than 50 characters\n * and must not have a value greater than 150 characters.\n * Note: A maximum of 25 key value pairs can be provided for a resource and only string and numeral values are supported.\n */\n properties?: TillageDataPropertiesDictionary;\n}\n\nexport interface WeatherDataListResponse {\n /** List of requested objects. */\n value?: WeatherData[];\n /** Token used in retrieving the next page. If null, there are no additional pages. */\n skipToken?: string;\n /** Continuation link (absolute URI) to the next page of results in the list. */\n nextLink?: string;\n}\n\nexport interface WeatherData {\n /** Farmer ID. */\n farmerId: string;\n /** Boundary ID. */\n boundaryId: string;\n /** ID of the weather extension. */\n extensionId: string;\n /** Location model class. */\n location: Location;\n /** Date-time of the weather data, sample format: yyyy-MM-ddTHH:mm:ssZ. */\n dateTime: Date;\n /** Unit System like US/SI etc. */\n unitSystemCode?: string;\n /** Version of the weather data extension. */\n extensionVersion: string;\n /** Type of weather data (forecast/historical). */\n weatherDataType: string;\n /** Granularity of weather data (daily/hourly). */\n granularity: string;\n /** Schema for storing measurement reading and unit. */\n cloudCover?: Measure;\n /** Schema for storing measurement reading and unit. */\n dewPoint?: Measure;\n /** Schema for storing measurement reading and unit. */\n growingDegreeDay?: Measure;\n /** Schema for storing measurement reading and unit. */\n precipitation?: Measure;\n /** Schema for storing measurement reading and unit. */\n pressure?: Measure;\n /** Schema for storing measurement reading and unit. */\n relativeHumidity?: Measure;\n /** Schema for storing measurement reading and unit. */\n soilMoisture?: Measure;\n /** Schema for storing measurement reading and unit. */\n soilTemperature?: Measure;\n /** Schema for storing measurement reading and unit. */\n temperature?: Measure;\n /** Schema for storing measurement reading and unit. */\n visibility?: Measure;\n /** Schema for storing measurement reading and unit. */\n wetBulbTemperature?: Measure;\n /** Schema for storing measurement reading and unit. */\n windChill?: Measure;\n /** Schema for storing measurement reading and unit. */\n windDirection?: Measure;\n /** Schema for storing measurement reading and unit. */\n windGust?: Measure;\n /** Schema for storing measurement reading and unit. */\n windSpeed?: Measure;\n /** Weather data ID. */\n id?: string;\n /** The ETag value to implement optimistic concurrency. */\n eTag?: string;\n /** Date-time when resource was created, sample format: yyyy-MM-ddTHH:mm:ssZ. */\n createdDateTime?: Date;\n /** Date-time when resource was last modified, sample format: yyyy-MM-ddTHH:mm:ssZ. */\n modifiedDateTime?: Date;\n /**\n * A collection of key value pairs that belongs to the resource.\n * Each pair must not have a key greater than 50 characters\n * and must not have a value greater than 150 characters.\n * Note: A maximum of 25 key value pairs can be provided for a resource and only string and numeral values are supported.\n */\n properties?: WeatherDataPropertiesDictionary;\n}\n\nexport interface Location {\n /** Latitude of the location. */\n latitude: number;\n /** Longitude of the location. */\n longitude: number;\n}\n\nexport interface WeatherDataIngestionJob {\n /** The id of the boundary object for which weather data is being fetched. */\n boundaryId: string;\n /** The id of the farmer object for which weather data is being fetched. */\n farmerId: string;\n /** ID of the extension to be used for the providerInput. eg. DTN.ClearAg. */\n extensionId: string;\n /** Extension api name to which request is to be made. */\n extensionApiName: string;\n /** Extension api input dictionary which would be used to feed request query/body/parameter information. */\n extensionApiInput: WeatherDataIngestionJobExtensionApiInputDictionary;\n /** App id of the weather data provider. */\n extensionDataProviderAppId?: string;\n /** Api key of the weather data provider. */\n extensionDataProviderApiKey?: string;\n /** Unique job id. */\n id?: string;\n /**\n * Status of the job.\n * Possible values: 'Waiting', 'Running', 'Succeeded', 'Failed', 'Cancelled'.\n */\n status?: string;\n /** Duration of the job in seconds. */\n durationInSeconds?: number;\n /** Status message to capture more details of the job. */\n message?: string;\n /** Job created at dateTime. Sample format: yyyy-MM-ddTHH:mm:ssZ. */\n createdDateTime?: Date;\n /** Job was last acted upon at dateTime. Sample format: yyyy-MM-ddTHH:mm:ssZ. */\n lastActionDateTime?: Date;\n /** Job start time when available. Sample format: yyyy-MM-ddTHH:mm:ssZ. */\n startTime?: Date;\n /** Job end time when available. Sample format: yyyy-MM-ddTHH:mm:ssZ. */\n endTime?: Date;\n /** Name to identify resource. */\n name?: string;\n /** Textual description of the resource. */\n description?: string;\n /**\n * A collection of key value pairs that belongs to the resource.\n * Each pair must not have a key greater than 50 characters\n * and must not have a value greater than 150 characters.\n * Note: A maximum of 25 key value pairs can be provided for a resource and only string and numeral values are supported.\n */\n properties?: WeatherDataIngestionJobPropertiesDictionary;\n}\n\nexport interface WeatherDataDeleteJob {\n /** ID of the extension to be used for the providerInput. eg. DTN.ClearAg. */\n extensionId: string;\n /** The id of the farmer object for which weather data is being fetched. */\n farmerId: string;\n /** The id of the boundary object for which weather data is being fetched. */\n boundaryId: string;\n /** Type of weather data. Possible values include: 'forecast' , 'historical'. */\n weatherDataType?: string;\n /** Granularity of weather data. Possible values include: 'daily' , 'hourly'. */\n granularity?: string;\n /** Weather data start UTC date-time (inclusive), sample format: yyyy-MM-ddTHH:mm:ssZ. */\n startDateTime?: Date;\n /** Weather data end UTC date-time (inclusive), sample format: yyyy-MM-ddTHH:mm:ssZ. */\n endDateTime?: Date;\n /** Unique job id. */\n id?: string;\n /**\n * Status of the job.\n * Possible values: 'Waiting', 'Running', 'Succeeded', 'Failed', 'Cancelled'.\n */\n status?: string;\n /** Duration of the job in seconds. */\n durationInSeconds?: number;\n /** Status message to capture more details of the job. */\n message?: string;\n /** Job created at dateTime. Sample format: yyyy-MM-ddTHH:mm:ssZ. */\n createdDateTime?: Date;\n /** Job was last acted upon at dateTime. Sample format: yyyy-MM-ddTHH:mm:ssZ. */\n lastActionDateTime?: Date;\n /** Job start time when available. Sample format: yyyy-MM-ddTHH:mm:ssZ. */\n startTime?: Date;\n /** Job end time when available. Sample format: yyyy-MM-ddTHH:mm:ssZ. */\n endTime?: Date;\n /** Name to identify resource. */\n name?: string;\n /** Textual description of the resource. */\n description?: string;\n /**\n * A collection of key value pairs that belongs to the resource.\n * Each pair must not have a key greater than 50 characters\n * and must not have a value greater than 150 characters.\n * Note: A maximum of 25 key value pairs can be provided for a resource and only string and numeral values are supported.\n */\n properties?: WeatherDataDeleteJobPropertiesDictionary;\n}\n\nexport interface MultiPolygonCoordinates {\n /**\n * Gets or sets Coordinates of GeoJSON Object.\n * It must be an array of polygons, each polygon contains list of linear rings.\n * For Polygons with more than one of these rings, the first MUST be the exterior ring,\n * and any others MUST be interior rings.\n */\n coordinates: number[][][][];\n}\n\nexport type MultiPolygon = MultiPolygonBase &\n MultiPolygonCoordinates & {\n type: \"MultiPolygon\";\n };\n\nexport interface MultiPolygonBase {}\n\nexport interface PointCoordinates {\n /**\n * Gets or sets the coordinate of this point.\n * It must be an array of 2 or 3 elements for a 2D or 3D system.\n */\n coordinates: number[];\n}\n\nexport type Point = PointBase &\n PointCoordinates & {\n type: \"Point\";\n };\n\nexport interface PointBase {}\n\nexport interface PolygonCoordinates {\n /**\n * Gets or sets type of the GeoJSON Object.\n * It must be an array of linear ring coordinate arrays.\n * For Polygons with more than one of these rings, the first MUST be the exterior ring,\n * and any others MUST be interior rings.\n */\n coordinates: number[][][];\n}\n\nexport type Polygon = PolygonBase &\n PolygonCoordinates & {\n type: \"Polygon\";\n };\n\nexport interface PolygonBase {}\n\nexport interface Paths1LxjoxzFarmersFarmeridAttachmentsAttachmentidPatchRequestbodyContentMultipartFormDataSchema {\n /** File to be uploaded. */\n file?: string;\n /** Farmer id for this attachment. */\n farmerId?: string;\n /** Associated Resource id for this attachment. */\n resourceId?: string;\n /**\n * Associated Resource type for this attachment\n * i.e. Farmer, Farm, Field, SeasonalField, Boundary, FarmOperationApplicationData, HarvestData, TillageData, PlantingData.\n */\n resourceType?: string;\n /** Original File Name for this attachment. */\n originalFileName?: string;\n /** Unique id. */\n id?: string;\n /** Status of the resource. */\n status?: string;\n /** Date when resource was created. */\n createdDateTime?: string;\n /** Date when resource was last modified. */\n modifiedDateTime?: string;\n /** Name to identify resource. */\n name?: string;\n /** Textual description of resource. */\n description?: string;\n /** The ETag value to implement optimistic concurrency. */\n eTag?: string;\n}\n\nexport type GeoJsonObjectType = \"Point\" | \"Polygon\" | \"MultiPolygon\";\nexport type ImageFormat = \"TIF\";\nexport type DataProvider = \"Microsoft\";\nexport type Source = \"Sentinel_2_L2A\";\nexport type ApplicationDataPropertiesDictionary = Record<string, unknown>;\nexport type InnerErrorDictionary = Record<string, unknown>;\nexport type BoundaryPropertiesDictionary = Record<string, unknown>;\nexport type CascadeDeleteJobPropertiesDictionary = Record<string, unknown>;\nexport type CropPropertiesDictionary = Record<string, unknown>;\nexport type CropVarietyPropertiesDictionary = Record<string, unknown>;\nexport type FarmerPropertiesDictionary = Record<string, unknown>;\nexport type FarmOperationDataIngestionJobPropertiesDictionary = Record<string, unknown>;\nexport type FarmPropertiesDictionary = Record<string, unknown>;\nexport type FieldPropertiesDictionary = Record<string, unknown>;\nexport type HarvestDataPropertiesDictionary = Record<string, unknown>;\nexport type ImageProcessingRasterizeJobPropertiesDictionary = Record<string, unknown>;\nexport type OAuthProviderPropertiesDictionary = Record<string, unknown>;\nexport type PlantingDataPropertiesDictionary = Record<string, unknown>;\nexport type SatelliteDataIngestionJobPropertiesDictionary = Record<string, unknown>;\nexport type SeasonalFieldPropertiesDictionary = Record<string, unknown>;\nexport type SeasonPropertiesDictionary = Record<string, unknown>;\nexport type TillageDataPropertiesDictionary = Record<string, unknown>;\nexport type WeatherDataPropertiesDictionary = Record<string, unknown>;\nexport type WeatherDataIngestionJobExtensionApiInputDictionary = Record<string, unknown>;\nexport type WeatherDataIngestionJobPropertiesDictionary = Record<string, unknown>;\nexport type WeatherDataDeleteJobPropertiesDictionary = Record<string, unknown>;\n"]}
@@ -1,4 +0,0 @@
1
- // Copyright (c) Microsoft Corporation.
2
- // Licensed under the MIT license.
3
- export {};
4
- //# sourceMappingURL=parameters.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../src/parameters.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT license.\n\nimport { RequestParameters } from \"@azure-rest/core-client\";\nimport {\n ApplicationData,\n SearchBoundaryQuery,\n Boundary,\n Crop,\n CropVariety,\n Farmer,\n FarmOperationDataIngestionJob,\n Farm,\n Field,\n HarvestData,\n ImageProcessingRasterizeJob,\n OAuthProvider,\n OAuthConnectRequest,\n PlantingData,\n SatelliteDataIngestionJob,\n SeasonalField,\n Season,\n TillageData,\n WeatherDataIngestionJob,\n WeatherDataDeleteJob,\n} from \"./models\";\n\nexport interface ApplicationDataListByFarmerIdQueryParamProperties {\n /** Minimum average amount of material applied during the application (inclusive). */\n minAvgMaterial?: number;\n /** Maximum average amount of material applied during the application (inclusive). */\n maxAvgMaterial?: number;\n /** Minimum total amount of material applied during the application (inclusive). */\n minTotalMaterial?: number;\n /** Maximum total amount of material applied during the application (inclusive). */\n maxTotalMaterial?: number;\n /** Sources of the operation data. */\n sources?: string[];\n /** Boundary IDs associated with operation data. */\n associatedBoundaryIds?: string[];\n /** Operation boundary IDs associated with operation data. */\n operationBoundaryIds?: string[];\n /** Minimum start date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n minOperationStartDateTime?: Date;\n /** Maximum start date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n maxOperationStartDateTime?: Date;\n /** Minimum end date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n minOperationEndDateTime?: Date;\n /** Maximum end date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n maxOperationEndDateTime?: Date;\n /** Minimum modified date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n minOperationModifiedDateTime?: Date;\n /** Maximum modified date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n maxOperationModifiedDateTime?: Date;\n /** Minimum area for which operation was applied (inclusive). */\n minArea?: number;\n /** Maximum area for which operation was applied (inclusive). */\n maxArea?: number;\n /** Ids of the resource. */\n ids?: string[];\n /** Names of the resource. */\n names?: string[];\n /**\n * Filters on key-value pairs within the Properties object.\n * eg. \"\\{testKey\\} eq \\{testValue\\}\".\n */\n propertyFilters?: string[];\n /** Statuses of the resource. */\n statuses?: string[];\n /** Minimum creation date of resource (inclusive). */\n minCreatedDateTime?: Date;\n /** Maximum creation date of resource (inclusive). */\n maxCreatedDateTime?: Date;\n /** Minimum last modified date of resource (inclusive). */\n minLastModifiedDateTime?: Date;\n /** Maximum last modified date of resource (inclusive). */\n maxLastModifiedDateTime?: Date;\n /**\n * Maximum number of items needed (inclusive).\n * Minimum = 10, Maximum = 1000, Default value = 50.\n */\n $maxPageSize?: number;\n /** Skip token for getting next set of results. */\n $skipToken?: string;\n}\n\nexport interface ApplicationDataListByFarmerIdQueryParam {\n queryParameters?: ApplicationDataListByFarmerIdQueryParamProperties;\n}\n\nexport type ApplicationDataListByFarmerIdParameters = RequestParameters &\n ApplicationDataListByFarmerIdQueryParam;\n\nexport interface ApplicationDataListQueryParamProperties {\n /** Minimum average amount of material applied during the application (inclusive). */\n minAvgMaterial?: number;\n /** Maximum average amount of material applied during the application (inclusive). */\n maxAvgMaterial?: number;\n /** Minimum total amount of material applied during the application (inclusive). */\n minTotalMaterial?: number;\n /** Maximum total amount of material applied during the application (inclusive). */\n maxTotalMaterial?: number;\n /** Sources of the operation data. */\n sources?: string[];\n /** Boundary IDs associated with operation data. */\n associatedBoundaryIds?: string[];\n /** Operation boundary IDs associated with operation data. */\n operationBoundaryIds?: string[];\n /** Minimum start date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n minOperationStartDateTime?: Date;\n /** Maximum start date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n maxOperationStartDateTime?: Date;\n /** Minimum end date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n minOperationEndDateTime?: Date;\n /** Maximum end date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n maxOperationEndDateTime?: Date;\n /** Minimum modified date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n minOperationModifiedDateTime?: Date;\n /** Maximum modified date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n maxOperationModifiedDateTime?: Date;\n /** Minimum area for which operation was applied (inclusive). */\n minArea?: number;\n /** Maximum area for which operation was applied (inclusive). */\n maxArea?: number;\n /** Ids of the resource. */\n ids?: string[];\n /** Names of the resource. */\n names?: string[];\n /**\n * Filters on key-value pairs within the Properties object.\n * eg. \"\\{testKey\\} eq \\{testValue\\}\".\n */\n propertyFilters?: string[];\n /** Statuses of the resource. */\n statuses?: string[];\n /** Minimum creation date of resource (inclusive). */\n minCreatedDateTime?: Date;\n /** Maximum creation date of resource (inclusive). */\n maxCreatedDateTime?: Date;\n /** Minimum last modified date of resource (inclusive). */\n minLastModifiedDateTime?: Date;\n /** Maximum last modified date of resource (inclusive). */\n maxLastModifiedDateTime?: Date;\n /**\n * Maximum number of items needed (inclusive).\n * Minimum = 10, Maximum = 1000, Default value = 50.\n */\n $maxPageSize?: number;\n /** Skip token for getting next set of results. */\n $skipToken?: string;\n}\n\nexport interface ApplicationDataListQueryParam {\n queryParameters?: ApplicationDataListQueryParamProperties;\n}\n\nexport type ApplicationDataListParameters = RequestParameters & ApplicationDataListQueryParam;\nexport type ApplicationDataGetParameters = RequestParameters;\n\nexport interface ApplicationDataCreateOrUpdateBodyParam {\n body?: ApplicationData;\n}\n\nexport type ApplicationDataCreateOrUpdateParameters = RequestParameters &\n ApplicationDataCreateOrUpdateBodyParam;\nexport type ApplicationDataDeleteParameters = RequestParameters;\n\nexport interface AttachmentsListByFarmerIdQueryParamProperties {\n /** Resource Ids of the resource. */\n resourceIds?: string[];\n /** Resource Types of the resource. */\n resourceTypes?: string[];\n /** Ids of the resource. */\n ids?: string[];\n /** Names of the resource. */\n names?: string[];\n /**\n * Filters on key-value pairs within the Properties object.\n * eg. \"\\{testKey\\} eq \\{testValue\\}\".\n */\n propertyFilters?: string[];\n /** Statuses of the resource. */\n statuses?: string[];\n /** Minimum creation date of resource (inclusive). */\n minCreatedDateTime?: Date;\n /** Maximum creation date of resource (inclusive). */\n maxCreatedDateTime?: Date;\n /** Minimum last modified date of resource (inclusive). */\n minLastModifiedDateTime?: Date;\n /** Maximum last modified date of resource (inclusive). */\n maxLastModifiedDateTime?: Date;\n /**\n * Maximum number of items needed (inclusive).\n * Minimum = 10, Maximum = 1000, Default value = 50.\n */\n $maxPageSize?: number;\n /** Skip token for getting next set of results. */\n $skipToken?: string;\n}\n\nexport interface AttachmentsListByFarmerIdQueryParam {\n queryParameters?: AttachmentsListByFarmerIdQueryParamProperties;\n}\n\nexport type AttachmentsListByFarmerIdParameters = RequestParameters &\n AttachmentsListByFarmerIdQueryParam;\nexport type AttachmentsGetParameters = RequestParameters;\n\nexport interface AttachmentsCreateOrUpdateBodyParam {\n body?: string;\n}\n\nexport type AttachmentsCreateOrUpdateParameters = RequestParameters &\n AttachmentsCreateOrUpdateBodyParam;\nexport type AttachmentsDeleteParameters = RequestParameters;\nexport type AttachmentsDownloadParameters = RequestParameters;\n\nexport interface BoundariesListByFarmerIdQueryParamProperties {\n /** Is the boundary primary. */\n isPrimary?: boolean;\n /** Type of the parent it belongs to. */\n parentType?: string;\n /** Parent Ids of the resource. */\n parentIds?: string[];\n /** Minimum acreage of the boundary (inclusive). */\n minAcreage?: number;\n /** Maximum acreage of the boundary (inclusive). */\n maxAcreage?: number;\n /** Ids of the resource. */\n ids?: string[];\n /** Names of the resource. */\n names?: string[];\n /**\n * Filters on key-value pairs within the Properties object.\n * eg. \"\\{testKey\\} eq \\{testValue\\}\".\n */\n propertyFilters?: string[];\n /** Statuses of the resource. */\n statuses?: string[];\n /** Minimum creation date of resource (inclusive). */\n minCreatedDateTime?: Date;\n /** Maximum creation date of resource (inclusive). */\n maxCreatedDateTime?: Date;\n /** Minimum last modified date of resource (inclusive). */\n minLastModifiedDateTime?: Date;\n /** Maximum last modified date of resource (inclusive). */\n maxLastModifiedDateTime?: Date;\n /**\n * Maximum number of items needed (inclusive).\n * Minimum = 10, Maximum = 1000, Default value = 50.\n */\n $maxPageSize?: number;\n /** Skip token for getting next set of results. */\n $skipToken?: string;\n}\n\nexport interface BoundariesListByFarmerIdQueryParam {\n queryParameters?: BoundariesListByFarmerIdQueryParamProperties;\n}\n\nexport type BoundariesListByFarmerIdParameters = RequestParameters &\n BoundariesListByFarmerIdQueryParam;\n\nexport interface BoundariesSearchByFarmerIdBodyParam {\n body?: SearchBoundaryQuery;\n}\n\nexport type BoundariesSearchByFarmerIdParameters = RequestParameters &\n BoundariesSearchByFarmerIdBodyParam;\n\nexport interface BoundariesListQueryParamProperties {\n /** Is the boundary primary. */\n isPrimary?: boolean;\n /** Type of the parent it belongs to. */\n parentType?: string;\n /** Parent Ids of the resource. */\n parentIds?: string[];\n /** Minimum acreage of the boundary (inclusive). */\n minAcreage?: number;\n /** Maximum acreage of the boundary (inclusive). */\n maxAcreage?: number;\n /** Ids of the resource. */\n ids?: string[];\n /** Names of the resource. */\n names?: string[];\n /**\n * Filters on key-value pairs within the Properties object.\n * eg. \"\\{testKey\\} eq \\{testValue\\}\".\n */\n propertyFilters?: string[];\n /** Statuses of the resource. */\n statuses?: string[];\n /** Minimum creation date of resource (inclusive). */\n minCreatedDateTime?: Date;\n /** Maximum creation date of resource (inclusive). */\n maxCreatedDateTime?: Date;\n /** Minimum last modified date of resource (inclusive). */\n minLastModifiedDateTime?: Date;\n /** Maximum last modified date of resource (inclusive). */\n maxLastModifiedDateTime?: Date;\n /**\n * Maximum number of items needed (inclusive).\n * Minimum = 10, Maximum = 1000, Default value = 50.\n */\n $maxPageSize?: number;\n /** Skip token for getting next set of results. */\n $skipToken?: string;\n}\n\nexport interface BoundariesListQueryParam {\n queryParameters?: BoundariesListQueryParamProperties;\n}\n\nexport type BoundariesListParameters = RequestParameters & BoundariesListQueryParam;\n\nexport interface BoundariesSearchBodyParam {\n body?: SearchBoundaryQuery;\n}\n\nexport type BoundariesSearchParameters = RequestParameters & BoundariesSearchBodyParam;\nexport type BoundariesGetCascadeDeleteJobDetailsParameters = RequestParameters;\n\nexport interface BoundariesCreateCascadeDeleteJobQueryParamProperties {\n /** ID of the associated farmer. */\n farmerId: string;\n /** ID of the boundary to be deleted. */\n boundaryId: string;\n}\n\nexport interface BoundariesCreateCascadeDeleteJobQueryParam {\n queryParameters: BoundariesCreateCascadeDeleteJobQueryParamProperties;\n}\n\nexport type BoundariesCreateCascadeDeleteJobParameters = RequestParameters &\n BoundariesCreateCascadeDeleteJobQueryParam;\nexport type BoundariesGetParameters = RequestParameters;\n\nexport interface BoundariesCreateOrUpdateBodyParam {\n body?: Boundary;\n}\n\nexport type BoundariesCreateOrUpdateParameters = RequestParameters &\n BoundariesCreateOrUpdateBodyParam;\nexport type BoundariesDeleteParameters = RequestParameters;\n\nexport interface BoundariesGetOverlapQueryParamProperties {\n /** FarmerId of the other field. */\n otherFarmerId: string;\n /** ID of the other boundary. */\n otherBoundaryId: string;\n}\n\nexport interface BoundariesGetOverlapQueryParam {\n queryParameters: BoundariesGetOverlapQueryParamProperties;\n}\n\nexport type BoundariesGetOverlapParameters = RequestParameters & BoundariesGetOverlapQueryParam;\n\nexport interface CropsListQueryParamProperties {\n /** Crop phenotypes of the resource. */\n phenotypes?: string[];\n /** Ids of the resource. */\n ids?: string[];\n /** Names of the resource. */\n names?: string[];\n /**\n * Filters on key-value pairs within the Properties object.\n * eg. \"\\{testKey\\} eq \\{testValue\\}\".\n */\n propertyFilters?: string[];\n /** Statuses of the resource. */\n statuses?: string[];\n /** Minimum creation date of resource (inclusive). */\n minCreatedDateTime?: Date;\n /** Maximum creation date of resource (inclusive). */\n maxCreatedDateTime?: Date;\n /** Minimum last modified date of resource (inclusive). */\n minLastModifiedDateTime?: Date;\n /** Maximum last modified date of resource (inclusive). */\n maxLastModifiedDateTime?: Date;\n /**\n * Maximum number of items needed (inclusive).\n * Minimum = 10, Maximum = 1000, Default value = 50.\n */\n $maxPageSize?: number;\n /** Skip token for getting next set of results. */\n $skipToken?: string;\n}\n\nexport interface CropsListQueryParam {\n queryParameters?: CropsListQueryParamProperties;\n}\n\nexport type CropsListParameters = RequestParameters & CropsListQueryParam;\nexport type CropsGetParameters = RequestParameters;\n\nexport interface CropsCreateOrUpdateBodyParam {\n body?: Crop;\n}\n\nexport type CropsCreateOrUpdateParameters = RequestParameters & CropsCreateOrUpdateBodyParam;\nexport type CropsDeleteParameters = RequestParameters;\n\nexport interface CropVarietiesListByCropIdQueryParamProperties {\n /** CropIds of the resource. */\n cropIds?: string[];\n /** Brands of the resource. */\n brands?: string[];\n /** Products of the resource. */\n products?: string[];\n /** Ids of the resource. */\n ids?: string[];\n /** Names of the resource. */\n names?: string[];\n /**\n * Filters on key-value pairs within the Properties object.\n * eg. \"\\{testKey\\} eq \\{testValue\\}\".\n */\n propertyFilters?: string[];\n /** Statuses of the resource. */\n statuses?: string[];\n /** Minimum creation date of resource (inclusive). */\n minCreatedDateTime?: Date;\n /** Maximum creation date of resource (inclusive). */\n maxCreatedDateTime?: Date;\n /** Minimum last modified date of resource (inclusive). */\n minLastModifiedDateTime?: Date;\n /** Maximum last modified date of resource (inclusive). */\n maxLastModifiedDateTime?: Date;\n /**\n * Maximum number of items needed (inclusive).\n * Minimum = 10, Maximum = 1000, Default value = 50.\n */\n $maxPageSize?: number;\n /** Skip token for getting next set of results. */\n $skipToken?: string;\n}\n\nexport interface CropVarietiesListByCropIdQueryParam {\n queryParameters?: CropVarietiesListByCropIdQueryParamProperties;\n}\n\nexport type CropVarietiesListByCropIdParameters = RequestParameters &\n CropVarietiesListByCropIdQueryParam;\n\nexport interface CropVarietiesListQueryParamProperties {\n /** CropIds of the resource. */\n cropIds?: string[];\n /** Brands of the resource. */\n brands?: string[];\n /** Products of the resource. */\n products?: string[];\n /** Ids of the resource. */\n ids?: string[];\n /** Names of the resource. */\n names?: string[];\n /**\n * Filters on key-value pairs within the Properties object.\n * eg. \"\\{testKey\\} eq \\{testValue\\}\".\n */\n propertyFilters?: string[];\n /** Statuses of the resource. */\n statuses?: string[];\n /** Minimum creation date of resource (inclusive). */\n minCreatedDateTime?: Date;\n /** Maximum creation date of resource (inclusive). */\n maxCreatedDateTime?: Date;\n /** Minimum last modified date of resource (inclusive). */\n minLastModifiedDateTime?: Date;\n /** Maximum last modified date of resource (inclusive). */\n maxLastModifiedDateTime?: Date;\n /**\n * Maximum number of items needed (inclusive).\n * Minimum = 10, Maximum = 1000, Default value = 50.\n */\n $maxPageSize?: number;\n /** Skip token for getting next set of results. */\n $skipToken?: string;\n}\n\nexport interface CropVarietiesListQueryParam {\n queryParameters?: CropVarietiesListQueryParamProperties;\n}\n\nexport type CropVarietiesListParameters = RequestParameters & CropVarietiesListQueryParam;\nexport type CropVarietiesGetParameters = RequestParameters;\n\nexport interface CropVarietiesCreateOrUpdateBodyParam {\n body?: CropVariety;\n}\n\nexport type CropVarietiesCreateOrUpdateParameters = RequestParameters &\n CropVarietiesCreateOrUpdateBodyParam;\nexport type CropVarietiesDeleteParameters = RequestParameters;\n\nexport interface FarmersListQueryParamProperties {\n /** Ids of the resource. */\n ids?: string[];\n /** Names of the resource. */\n names?: string[];\n /**\n * Filters on key-value pairs within the Properties object.\n * eg. \"\\{testKey\\} eq \\{testValue\\}\".\n */\n propertyFilters?: string[];\n /** Statuses of the resource. */\n statuses?: string[];\n /** Minimum creation date of resource (inclusive). */\n minCreatedDateTime?: Date;\n /** Maximum creation date of resource (inclusive). */\n maxCreatedDateTime?: Date;\n /** Minimum last modified date of resource (inclusive). */\n minLastModifiedDateTime?: Date;\n /** Maximum last modified date of resource (inclusive). */\n maxLastModifiedDateTime?: Date;\n /**\n * Maximum number of items needed (inclusive).\n * Minimum = 10, Maximum = 1000, Default value = 50.\n */\n $maxPageSize?: number;\n /** Skip token for getting next set of results. */\n $skipToken?: string;\n}\n\nexport interface FarmersListQueryParam {\n queryParameters?: FarmersListQueryParamProperties;\n}\n\nexport type FarmersListParameters = RequestParameters & FarmersListQueryParam;\nexport type FarmersGetParameters = RequestParameters;\n\nexport interface FarmersCreateOrUpdateBodyParam {\n body?: Farmer;\n}\n\nexport type FarmersCreateOrUpdateParameters = RequestParameters & FarmersCreateOrUpdateBodyParam;\nexport type FarmersDeleteParameters = RequestParameters;\nexport type FarmersGetCascadeDeleteJobDetailsParameters = RequestParameters;\n\nexport interface FarmersCreateCascadeDeleteJobQueryParamProperties {\n /** ID of the farmer to be deleted. */\n farmerId: string;\n}\n\nexport interface FarmersCreateCascadeDeleteJobQueryParam {\n queryParameters: FarmersCreateCascadeDeleteJobQueryParamProperties;\n}\n\nexport type FarmersCreateCascadeDeleteJobParameters = RequestParameters &\n FarmersCreateCascadeDeleteJobQueryParam;\n\nexport interface FarmOperationsCreateDataIngestionJobBodyParam {\n body?: FarmOperationDataIngestionJob;\n}\n\nexport type FarmOperationsCreateDataIngestionJobParameters = RequestParameters &\n FarmOperationsCreateDataIngestionJobBodyParam;\nexport type FarmOperationsGetDataIngestionJobDetailsParameters = RequestParameters;\n\nexport interface FarmsListByFarmerIdQueryParamProperties {\n /** Ids of the resource. */\n ids?: string[];\n /** Names of the resource. */\n names?: string[];\n /**\n * Filters on key-value pairs within the Properties object.\n * eg. \"\\{testKey\\} eq \\{testValue\\}\".\n */\n propertyFilters?: string[];\n /** Statuses of the resource. */\n statuses?: string[];\n /** Minimum creation date of resource (inclusive). */\n minCreatedDateTime?: Date;\n /** Maximum creation date of resource (inclusive). */\n maxCreatedDateTime?: Date;\n /** Minimum last modified date of resource (inclusive). */\n minLastModifiedDateTime?: Date;\n /** Maximum last modified date of resource (inclusive). */\n maxLastModifiedDateTime?: Date;\n /**\n * Maximum number of items needed (inclusive).\n * Minimum = 10, Maximum = 1000, Default value = 50.\n */\n $maxPageSize?: number;\n /** Skip token for getting next set of results. */\n $skipToken?: string;\n}\n\nexport interface FarmsListByFarmerIdQueryParam {\n queryParameters?: FarmsListByFarmerIdQueryParamProperties;\n}\n\nexport type FarmsListByFarmerIdParameters = RequestParameters & FarmsListByFarmerIdQueryParam;\n\nexport interface FarmsListQueryParamProperties {\n /** Ids of the resource. */\n ids?: string[];\n /** Names of the resource. */\n names?: string[];\n /**\n * Filters on key-value pairs within the Properties object.\n * eg. \"\\{testKey\\} eq \\{testValue\\}\".\n */\n propertyFilters?: string[];\n /** Statuses of the resource. */\n statuses?: string[];\n /** Minimum creation date of resource (inclusive). */\n minCreatedDateTime?: Date;\n /** Maximum creation date of resource (inclusive). */\n maxCreatedDateTime?: Date;\n /** Minimum last modified date of resource (inclusive). */\n minLastModifiedDateTime?: Date;\n /** Maximum last modified date of resource (inclusive). */\n maxLastModifiedDateTime?: Date;\n /**\n * Maximum number of items needed (inclusive).\n * Minimum = 10, Maximum = 1000, Default value = 50.\n */\n $maxPageSize?: number;\n /** Skip token for getting next set of results. */\n $skipToken?: string;\n}\n\nexport interface FarmsListQueryParam {\n queryParameters?: FarmsListQueryParamProperties;\n}\n\nexport type FarmsListParameters = RequestParameters & FarmsListQueryParam;\nexport type FarmsGetParameters = RequestParameters;\n\nexport interface FarmsCreateOrUpdateBodyParam {\n body?: Farm;\n}\n\nexport type FarmsCreateOrUpdateParameters = RequestParameters & FarmsCreateOrUpdateBodyParam;\nexport type FarmsDeleteParameters = RequestParameters;\nexport type FarmsGetCascadeDeleteJobDetailsParameters = RequestParameters;\n\nexport interface FarmsCreateCascadeDeleteJobQueryParamProperties {\n /** ID of the associated farmer. */\n farmerId: string;\n /** ID of the farm to be deleted. */\n farmId: string;\n}\n\nexport interface FarmsCreateCascadeDeleteJobQueryParam {\n queryParameters: FarmsCreateCascadeDeleteJobQueryParamProperties;\n}\n\nexport type FarmsCreateCascadeDeleteJobParameters = RequestParameters &\n FarmsCreateCascadeDeleteJobQueryParam;\n\nexport interface FieldsListByFarmerIdQueryParamProperties {\n /** Farm Ids of the resource. */\n farmIds?: string[];\n /** Ids of the resource. */\n ids?: string[];\n /** Names of the resource. */\n names?: string[];\n /**\n * Filters on key-value pairs within the Properties object.\n * eg. \"\\{testKey\\} eq \\{testValue\\}\".\n */\n propertyFilters?: string[];\n /** Statuses of the resource. */\n statuses?: string[];\n /** Minimum creation date of resource (inclusive). */\n minCreatedDateTime?: Date;\n /** Maximum creation date of resource (inclusive). */\n maxCreatedDateTime?: Date;\n /** Minimum last modified date of resource (inclusive). */\n minLastModifiedDateTime?: Date;\n /** Maximum last modified date of resource (inclusive). */\n maxLastModifiedDateTime?: Date;\n /**\n * Maximum number of items needed (inclusive).\n * Minimum = 10, Maximum = 1000, Default value = 50.\n */\n $maxPageSize?: number;\n /** Skip token for getting next set of results. */\n $skipToken?: string;\n}\n\nexport interface FieldsListByFarmerIdQueryParam {\n queryParameters?: FieldsListByFarmerIdQueryParamProperties;\n}\n\nexport type FieldsListByFarmerIdParameters = RequestParameters & FieldsListByFarmerIdQueryParam;\n\nexport interface FieldsListQueryParamProperties {\n /** Farm Ids of the resource. */\n farmIds?: string[];\n /** Ids of the resource. */\n ids?: string[];\n /** Names of the resource. */\n names?: string[];\n /**\n * Filters on key-value pairs within the Properties object.\n * eg. \"\\{testKey\\} eq \\{testValue\\}\".\n */\n propertyFilters?: string[];\n /** Statuses of the resource. */\n statuses?: string[];\n /** Minimum creation date of resource (inclusive). */\n minCreatedDateTime?: Date;\n /** Maximum creation date of resource (inclusive). */\n maxCreatedDateTime?: Date;\n /** Minimum last modified date of resource (inclusive). */\n minLastModifiedDateTime?: Date;\n /** Maximum last modified date of resource (inclusive). */\n maxLastModifiedDateTime?: Date;\n /**\n * Maximum number of items needed (inclusive).\n * Minimum = 10, Maximum = 1000, Default value = 50.\n */\n $maxPageSize?: number;\n /** Skip token for getting next set of results. */\n $skipToken?: string;\n}\n\nexport interface FieldsListQueryParam {\n queryParameters?: FieldsListQueryParamProperties;\n}\n\nexport type FieldsListParameters = RequestParameters & FieldsListQueryParam;\nexport type FieldsGetParameters = RequestParameters;\n\nexport interface FieldsCreateOrUpdateBodyParam {\n body?: Field;\n}\n\nexport type FieldsCreateOrUpdateParameters = RequestParameters & FieldsCreateOrUpdateBodyParam;\nexport type FieldsDeleteParameters = RequestParameters;\nexport type FieldsGetCascadeDeleteJobDetailsParameters = RequestParameters;\n\nexport interface FieldsCreateCascadeDeleteJobQueryParamProperties {\n /** ID of the associated farmer. */\n farmerId: string;\n /** ID of the field to be deleted. */\n fieldId: string;\n}\n\nexport interface FieldsCreateCascadeDeleteJobQueryParam {\n queryParameters: FieldsCreateCascadeDeleteJobQueryParamProperties;\n}\n\nexport type FieldsCreateCascadeDeleteJobParameters = RequestParameters &\n FieldsCreateCascadeDeleteJobQueryParam;\n\nexport interface HarvestDataListByFarmerIdQueryParamProperties {\n /** Minimum Yield value(inclusive). */\n minTotalYield?: number;\n /** Maximum Yield value (inclusive). */\n maxTotalYield?: number;\n /** Minimum AvgYield value(inclusive). */\n minAvgYield?: number;\n /** Maximum AvgYield value (inclusive). */\n maxAvgYield?: number;\n /** Minimum Total WetMass value(inclusive). */\n minTotalWetMass?: number;\n /** Maximum Total WetMass value (inclusive). */\n maxTotalWetMass?: number;\n /** Minimum AvgWetMass value(inclusive). */\n minAvgWetMass?: number;\n /** Maximum AvgWetMass value (inclusive). */\n maxAvgWetMass?: number;\n /** Minimum AvgMoisture value(inclusive). */\n minAvgMoisture?: number;\n /** Maximum AvgMoisture value (inclusive). */\n maxAvgMoisture?: number;\n /** Minimum AvgSpeed value(inclusive). */\n minAvgSpeed?: number;\n /** Maximum AvgSpeed value (inclusive). */\n maxAvgSpeed?: number;\n /** Sources of the operation data. */\n sources?: string[];\n /** Boundary IDs associated with operation data. */\n associatedBoundaryIds?: string[];\n /** Operation boundary IDs associated with operation data. */\n operationBoundaryIds?: string[];\n /** Minimum start date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n minOperationStartDateTime?: Date;\n /** Maximum start date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n maxOperationStartDateTime?: Date;\n /** Minimum end date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n minOperationEndDateTime?: Date;\n /** Maximum end date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n maxOperationEndDateTime?: Date;\n /** Minimum modified date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n minOperationModifiedDateTime?: Date;\n /** Maximum modified date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n maxOperationModifiedDateTime?: Date;\n /** Minimum area for which operation was applied (inclusive). */\n minArea?: number;\n /** Maximum area for which operation was applied (inclusive). */\n maxArea?: number;\n /** Ids of the resource. */\n ids?: string[];\n /** Names of the resource. */\n names?: string[];\n /**\n * Filters on key-value pairs within the Properties object.\n * eg. \"\\{testKey\\} eq \\{testValue\\}\".\n */\n propertyFilters?: string[];\n /** Statuses of the resource. */\n statuses?: string[];\n /** Minimum creation date of resource (inclusive). */\n minCreatedDateTime?: Date;\n /** Maximum creation date of resource (inclusive). */\n maxCreatedDateTime?: Date;\n /** Minimum last modified date of resource (inclusive). */\n minLastModifiedDateTime?: Date;\n /** Maximum last modified date of resource (inclusive). */\n maxLastModifiedDateTime?: Date;\n /**\n * Maximum number of items needed (inclusive).\n * Minimum = 10, Maximum = 1000, Default value = 50.\n */\n $maxPageSize?: number;\n /** Skip token for getting next set of results. */\n $skipToken?: string;\n}\n\nexport interface HarvestDataListByFarmerIdQueryParam {\n queryParameters?: HarvestDataListByFarmerIdQueryParamProperties;\n}\n\nexport type HarvestDataListByFarmerIdParameters = RequestParameters &\n HarvestDataListByFarmerIdQueryParam;\n\nexport interface HarvestDataListQueryParamProperties {\n /** Minimum Yield value(inclusive). */\n minTotalYield?: number;\n /** Maximum Yield value (inclusive). */\n maxTotalYield?: number;\n /** Minimum AvgYield value(inclusive). */\n minAvgYield?: number;\n /** Maximum AvgYield value (inclusive). */\n maxAvgYield?: number;\n /** Minimum Total WetMass value(inclusive). */\n minTotalWetMass?: number;\n /** Maximum Total WetMass value (inclusive). */\n maxTotalWetMass?: number;\n /** Minimum AvgWetMass value(inclusive). */\n minAvgWetMass?: number;\n /** Maximum AvgWetMass value (inclusive). */\n maxAvgWetMass?: number;\n /** Minimum AvgMoisture value(inclusive). */\n minAvgMoisture?: number;\n /** Maximum AvgMoisture value (inclusive). */\n maxAvgMoisture?: number;\n /** Minimum AvgSpeed value(inclusive). */\n minAvgSpeed?: number;\n /** Maximum AvgSpeed value (inclusive). */\n maxAvgSpeed?: number;\n /** Sources of the operation data. */\n sources?: string[];\n /** Boundary IDs associated with operation data. */\n associatedBoundaryIds?: string[];\n /** Operation boundary IDs associated with operation data. */\n operationBoundaryIds?: string[];\n /** Minimum start date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n minOperationStartDateTime?: Date;\n /** Maximum start date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n maxOperationStartDateTime?: Date;\n /** Minimum end date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n minOperationEndDateTime?: Date;\n /** Maximum end date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n maxOperationEndDateTime?: Date;\n /** Minimum modified date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n minOperationModifiedDateTime?: Date;\n /** Maximum modified date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n maxOperationModifiedDateTime?: Date;\n /** Minimum area for which operation was applied (inclusive). */\n minArea?: number;\n /** Maximum area for which operation was applied (inclusive). */\n maxArea?: number;\n /** Ids of the resource. */\n ids?: string[];\n /** Names of the resource. */\n names?: string[];\n /**\n * Filters on key-value pairs within the Properties object.\n * eg. \"\\{testKey\\} eq \\{testValue\\}\".\n */\n propertyFilters?: string[];\n /** Statuses of the resource. */\n statuses?: string[];\n /** Minimum creation date of resource (inclusive). */\n minCreatedDateTime?: Date;\n /** Maximum creation date of resource (inclusive). */\n maxCreatedDateTime?: Date;\n /** Minimum last modified date of resource (inclusive). */\n minLastModifiedDateTime?: Date;\n /** Maximum last modified date of resource (inclusive). */\n maxLastModifiedDateTime?: Date;\n /**\n * Maximum number of items needed (inclusive).\n * Minimum = 10, Maximum = 1000, Default value = 50.\n */\n $maxPageSize?: number;\n /** Skip token for getting next set of results. */\n $skipToken?: string;\n}\n\nexport interface HarvestDataListQueryParam {\n queryParameters?: HarvestDataListQueryParamProperties;\n}\n\nexport type HarvestDataListParameters = RequestParameters & HarvestDataListQueryParam;\nexport type HarvestDataGetParameters = RequestParameters;\n\nexport interface HarvestDataCreateOrUpdateBodyParam {\n body?: HarvestData;\n}\n\nexport type HarvestDataCreateOrUpdateParameters = RequestParameters &\n HarvestDataCreateOrUpdateBodyParam;\nexport type HarvestDataDeleteParameters = RequestParameters;\n\nexport interface ImageProcessingCreateRasterizeJobBodyParam {\n body?: ImageProcessingRasterizeJob;\n}\n\nexport type ImageProcessingCreateRasterizeJobParameters = RequestParameters &\n ImageProcessingCreateRasterizeJobBodyParam;\nexport type ImageProcessingGetRasterizeJobParameters = RequestParameters;\n\nexport interface OAuthProvidersListQueryParamProperties {\n /** Ids of the resource. */\n ids?: string[];\n /** Names of the resource. */\n names?: string[];\n /**\n * Filters on key-value pairs within the Properties object.\n * eg. \"\\{testKey\\} eq \\{testValue\\}\".\n */\n propertyFilters?: string[];\n /** Statuses of the resource. */\n statuses?: string[];\n /** Minimum creation date of resource (inclusive). */\n minCreatedDateTime?: Date;\n /** Maximum creation date of resource (inclusive). */\n maxCreatedDateTime?: Date;\n /** Minimum last modified date of resource (inclusive). */\n minLastModifiedDateTime?: Date;\n /** Maximum last modified date of resource (inclusive). */\n maxLastModifiedDateTime?: Date;\n /**\n * Maximum number of items needed (inclusive).\n * Minimum = 10, Maximum = 1000, Default value = 50.\n */\n $maxPageSize?: number;\n /** Skip token for getting next set of results. */\n $skipToken?: string;\n}\n\nexport interface OAuthProvidersListQueryParam {\n queryParameters?: OAuthProvidersListQueryParamProperties;\n}\n\nexport type OAuthProvidersListParameters = RequestParameters & OAuthProvidersListQueryParam;\nexport type OAuthProvidersGetParameters = RequestParameters;\n\nexport interface OAuthProvidersCreateOrUpdateBodyParam {\n body?: OAuthProvider;\n}\n\nexport type OAuthProvidersCreateOrUpdateParameters = RequestParameters &\n OAuthProvidersCreateOrUpdateBodyParam;\nexport type OAuthProvidersDeleteParameters = RequestParameters;\n\nexport interface OAuthTokensListQueryParamProperties {\n /** Name of AuthProvider. */\n authProviderIds?: string[];\n /** List of farmers. */\n farmerIds?: string[];\n /** If the token object is valid. */\n isValid?: boolean;\n /** Minimum creation date of resource (inclusive). */\n minCreatedDateTime?: Date;\n /** Maximum creation date of resource (inclusive). */\n maxCreatedDateTime?: Date;\n /** Minimum last modified date of resource (inclusive). */\n minLastModifiedDateTime?: Date;\n /** Maximum last modified date of resource (inclusive). */\n maxLastModifiedDateTime?: Date;\n /**\n * Maximum number of items needed (inclusive).\n * Minimum = 10, Maximum = 1000, Default value = 50.\n */\n $maxPageSize?: number;\n /** Skip token for getting next set of results. */\n $skipToken?: string;\n}\n\nexport interface OAuthTokensListQueryParam {\n queryParameters?: OAuthTokensListQueryParamProperties;\n}\n\nexport type OAuthTokensListParameters = RequestParameters & OAuthTokensListQueryParam;\n\nexport interface OAuthTokensGetOAuthConnectionLinkBodyParam {\n body?: OAuthConnectRequest;\n}\n\nexport type OAuthTokensGetOAuthConnectionLinkParameters = RequestParameters &\n OAuthTokensGetOAuthConnectionLinkBodyParam;\nexport type OAuthTokensGetCascadeDeleteJobDetailsParameters = RequestParameters;\n\nexport interface OAuthTokensCreateCascadeDeleteJobQueryParamProperties {\n /** ID of the farmer. */\n farmerId: string;\n /** ID of the OAuthProvider. */\n oauthProviderId: string;\n}\n\nexport interface OAuthTokensCreateCascadeDeleteJobQueryParam {\n queryParameters: OAuthTokensCreateCascadeDeleteJobQueryParamProperties;\n}\n\nexport type OAuthTokensCreateCascadeDeleteJobParameters = RequestParameters &\n OAuthTokensCreateCascadeDeleteJobQueryParam;\n\nexport interface PlantingDataListByFarmerIdQueryParamProperties {\n /** Minimum AvgPlantingRate value(inclusive). */\n minAvgPlantingRate?: number;\n /** Maximum AvgPlantingRate value (inclusive). */\n maxAvgPlantingRate?: number;\n /** Minimum TotalMaterial value(inclusive). */\n minTotalMaterial?: number;\n /** Maximum TotalMaterial value (inclusive). */\n maxTotalMaterial?: number;\n /** Minimum AvgMaterial value(inclusive). */\n minAvgMaterial?: number;\n /** Maximum AvgMaterial value (inclusive). */\n maxAvgMaterial?: number;\n /** Sources of the operation data. */\n sources?: string[];\n /** Boundary IDs associated with operation data. */\n associatedBoundaryIds?: string[];\n /** Operation boundary IDs associated with operation data. */\n operationBoundaryIds?: string[];\n /** Minimum start date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n minOperationStartDateTime?: Date;\n /** Maximum start date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n maxOperationStartDateTime?: Date;\n /** Minimum end date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n minOperationEndDateTime?: Date;\n /** Maximum end date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n maxOperationEndDateTime?: Date;\n /** Minimum modified date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n minOperationModifiedDateTime?: Date;\n /** Maximum modified date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n maxOperationModifiedDateTime?: Date;\n /** Minimum area for which operation was applied (inclusive). */\n minArea?: number;\n /** Maximum area for which operation was applied (inclusive). */\n maxArea?: number;\n /** Ids of the resource. */\n ids?: string[];\n /** Names of the resource. */\n names?: string[];\n /**\n * Filters on key-value pairs within the Properties object.\n * eg. \"\\{testKey\\} eq \\{testValue\\}\".\n */\n propertyFilters?: string[];\n /** Statuses of the resource. */\n statuses?: string[];\n /** Minimum creation date of resource (inclusive). */\n minCreatedDateTime?: Date;\n /** Maximum creation date of resource (inclusive). */\n maxCreatedDateTime?: Date;\n /** Minimum last modified date of resource (inclusive). */\n minLastModifiedDateTime?: Date;\n /** Maximum last modified date of resource (inclusive). */\n maxLastModifiedDateTime?: Date;\n /**\n * Maximum number of items needed (inclusive).\n * Minimum = 10, Maximum = 1000, Default value = 50.\n */\n $maxPageSize?: number;\n /** Skip token for getting next set of results. */\n $skipToken?: string;\n}\n\nexport interface PlantingDataListByFarmerIdQueryParam {\n queryParameters?: PlantingDataListByFarmerIdQueryParamProperties;\n}\n\nexport type PlantingDataListByFarmerIdParameters = RequestParameters &\n PlantingDataListByFarmerIdQueryParam;\n\nexport interface PlantingDataListQueryParamProperties {\n /** Minimum AvgPlantingRate value(inclusive). */\n minAvgPlantingRate?: number;\n /** Maximum AvgPlantingRate value (inclusive). */\n maxAvgPlantingRate?: number;\n /** Minimum TotalMaterial value(inclusive). */\n minTotalMaterial?: number;\n /** Maximum TotalMaterial value (inclusive). */\n maxTotalMaterial?: number;\n /** Minimum AvgMaterial value(inclusive). */\n minAvgMaterial?: number;\n /** Maximum AvgMaterial value (inclusive). */\n maxAvgMaterial?: number;\n /** Sources of the operation data. */\n sources?: string[];\n /** Boundary IDs associated with operation data. */\n associatedBoundaryIds?: string[];\n /** Operation boundary IDs associated with operation data. */\n operationBoundaryIds?: string[];\n /** Minimum start date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n minOperationStartDateTime?: Date;\n /** Maximum start date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n maxOperationStartDateTime?: Date;\n /** Minimum end date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n minOperationEndDateTime?: Date;\n /** Maximum end date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n maxOperationEndDateTime?: Date;\n /** Minimum modified date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n minOperationModifiedDateTime?: Date;\n /** Maximum modified date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n maxOperationModifiedDateTime?: Date;\n /** Minimum area for which operation was applied (inclusive). */\n minArea?: number;\n /** Maximum area for which operation was applied (inclusive). */\n maxArea?: number;\n /** Ids of the resource. */\n ids?: string[];\n /** Names of the resource. */\n names?: string[];\n /**\n * Filters on key-value pairs within the Properties object.\n * eg. \"\\{testKey\\} eq \\{testValue\\}\".\n */\n propertyFilters?: string[];\n /** Statuses of the resource. */\n statuses?: string[];\n /** Minimum creation date of resource (inclusive). */\n minCreatedDateTime?: Date;\n /** Maximum creation date of resource (inclusive). */\n maxCreatedDateTime?: Date;\n /** Minimum last modified date of resource (inclusive). */\n minLastModifiedDateTime?: Date;\n /** Maximum last modified date of resource (inclusive). */\n maxLastModifiedDateTime?: Date;\n /**\n * Maximum number of items needed (inclusive).\n * Minimum = 10, Maximum = 1000, Default value = 50.\n */\n $maxPageSize?: number;\n /** Skip token for getting next set of results. */\n $skipToken?: string;\n}\n\nexport interface PlantingDataListQueryParam {\n queryParameters?: PlantingDataListQueryParamProperties;\n}\n\nexport type PlantingDataListParameters = RequestParameters & PlantingDataListQueryParam;\nexport type PlantingDataGetParameters = RequestParameters;\n\nexport interface PlantingDataCreateOrUpdateBodyParam {\n body?: PlantingData;\n}\n\nexport type PlantingDataCreateOrUpdateParameters = RequestParameters &\n PlantingDataCreateOrUpdateBodyParam;\nexport type PlantingDataDeleteParameters = RequestParameters;\n\nexport interface ScenesListQueryParamProperties {\n /** Provider name of scene data. */\n provider: string;\n /** FarmerId. */\n farmerId: string;\n /** BoundaryId. */\n boundaryId: string;\n /** Source name of scene data, default value Sentinel_2_L2A (Sentinel 2 L2A). */\n source?: string;\n /** Scene start UTC datetime (inclusive), sample format: yyyy-MM-ddThh:mm:ssZ. */\n startDateTime?: Date;\n /** Scene end UTC datetime (inclusive), sample format: yyyy-MM-dThh:mm:ssZ. */\n endDateTime?: Date;\n /** Filter scenes with cloud coverage percentage less than max value. Range [0 to 100.0]. */\n maxCloudCoveragePercentage?: number;\n /** Filter scenes with dark pixel coverage percentage less than max value. Range [0 to 100.0]. */\n maxDarkPixelCoveragePercentage?: number;\n /** List of image names to be filtered. */\n imageNames?: string[];\n /** List of image resolutions in meters to be filtered. */\n imageResolutions?: number[];\n /** List of image formats to be filtered. */\n imageFormats?: string[];\n /**\n * Maximum number of items needed (inclusive).\n * Minimum = 10, Maximum = 1000, Default value = 50.\n */\n $maxPageSize?: number;\n /** Skip token for getting next set of results. */\n $skipToken?: string;\n}\n\nexport interface ScenesListQueryParam {\n queryParameters: ScenesListQueryParamProperties;\n}\n\nexport type ScenesListParameters = RequestParameters & ScenesListQueryParam;\n\nexport interface ScenesCreateSatelliteDataIngestionJobBodyParam {\n body?: SatelliteDataIngestionJob;\n}\n\nexport type ScenesCreateSatelliteDataIngestionJobParameters = RequestParameters &\n ScenesCreateSatelliteDataIngestionJobBodyParam;\nexport type ScenesGetSatelliteDataIngestionJobDetailsParameters = RequestParameters;\n\nexport interface ScenesDownloadQueryParamProperties {\n /** cloud storage path of scene file. */\n filePath: string;\n}\n\nexport interface ScenesDownloadQueryParam {\n queryParameters: ScenesDownloadQueryParamProperties;\n}\n\nexport type ScenesDownloadParameters = RequestParameters & ScenesDownloadQueryParam;\n\nexport interface SeasonalFieldsListByFarmerIdQueryParamProperties {\n /** Farm Ids of the resource. */\n farmIds?: string[];\n /** Field Ids of the resource. */\n fieldIds?: string[];\n /** Season Ids of the resource. */\n seasonIds?: string[];\n /** CropVarietyIds of the resource. */\n cropVarietyIds?: string[];\n /** Ids of the crop it belongs to. */\n cropIds?: string[];\n /** Minimum average yield value of the seasonal field(inclusive). */\n minAvgYieldValue?: number;\n /** Maximum average yield value of the seasonal field(inclusive). */\n maxAvgYieldValue?: number;\n /** Unit of the average yield value attribute. */\n avgYieldUnit?: string;\n /** Minimum average seed population value of the seasonal field(inclusive). */\n minAvgSeedPopulationValue?: number;\n /** Maximum average seed population value of the seasonal field(inclusive). */\n maxAvgSeedPopulationValue?: number;\n /** Unit of average seed population value attribute. */\n avgSeedPopulationUnit?: string;\n /** Minimum planting datetime, sample format: yyyy-MM-ddTHH:mm:ssZ. */\n minPlantingDateTime?: Date;\n /** Maximum planting datetime, sample format: yyyy-MM-ddTHH:mm:ssZ. */\n maxPlantingDateTime?: Date;\n /** Ids of the resource. */\n ids?: string[];\n /** Names of the resource. */\n names?: string[];\n /**\n * Filters on key-value pairs within the Properties object.\n * eg. \"\\{testKey\\} eq \\{testValue\\}\".\n */\n propertyFilters?: string[];\n /** Statuses of the resource. */\n statuses?: string[];\n /** Minimum creation date of resource (inclusive). */\n minCreatedDateTime?: Date;\n /** Maximum creation date of resource (inclusive). */\n maxCreatedDateTime?: Date;\n /** Minimum last modified date of resource (inclusive). */\n minLastModifiedDateTime?: Date;\n /** Maximum last modified date of resource (inclusive). */\n maxLastModifiedDateTime?: Date;\n /**\n * Maximum number of items needed (inclusive).\n * Minimum = 10, Maximum = 1000, Default value = 50.\n */\n $maxPageSize?: number;\n /** Skip token for getting next set of results. */\n $skipToken?: string;\n}\n\nexport interface SeasonalFieldsListByFarmerIdQueryParam {\n queryParameters?: SeasonalFieldsListByFarmerIdQueryParamProperties;\n}\n\nexport type SeasonalFieldsListByFarmerIdParameters = RequestParameters &\n SeasonalFieldsListByFarmerIdQueryParam;\n\nexport interface SeasonalFieldsListQueryParamProperties {\n /** Farm Ids of the resource. */\n farmIds?: string[];\n /** Field Ids of the resource. */\n fieldIds?: string[];\n /** Season Ids of the resource. */\n seasonIds?: string[];\n /** CropVarietyIds of the resource. */\n cropVarietyIds?: string[];\n /** Ids of the crop it belongs to. */\n cropIds?: string[];\n /** Minimum average yield value of the seasonal field(inclusive). */\n minAvgYieldValue?: number;\n /** Maximum average yield value of the seasonal field(inclusive). */\n maxAvgYieldValue?: number;\n /** Unit of the average yield value attribute. */\n avgYieldUnit?: string;\n /** Minimum average seed population value of the seasonal field(inclusive). */\n minAvgSeedPopulationValue?: number;\n /** Maximum average seed population value of the seasonal field(inclusive). */\n maxAvgSeedPopulationValue?: number;\n /** Unit of average seed population value attribute. */\n avgSeedPopulationUnit?: string;\n /** Minimum planting datetime, sample format: yyyy-MM-ddTHH:mm:ssZ. */\n minPlantingDateTime?: Date;\n /** Maximum planting datetime, sample format: yyyy-MM-ddTHH:mm:ssZ. */\n maxPlantingDateTime?: Date;\n /** Ids of the resource. */\n ids?: string[];\n /** Names of the resource. */\n names?: string[];\n /**\n * Filters on key-value pairs within the Properties object.\n * eg. \"\\{testKey\\} eq \\{testValue\\}\".\n */\n propertyFilters?: string[];\n /** Statuses of the resource. */\n statuses?: string[];\n /** Minimum creation date of resource (inclusive). */\n minCreatedDateTime?: Date;\n /** Maximum creation date of resource (inclusive). */\n maxCreatedDateTime?: Date;\n /** Minimum last modified date of resource (inclusive). */\n minLastModifiedDateTime?: Date;\n /** Maximum last modified date of resource (inclusive). */\n maxLastModifiedDateTime?: Date;\n /**\n * Maximum number of items needed (inclusive).\n * Minimum = 10, Maximum = 1000, Default value = 50.\n */\n $maxPageSize?: number;\n /** Skip token for getting next set of results. */\n $skipToken?: string;\n}\n\nexport interface SeasonalFieldsListQueryParam {\n queryParameters?: SeasonalFieldsListQueryParamProperties;\n}\n\nexport type SeasonalFieldsListParameters = RequestParameters & SeasonalFieldsListQueryParam;\nexport type SeasonalFieldsGetParameters = RequestParameters;\n\nexport interface SeasonalFieldsCreateOrUpdateBodyParam {\n body?: SeasonalField;\n}\n\nexport type SeasonalFieldsCreateOrUpdateParameters = RequestParameters &\n SeasonalFieldsCreateOrUpdateBodyParam;\nexport type SeasonalFieldsDeleteParameters = RequestParameters;\nexport type SeasonalFieldsGetCascadeDeleteJobDetailsParameters = RequestParameters;\n\nexport interface SeasonalFieldsCreateCascadeDeleteJobQueryParamProperties {\n /** ID of the associated farmer. */\n farmerId: string;\n /** ID of the seasonalField to be deleted. */\n seasonalFieldId: string;\n}\n\nexport interface SeasonalFieldsCreateCascadeDeleteJobQueryParam {\n queryParameters: SeasonalFieldsCreateCascadeDeleteJobQueryParamProperties;\n}\n\nexport type SeasonalFieldsCreateCascadeDeleteJobParameters = RequestParameters &\n SeasonalFieldsCreateCascadeDeleteJobQueryParam;\n\nexport interface SeasonsListQueryParamProperties {\n /** Minimum season start datetime, sample format: yyyy-MM-ddTHH:mm:ssZ. */\n minStartDateTime?: Date;\n /** Maximum season start datetime, sample format: yyyy-MM-ddTHH:mm:ssZ. */\n maxStartDateTime?: Date;\n /** Minimum season end datetime, sample format: yyyy-MM-ddTHH:mm:ssZ. */\n minEndDateTime?: Date;\n /** Maximum season end datetime, sample format: yyyy-MM-ddTHH:mm:ssZ. */\n maxEndDateTime?: Date;\n /** Years of the resource. */\n years?: number[];\n /** Ids of the resource. */\n ids?: string[];\n /** Names of the resource. */\n names?: string[];\n /**\n * Filters on key-value pairs within the Properties object.\n * eg. \"\\{testKey\\} eq \\{testValue\\}\".\n */\n propertyFilters?: string[];\n /** Statuses of the resource. */\n statuses?: string[];\n /** Minimum creation date of resource (inclusive). */\n minCreatedDateTime?: Date;\n /** Maximum creation date of resource (inclusive). */\n maxCreatedDateTime?: Date;\n /** Minimum last modified date of resource (inclusive). */\n minLastModifiedDateTime?: Date;\n /** Maximum last modified date of resource (inclusive). */\n maxLastModifiedDateTime?: Date;\n /**\n * Maximum number of items needed (inclusive).\n * Minimum = 10, Maximum = 1000, Default value = 50.\n */\n $maxPageSize?: number;\n /** Skip token for getting next set of results. */\n $skipToken?: string;\n}\n\nexport interface SeasonsListQueryParam {\n queryParameters?: SeasonsListQueryParamProperties;\n}\n\nexport type SeasonsListParameters = RequestParameters & SeasonsListQueryParam;\nexport type SeasonsGetParameters = RequestParameters;\n\nexport interface SeasonsCreateOrUpdateBodyParam {\n body?: Season;\n}\n\nexport type SeasonsCreateOrUpdateParameters = RequestParameters & SeasonsCreateOrUpdateBodyParam;\nexport type SeasonsDeleteParameters = RequestParameters;\n\nexport interface TillageDataListByFarmerIdQueryParamProperties {\n /** Minimum measured tillage depth (inclusive). */\n minTillageDepth?: number;\n /** Maximum measured tillage depth (inclusive). */\n maxTillageDepth?: number;\n /** Minimum pressure applied by a tillage implement (inclusive). */\n minTillagePressure?: number;\n /** Maximum pressure applied by a tillage implement (inclusive). */\n maxTillagePressure?: number;\n /** Sources of the operation data. */\n sources?: string[];\n /** Boundary IDs associated with operation data. */\n associatedBoundaryIds?: string[];\n /** Operation boundary IDs associated with operation data. */\n operationBoundaryIds?: string[];\n /** Minimum start date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n minOperationStartDateTime?: Date;\n /** Maximum start date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n maxOperationStartDateTime?: Date;\n /** Minimum end date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n minOperationEndDateTime?: Date;\n /** Maximum end date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n maxOperationEndDateTime?: Date;\n /** Minimum modified date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n minOperationModifiedDateTime?: Date;\n /** Maximum modified date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n maxOperationModifiedDateTime?: Date;\n /** Minimum area for which operation was applied (inclusive). */\n minArea?: number;\n /** Maximum area for which operation was applied (inclusive). */\n maxArea?: number;\n /** Ids of the resource. */\n ids?: string[];\n /** Names of the resource. */\n names?: string[];\n /**\n * Filters on key-value pairs within the Properties object.\n * eg. \"\\{testKey\\} eq \\{testValue\\}\".\n */\n propertyFilters?: string[];\n /** Statuses of the resource. */\n statuses?: string[];\n /** Minimum creation date of resource (inclusive). */\n minCreatedDateTime?: Date;\n /** Maximum creation date of resource (inclusive). */\n maxCreatedDateTime?: Date;\n /** Minimum last modified date of resource (inclusive). */\n minLastModifiedDateTime?: Date;\n /** Maximum last modified date of resource (inclusive). */\n maxLastModifiedDateTime?: Date;\n /**\n * Maximum number of items needed (inclusive).\n * Minimum = 10, Maximum = 1000, Default value = 50.\n */\n $maxPageSize?: number;\n /** Skip token for getting next set of results. */\n $skipToken?: string;\n}\n\nexport interface TillageDataListByFarmerIdQueryParam {\n queryParameters?: TillageDataListByFarmerIdQueryParamProperties;\n}\n\nexport type TillageDataListByFarmerIdParameters = RequestParameters &\n TillageDataListByFarmerIdQueryParam;\n\nexport interface TillageDataListQueryParamProperties {\n /** Minimum measured tillage depth (inclusive). */\n minTillageDepth?: number;\n /** Maximum measured tillage depth (inclusive). */\n maxTillageDepth?: number;\n /** Minimum pressure applied by a tillage implement (inclusive). */\n minTillagePressure?: number;\n /** Maximum pressure applied by a tillage implement (inclusive). */\n maxTillagePressure?: number;\n /** Sources of the operation data. */\n sources?: string[];\n /** Boundary IDs associated with operation data. */\n associatedBoundaryIds?: string[];\n /** Operation boundary IDs associated with operation data. */\n operationBoundaryIds?: string[];\n /** Minimum start date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n minOperationStartDateTime?: Date;\n /** Maximum start date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n maxOperationStartDateTime?: Date;\n /** Minimum end date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n minOperationEndDateTime?: Date;\n /** Maximum end date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n maxOperationEndDateTime?: Date;\n /** Minimum modified date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n minOperationModifiedDateTime?: Date;\n /** Maximum modified date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n maxOperationModifiedDateTime?: Date;\n /** Minimum area for which operation was applied (inclusive). */\n minArea?: number;\n /** Maximum area for which operation was applied (inclusive). */\n maxArea?: number;\n /** Ids of the resource. */\n ids?: string[];\n /** Names of the resource. */\n names?: string[];\n /**\n * Filters on key-value pairs within the Properties object.\n * eg. \"\\{testKey\\} eq \\{testValue\\}\".\n */\n propertyFilters?: string[];\n /** Statuses of the resource. */\n statuses?: string[];\n /** Minimum creation date of resource (inclusive). */\n minCreatedDateTime?: Date;\n /** Maximum creation date of resource (inclusive). */\n maxCreatedDateTime?: Date;\n /** Minimum last modified date of resource (inclusive). */\n minLastModifiedDateTime?: Date;\n /** Maximum last modified date of resource (inclusive). */\n maxLastModifiedDateTime?: Date;\n /**\n * Maximum number of items needed (inclusive).\n * Minimum = 10, Maximum = 1000, Default value = 50.\n */\n $maxPageSize?: number;\n /** Skip token for getting next set of results. */\n $skipToken?: string;\n}\n\nexport interface TillageDataListQueryParam {\n queryParameters?: TillageDataListQueryParamProperties;\n}\n\nexport type TillageDataListParameters = RequestParameters & TillageDataListQueryParam;\nexport type TillageDataGetParameters = RequestParameters;\n\nexport interface TillageDataCreateOrUpdateBodyParam {\n body?: TillageData;\n}\n\nexport type TillageDataCreateOrUpdateParameters = RequestParameters &\n TillageDataCreateOrUpdateBodyParam;\nexport type TillageDataDeleteParameters = RequestParameters;\n\nexport interface WeatherListQueryParamProperties {\n /** Farmer ID. */\n farmerId: string;\n /** Boundary ID. */\n boundaryId: string;\n /** ID of the weather extension. */\n extensionId: string;\n /** Type of weather data (forecast/historical). */\n weatherDataType: string;\n /** Granularity of weather data (daily/hourly). */\n granularity: string;\n /** Weather data start UTC date-time (inclusive), sample format: yyyy-MM-ddTHH:mm:ssZ. */\n startDateTime?: Date;\n /** Weather data end UTC date-time (inclusive), sample format: yyyy-MM-ddTHH:mm:ssZ. */\n endDateTime?: Date;\n /**\n * Maximum number of items needed (inclusive).\n * Minimum = 10, Maximum = 1000, Default value = 50.\n */\n $maxPageSize?: number;\n /** Skip token for getting next set of results. */\n $skipToken?: string;\n}\n\nexport interface WeatherListQueryParam {\n queryParameters: WeatherListQueryParamProperties;\n}\n\nexport type WeatherListParameters = RequestParameters & WeatherListQueryParam;\nexport type WeatherGetDataIngestionJobDetailsParameters = RequestParameters;\n\nexport interface WeatherCreateDataIngestionJobBodyParam {\n body?: WeatherDataIngestionJob;\n}\n\nexport type WeatherCreateDataIngestionJobParameters = RequestParameters &\n WeatherCreateDataIngestionJobBodyParam;\nexport type WeatherGetDataDeleteJobDetailsParameters = RequestParameters;\n\nexport interface WeatherCreateDataDeleteJobBodyParam {\n body?: WeatherDataDeleteJob;\n}\n\nexport type WeatherCreateDataDeleteJobParameters = RequestParameters &\n WeatherCreateDataDeleteJobBodyParam;\n"]}
@@ -1,4 +0,0 @@
1
- // Copyright (c) Microsoft Corporation.
2
- // Licensed under the MIT license.
3
- export {};
4
- //# sourceMappingURL=responses.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"responses.js","sourceRoot":"","sources":["../../src/responses.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT license.\n\nimport {\n ApplicationDataListResponse,\n ErrorResponse,\n ApplicationData,\n AttachmentListResponse,\n Attachment,\n BoundaryListResponse,\n CascadeDeleteJob,\n Boundary,\n BoundaryOverlapResponse,\n CropListResponse,\n Crop,\n CropVarietyListResponse,\n CropVariety,\n FarmerListResponse,\n Farmer,\n FarmOperationDataIngestionJob,\n FarmListResponse,\n Farm,\n FieldListResponse,\n Field,\n HarvestDataListResponse,\n HarvestData,\n ImageProcessingRasterizeJob,\n OAuthProviderListResponse,\n OAuthProvider,\n OAuthTokenListResponse,\n PlantingDataListResponse,\n PlantingData,\n SceneListResponse,\n SatelliteDataIngestionJob,\n SeasonalFieldListResponse,\n SeasonalField,\n SeasonListResponse,\n Season,\n TillageDataListResponse,\n TillageData,\n WeatherDataListResponse,\n WeatherDataIngestionJob,\n WeatherDataDeleteJob,\n} from \"./models\";\nimport { HttpResponse } from \"@azure-rest/core-client\";\n\n/** Returns a paginated list of application data resources under a particular farm. */\nexport interface ApplicationDataListByFarmerId200Response extends HttpResponse {\n status: \"200\";\n body: ApplicationDataListResponse;\n}\n\n/** Returns a paginated list of application data resources under a particular farm. */\nexport interface ApplicationDataListByFarmerIddefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Returns a paginated list of application data resources across all farmers. */\nexport interface ApplicationDataList200Response extends HttpResponse {\n status: \"200\";\n body: ApplicationDataListResponse;\n}\n\n/** Returns a paginated list of application data resources across all farmers. */\nexport interface ApplicationDataListdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Get a specified application data resource under a particular farmer. */\nexport interface ApplicationDataGet200Response extends HttpResponse {\n status: \"200\";\n body: ApplicationData;\n}\n\n/** Get a specified application data resource under a particular farmer. */\nexport interface ApplicationDataGetdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Creates or updates an application data resource under a particular farmer. */\nexport interface ApplicationDataCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: ApplicationData;\n}\n\n/** Creates or updates an application data resource under a particular farmer. */\nexport interface ApplicationDataCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: ApplicationData;\n}\n\n/** Creates or updates an application data resource under a particular farmer. */\nexport interface ApplicationDataCreateOrUpdatedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Deletes a specified application data resource under a particular farmer. */\nexport interface ApplicationDataDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes a specified application data resource under a particular farmer. */\nexport interface ApplicationDataDeletedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Returns a paginated list of attachment resources under a particular farmer. */\nexport interface AttachmentsListByFarmerId200Response extends HttpResponse {\n status: \"200\";\n body: AttachmentListResponse;\n}\n\n/** Returns a paginated list of attachment resources under a particular farmer. */\nexport interface AttachmentsListByFarmerIddefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Gets a specified attachment resource under a particular farmer. */\nexport interface AttachmentsGet200Response extends HttpResponse {\n status: \"200\";\n body: Attachment;\n}\n\n/** Gets a specified attachment resource under a particular farmer. */\nexport interface AttachmentsGetdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Creates or updates an attachment resource under a particular farmer. */\nexport interface AttachmentsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: Attachment;\n}\n\n/** Creates or updates an attachment resource under a particular farmer. */\nexport interface AttachmentsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: Attachment;\n}\n\n/** Creates or updates an attachment resource under a particular farmer. */\nexport interface AttachmentsCreateOrUpdatedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Deletes a specified attachment resource under a particular farmer. */\nexport interface AttachmentsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes a specified attachment resource under a particular farmer. */\nexport interface AttachmentsDeletedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Downloads and returns attachment as response for the given input filePath. */\nexport interface AttachmentsDownload200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Downloads and returns attachment as response for the given input filePath. */\nexport interface AttachmentsDownloaddefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Returns a paginated list of boundary resources under a particular farmer. */\nexport interface BoundariesListByFarmerId200Response extends HttpResponse {\n status: \"200\";\n body: BoundaryListResponse;\n}\n\n/** Returns a paginated list of boundary resources under a particular farmer. */\nexport interface BoundariesListByFarmerIddefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Search for boundaries by fields and intersecting geometry. */\nexport interface BoundariesSearchByFarmerId200Response extends HttpResponse {\n status: \"200\";\n body: BoundaryListResponse;\n}\n\n/** Search for boundaries by fields and intersecting geometry. */\nexport interface BoundariesSearchByFarmerIddefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Returns a paginated list of boundary resources across all farmers. */\nexport interface BoundariesList200Response extends HttpResponse {\n status: \"200\";\n body: BoundaryListResponse;\n}\n\n/** Returns a paginated list of boundary resources across all farmers. */\nexport interface BoundariesListdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Search for boundaries across all farmers by fields and intersecting geometry. */\nexport interface BoundariesSearch200Response extends HttpResponse {\n status: \"200\";\n body: BoundaryListResponse;\n}\n\n/** Search for boundaries across all farmers by fields and intersecting geometry. */\nexport interface BoundariesSearchdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Get cascade delete job for specified boundary. */\nexport interface BoundariesGetCascadeDeleteJobDetails200Response extends HttpResponse {\n status: \"200\";\n body: CascadeDeleteJob;\n}\n\n/** Get cascade delete job for specified boundary. */\nexport interface BoundariesGetCascadeDeleteJobDetailsdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Create a cascade delete job for specified boundary. */\nexport interface BoundariesCreateCascadeDeleteJob202Response extends HttpResponse {\n status: \"202\";\n body: CascadeDeleteJob;\n}\n\n/** Create a cascade delete job for specified boundary. */\nexport interface BoundariesCreateCascadeDeleteJobdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Gets a specified boundary resource under a particular farmer. */\nexport interface BoundariesGet200Response extends HttpResponse {\n status: \"200\";\n body: Boundary;\n}\n\n/** Gets a specified boundary resource under a particular farmer. */\nexport interface BoundariesGetdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Creates or updates a boundary resource. */\nexport interface BoundariesCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: Boundary;\n}\n\n/** Creates or updates a boundary resource. */\nexport interface BoundariesCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: Boundary;\n}\n\n/** Creates or updates a boundary resource. */\nexport interface BoundariesCreateOrUpdatedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Deletes a specified boundary resource under a particular farmer. */\nexport interface BoundariesDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes a specified boundary resource under a particular farmer. */\nexport interface BoundariesDeletedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Returns overlapping acreage between two boundary Ids. */\nexport interface BoundariesGetOverlap200Response extends HttpResponse {\n status: \"200\";\n body: BoundaryOverlapResponse;\n}\n\n/** Returns overlapping acreage between two boundary Ids. */\nexport interface BoundariesGetOverlapdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Returns a paginated list of crop resources. */\nexport interface CropsList200Response extends HttpResponse {\n status: \"200\";\n body: CropListResponse;\n}\n\n/** Returns a paginated list of crop resources. */\nexport interface CropsListdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Gets a specified crop resource. */\nexport interface CropsGet200Response extends HttpResponse {\n status: \"200\";\n body: Crop;\n}\n\n/** Gets a specified crop resource. */\nexport interface CropsGetdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Creates or updates a crop resource. */\nexport interface CropsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: Crop;\n}\n\n/** Creates or updates a crop resource. */\nexport interface CropsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: Crop;\n}\n\n/** Creates or updates a crop resource. */\nexport interface CropsCreateOrUpdatedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Deletes Crop for given crop id. */\nexport interface CropsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes Crop for given crop id. */\nexport interface CropsDeletedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Returns a paginated list of crop variety resources under a particular crop. */\nexport interface CropVarietiesListByCropId200Response extends HttpResponse {\n status: \"200\";\n body: CropVarietyListResponse;\n}\n\n/** Returns a paginated list of crop variety resources under a particular crop. */\nexport interface CropVarietiesListByCropIddefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Returns a paginated list of crop variety resources across all crops. */\nexport interface CropVarietiesList200Response extends HttpResponse {\n status: \"200\";\n body: CropVarietyListResponse;\n}\n\n/** Returns a paginated list of crop variety resources across all crops. */\nexport interface CropVarietiesListdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Gets a specified crop variety resource under a particular crop. */\nexport interface CropVarietiesGet200Response extends HttpResponse {\n status: \"200\";\n body: CropVariety;\n}\n\n/** Gets a specified crop variety resource under a particular crop. */\nexport interface CropVarietiesGetdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Creates or updates a crop variety resource. */\nexport interface CropVarietiesCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: CropVariety;\n}\n\n/** Creates or updates a crop variety resource. */\nexport interface CropVarietiesCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: CropVariety;\n}\n\n/** Creates or updates a crop variety resource. */\nexport interface CropVarietiesCreateOrUpdatedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Deletes a specified crop variety resource under a particular crop. */\nexport interface CropVarietiesDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes a specified crop variety resource under a particular crop. */\nexport interface CropVarietiesDeletedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Returns a paginated list of farmer resources. */\nexport interface FarmersList200Response extends HttpResponse {\n status: \"200\";\n body: FarmerListResponse;\n}\n\n/** Returns a paginated list of farmer resources. */\nexport interface FarmersListdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Gets a specified farmer resource. */\nexport interface FarmersGet200Response extends HttpResponse {\n status: \"200\";\n body: Farmer;\n}\n\n/** Gets a specified farmer resource. */\nexport interface FarmersGetdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Creates or updates a farmer resource. */\nexport interface FarmersCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: Farmer;\n}\n\n/** Creates or updates a farmer resource. */\nexport interface FarmersCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: Farmer;\n}\n\n/** Creates or updates a farmer resource. */\nexport interface FarmersCreateOrUpdatedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Deletes a specified farmer resource. */\nexport interface FarmersDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes a specified farmer resource. */\nexport interface FarmersDeletedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Get a cascade delete job for specified farmer. */\nexport interface FarmersGetCascadeDeleteJobDetails200Response extends HttpResponse {\n status: \"200\";\n body: CascadeDeleteJob;\n}\n\n/** Get a cascade delete job for specified farmer. */\nexport interface FarmersGetCascadeDeleteJobDetailsdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Create a cascade delete job for specified farmer. */\nexport interface FarmersCreateCascadeDeleteJob202Response extends HttpResponse {\n status: \"202\";\n body: CascadeDeleteJob;\n}\n\n/** Create a cascade delete job for specified farmer. */\nexport interface FarmersCreateCascadeDeleteJobdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Create a farm operation data ingestion job. */\nexport interface FarmOperationsCreateDataIngestionJob202Response extends HttpResponse {\n status: \"202\";\n body: FarmOperationDataIngestionJob;\n}\n\n/** Create a farm operation data ingestion job. */\nexport interface FarmOperationsCreateDataIngestionJobdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Get a farm operation data ingestion job. */\nexport interface FarmOperationsGetDataIngestionJobDetails200Response extends HttpResponse {\n status: \"200\";\n body: FarmOperationDataIngestionJob;\n}\n\n/** Get a farm operation data ingestion job. */\nexport interface FarmOperationsGetDataIngestionJobDetailsdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Returns a paginated list of farm resources under a particular farmer. */\nexport interface FarmsListByFarmerId200Response extends HttpResponse {\n status: \"200\";\n body: FarmListResponse;\n}\n\n/** Returns a paginated list of farm resources under a particular farmer. */\nexport interface FarmsListByFarmerIddefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Returns a paginated list of farm resources across all farmers. */\nexport interface FarmsList200Response extends HttpResponse {\n status: \"200\";\n body: FarmListResponse;\n}\n\n/** Returns a paginated list of farm resources across all farmers. */\nexport interface FarmsListdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Gets a specified farm resource under a particular farmer. */\nexport interface FarmsGet200Response extends HttpResponse {\n status: \"200\";\n body: Farm;\n}\n\n/** Gets a specified farm resource under a particular farmer. */\nexport interface FarmsGetdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Creates or updates a farm resource under a particular farmer. */\nexport interface FarmsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: Farm;\n}\n\n/** Creates or updates a farm resource under a particular farmer. */\nexport interface FarmsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: Farm;\n}\n\n/** Creates or updates a farm resource under a particular farmer. */\nexport interface FarmsCreateOrUpdatedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Deletes a specified farm resource under a particular farmer. */\nexport interface FarmsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes a specified farm resource under a particular farmer. */\nexport interface FarmsDeletedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Get a cascade delete job for specified farm. */\nexport interface FarmsGetCascadeDeleteJobDetails200Response extends HttpResponse {\n status: \"200\";\n body: CascadeDeleteJob;\n}\n\n/** Get a cascade delete job for specified farm. */\nexport interface FarmsGetCascadeDeleteJobDetailsdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Create a cascade delete job for specified farm. */\nexport interface FarmsCreateCascadeDeleteJob202Response extends HttpResponse {\n status: \"202\";\n body: CascadeDeleteJob;\n}\n\n/** Create a cascade delete job for specified farm. */\nexport interface FarmsCreateCascadeDeleteJobdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Returns a paginated list of field resources under a particular farmer. */\nexport interface FieldsListByFarmerId200Response extends HttpResponse {\n status: \"200\";\n body: FieldListResponse;\n}\n\n/** Returns a paginated list of field resources under a particular farmer. */\nexport interface FieldsListByFarmerIddefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Returns a paginated list of field resources across all farmers. */\nexport interface FieldsList200Response extends HttpResponse {\n status: \"200\";\n body: FieldListResponse;\n}\n\n/** Returns a paginated list of field resources across all farmers. */\nexport interface FieldsListdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Gets a specified field resource under a particular farmer. */\nexport interface FieldsGet200Response extends HttpResponse {\n status: \"200\";\n body: Field;\n}\n\n/** Gets a specified field resource under a particular farmer. */\nexport interface FieldsGetdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Creates or Updates a field resource under a particular farmer. */\nexport interface FieldsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: Field;\n}\n\n/** Creates or Updates a field resource under a particular farmer. */\nexport interface FieldsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: Field;\n}\n\n/** Creates or Updates a field resource under a particular farmer. */\nexport interface FieldsCreateOrUpdatedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Deletes a specified field resource under a particular farmer. */\nexport interface FieldsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes a specified field resource under a particular farmer. */\nexport interface FieldsDeletedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Get a cascade delete job for specified field. */\nexport interface FieldsGetCascadeDeleteJobDetails200Response extends HttpResponse {\n status: \"200\";\n body: CascadeDeleteJob;\n}\n\n/** Get a cascade delete job for specified field. */\nexport interface FieldsGetCascadeDeleteJobDetailsdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Create a cascade delete job for specified field. */\nexport interface FieldsCreateCascadeDeleteJob202Response extends HttpResponse {\n status: \"202\";\n body: CascadeDeleteJob;\n}\n\n/** Create a cascade delete job for specified field. */\nexport interface FieldsCreateCascadeDeleteJobdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Returns a paginated list of harvest data resources under a particular farm. */\nexport interface HarvestDataListByFarmerId200Response extends HttpResponse {\n status: \"200\";\n body: HarvestDataListResponse;\n}\n\n/** Returns a paginated list of harvest data resources under a particular farm. */\nexport interface HarvestDataListByFarmerIddefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Returns a paginated list of harvest data resources across all farmers. */\nexport interface HarvestDataList200Response extends HttpResponse {\n status: \"200\";\n body: HarvestDataListResponse;\n}\n\n/** Returns a paginated list of harvest data resources across all farmers. */\nexport interface HarvestDataListdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Get a specified harvest data resource under a particular farmer. */\nexport interface HarvestDataGet200Response extends HttpResponse {\n status: \"200\";\n body: HarvestData;\n}\n\n/** Get a specified harvest data resource under a particular farmer. */\nexport interface HarvestDataGetdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Creates or updates harvest data resource under a particular farmer. */\nexport interface HarvestDataCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: HarvestData;\n}\n\n/** Creates or updates harvest data resource under a particular farmer. */\nexport interface HarvestDataCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: HarvestData;\n}\n\n/** Creates or updates harvest data resource under a particular farmer. */\nexport interface HarvestDataCreateOrUpdatedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Deletes a specified harvest data resource under a particular farmer. */\nexport interface HarvestDataDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes a specified harvest data resource under a particular farmer. */\nexport interface HarvestDataDeletedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Create a ImageProcessing Rasterize job. */\nexport interface ImageProcessingCreateRasterizeJob202Response extends HttpResponse {\n status: \"202\";\n body: ImageProcessingRasterizeJob;\n}\n\n/** Create a ImageProcessing Rasterize job. */\nexport interface ImageProcessingCreateRasterizeJobdefaultResponse extends HttpResponse {\n status: \"500\";\n}\n\n/** Get ImageProcessing Rasterize job's details. */\nexport interface ImageProcessingGetRasterizeJob200Response extends HttpResponse {\n status: \"200\";\n body: ImageProcessingRasterizeJob;\n}\n\n/** Returns a paginated list of oauthProvider resources. */\nexport interface OAuthProvidersList200Response extends HttpResponse {\n status: \"200\";\n body: OAuthProviderListResponse;\n}\n\n/** Returns a paginated list of oauthProvider resources. */\nexport interface OAuthProvidersListdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Get a specified oauthProvider resource. */\nexport interface OAuthProvidersGet200Response extends HttpResponse {\n status: \"200\";\n body: OAuthProvider;\n}\n\n/** Get a specified oauthProvider resource. */\nexport interface OAuthProvidersGetdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Creates or updates an oauthProvider resource. */\nexport interface OAuthProvidersCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: OAuthProvider;\n}\n\n/** Creates or updates an oauthProvider resource. */\nexport interface OAuthProvidersCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: OAuthProvider;\n}\n\n/** Creates or updates an oauthProvider resource. */\nexport interface OAuthProvidersCreateOrUpdatedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Deletes an specified oauthProvider resource. */\nexport interface OAuthProvidersDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes an specified oauthProvider resource. */\nexport interface OAuthProvidersDeletedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Returns a list of OAuthToken documents. */\nexport interface OAuthTokensList200Response extends HttpResponse {\n status: \"200\";\n body: OAuthTokenListResponse;\n}\n\n/** Returns a list of OAuthToken documents. */\nexport interface OAuthTokensListdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Returns Connection link needed in the OAuth flow. */\nexport interface OAuthTokensGetOAuthConnectionLink200Response extends HttpResponse {\n status: \"200\";\n body: string;\n}\n\n/** Returns Connection link needed in the OAuth flow. */\nexport interface OAuthTokensGetOAuthConnectionLinkdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Get cascade delete job details for OAuth tokens for specified job ID. */\nexport interface OAuthTokensGetCascadeDeleteJobDetails200Response extends HttpResponse {\n status: \"200\";\n body: CascadeDeleteJob;\n}\n\n/** Get cascade delete job details for OAuth tokens for specified job ID. */\nexport interface OAuthTokensGetCascadeDeleteJobDetailsdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Create a cascade delete job for OAuth tokens. */\nexport interface OAuthTokensCreateCascadeDeleteJob202Response extends HttpResponse {\n status: \"202\";\n body: CascadeDeleteJob;\n}\n\n/** Create a cascade delete job for OAuth tokens. */\nexport interface OAuthTokensCreateCascadeDeleteJobdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Returns a paginated list of planting data resources under a particular farm. */\nexport interface PlantingDataListByFarmerId200Response extends HttpResponse {\n status: \"200\";\n body: PlantingDataListResponse;\n}\n\n/** Returns a paginated list of planting data resources under a particular farm. */\nexport interface PlantingDataListByFarmerIddefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Returns a paginated list of planting data resources across all farmers. */\nexport interface PlantingDataList200Response extends HttpResponse {\n status: \"200\";\n body: PlantingDataListResponse;\n}\n\n/** Returns a paginated list of planting data resources across all farmers. */\nexport interface PlantingDataListdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Get a specified planting data resource under a particular farmer. */\nexport interface PlantingDataGet200Response extends HttpResponse {\n status: \"200\";\n body: PlantingData;\n}\n\n/** Get a specified planting data resource under a particular farmer. */\nexport interface PlantingDataGetdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Creates or updates an planting data resource under a particular farmer. */\nexport interface PlantingDataCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: PlantingData;\n}\n\n/** Creates or updates an planting data resource under a particular farmer. */\nexport interface PlantingDataCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: PlantingData;\n}\n\n/** Creates or updates an planting data resource under a particular farmer. */\nexport interface PlantingDataCreateOrUpdatedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Deletes a specified planting data resource under a particular farmer. */\nexport interface PlantingDataDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes a specified planting data resource under a particular farmer. */\nexport interface PlantingDataDeletedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Returns a paginated list of scene resources. */\nexport interface ScenesList200Response extends HttpResponse {\n status: \"200\";\n body: SceneListResponse;\n}\n\n/** Returns a paginated list of scene resources. */\nexport interface ScenesListdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Create a satellite data ingestion job. */\nexport interface ScenesCreateSatelliteDataIngestionJob202Response extends HttpResponse {\n status: \"202\";\n body: SatelliteDataIngestionJob;\n}\n\n/** Create a satellite data ingestion job. */\nexport interface ScenesCreateSatelliteDataIngestionJobdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Get a satellite data ingestion job. */\nexport interface ScenesGetSatelliteDataIngestionJobDetails200Response extends HttpResponse {\n status: \"200\";\n body: SatelliteDataIngestionJob;\n}\n\n/** Get a satellite data ingestion job. */\nexport interface ScenesGetSatelliteDataIngestionJobDetailsdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Downloads and returns file stream as response for the given input filePath. */\nexport interface ScenesDownload200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Downloads and returns file stream as response for the given input filePath. */\nexport interface ScenesDownloaddefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Returns a paginated list of seasonal field resources under a particular farmer. */\nexport interface SeasonalFieldsListByFarmerId200Response extends HttpResponse {\n status: \"200\";\n body: SeasonalFieldListResponse;\n}\n\n/** Returns a paginated list of seasonal field resources under a particular farmer. */\nexport interface SeasonalFieldsListByFarmerIddefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Returns a paginated list of seasonal field resources across all farmers. */\nexport interface SeasonalFieldsList200Response extends HttpResponse {\n status: \"200\";\n body: SeasonalFieldListResponse;\n}\n\n/** Returns a paginated list of seasonal field resources across all farmers. */\nexport interface SeasonalFieldsListdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Gets a specified seasonal field resource under a particular farmer. */\nexport interface SeasonalFieldsGet200Response extends HttpResponse {\n status: \"200\";\n body: SeasonalField;\n}\n\n/** Gets a specified seasonal field resource under a particular farmer. */\nexport interface SeasonalFieldsGetdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Creates or Updates a seasonal field resource under a particular farmer. */\nexport interface SeasonalFieldsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: SeasonalField;\n}\n\n/** Creates or Updates a seasonal field resource under a particular farmer. */\nexport interface SeasonalFieldsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: SeasonalField;\n}\n\n/** Creates or Updates a seasonal field resource under a particular farmer. */\nexport interface SeasonalFieldsCreateOrUpdatedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Deletes a specified seasonal-field resource under a particular farmer. */\nexport interface SeasonalFieldsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes a specified seasonal-field resource under a particular farmer. */\nexport interface SeasonalFieldsDeletedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Get cascade delete job for specified seasonal field. */\nexport interface SeasonalFieldsGetCascadeDeleteJobDetails200Response extends HttpResponse {\n status: \"200\";\n body: CascadeDeleteJob;\n}\n\n/** Get cascade delete job for specified seasonal field. */\nexport interface SeasonalFieldsGetCascadeDeleteJobDetailsdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Create a cascade delete job for specified seasonal field. */\nexport interface SeasonalFieldsCreateCascadeDeleteJob202Response extends HttpResponse {\n status: \"202\";\n body: CascadeDeleteJob;\n}\n\n/** Create a cascade delete job for specified seasonal field. */\nexport interface SeasonalFieldsCreateCascadeDeleteJobdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Returns a paginated list of season resources. */\nexport interface SeasonsList200Response extends HttpResponse {\n status: \"200\";\n body: SeasonListResponse;\n}\n\n/** Returns a paginated list of season resources. */\nexport interface SeasonsListdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Gets a specified season resource. */\nexport interface SeasonsGet200Response extends HttpResponse {\n status: \"200\";\n body: Season;\n}\n\n/** Gets a specified season resource. */\nexport interface SeasonsGetdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Creates or updates a season resource. */\nexport interface SeasonsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: Season;\n}\n\n/** Creates or updates a season resource. */\nexport interface SeasonsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: Season;\n}\n\n/** Creates or updates a season resource. */\nexport interface SeasonsCreateOrUpdatedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Deletes a specified season resource. */\nexport interface SeasonsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes a specified season resource. */\nexport interface SeasonsDeletedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Returns a paginated list of tillage data resources under a particular farm. */\nexport interface TillageDataListByFarmerId200Response extends HttpResponse {\n status: \"200\";\n body: TillageDataListResponse;\n}\n\n/** Returns a paginated list of tillage data resources under a particular farm. */\nexport interface TillageDataListByFarmerIddefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Returns a paginated list of tillage data resources across all farmers. */\nexport interface TillageDataList200Response extends HttpResponse {\n status: \"200\";\n body: TillageDataListResponse;\n}\n\n/** Returns a paginated list of tillage data resources across all farmers. */\nexport interface TillageDataListdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Get a specified tillage data resource under a particular farmer. */\nexport interface TillageDataGet200Response extends HttpResponse {\n status: \"200\";\n body: TillageData;\n}\n\n/** Get a specified tillage data resource under a particular farmer. */\nexport interface TillageDataGetdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Creates or updates an tillage data resource under a particular farmer. */\nexport interface TillageDataCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: TillageData;\n}\n\n/** Creates or updates an tillage data resource under a particular farmer. */\nexport interface TillageDataCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: TillageData;\n}\n\n/** Creates or updates an tillage data resource under a particular farmer. */\nexport interface TillageDataCreateOrUpdatedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Deletes a specified tillage data resource under a particular farmer. */\nexport interface TillageDataDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes a specified tillage data resource under a particular farmer. */\nexport interface TillageDataDeletedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Returns a paginated list of weather data. */\nexport interface WeatherList200Response extends HttpResponse {\n status: \"200\";\n body: WeatherDataListResponse;\n}\n\n/** Returns a paginated list of weather data. */\nexport interface WeatherListdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Get weather ingestion job. */\nexport interface WeatherGetDataIngestionJobDetails200Response extends HttpResponse {\n status: \"200\";\n body: WeatherDataIngestionJob;\n}\n\n/** Get weather ingestion job. */\nexport interface WeatherGetDataIngestionJobDetailsdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Create a weather data ingestion job. */\nexport interface WeatherCreateDataIngestionJob202Response extends HttpResponse {\n status: \"202\";\n body: WeatherDataIngestionJob;\n}\n\n/** Create a weather data ingestion job. */\nexport interface WeatherCreateDataIngestionJobdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Get weather data delete job. */\nexport interface WeatherGetDataDeleteJobDetails200Response extends HttpResponse {\n status: \"200\";\n body: WeatherDataDeleteJob;\n}\n\n/** Get weather data delete job. */\nexport interface WeatherGetDataDeleteJobDetailsdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Create a weather data delete job. */\nexport interface WeatherCreateDataDeleteJob202Response extends HttpResponse {\n status: \"202\";\n body: WeatherDataDeleteJob;\n}\n\n/** Create a weather data delete job. */\nexport interface WeatherCreateDataDeleteJobdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n"]}