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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (221) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/LICENSE +21 -0
  3. package/README.md +16 -18
  4. package/dist/browser/clientDefinitions.d.ts +862 -0
  5. package/dist/browser/clientDefinitions.d.ts.map +1 -0
  6. package/dist/browser/clientDefinitions.js +4 -0
  7. package/dist/browser/clientDefinitions.js.map +1 -0
  8. package/dist/browser/farmBeats.d.ts +16 -0
  9. package/dist/browser/farmBeats.d.ts.map +1 -0
  10. package/dist/browser/farmBeats.js +45 -0
  11. package/dist/browser/farmBeats.js.map +1 -0
  12. package/dist/browser/index.d.ts +13 -0
  13. package/dist/browser/index.d.ts.map +1 -0
  14. package/dist/browser/index.js +15 -0
  15. package/dist/browser/index.js.map +1 -0
  16. package/dist/browser/isUnexpected.d.ts +199 -0
  17. package/dist/browser/isUnexpected.d.ts.map +1 -0
  18. package/{dist-esm/src → dist/browser}/isUnexpected.js +20 -21
  19. package/dist/browser/isUnexpected.js.map +1 -0
  20. package/dist/browser/logger.d.ts +2 -0
  21. package/dist/browser/logger.d.ts.map +1 -0
  22. package/dist/browser/logger.js +5 -0
  23. package/dist/browser/logger.js.map +1 -0
  24. package/dist/browser/models.d.ts +1301 -0
  25. package/dist/browser/models.d.ts.map +1 -0
  26. package/dist/browser/models.js +4 -0
  27. package/{dist-esm/src → dist/browser}/models.js.map +1 -1
  28. package/dist/browser/outputModels.d.ts +2620 -0
  29. package/dist/browser/outputModels.d.ts.map +1 -0
  30. package/dist/browser/outputModels.js +4 -0
  31. package/{dist-esm/src → dist/browser}/outputModels.js.map +1 -1
  32. package/dist/browser/package.json +3 -0
  33. package/dist/browser/paginateHelper.d.ts +68 -0
  34. package/dist/browser/paginateHelper.d.ts.map +1 -0
  35. package/{dist-esm/src → dist/browser}/paginateHelper.js +70 -3
  36. package/dist/browser/paginateHelper.js.map +1 -0
  37. package/dist/browser/parameters.d.ts +2749 -0
  38. package/dist/browser/parameters.d.ts.map +1 -0
  39. package/dist/browser/parameters.js +4 -0
  40. package/dist/browser/parameters.js.map +1 -0
  41. package/dist/browser/pollingHelper.d.ts +76 -0
  42. package/dist/browser/pollingHelper.d.ts.map +1 -0
  43. package/dist/browser/pollingHelper.js +107 -0
  44. package/dist/browser/pollingHelper.js.map +1 -0
  45. package/dist/browser/responses.d.ts +2890 -0
  46. package/dist/browser/responses.d.ts.map +1 -0
  47. package/dist/browser/responses.js +4 -0
  48. package/dist/browser/responses.js.map +1 -0
  49. package/dist/browser/serializeHelper.d.ts +2 -0
  50. package/dist/browser/serializeHelper.d.ts.map +1 -0
  51. package/{dist-esm/src → dist/browser}/serializeHelper.js +3 -3
  52. package/dist/browser/serializeHelper.js.map +1 -0
  53. package/dist/commonjs/clientDefinitions.d.ts +862 -0
  54. package/dist/commonjs/clientDefinitions.d.ts.map +1 -0
  55. package/dist/commonjs/clientDefinitions.js +5 -0
  56. package/dist/commonjs/clientDefinitions.js.map +1 -0
  57. package/dist/commonjs/farmBeats.d.ts +16 -0
  58. package/dist/commonjs/farmBeats.d.ts.map +1 -0
  59. package/dist/commonjs/farmBeats.js +48 -0
  60. package/dist/commonjs/farmBeats.js.map +1 -0
  61. package/dist/commonjs/index.d.ts +13 -0
  62. package/dist/commonjs/index.d.ts.map +1 -0
  63. package/dist/commonjs/index.js +18 -0
  64. package/dist/commonjs/index.js.map +1 -0
  65. package/dist/commonjs/isUnexpected.d.ts +199 -0
  66. package/dist/commonjs/isUnexpected.d.ts.map +1 -0
  67. package/dist/{index.js → commonjs/isUnexpected.js} +24 -191
  68. package/dist/commonjs/isUnexpected.js.map +1 -0
  69. package/dist/commonjs/logger.d.ts +2 -0
  70. package/dist/commonjs/logger.d.ts.map +1 -0
  71. package/dist/commonjs/logger.js +8 -0
  72. package/dist/commonjs/logger.js.map +1 -0
  73. package/dist/commonjs/models.d.ts +1301 -0
  74. package/dist/commonjs/models.d.ts.map +1 -0
  75. package/dist/commonjs/models.js +5 -0
  76. package/dist/commonjs/models.js.map +1 -0
  77. package/dist/commonjs/outputModels.d.ts +2620 -0
  78. package/dist/commonjs/outputModels.d.ts.map +1 -0
  79. package/dist/commonjs/outputModels.js +5 -0
  80. package/dist/commonjs/outputModels.js.map +1 -0
  81. package/dist/commonjs/package.json +3 -0
  82. package/dist/commonjs/paginateHelper.d.ts +68 -0
  83. package/dist/commonjs/paginateHelper.d.ts.map +1 -0
  84. package/dist/commonjs/paginateHelper.js +140 -0
  85. package/dist/commonjs/paginateHelper.js.map +1 -0
  86. package/dist/commonjs/parameters.d.ts +2749 -0
  87. package/dist/commonjs/parameters.d.ts.map +1 -0
  88. package/dist/commonjs/parameters.js +5 -0
  89. package/dist/commonjs/parameters.js.map +1 -0
  90. package/dist/commonjs/pollingHelper.d.ts +76 -0
  91. package/dist/commonjs/pollingHelper.d.ts.map +1 -0
  92. package/dist/commonjs/pollingHelper.js +110 -0
  93. package/dist/commonjs/pollingHelper.js.map +1 -0
  94. package/dist/commonjs/responses.d.ts +2890 -0
  95. package/dist/commonjs/responses.d.ts.map +1 -0
  96. package/dist/commonjs/responses.js +5 -0
  97. package/dist/commonjs/responses.js.map +1 -0
  98. package/dist/commonjs/serializeHelper.d.ts +2 -0
  99. package/dist/commonjs/serializeHelper.d.ts.map +1 -0
  100. package/dist/commonjs/serializeHelper.js +16 -0
  101. package/dist/commonjs/serializeHelper.js.map +1 -0
  102. package/dist/commonjs/tsdoc-metadata.json +11 -0
  103. package/dist/esm/clientDefinitions.d.ts +862 -0
  104. package/dist/esm/clientDefinitions.d.ts.map +1 -0
  105. package/dist/esm/clientDefinitions.js +4 -0
  106. package/dist/esm/clientDefinitions.js.map +1 -0
  107. package/dist/esm/farmBeats.d.ts +16 -0
  108. package/dist/esm/farmBeats.d.ts.map +1 -0
  109. package/dist/esm/farmBeats.js +45 -0
  110. package/dist/esm/farmBeats.js.map +1 -0
  111. package/dist/esm/index.d.ts +13 -0
  112. package/dist/esm/index.d.ts.map +1 -0
  113. package/dist/esm/index.js +15 -0
  114. package/dist/esm/index.js.map +1 -0
  115. package/dist/esm/isUnexpected.d.ts +199 -0
  116. package/dist/esm/isUnexpected.d.ts.map +1 -0
  117. package/dist/esm/isUnexpected.js +268 -0
  118. package/dist/esm/isUnexpected.js.map +1 -0
  119. package/dist/esm/logger.d.ts +2 -0
  120. package/dist/esm/logger.d.ts.map +1 -0
  121. package/dist/esm/logger.js +5 -0
  122. package/dist/esm/logger.js.map +1 -0
  123. package/dist/esm/models.d.ts +1301 -0
  124. package/dist/esm/models.d.ts.map +1 -0
  125. package/dist/esm/models.js +4 -0
  126. package/dist/esm/models.js.map +1 -0
  127. package/dist/esm/outputModels.d.ts +2620 -0
  128. package/dist/esm/outputModels.d.ts.map +1 -0
  129. package/dist/esm/outputModels.js +4 -0
  130. package/dist/esm/outputModels.js.map +1 -0
  131. package/dist/esm/package.json +3 -0
  132. package/dist/esm/paginateHelper.d.ts +68 -0
  133. package/dist/esm/paginateHelper.d.ts.map +1 -0
  134. package/dist/esm/paginateHelper.js +137 -0
  135. package/dist/esm/paginateHelper.js.map +1 -0
  136. package/dist/esm/parameters.d.ts +2749 -0
  137. package/dist/esm/parameters.d.ts.map +1 -0
  138. package/dist/esm/parameters.js +4 -0
  139. package/dist/esm/parameters.js.map +1 -0
  140. package/dist/esm/pollingHelper.d.ts +76 -0
  141. package/dist/esm/pollingHelper.d.ts.map +1 -0
  142. package/dist/esm/pollingHelper.js +107 -0
  143. package/dist/esm/pollingHelper.js.map +1 -0
  144. package/dist/esm/responses.d.ts +2890 -0
  145. package/dist/esm/responses.d.ts.map +1 -0
  146. package/dist/esm/responses.js +4 -0
  147. package/dist/esm/responses.js.map +1 -0
  148. package/dist/esm/serializeHelper.d.ts +2 -0
  149. package/dist/esm/serializeHelper.d.ts.map +1 -0
  150. package/dist/esm/serializeHelper.js +13 -0
  151. package/dist/esm/serializeHelper.js.map +1 -0
  152. package/dist/react-native/clientDefinitions.d.ts +862 -0
  153. package/dist/react-native/clientDefinitions.d.ts.map +1 -0
  154. package/dist/react-native/clientDefinitions.js +4 -0
  155. package/dist/react-native/clientDefinitions.js.map +1 -0
  156. package/dist/react-native/farmBeats.d.ts +16 -0
  157. package/dist/react-native/farmBeats.d.ts.map +1 -0
  158. package/dist/react-native/farmBeats.js +45 -0
  159. package/dist/react-native/farmBeats.js.map +1 -0
  160. package/dist/react-native/index.d.ts +13 -0
  161. package/dist/react-native/index.d.ts.map +1 -0
  162. package/dist/react-native/index.js +15 -0
  163. package/dist/react-native/index.js.map +1 -0
  164. package/dist/react-native/isUnexpected.d.ts +199 -0
  165. package/dist/react-native/isUnexpected.d.ts.map +1 -0
  166. package/dist/react-native/isUnexpected.js +268 -0
  167. package/dist/react-native/isUnexpected.js.map +1 -0
  168. package/dist/react-native/logger.d.ts +2 -0
  169. package/dist/react-native/logger.d.ts.map +1 -0
  170. package/dist/react-native/logger.js +5 -0
  171. package/dist/react-native/logger.js.map +1 -0
  172. package/dist/react-native/models.d.ts +1301 -0
  173. package/dist/react-native/models.d.ts.map +1 -0
  174. package/dist/react-native/models.js +4 -0
  175. package/dist/react-native/models.js.map +1 -0
  176. package/dist/react-native/outputModels.d.ts +2620 -0
  177. package/dist/react-native/outputModels.d.ts.map +1 -0
  178. package/dist/react-native/outputModels.js +4 -0
  179. package/dist/react-native/outputModels.js.map +1 -0
  180. package/dist/react-native/package.json +3 -0
  181. package/dist/react-native/paginateHelper.d.ts +68 -0
  182. package/dist/react-native/paginateHelper.d.ts.map +1 -0
  183. package/dist/react-native/paginateHelper.js +137 -0
  184. package/dist/react-native/paginateHelper.js.map +1 -0
  185. package/dist/react-native/parameters.d.ts +2749 -0
  186. package/dist/react-native/parameters.d.ts.map +1 -0
  187. package/dist/react-native/parameters.js +4 -0
  188. package/dist/react-native/parameters.js.map +1 -0
  189. package/dist/react-native/pollingHelper.d.ts +76 -0
  190. package/dist/react-native/pollingHelper.d.ts.map +1 -0
  191. package/dist/react-native/pollingHelper.js +107 -0
  192. package/dist/react-native/pollingHelper.js.map +1 -0
  193. package/dist/react-native/responses.d.ts +2890 -0
  194. package/dist/react-native/responses.d.ts.map +1 -0
  195. package/dist/react-native/responses.js +4 -0
  196. package/dist/react-native/responses.js.map +1 -0
  197. package/dist/react-native/serializeHelper.d.ts +2 -0
  198. package/dist/react-native/serializeHelper.d.ts.map +1 -0
  199. package/dist/react-native/serializeHelper.js +13 -0
  200. package/dist/react-native/serializeHelper.js.map +1 -0
  201. package/package.json +84 -79
  202. package/review/agrifood-farming-node.api.md +11020 -0
  203. package/dist/index.js.map +0 -1
  204. package/dist-esm/src/clientDefinitions.js +0 -4
  205. package/dist-esm/src/clientDefinitions.js.map +0 -1
  206. package/dist-esm/src/farmBeats.js +0 -27
  207. package/dist-esm/src/farmBeats.js.map +0 -1
  208. package/dist-esm/src/index.js +0 -15
  209. package/dist-esm/src/index.js.map +0 -1
  210. package/dist-esm/src/isUnexpected.js.map +0 -1
  211. package/dist-esm/src/models.js +0 -4
  212. package/dist-esm/src/outputModels.js +0 -4
  213. package/dist-esm/src/paginateHelper.js.map +0 -1
  214. package/dist-esm/src/parameters.js +0 -4
  215. package/dist-esm/src/parameters.js.map +0 -1
  216. package/dist-esm/src/pollingHelper.js +0 -50
  217. package/dist-esm/src/pollingHelper.js.map +0 -1
  218. package/dist-esm/src/responses.js +0 -4
  219. package/dist-esm/src/responses.js.map +0 -1
  220. package/dist-esm/src/serializeHelper.js.map +0 -1
  221. package/types/agrifood-farming-rest.d.ts +0 -12267
@@ -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 CropProduct,\n Crop,\n DeviceDataModel,\n Device,\n FarmOperationDataIngestionJob,\n Farm,\n Field,\n HarvestData,\n ImageProcessingRasterizeJob,\n Insight,\n ManagementZone,\n BiomassModelJob,\n SensorPlacementModelJob,\n SoilMoistureModelJob,\n NutrientAnalysis,\n OAuthProvider,\n OAuthConnectRequest,\n Party,\n PlantingData,\n PlantTissueAnalysis,\n PrescriptionMap,\n Prescription,\n SatelliteDataIngestionJob,\n SearchFeaturesQuery,\n SeasonalField,\n Season,\n SensorDataModel,\n SensorMapping,\n SensorPartnerIntegrationModel,\n Sensor,\n SensorRenewConnectionStringModel,\n SolutionInference,\n TillageData,\n WeatherDataDeleteJob,\n WeatherDataIngestionJob,\n WeatherDataProviderRequest,\n Zone,\n} from \"./models\";\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. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n sources?: string;\n /** Boundary IDs associated with operation data. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n associatedBoundaryIds?: string;\n /** Minimum start date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n minOperationStartDateTime?: Date | string;\n /** Maximum start date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n maxOperationStartDateTime?: Date | string;\n /** Minimum end date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n minOperationEndDateTime?: Date | string;\n /** Maximum end date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n maxOperationEndDateTime?: Date | string;\n /** Minimum modified date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n minOperationModifiedDateTime?: Date | string;\n /** Maximum modified date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n maxOperationModifiedDateTime?: Date | string;\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. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n ids?: string;\n /** Names of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n names?: string;\n /**\n * Filters on key-value pairs within the Properties object.\n * eg. \"{testKey} eq {testValue}\". This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request\n */\n propertyFilters?: string;\n /** Statuses of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n statuses?: string;\n /** Minimum creation date of resource (inclusive). */\n minCreatedDateTime?: Date | string;\n /** Maximum creation date of resource (inclusive). */\n maxCreatedDateTime?: Date | string;\n /** Minimum last modified date of resource (inclusive). */\n minLastModifiedDateTime?: Date | string;\n /** Maximum last modified date of resource (inclusive). */\n maxLastModifiedDateTime?: Date | 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 ApplicationDataListQueryParam {\n queryParameters?: ApplicationDataListQueryParamProperties;\n}\n\nexport type ApplicationDataListParameters = ApplicationDataListQueryParam & RequestParameters;\n\nexport interface ApplicationDataCreateCascadeDeleteJobQueryParamProperties {\n /** Id of the party. */\n partyId: string;\n /** Id of the application data. */\n applicationDataId: string;\n}\n\nexport interface ApplicationDataCreateCascadeDeleteJobQueryParam {\n queryParameters: ApplicationDataCreateCascadeDeleteJobQueryParamProperties;\n}\n\nexport type ApplicationDataCreateCascadeDeleteJobParameters =\n ApplicationDataCreateCascadeDeleteJobQueryParam & RequestParameters;\nexport type ApplicationDataGetCascadeDeleteJobDetailsParameters = RequestParameters;\n\nexport interface ApplicationDataListByPartyIdQueryParamProperties {\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. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n sources?: string;\n /** Boundary IDs associated with operation data. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n associatedBoundaryIds?: string;\n /** Minimum start date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n minOperationStartDateTime?: Date | string;\n /** Maximum start date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n maxOperationStartDateTime?: Date | string;\n /** Minimum end date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n minOperationEndDateTime?: Date | string;\n /** Maximum end date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n maxOperationEndDateTime?: Date | string;\n /** Minimum modified date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n minOperationModifiedDateTime?: Date | string;\n /** Maximum modified date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n maxOperationModifiedDateTime?: Date | string;\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. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n ids?: string;\n /** Names of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n names?: string;\n /**\n * Filters on key-value pairs within the Properties object.\n * eg. \"{testKey} eq {testValue}\". This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request\n */\n propertyFilters?: string;\n /** Statuses of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n statuses?: string;\n /** Minimum creation date of resource (inclusive). */\n minCreatedDateTime?: Date | string;\n /** Maximum creation date of resource (inclusive). */\n maxCreatedDateTime?: Date | string;\n /** Minimum last modified date of resource (inclusive). */\n minLastModifiedDateTime?: Date | string;\n /** Maximum last modified date of resource (inclusive). */\n maxLastModifiedDateTime?: Date | 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 ApplicationDataListByPartyIdQueryParam {\n queryParameters?: ApplicationDataListByPartyIdQueryParamProperties;\n}\n\nexport type ApplicationDataListByPartyIdParameters = ApplicationDataListByPartyIdQueryParam &\n RequestParameters;\nexport type ApplicationDataGetParameters = RequestParameters;\n/** Application data resource payload to create or update. */\nexport type ApplicationDataResourceMergeAndPatch = Partial<ApplicationData>;\n\nexport interface ApplicationDataCreateOrUpdateBodyParam {\n /** Application data resource payload to create or update. */\n body: ApplicationDataResourceMergeAndPatch;\n}\n\nexport interface ApplicationDataCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/merge-patch+json\";\n}\n\nexport type ApplicationDataCreateOrUpdateParameters = ApplicationDataCreateOrUpdateMediaTypesParam &\n ApplicationDataCreateOrUpdateBodyParam &\n RequestParameters;\nexport type ApplicationDataDeleteParameters = RequestParameters;\n\nexport interface AttachmentsListByPartyIdQueryParamProperties {\n /** Resource Ids of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n resourceIds?: string;\n /**\n * Resource Types of the resource.\n * i.e. Party, Farm, Field, SeasonalField, Boundary, ApplicationData, HarvestData, TillageData, PlantingData, PlantTissueAnalysis. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request\n */\n resourceTypes?: string;\n /** Ids of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n ids?: string;\n /** Names of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n names?: string;\n /**\n * Filters on key-value pairs within the Properties object.\n * eg. \"{testKey} eq {testValue}\". This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request\n */\n propertyFilters?: string;\n /** Statuses of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n statuses?: string;\n /** Minimum creation date of resource (inclusive). */\n minCreatedDateTime?: Date | string;\n /** Maximum creation date of resource (inclusive). */\n maxCreatedDateTime?: Date | string;\n /** Minimum last modified date of resource (inclusive). */\n minLastModifiedDateTime?: Date | string;\n /** Maximum last modified date of resource (inclusive). */\n maxLastModifiedDateTime?: Date | 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 AttachmentsListByPartyIdQueryParam {\n queryParameters?: AttachmentsListByPartyIdQueryParamProperties;\n}\n\nexport type AttachmentsListByPartyIdParameters = AttachmentsListByPartyIdQueryParam &\n RequestParameters;\nexport type AttachmentsGetParameters = RequestParameters;\n\nexport interface AttachmentsCreateOrUpdateBodyParam {\n body?: AttachmentsCreateOrUpdateFormBody;\n}\n\nexport interface AttachmentsCreateOrUpdateFormBody {\n /**\n * File to be uploaded.\n *\n * Value may contain any sequence of octets\n */\n file?: string | Uint8Array | ReadableStream<Uint8Array> | NodeJS.ReadableStream;\n /** Associated Resource id for this attachment. */\n resourceId?: string;\n /** Associated Resource type for this attachment. */\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 /** Source of the resource. */\n source?: string;\n /** Name to identify resource. */\n name?: string;\n /** Textual description of resource. */\n description?: string;\n /** Created by user/tenant id. */\n createdBy?: string;\n /** Modified by user/tenant id. */\n modifiedBy?: string;\n}\n\nexport interface AttachmentsCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"multipart/form-data\";\n}\n\nexport type AttachmentsCreateOrUpdateParameters = AttachmentsCreateOrUpdateMediaTypesParam &\n AttachmentsCreateOrUpdateBodyParam &\n RequestParameters;\nexport type AttachmentsDeleteParameters = RequestParameters;\nexport type AttachmentsDownloadParameters = RequestParameters;\n\nexport interface BoundariesListQueryParamProperties {\n /** Type of the parent it belongs to. */\n parentType?: string;\n /** Type it belongs to. */\n type?: string;\n /** Parent Ids of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n parentIds?: string;\n /** Minimum area of the boundary (inclusive). */\n minArea?: number;\n /** Maximum acreage of the boundary (inclusive). */\n maxArea?: number;\n /** Ids of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n ids?: string;\n /** Names of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n names?: string;\n /**\n * Filters on key-value pairs within the Properties object.\n * eg. \"{testKey} eq {testValue}\". This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request\n */\n propertyFilters?: string;\n /** Statuses of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n statuses?: string;\n /** Minimum creation date of resource (inclusive). */\n minCreatedDateTime?: Date | string;\n /** Maximum creation date of resource (inclusive). */\n maxCreatedDateTime?: Date | string;\n /** Minimum last modified date of resource (inclusive). */\n minLastModifiedDateTime?: Date | string;\n /** Maximum last modified date of resource (inclusive). */\n maxLastModifiedDateTime?: Date | 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 BoundariesListQueryParam {\n queryParameters?: BoundariesListQueryParamProperties;\n}\n\nexport type BoundariesListParameters = BoundariesListQueryParam & RequestParameters;\n\nexport interface BoundariesSearchBodyParam {\n /** Query filters. */\n body: SearchBoundaryQuery;\n}\n\nexport interface BoundariesSearchMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type BoundariesSearchParameters = BoundariesSearchMediaTypesParam &\n BoundariesSearchBodyParam &\n RequestParameters;\n\nexport interface BoundariesCreateCascadeDeleteJobQueryParamProperties {\n /** ID of the associated party. */\n partyId: 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 =\n BoundariesCreateCascadeDeleteJobQueryParam & RequestParameters;\nexport type BoundariesGetCascadeDeleteJobDetailsParameters = RequestParameters;\n\nexport interface BoundariesListByPartyIdQueryParamProperties {\n /** Type of the parent it belongs to. */\n parentType?: string;\n /** Type it belongs to. */\n type?: string;\n /** Parent Ids of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n parentIds?: string;\n /** Minimum area of the boundary (inclusive). */\n minArea?: number;\n /** Maximum acreage of the boundary (inclusive). */\n maxArea?: number;\n /** Ids of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n ids?: string;\n /** Names of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n names?: string;\n /**\n * Filters on key-value pairs within the Properties object.\n * eg. \"{testKey} eq {testValue}\". This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request\n */\n propertyFilters?: string;\n /** Statuses of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n statuses?: string;\n /** Minimum creation date of resource (inclusive). */\n minCreatedDateTime?: Date | string;\n /** Maximum creation date of resource (inclusive). */\n maxCreatedDateTime?: Date | string;\n /** Minimum last modified date of resource (inclusive). */\n minLastModifiedDateTime?: Date | string;\n /** Maximum last modified date of resource (inclusive). */\n maxLastModifiedDateTime?: Date | 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 BoundariesListByPartyIdQueryParam {\n queryParameters?: BoundariesListByPartyIdQueryParamProperties;\n}\n\nexport type BoundariesListByPartyIdParameters = BoundariesListByPartyIdQueryParam &\n RequestParameters;\n\nexport interface BoundariesSearchByPartyIdBodyParam {\n /** Query filters. */\n body: SearchBoundaryQuery;\n}\n\nexport interface BoundariesSearchByPartyIdMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type BoundariesSearchByPartyIdParameters = BoundariesSearchByPartyIdMediaTypesParam &\n BoundariesSearchByPartyIdBodyParam &\n RequestParameters;\n/** Boundary resource payload to create or update. */\nexport type BoundaryResourceMergeAndPatch = Partial<Boundary>;\n\nexport interface BoundariesCreateOrUpdateBodyParam {\n /** Boundary resource payload to create or update. */\n body: BoundaryResourceMergeAndPatch;\n}\n\nexport interface BoundariesCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/merge-patch+json\";\n}\n\nexport type BoundariesCreateOrUpdateParameters = BoundariesCreateOrUpdateMediaTypesParam &\n BoundariesCreateOrUpdateBodyParam &\n RequestParameters;\nexport type BoundariesGetParameters = RequestParameters;\nexport type BoundariesDeleteParameters = RequestParameters;\n\nexport interface BoundariesGetOverlapQueryParamProperties {\n /** PartyId of the other field. */\n otherPartyId: string;\n /** Id of the other boundary. */\n otherBoundaryId: string;\n}\n\nexport interface BoundariesGetOverlapQueryParam {\n queryParameters: BoundariesGetOverlapQueryParamProperties;\n}\n\nexport type BoundariesGetOverlapParameters = BoundariesGetOverlapQueryParam & RequestParameters;\n\nexport interface CropProductsListQueryParamProperties {\n /** CropIds of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n cropIds?: string;\n /** Brands of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n brands?: string;\n /** Products of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n products?: string;\n /** Traits of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n traits?: string;\n /** Ids of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n ids?: string;\n /** Names of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n names?: string;\n /**\n * Filters on key-value pairs within the Properties object.\n * eg. \"{testKey} eq {testValue}\". This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request\n */\n propertyFilters?: string;\n /** Statuses of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n statuses?: string;\n /** Minimum creation date of resource (inclusive). */\n minCreatedDateTime?: Date | string;\n /** Maximum creation date of resource (inclusive). */\n maxCreatedDateTime?: Date | string;\n /** Minimum last modified date of resource (inclusive). */\n minLastModifiedDateTime?: Date | string;\n /** Maximum last modified date of resource (inclusive). */\n maxLastModifiedDateTime?: Date | 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 CropProductsListQueryParam {\n queryParameters?: CropProductsListQueryParamProperties;\n}\n\nexport type CropProductsListParameters = CropProductsListQueryParam & RequestParameters;\nexport type CropProductsGetParameters = RequestParameters;\n/** Crop Product resource payload to create or update. */\nexport type CropProductResourceMergeAndPatch = Partial<CropProduct>;\n\nexport interface CropProductsCreateOrUpdateBodyParam {\n /** Crop Product resource payload to create or update. */\n body: CropProductResourceMergeAndPatch;\n}\n\nexport interface CropProductsCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/merge-patch+json\";\n}\n\nexport type CropProductsCreateOrUpdateParameters = CropProductsCreateOrUpdateMediaTypesParam &\n CropProductsCreateOrUpdateBodyParam &\n RequestParameters;\nexport type CropProductsDeleteParameters = RequestParameters;\n\nexport interface CropsListQueryParamProperties {\n /** Crop phenotypes of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n phenotypes?: string;\n /** Breeding method of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n breedingMethods?: string;\n /** Ids of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n ids?: string;\n /** Names of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n names?: string;\n /**\n * Filters on key-value pairs within the Properties object.\n * eg. \"{testKey} eq {testValue}\". This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request\n */\n propertyFilters?: string;\n /** Statuses of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n statuses?: string;\n /** Minimum creation date of resource (inclusive). */\n minCreatedDateTime?: Date | string;\n /** Maximum creation date of resource (inclusive). */\n maxCreatedDateTime?: Date | string;\n /** Minimum last modified date of resource (inclusive). */\n minLastModifiedDateTime?: Date | string;\n /** Maximum last modified date of resource (inclusive). */\n maxLastModifiedDateTime?: Date | 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 CropsListQueryParam {\n queryParameters?: CropsListQueryParamProperties;\n}\n\nexport type CropsListParameters = CropsListQueryParam & RequestParameters;\nexport type CropsGetParameters = RequestParameters;\n/** Crop resource payload to create or update. */\nexport type CropResourceMergeAndPatch = Partial<Crop>;\n\nexport interface CropsCreateOrUpdateBodyParam {\n /** Crop resource payload to create or update. */\n body: CropResourceMergeAndPatch;\n}\n\nexport interface CropsCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/merge-patch+json\";\n}\n\nexport type CropsCreateOrUpdateParameters = CropsCreateOrUpdateMediaTypesParam &\n CropsCreateOrUpdateBodyParam &\n RequestParameters;\nexport type CropsDeleteParameters = RequestParameters;\n\nexport interface DeviceDataModelsListQueryParamProperties {\n /** Ids of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n ids?: string;\n /** Names of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n names?: string;\n /**\n * Filters on key-value pairs within the Properties object.\n * eg. \"{testKey} eq {testValue}\". This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request\n */\n propertyFilters?: string;\n /** Statuses of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n statuses?: string;\n /** Minimum creation date of resource (inclusive). */\n minCreatedDateTime?: Date | string;\n /** Maximum creation date of resource (inclusive). */\n maxCreatedDateTime?: Date | string;\n /** Minimum last modified date of resource (inclusive). */\n minLastModifiedDateTime?: Date | string;\n /** Maximum last modified date of resource (inclusive). */\n maxLastModifiedDateTime?: Date | 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 DeviceDataModelsListQueryParam {\n queryParameters?: DeviceDataModelsListQueryParamProperties;\n}\n\nexport type DeviceDataModelsListParameters = DeviceDataModelsListQueryParam & RequestParameters;\n/** Device data model object details. */\nexport type DeviceDataModelResourceMergeAndPatch = Partial<DeviceDataModel>;\n\nexport interface DeviceDataModelsCreateOrUpdateBodyParam {\n /** Device data model object details. */\n body: DeviceDataModelResourceMergeAndPatch;\n}\n\nexport interface DeviceDataModelsCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/merge-patch+json\";\n}\n\nexport type DeviceDataModelsCreateOrUpdateParameters =\n DeviceDataModelsCreateOrUpdateMediaTypesParam &\n DeviceDataModelsCreateOrUpdateBodyParam &\n RequestParameters;\nexport type DeviceDataModelsGetParameters = RequestParameters;\nexport type DeviceDataModelsDeleteParameters = RequestParameters;\n\nexport interface DevicesListQueryParamProperties {\n /** Id's of the parent devices. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n parentDeviceIds?: string;\n /** Id's of the device data models. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n deviceDataModelIds?: string;\n /** Ids of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n ids?: string;\n /** Names of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n names?: string;\n /**\n * Filters on key-value pairs within the Properties object.\n * eg. \"{testKey} eq {testValue}\". This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request\n */\n propertyFilters?: string;\n /** Statuses of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n statuses?: string;\n /** Minimum creation date of resource (inclusive). */\n minCreatedDateTime?: Date | string;\n /** Maximum creation date of resource (inclusive). */\n maxCreatedDateTime?: Date | string;\n /** Minimum last modified date of resource (inclusive). */\n minLastModifiedDateTime?: Date | string;\n /** Maximum last modified date of resource (inclusive). */\n maxLastModifiedDateTime?: Date | 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 DevicesListQueryParam {\n queryParameters?: DevicesListQueryParamProperties;\n}\n\nexport type DevicesListParameters = DevicesListQueryParam & RequestParameters;\n/** Device object details. */\nexport type DeviceResourceMergeAndPatch = Partial<Device>;\n\nexport interface DevicesCreateOrUpdateBodyParam {\n /** Device object details. */\n body: DeviceResourceMergeAndPatch;\n}\n\nexport interface DevicesCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/merge-patch+json\";\n}\n\nexport type DevicesCreateOrUpdateParameters = DevicesCreateOrUpdateMediaTypesParam &\n DevicesCreateOrUpdateBodyParam &\n RequestParameters;\nexport type DevicesGetParameters = RequestParameters;\nexport type DevicesDeleteParameters = RequestParameters;\n\nexport interface FarmOperationsCreateDataIngestionJobBodyParam {\n /** Job parameters supplied by user. */\n body: FarmOperationDataIngestionJob;\n}\n\nexport interface FarmOperationsCreateDataIngestionJobMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type FarmOperationsCreateDataIngestionJobParameters =\n FarmOperationsCreateDataIngestionJobMediaTypesParam &\n FarmOperationsCreateDataIngestionJobBodyParam &\n RequestParameters;\nexport type FarmOperationsGetDataIngestionJobDetailsParameters = RequestParameters;\n\nexport interface FarmsListQueryParamProperties {\n /** Ids of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n ids?: string;\n /** Names of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n names?: string;\n /**\n * Filters on key-value pairs within the Properties object.\n * eg. \"{testKey} eq {testValue}\". This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request\n */\n propertyFilters?: string;\n /** Statuses of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n statuses?: string;\n /** Minimum creation date of resource (inclusive). */\n minCreatedDateTime?: Date | string;\n /** Maximum creation date of resource (inclusive). */\n maxCreatedDateTime?: Date | string;\n /** Minimum last modified date of resource (inclusive). */\n minLastModifiedDateTime?: Date | string;\n /** Maximum last modified date of resource (inclusive). */\n maxLastModifiedDateTime?: Date | 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 FarmsListQueryParam {\n queryParameters?: FarmsListQueryParamProperties;\n}\n\nexport type FarmsListParameters = FarmsListQueryParam & RequestParameters;\n\nexport interface FarmsCreateCascadeDeleteJobQueryParamProperties {\n /** ID of the associated party. */\n partyId: 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 = FarmsCreateCascadeDeleteJobQueryParam &\n RequestParameters;\nexport type FarmsGetCascadeDeleteJobDetailsParameters = RequestParameters;\n\nexport interface FarmsListByPartyIdQueryParamProperties {\n /** Ids of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n ids?: string;\n /** Names of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n names?: string;\n /**\n * Filters on key-value pairs within the Properties object.\n * eg. \"{testKey} eq {testValue}\". This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request\n */\n propertyFilters?: string;\n /** Statuses of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n statuses?: string;\n /** Minimum creation date of resource (inclusive). */\n minCreatedDateTime?: Date | string;\n /** Maximum creation date of resource (inclusive). */\n maxCreatedDateTime?: Date | string;\n /** Minimum last modified date of resource (inclusive). */\n minLastModifiedDateTime?: Date | string;\n /** Maximum last modified date of resource (inclusive). */\n maxLastModifiedDateTime?: Date | 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 FarmsListByPartyIdQueryParam {\n queryParameters?: FarmsListByPartyIdQueryParamProperties;\n}\n\nexport type FarmsListByPartyIdParameters = FarmsListByPartyIdQueryParam & RequestParameters;\nexport type FarmsGetParameters = RequestParameters;\n/** Farm resource payload to create or update. */\nexport type FarmResourceMergeAndPatch = Partial<Farm>;\n\nexport interface FarmsCreateOrUpdateBodyParam {\n /** Farm resource payload to create or update. */\n body: FarmResourceMergeAndPatch;\n}\n\nexport interface FarmsCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/merge-patch+json\";\n}\n\nexport type FarmsCreateOrUpdateParameters = FarmsCreateOrUpdateMediaTypesParam &\n FarmsCreateOrUpdateBodyParam &\n RequestParameters;\nexport type FarmsDeleteParameters = RequestParameters;\n\nexport interface FieldsListQueryParamProperties {\n /** Farm Ids of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n farmIds?: string;\n /** Ids of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n ids?: string;\n /** Names of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n names?: string;\n /**\n * Filters on key-value pairs within the Properties object.\n * eg. \"{testKey} eq {testValue}\". This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request\n */\n propertyFilters?: string;\n /** Statuses of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n statuses?: string;\n /** Minimum creation date of resource (inclusive). */\n minCreatedDateTime?: Date | string;\n /** Maximum creation date of resource (inclusive). */\n maxCreatedDateTime?: Date | string;\n /** Minimum last modified date of resource (inclusive). */\n minLastModifiedDateTime?: Date | string;\n /** Maximum last modified date of resource (inclusive). */\n maxLastModifiedDateTime?: Date | 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 FieldsListQueryParam {\n queryParameters?: FieldsListQueryParamProperties;\n}\n\nexport type FieldsListParameters = FieldsListQueryParam & RequestParameters;\nexport type FieldsGetCascadeDeleteJobDetailsParameters = RequestParameters;\n\nexport interface FieldsCreateCascadeDeleteJobQueryParamProperties {\n /** ID of the associated party. */\n partyId: 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 = FieldsCreateCascadeDeleteJobQueryParam &\n RequestParameters;\n\nexport interface FieldsListByPartyIdQueryParamProperties {\n /** Farm Ids of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n farmIds?: string;\n /** Ids of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n ids?: string;\n /** Names of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n names?: string;\n /**\n * Filters on key-value pairs within the Properties object.\n * eg. \"{testKey} eq {testValue}\". This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request\n */\n propertyFilters?: string;\n /** Statuses of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n statuses?: string;\n /** Minimum creation date of resource (inclusive). */\n minCreatedDateTime?: Date | string;\n /** Maximum creation date of resource (inclusive). */\n maxCreatedDateTime?: Date | string;\n /** Minimum last modified date of resource (inclusive). */\n minLastModifiedDateTime?: Date | string;\n /** Maximum last modified date of resource (inclusive). */\n maxLastModifiedDateTime?: Date | 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 FieldsListByPartyIdQueryParam {\n queryParameters?: FieldsListByPartyIdQueryParamProperties;\n}\n\nexport type FieldsListByPartyIdParameters = FieldsListByPartyIdQueryParam & RequestParameters;\nexport type FieldsGetParameters = RequestParameters;\n/** Field resource payload to create or update. */\nexport type FieldResourceMergeAndPatch = Partial<Field>;\n\nexport interface FieldsCreateOrUpdateBodyParam {\n /** Field resource payload to create or update. */\n body: FieldResourceMergeAndPatch;\n}\n\nexport interface FieldsCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/merge-patch+json\";\n}\n\nexport type FieldsCreateOrUpdateParameters = FieldsCreateOrUpdateMediaTypesParam &\n FieldsCreateOrUpdateBodyParam &\n RequestParameters;\nexport type FieldsDeleteParameters = RequestParameters;\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. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n sources?: string;\n /** Boundary IDs associated with operation data. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n associatedBoundaryIds?: string;\n /** Minimum start date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n minOperationStartDateTime?: Date | string;\n /** Maximum start date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n maxOperationStartDateTime?: Date | string;\n /** Minimum end date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n minOperationEndDateTime?: Date | string;\n /** Maximum end date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n maxOperationEndDateTime?: Date | string;\n /** Minimum modified date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n minOperationModifiedDateTime?: Date | string;\n /** Maximum modified date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n maxOperationModifiedDateTime?: Date | string;\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. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n ids?: string;\n /** Names of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n names?: string;\n /**\n * Filters on key-value pairs within the Properties object.\n * eg. \"{testKey} eq {testValue}\". This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request\n */\n propertyFilters?: string;\n /** Statuses of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n statuses?: string;\n /** Minimum creation date of resource (inclusive). */\n minCreatedDateTime?: Date | string;\n /** Maximum creation date of resource (inclusive). */\n maxCreatedDateTime?: Date | string;\n /** Minimum last modified date of resource (inclusive). */\n minLastModifiedDateTime?: Date | string;\n /** Maximum last modified date of resource (inclusive). */\n maxLastModifiedDateTime?: Date | 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 HarvestDataListQueryParam {\n queryParameters?: HarvestDataListQueryParamProperties;\n}\n\nexport type HarvestDataListParameters = HarvestDataListQueryParam & RequestParameters;\n\nexport interface HarvestDataCreateCascadeDeleteJobQueryParamProperties {\n /** Id of the party. */\n partyId: string;\n /** Id of the harvest data. */\n harvestDataId: string;\n}\n\nexport interface HarvestDataCreateCascadeDeleteJobQueryParam {\n queryParameters: HarvestDataCreateCascadeDeleteJobQueryParamProperties;\n}\n\nexport type HarvestDataCreateCascadeDeleteJobParameters =\n HarvestDataCreateCascadeDeleteJobQueryParam & RequestParameters;\nexport type HarvestDataGetCascadeDeleteJobDetailsParameters = RequestParameters;\n\nexport interface HarvestDataListByPartyIdQueryParamProperties {\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. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n sources?: string;\n /** Boundary IDs associated with operation data. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n associatedBoundaryIds?: string;\n /** Minimum start date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n minOperationStartDateTime?: Date | string;\n /** Maximum start date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n maxOperationStartDateTime?: Date | string;\n /** Minimum end date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n minOperationEndDateTime?: Date | string;\n /** Maximum end date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n maxOperationEndDateTime?: Date | string;\n /** Minimum modified date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n minOperationModifiedDateTime?: Date | string;\n /** Maximum modified date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n maxOperationModifiedDateTime?: Date | string;\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. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n ids?: string;\n /** Names of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n names?: string;\n /**\n * Filters on key-value pairs within the Properties object.\n * eg. \"{testKey} eq {testValue}\". This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request\n */\n propertyFilters?: string;\n /** Statuses of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n statuses?: string;\n /** Minimum creation date of resource (inclusive). */\n minCreatedDateTime?: Date | string;\n /** Maximum creation date of resource (inclusive). */\n maxCreatedDateTime?: Date | string;\n /** Minimum last modified date of resource (inclusive). */\n minLastModifiedDateTime?: Date | string;\n /** Maximum last modified date of resource (inclusive). */\n maxLastModifiedDateTime?: Date | 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 HarvestDataListByPartyIdQueryParam {\n queryParameters?: HarvestDataListByPartyIdQueryParamProperties;\n}\n\nexport type HarvestDataListByPartyIdParameters = HarvestDataListByPartyIdQueryParam &\n RequestParameters;\nexport type HarvestDataGetParameters = RequestParameters;\n/** Harvest data resource payload to create or update. */\nexport type HarvestDataResourceMergeAndPatch = Partial<HarvestData>;\n\nexport interface HarvestDataCreateOrUpdateBodyParam {\n /** Harvest data resource payload to create or update. */\n body: HarvestDataResourceMergeAndPatch;\n}\n\nexport interface HarvestDataCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/merge-patch+json\";\n}\n\nexport type HarvestDataCreateOrUpdateParameters = HarvestDataCreateOrUpdateMediaTypesParam &\n HarvestDataCreateOrUpdateBodyParam &\n RequestParameters;\nexport type HarvestDataDeleteParameters = RequestParameters;\n\nexport interface ImageProcessingCreateRasterizeJobBodyParam {\n /** Job parameters supplied by user. */\n body: ImageProcessingRasterizeJob;\n}\n\nexport interface ImageProcessingCreateRasterizeJobMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type ImageProcessingCreateRasterizeJobParameters =\n ImageProcessingCreateRasterizeJobMediaTypesParam &\n ImageProcessingCreateRasterizeJobBodyParam &\n RequestParameters;\nexport type ImageProcessingGetRasterizeJobParameters = RequestParameters;\n\nexport interface InsightAttachmentsListByPartyIdModelIdAndResourceQueryParamProperties {\n /** List of insight IDs. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n insightIds?: string;\n /** Ids of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n ids?: string;\n /** Names of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n names?: string;\n /**\n * Filters on key-value pairs within the Properties object.\n * eg. \"{testKey} eq {testValue}\". This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request\n */\n propertyFilters?: string;\n /** Statuses of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n statuses?: string;\n /** Minimum creation date of resource (inclusive). */\n minCreatedDateTime?: Date | string;\n /** Maximum creation date of resource (inclusive). */\n maxCreatedDateTime?: Date | string;\n /** Minimum last modified date of resource (inclusive). */\n minLastModifiedDateTime?: Date | string;\n /** Maximum last modified date of resource (inclusive). */\n maxLastModifiedDateTime?: Date | 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 InsightAttachmentsListByPartyIdModelIdAndResourceQueryParam {\n queryParameters?: InsightAttachmentsListByPartyIdModelIdAndResourceQueryParamProperties;\n}\n\nexport type InsightAttachmentsListByPartyIdModelIdAndResourceParameters =\n InsightAttachmentsListByPartyIdModelIdAndResourceQueryParam & RequestParameters;\n\nexport interface InsightAttachmentsCreateOrUpdateBodyParam {\n body: InsightAttachmentsCreateOrUpdateFormBody;\n}\n\nexport interface InsightAttachmentsCreateOrUpdateFormBody {\n /**\n * File to be uploaded.\n *\n * Value may contain any sequence of octets\n */\n file?: string | Uint8Array | ReadableStream<Uint8Array> | NodeJS.ReadableStream;\n /** InsightID for this InsightAttachment. */\n insightId: 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 /** Source of the resource. */\n source?: string;\n /** Name to identify resource. */\n name?: string;\n /** Textual description of resource. */\n description?: string;\n /** Created by user/tenant id. */\n createdBy?: string;\n /** Modified by user/tenant id. */\n modifiedBy?: string;\n}\n\nexport interface InsightAttachmentsCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"multipart/form-data\";\n}\n\nexport type InsightAttachmentsCreateOrUpdateParameters =\n InsightAttachmentsCreateOrUpdateMediaTypesParam &\n InsightAttachmentsCreateOrUpdateBodyParam &\n RequestParameters;\nexport type InsightAttachmentsGetParameters = RequestParameters;\nexport type InsightAttachmentsDeleteParameters = RequestParameters;\nexport type InsightAttachmentsDownloadParameters = RequestParameters;\n\nexport interface InsightsCreateCascadeDeleteJobQueryParamProperties {\n /** ID of the associated party. */\n partyId: string;\n /** Id of the associated model. */\n modelId: string;\n /** Resource Type. */\n resourceType: string;\n /** Id of the associated resource. */\n resourceId: string;\n /** Insight id. */\n insightId: string;\n}\n\nexport interface InsightsCreateCascadeDeleteJobQueryParam {\n queryParameters: InsightsCreateCascadeDeleteJobQueryParamProperties;\n}\n\nexport type InsightsCreateCascadeDeleteJobParameters = InsightsCreateCascadeDeleteJobQueryParam &\n RequestParameters;\nexport type InsightsGetCascadeDeleteJobDetailsParameters = RequestParameters;\n\nexport interface InsightsListByPartyIdModelIdAndResourceQueryParamProperties {\n /** Minimum insightStartDateTime time of insight resources (inclusive), sample format: yyyy-MM-ddTHH:mm:ssZ. */\n minInsightStartDateTime?: Date | string;\n /** Maximum insightStartDateTime time of insight resources (inclusive), sample format: yyyy-MM-ddTHH:mm:ssZ. */\n maxInsightStartDateTime?: Date | string;\n /** Minimum insightEndDateTime time of insight resources (inclusive), sample format: yyyy-MM-ddTHH:mm:ssZ. */\n minInsightEndDateTime?: Date | string;\n /** Maximum insightEndDateTime time of insight resources (inclusive), sample format: yyyy-MM-ddTHH:mm:ssZ. */\n maxInsightEndDateTime?: Date | string;\n /**\n * Filters on measureKey.unit/unitValue or measureKey.value/value pairs within the Measures object.\n * eg. \"measureKey.unit eq {testValue}\" where testValue is string.\n * eg. \"measureKey.value eq {testValue}\" where testValue = double. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request\n */\n measurementFilters?: string;\n /** Ids of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n ids?: string;\n /** Names of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n names?: string;\n /**\n * Filters on key-value pairs within the Properties object.\n * eg. \"{testKey} eq {testValue}\". This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request\n */\n propertyFilters?: string;\n /** Statuses of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n statuses?: string;\n /** Minimum creation date of resource (inclusive). */\n minCreatedDateTime?: Date | string;\n /** Maximum creation date of resource (inclusive). */\n maxCreatedDateTime?: Date | string;\n /** Minimum last modified date of resource (inclusive). */\n minLastModifiedDateTime?: Date | string;\n /** Maximum last modified date of resource (inclusive). */\n maxLastModifiedDateTime?: Date | 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 InsightsListByPartyIdModelIdAndResourceQueryParam {\n queryParameters?: InsightsListByPartyIdModelIdAndResourceQueryParamProperties;\n}\n\nexport type InsightsListByPartyIdModelIdAndResourceParameters =\n InsightsListByPartyIdModelIdAndResourceQueryParam & RequestParameters;\n/** Insight data. */\nexport type InsightResourceMergeAndPatch = Partial<Insight>;\n\nexport interface InsightsCreateOrUpdateBodyParam {\n /** Insight data. */\n body: InsightResourceMergeAndPatch;\n}\n\nexport interface InsightsCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/merge-patch+json\";\n}\n\nexport type InsightsCreateOrUpdateParameters = InsightsCreateOrUpdateMediaTypesParam &\n InsightsCreateOrUpdateBodyParam &\n RequestParameters;\nexport type InsightsGetParameters = RequestParameters;\nexport type InsightsDeleteParameters = RequestParameters;\n\nexport interface ManagementZonesListQueryParamProperties {\n /** Types of the ManagementZone. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n types?: string;\n /** CropIds of the ManagementZone. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n cropIds?: string;\n /** SeasonIds of the ManagementZone. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n seasonIds?: string;\n /** FieldIds of the ManagementZone. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n fieldIds?: string;\n /** Sources of the ManagementZone. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n sources?: string;\n /** Ids of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n ids?: string;\n /** Names of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n names?: string;\n /**\n * Filters on key-value pairs within the Properties object.\n * eg. \"{testKey} eq {testValue}\". This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request\n */\n propertyFilters?: string;\n /** Statuses of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n statuses?: string;\n /** Minimum creation date of resource (inclusive). */\n minCreatedDateTime?: Date | string;\n /** Maximum creation date of resource (inclusive). */\n maxCreatedDateTime?: Date | string;\n /** Minimum last modified date of resource (inclusive). */\n minLastModifiedDateTime?: Date | string;\n /** Maximum last modified date of resource (inclusive). */\n maxLastModifiedDateTime?: Date | 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 ManagementZonesListQueryParam {\n queryParameters?: ManagementZonesListQueryParamProperties;\n}\n\nexport type ManagementZonesListParameters = ManagementZonesListQueryParam & RequestParameters;\nexport type ManagementZonesGetCascadeDeleteJobDetailsParameters = RequestParameters;\n\nexport interface ManagementZonesCreateCascadeDeleteJobQueryParamProperties {\n /** ID of the associated party. */\n partyId: string;\n /** ID of the management zone to be deleted. */\n managementZoneId: string;\n}\n\nexport interface ManagementZonesCreateCascadeDeleteJobQueryParam {\n queryParameters: ManagementZonesCreateCascadeDeleteJobQueryParamProperties;\n}\n\nexport type ManagementZonesCreateCascadeDeleteJobParameters =\n ManagementZonesCreateCascadeDeleteJobQueryParam & RequestParameters;\n\nexport interface ManagementZonesListByPartyIdQueryParamProperties {\n /** Types of the ManagementZone. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n types?: string;\n /** CropIds of the ManagementZone. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n cropIds?: string;\n /** SeasonIds of the ManagementZone. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n seasonIds?: string;\n /** FieldIds of the ManagementZone. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n fieldIds?: string;\n /** Sources of the ManagementZone. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n sources?: string;\n /** Ids of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n ids?: string;\n /** Names of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n names?: string;\n /**\n * Filters on key-value pairs within the Properties object.\n * eg. \"{testKey} eq {testValue}\". This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request\n */\n propertyFilters?: string;\n /** Statuses of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n statuses?: string;\n /** Minimum creation date of resource (inclusive). */\n minCreatedDateTime?: Date | string;\n /** Maximum creation date of resource (inclusive). */\n maxCreatedDateTime?: Date | string;\n /** Minimum last modified date of resource (inclusive). */\n minLastModifiedDateTime?: Date | string;\n /** Maximum last modified date of resource (inclusive). */\n maxLastModifiedDateTime?: Date | 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 ManagementZonesListByPartyIdQueryParam {\n queryParameters?: ManagementZonesListByPartyIdQueryParamProperties;\n}\n\nexport type ManagementZonesListByPartyIdParameters = ManagementZonesListByPartyIdQueryParam &\n RequestParameters;\nexport type ManagementZonesGetParameters = RequestParameters;\n/** ManagementZone resource payload to create or update. */\nexport type ManagementZoneResourceMergeAndPatch = Partial<ManagementZone>;\n\nexport interface ManagementZonesCreateOrUpdateBodyParam {\n /** ManagementZone resource payload to create or update. */\n body: ManagementZoneResourceMergeAndPatch;\n}\n\nexport interface ManagementZonesCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/merge-patch+json\";\n}\n\nexport type ManagementZonesCreateOrUpdateParameters = ManagementZonesCreateOrUpdateMediaTypesParam &\n ManagementZonesCreateOrUpdateBodyParam &\n RequestParameters;\nexport type ManagementZonesDeleteParameters = RequestParameters;\n\nexport interface ModelInferenceCreateBiomassModelJobBodyParam {\n /** Job parameters supplied by user. */\n body: BiomassModelJob;\n}\n\nexport interface ModelInferenceCreateBiomassModelJobMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type ModelInferenceCreateBiomassModelJobParameters =\n ModelInferenceCreateBiomassModelJobMediaTypesParam &\n ModelInferenceCreateBiomassModelJobBodyParam &\n RequestParameters;\nexport type ModelInferenceGetBiomassModelJobParameters = RequestParameters;\n\nexport interface ModelInferenceCreateSensorPlacementModelJobBodyParam {\n /** Job parameters supplied by user. */\n body: SensorPlacementModelJob;\n}\n\nexport interface ModelInferenceCreateSensorPlacementModelJobMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type ModelInferenceCreateSensorPlacementModelJobParameters =\n ModelInferenceCreateSensorPlacementModelJobMediaTypesParam &\n ModelInferenceCreateSensorPlacementModelJobBodyParam &\n RequestParameters;\nexport type ModelInferenceGetSensorPlacementModelJobParameters = RequestParameters;\n\nexport interface ModelInferenceCreateSoilMoistureModelJobBodyParam {\n /** Job parameters supplied by user. */\n body: SoilMoistureModelJob;\n}\n\nexport interface ModelInferenceCreateSoilMoistureModelJobMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type ModelInferenceCreateSoilMoistureModelJobParameters =\n ModelInferenceCreateSoilMoistureModelJobMediaTypesParam &\n ModelInferenceCreateSoilMoistureModelJobBodyParam &\n RequestParameters;\nexport type ModelInferenceGetSoilMoistureModelJobParameters = RequestParameters;\n\nexport interface NutrientAnalysesListQueryParamProperties {\n /**\n * Type of the parent it belongs to.\n * i.e. PlantTissueAnalysis.\n */\n parentType?: string;\n /** Parent ids of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n parentIds?: string;\n /** Classifications for nutrient analyses. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n classifications?: string;\n /** Ids of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n ids?: string;\n /** Names of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n names?: string;\n /**\n * Filters on key-value pairs within the Properties object.\n * eg. \"{testKey} eq {testValue}\". This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request\n */\n propertyFilters?: string;\n /** Statuses of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n statuses?: string;\n /** Minimum creation date of resource (inclusive). */\n minCreatedDateTime?: Date | string;\n /** Maximum creation date of resource (inclusive). */\n maxCreatedDateTime?: Date | string;\n /** Minimum last modified date of resource (inclusive). */\n minLastModifiedDateTime?: Date | string;\n /** Maximum last modified date of resource (inclusive). */\n maxLastModifiedDateTime?: Date | 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 NutrientAnalysesListQueryParam {\n queryParameters?: NutrientAnalysesListQueryParamProperties;\n}\n\nexport type NutrientAnalysesListParameters = NutrientAnalysesListQueryParam & RequestParameters;\n\nexport interface NutrientAnalysesListByPartyIdQueryParamProperties {\n /**\n * Type of the parent it belongs to.\n * i.e. PlantTissueAnalysis.\n */\n parentType?: string;\n /** Parent ids of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n parentIds?: string;\n /** Classifications for nutrient analyses. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n classifications?: string;\n /** Ids of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n ids?: string;\n /** Names of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n names?: string;\n /**\n * Filters on key-value pairs within the Properties object.\n * eg. \"{testKey} eq {testValue}\". This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request\n */\n propertyFilters?: string;\n /** Statuses of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n statuses?: string;\n /** Minimum creation date of resource (inclusive). */\n minCreatedDateTime?: Date | string;\n /** Maximum creation date of resource (inclusive). */\n maxCreatedDateTime?: Date | string;\n /** Minimum last modified date of resource (inclusive). */\n minLastModifiedDateTime?: Date | string;\n /** Maximum last modified date of resource (inclusive). */\n maxLastModifiedDateTime?: Date | 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 NutrientAnalysesListByPartyIdQueryParam {\n queryParameters?: NutrientAnalysesListByPartyIdQueryParamProperties;\n}\n\nexport type NutrientAnalysesListByPartyIdParameters = NutrientAnalysesListByPartyIdQueryParam &\n RequestParameters;\nexport type NutrientAnalysesGetParameters = RequestParameters;\n/** NutrientAnalysis resource payload to create or update. */\nexport type NutrientAnalysisResourceMergeAndPatch = Partial<NutrientAnalysis>;\n\nexport interface NutrientAnalysesCreateOrUpdateBodyParam {\n /** NutrientAnalysis resource payload to create or update. */\n body: NutrientAnalysisResourceMergeAndPatch;\n}\n\nexport interface NutrientAnalysesCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/merge-patch+json\";\n}\n\nexport type NutrientAnalysesCreateOrUpdateParameters =\n NutrientAnalysesCreateOrUpdateMediaTypesParam &\n NutrientAnalysesCreateOrUpdateBodyParam &\n RequestParameters;\nexport type NutrientAnalysesDeleteParameters = RequestParameters;\n\nexport interface OAuthProvidersListQueryParamProperties {\n /** Ids of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n ids?: string;\n /** Names of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n names?: string;\n /**\n * Filters on key-value pairs within the Properties object.\n * eg. \"{testKey} eq {testValue}\". This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request\n */\n propertyFilters?: string;\n /** Statuses of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n statuses?: string;\n /** Minimum creation date of resource (inclusive). */\n minCreatedDateTime?: Date | string;\n /** Maximum creation date of resource (inclusive). */\n maxCreatedDateTime?: Date | string;\n /** Minimum last modified date of resource (inclusive). */\n minLastModifiedDateTime?: Date | string;\n /** Maximum last modified date of resource (inclusive). */\n maxLastModifiedDateTime?: Date | 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 OAuthProvidersListQueryParam {\n queryParameters?: OAuthProvidersListQueryParamProperties;\n}\n\nexport type OAuthProvidersListParameters = OAuthProvidersListQueryParam & RequestParameters;\nexport type OAuthProvidersGetParameters = RequestParameters;\n/** OauthProvider resource payload to create or update. */\nexport type OAuthProviderResourceMergeAndPatch = Partial<OAuthProvider>;\n\nexport interface OAuthProvidersCreateOrUpdateBodyParam {\n /** OauthProvider resource payload to create or update. */\n body: OAuthProviderResourceMergeAndPatch;\n}\n\nexport interface OAuthProvidersCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/merge-patch+json\";\n}\n\nexport type OAuthProvidersCreateOrUpdateParameters = OAuthProvidersCreateOrUpdateMediaTypesParam &\n OAuthProvidersCreateOrUpdateBodyParam &\n RequestParameters;\nexport type OAuthProvidersDeleteParameters = RequestParameters;\nexport type OAuthProvidersGetCascadeDeleteJobDetailsParameters = RequestParameters;\n\nexport interface OAuthProvidersCreateCascadeDeleteJobQueryParamProperties {\n /** Id of the application data. */\n oauthProviderId: string;\n}\n\nexport interface OAuthProvidersCreateCascadeDeleteJobQueryParam {\n queryParameters: OAuthProvidersCreateCascadeDeleteJobQueryParamProperties;\n}\n\nexport type OAuthProvidersCreateCascadeDeleteJobParameters =\n OAuthProvidersCreateCascadeDeleteJobQueryParam & RequestParameters;\n\nexport interface OAuthTokensListQueryParamProperties {\n /** Name of AuthProvider. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n authProviderIds?: string;\n /** List of parties. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n partyIds?: string;\n /** If the token object is valid. */\n isValid?: boolean;\n /** Minimum creation date of resource (inclusive). */\n minCreatedDateTime?: Date | string;\n /** Maximum creation date of resource (inclusive). */\n maxCreatedDateTime?: Date | string;\n /** Minimum last modified date of resource (inclusive). */\n minLastModifiedDateTime?: Date | string;\n /** Maximum last modified date of resource (inclusive). */\n maxLastModifiedDateTime?: Date | 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 OAuthTokensListQueryParam {\n queryParameters?: OAuthTokensListQueryParamProperties;\n}\n\nexport type OAuthTokensListParameters = OAuthTokensListQueryParam & RequestParameters;\n\nexport interface OAuthTokensGetOAuthConnectionLinkBodyParam {\n /** OAuth Connect Request. */\n body: OAuthConnectRequest;\n}\n\nexport interface OAuthTokensGetOAuthConnectionLinkMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type OAuthTokensGetOAuthConnectionLinkParameters =\n OAuthTokensGetOAuthConnectionLinkMediaTypesParam &\n OAuthTokensGetOAuthConnectionLinkBodyParam &\n RequestParameters;\nexport type OAuthTokensGetCascadeDeleteJobDetailsParameters = RequestParameters;\n\nexport interface OAuthTokensCreateCascadeDeleteJobQueryParamProperties {\n /** Id of the party. */\n partyId: string;\n /** Id of the OAuthProvider. */\n oauthProviderId: string;\n}\n\nexport interface OAuthTokensCreateCascadeDeleteJobQueryParam {\n queryParameters: OAuthTokensCreateCascadeDeleteJobQueryParamProperties;\n}\n\nexport type OAuthTokensCreateCascadeDeleteJobParameters =\n OAuthTokensCreateCascadeDeleteJobQueryParam & RequestParameters;\n\nexport interface PartiesListQueryParamProperties {\n /** Ids of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n ids?: string;\n /** Names of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n names?: string;\n /**\n * Filters on key-value pairs within the Properties object.\n * eg. \"{testKey} eq {testValue}\". This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request\n */\n propertyFilters?: string;\n /** Statuses of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n statuses?: string;\n /** Minimum creation date of resource (inclusive). */\n minCreatedDateTime?: Date | string;\n /** Maximum creation date of resource (inclusive). */\n maxCreatedDateTime?: Date | string;\n /** Minimum last modified date of resource (inclusive). */\n minLastModifiedDateTime?: Date | string;\n /** Maximum last modified date of resource (inclusive). */\n maxLastModifiedDateTime?: Date | 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 PartiesListQueryParam {\n queryParameters?: PartiesListQueryParamProperties;\n}\n\nexport type PartiesListParameters = PartiesListQueryParam & RequestParameters;\nexport type PartiesGetParameters = RequestParameters;\n/** Party resource payload to create or update. */\nexport type PartyResourceMergeAndPatch = Partial<Party>;\n\nexport interface PartiesCreateOrUpdateBodyParam {\n /** Party resource payload to create or update. */\n body: PartyResourceMergeAndPatch;\n}\n\nexport interface PartiesCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/merge-patch+json\";\n}\n\nexport type PartiesCreateOrUpdateParameters = PartiesCreateOrUpdateMediaTypesParam &\n PartiesCreateOrUpdateBodyParam &\n RequestParameters;\nexport type PartiesDeleteParameters = RequestParameters;\nexport type PartiesGetCascadeDeleteJobDetailsParameters = RequestParameters;\n\nexport interface PartiesCreateCascadeDeleteJobQueryParamProperties {\n /** ID of the party to be deleted. */\n partyId: string;\n}\n\nexport interface PartiesCreateCascadeDeleteJobQueryParam {\n queryParameters: PartiesCreateCascadeDeleteJobQueryParamProperties;\n}\n\nexport type PartiesCreateCascadeDeleteJobParameters = PartiesCreateCascadeDeleteJobQueryParam &\n RequestParameters;\n\nexport interface PlantingDataListByPartyIdQueryParamProperties {\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. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n sources?: string;\n /** Boundary IDs associated with operation data. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n associatedBoundaryIds?: string;\n /** Minimum start date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n minOperationStartDateTime?: Date | string;\n /** Maximum start date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n maxOperationStartDateTime?: Date | string;\n /** Minimum end date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n minOperationEndDateTime?: Date | string;\n /** Maximum end date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n maxOperationEndDateTime?: Date | string;\n /** Minimum modified date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n minOperationModifiedDateTime?: Date | string;\n /** Maximum modified date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n maxOperationModifiedDateTime?: Date | string;\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. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n ids?: string;\n /** Names of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n names?: string;\n /**\n * Filters on key-value pairs within the Properties object.\n * eg. \"{testKey} eq {testValue}\". This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request\n */\n propertyFilters?: string;\n /** Statuses of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n statuses?: string;\n /** Minimum creation date of resource (inclusive). */\n minCreatedDateTime?: Date | string;\n /** Maximum creation date of resource (inclusive). */\n maxCreatedDateTime?: Date | string;\n /** Minimum last modified date of resource (inclusive). */\n minLastModifiedDateTime?: Date | string;\n /** Maximum last modified date of resource (inclusive). */\n maxLastModifiedDateTime?: Date | 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 PlantingDataListByPartyIdQueryParam {\n queryParameters?: PlantingDataListByPartyIdQueryParamProperties;\n}\n\nexport type PlantingDataListByPartyIdParameters = PlantingDataListByPartyIdQueryParam &\n RequestParameters;\nexport type PlantingDataGetParameters = RequestParameters;\n/** Planting data resource payload to create or update. */\nexport type PlantingDataResourceMergeAndPatch = Partial<PlantingData>;\n\nexport interface PlantingDataCreateOrUpdateBodyParam {\n /** Planting data resource payload to create or update. */\n body: PlantingDataResourceMergeAndPatch;\n}\n\nexport interface PlantingDataCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/merge-patch+json\";\n}\n\nexport type PlantingDataCreateOrUpdateParameters = PlantingDataCreateOrUpdateMediaTypesParam &\n PlantingDataCreateOrUpdateBodyParam &\n RequestParameters;\nexport type PlantingDataDeleteParameters = RequestParameters;\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. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n sources?: string;\n /** Boundary IDs associated with operation data. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n associatedBoundaryIds?: string;\n /** Minimum start date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n minOperationStartDateTime?: Date | string;\n /** Maximum start date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n maxOperationStartDateTime?: Date | string;\n /** Minimum end date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n minOperationEndDateTime?: Date | string;\n /** Maximum end date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n maxOperationEndDateTime?: Date | string;\n /** Minimum modified date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n minOperationModifiedDateTime?: Date | string;\n /** Maximum modified date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n maxOperationModifiedDateTime?: Date | string;\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. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n ids?: string;\n /** Names of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n names?: string;\n /**\n * Filters on key-value pairs within the Properties object.\n * eg. \"{testKey} eq {testValue}\". This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request\n */\n propertyFilters?: string;\n /** Statuses of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n statuses?: string;\n /** Minimum creation date of resource (inclusive). */\n minCreatedDateTime?: Date | string;\n /** Maximum creation date of resource (inclusive). */\n maxCreatedDateTime?: Date | string;\n /** Minimum last modified date of resource (inclusive). */\n minLastModifiedDateTime?: Date | string;\n /** Maximum last modified date of resource (inclusive). */\n maxLastModifiedDateTime?: Date | 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 PlantingDataListQueryParam {\n queryParameters?: PlantingDataListQueryParamProperties;\n}\n\nexport type PlantingDataListParameters = PlantingDataListQueryParam & RequestParameters;\n\nexport interface PlantingDataCreateCascadeDeleteJobQueryParamProperties {\n /** Id of the party. */\n partyId: string;\n /** Id of the planting data. */\n plantingDataId: string;\n}\n\nexport interface PlantingDataCreateCascadeDeleteJobQueryParam {\n queryParameters: PlantingDataCreateCascadeDeleteJobQueryParamProperties;\n}\n\nexport type PlantingDataCreateCascadeDeleteJobParameters =\n PlantingDataCreateCascadeDeleteJobQueryParam & RequestParameters;\nexport type PlantingDataGetCascadeDeleteJobDetailsParameters = RequestParameters;\n\nexport interface PlantTissueAnalysesListByPartyIdQueryParamProperties {\n /** Season ids of the plant tissue analyses. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n seasonIds?: string;\n /** Crop ids of the plant tissue analyses. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n cropIds?: string;\n /** Crop products ids of the plant tissue analyses. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n cropProductsIds?: string;\n /** Field ids of the plant tissue analyses. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n fieldIds?: string;\n /** Ids of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n ids?: string;\n /** Names of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n names?: string;\n /**\n * Filters on key-value pairs within the Properties object.\n * eg. \"{testKey} eq {testValue}\". This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request\n */\n propertyFilters?: string;\n /** Statuses of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n statuses?: string;\n /** Minimum creation date of resource (inclusive). */\n minCreatedDateTime?: Date | string;\n /** Maximum creation date of resource (inclusive). */\n maxCreatedDateTime?: Date | string;\n /** Minimum last modified date of resource (inclusive). */\n minLastModifiedDateTime?: Date | string;\n /** Maximum last modified date of resource (inclusive). */\n maxLastModifiedDateTime?: Date | 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 PlantTissueAnalysesListByPartyIdQueryParam {\n queryParameters?: PlantTissueAnalysesListByPartyIdQueryParamProperties;\n}\n\nexport type PlantTissueAnalysesListByPartyIdParameters =\n PlantTissueAnalysesListByPartyIdQueryParam & RequestParameters;\nexport type PlantTissueAnalysesGetParameters = RequestParameters;\n/** PlantTissueAnalysis resource payload to create or update. */\nexport type PlantTissueAnalysisResourceMergeAndPatch = Partial<PlantTissueAnalysis>;\n\nexport interface PlantTissueAnalysesCreateOrUpdateBodyParam {\n /** PlantTissueAnalysis resource payload to create or update. */\n body: PlantTissueAnalysisResourceMergeAndPatch;\n}\n\nexport interface PlantTissueAnalysesCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/merge-patch+json\";\n}\n\nexport type PlantTissueAnalysesCreateOrUpdateParameters =\n PlantTissueAnalysesCreateOrUpdateMediaTypesParam &\n PlantTissueAnalysesCreateOrUpdateBodyParam &\n RequestParameters;\nexport type PlantTissueAnalysesDeleteParameters = RequestParameters;\n\nexport interface PlantTissueAnalysesListQueryParamProperties {\n /** Season ids of the plant tissue analyses. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n seasonIds?: string;\n /** Crop ids of the plant tissue analyses. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n cropIds?: string;\n /** Crop products ids of the plant tissue analyses. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n cropProductsIds?: string;\n /** Field ids of the plant tissue analyses. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n fieldIds?: string;\n /** Ids of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n ids?: string;\n /** Names of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n names?: string;\n /**\n * Filters on key-value pairs within the Properties object.\n * eg. \"{testKey} eq {testValue}\". This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request\n */\n propertyFilters?: string;\n /** Statuses of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n statuses?: string;\n /** Minimum creation date of resource (inclusive). */\n minCreatedDateTime?: Date | string;\n /** Maximum creation date of resource (inclusive). */\n maxCreatedDateTime?: Date | string;\n /** Minimum last modified date of resource (inclusive). */\n minLastModifiedDateTime?: Date | string;\n /** Maximum last modified date of resource (inclusive). */\n maxLastModifiedDateTime?: Date | 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 PlantTissueAnalysesListQueryParam {\n queryParameters?: PlantTissueAnalysesListQueryParamProperties;\n}\n\nexport type PlantTissueAnalysesListParameters = PlantTissueAnalysesListQueryParam &\n RequestParameters;\n\nexport interface PlantTissueAnalysesCreateCascadeDeleteJobQueryParamProperties {\n /** ID of the associated party. */\n partyId: string;\n /** ID of the plant tissue analysis to be deleted. */\n plantTissueAnalysisId: string;\n}\n\nexport interface PlantTissueAnalysesCreateCascadeDeleteJobQueryParam {\n queryParameters: PlantTissueAnalysesCreateCascadeDeleteJobQueryParamProperties;\n}\n\nexport type PlantTissueAnalysesCreateCascadeDeleteJobParameters =\n PlantTissueAnalysesCreateCascadeDeleteJobQueryParam & RequestParameters;\nexport type PlantTissueAnalysesGetCascadeDeleteJobDetailsParameters = RequestParameters;\n\nexport interface PrescriptionMapsListByPartyIdQueryParamProperties {\n /** Types of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n types?: string;\n /** Crop Ids of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n cropIds?: string;\n /** Season Ids of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n seasonIds?: string;\n /** Field Ids of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n fieldIds?: string;\n /** Sources for the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n sources?: string;\n /** Ids of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n ids?: string;\n /** Names of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n names?: string;\n /**\n * Filters on key-value pairs within the Properties object.\n * eg. \"{testKey} eq {testValue}\". This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request\n */\n propertyFilters?: string;\n /** Statuses of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n statuses?: string;\n /** Minimum creation date of resource (inclusive). */\n minCreatedDateTime?: Date | string;\n /** Maximum creation date of resource (inclusive). */\n maxCreatedDateTime?: Date | string;\n /** Minimum last modified date of resource (inclusive). */\n minLastModifiedDateTime?: Date | string;\n /** Maximum last modified date of resource (inclusive). */\n maxLastModifiedDateTime?: Date | 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 PrescriptionMapsListByPartyIdQueryParam {\n queryParameters?: PrescriptionMapsListByPartyIdQueryParamProperties;\n}\n\nexport type PrescriptionMapsListByPartyIdParameters = PrescriptionMapsListByPartyIdQueryParam &\n RequestParameters;\nexport type PrescriptionMapsGetParameters = RequestParameters;\n/** PrescriptionMap resource payload to create or update. */\nexport type PrescriptionMapResourceMergeAndPatch = Partial<PrescriptionMap>;\n\nexport interface PrescriptionMapsCreateOrUpdateBodyParam {\n /** PrescriptionMap resource payload to create or update. */\n body: PrescriptionMapResourceMergeAndPatch;\n}\n\nexport interface PrescriptionMapsCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/merge-patch+json\";\n}\n\nexport type PrescriptionMapsCreateOrUpdateParameters =\n PrescriptionMapsCreateOrUpdateMediaTypesParam &\n PrescriptionMapsCreateOrUpdateBodyParam &\n RequestParameters;\nexport type PrescriptionMapsDeleteParameters = RequestParameters;\n\nexport interface PrescriptionMapsListQueryParamProperties {\n /** Types of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n types?: string;\n /** Crop Ids of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n cropIds?: string;\n /** Season Ids of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n seasonIds?: string;\n /** Field Ids of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n fieldIds?: string;\n /** Sources for the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n sources?: string;\n /** Ids of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n ids?: string;\n /** Names of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n names?: string;\n /**\n * Filters on key-value pairs within the Properties object.\n * eg. \"{testKey} eq {testValue}\". This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request\n */\n propertyFilters?: string;\n /** Statuses of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n statuses?: string;\n /** Minimum creation date of resource (inclusive). */\n minCreatedDateTime?: Date | string;\n /** Maximum creation date of resource (inclusive). */\n maxCreatedDateTime?: Date | string;\n /** Minimum last modified date of resource (inclusive). */\n minLastModifiedDateTime?: Date | string;\n /** Maximum last modified date of resource (inclusive). */\n maxLastModifiedDateTime?: Date | 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 PrescriptionMapsListQueryParam {\n queryParameters?: PrescriptionMapsListQueryParamProperties;\n}\n\nexport type PrescriptionMapsListParameters = PrescriptionMapsListQueryParam & RequestParameters;\nexport type PrescriptionMapsGetCascadeDeleteJobDetailsParameters = RequestParameters;\n\nexport interface PrescriptionMapsCreateCascadeDeleteJobQueryParamProperties {\n /** ID of the associated party. */\n partyId: string;\n /** ID of the prescription map to be deleted. */\n prescriptionMapId: string;\n}\n\nexport interface PrescriptionMapsCreateCascadeDeleteJobQueryParam {\n queryParameters: PrescriptionMapsCreateCascadeDeleteJobQueryParamProperties;\n}\n\nexport type PrescriptionMapsCreateCascadeDeleteJobParameters =\n PrescriptionMapsCreateCascadeDeleteJobQueryParam & RequestParameters;\n\nexport interface PrescriptionsListByPartyIdQueryParamProperties {\n /** Prescription Map Ids of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n prescriptionMapIds?: string;\n /** Types of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n types?: string;\n /** Product Codes of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n productCodes?: string;\n /** Product Names of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n productNames?: string;\n /** Sources for the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n sources?: string;\n /** Ids of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n ids?: string;\n /** Names of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n names?: string;\n /**\n * Filters on key-value pairs within the Properties object.\n * eg. \"{testKey} eq {testValue}\". This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request\n */\n propertyFilters?: string;\n /** Statuses of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n statuses?: string;\n /** Minimum creation date of resource (inclusive). */\n minCreatedDateTime?: Date | string;\n /** Maximum creation date of resource (inclusive). */\n maxCreatedDateTime?: Date | string;\n /** Minimum last modified date of resource (inclusive). */\n minLastModifiedDateTime?: Date | string;\n /** Maximum last modified date of resource (inclusive). */\n maxLastModifiedDateTime?: Date | 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 PrescriptionsListByPartyIdQueryParam {\n queryParameters?: PrescriptionsListByPartyIdQueryParamProperties;\n}\n\nexport type PrescriptionsListByPartyIdParameters = PrescriptionsListByPartyIdQueryParam &\n RequestParameters;\nexport type PrescriptionsGetParameters = RequestParameters;\n/** Prescription resource payload to create or update. */\nexport type PrescriptionResourceMergeAndPatch = Partial<Prescription>;\n\nexport interface PrescriptionsCreateOrUpdateBodyParam {\n /** Prescription resource payload to create or update. */\n body: PrescriptionResourceMergeAndPatch;\n}\n\nexport interface PrescriptionsCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/merge-patch+json\";\n}\n\nexport type PrescriptionsCreateOrUpdateParameters = PrescriptionsCreateOrUpdateMediaTypesParam &\n PrescriptionsCreateOrUpdateBodyParam &\n RequestParameters;\nexport type PrescriptionsDeleteParameters = RequestParameters;\n\nexport interface PrescriptionsListQueryParamProperties {\n /** Prescription Map Ids of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n prescriptionMapIds?: string;\n /** Types of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n types?: string;\n /** Product Codes of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n productCodes?: string;\n /** Product Names of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n productNames?: string;\n /** Sources for the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n sources?: string;\n /** Ids of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n ids?: string;\n /** Names of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n names?: string;\n /**\n * Filters on key-value pairs within the Properties object.\n * eg. \"{testKey} eq {testValue}\". This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request\n */\n propertyFilters?: string;\n /** Statuses of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n statuses?: string;\n /** Minimum creation date of resource (inclusive). */\n minCreatedDateTime?: Date | string;\n /** Maximum creation date of resource (inclusive). */\n maxCreatedDateTime?: Date | string;\n /** Minimum last modified date of resource (inclusive). */\n minLastModifiedDateTime?: Date | string;\n /** Maximum last modified date of resource (inclusive). */\n maxLastModifiedDateTime?: Date | 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 PrescriptionsListQueryParam {\n queryParameters?: PrescriptionsListQueryParamProperties;\n}\n\nexport type PrescriptionsListParameters = PrescriptionsListQueryParam & RequestParameters;\nexport type PrescriptionsGetCascadeDeleteJobDetailsParameters = RequestParameters;\n\nexport interface PrescriptionsCreateCascadeDeleteJobQueryParamProperties {\n /** ID of the associated party. */\n partyId: string;\n /** ID of the prescription to be deleted. */\n prescriptionId: string;\n}\n\nexport interface PrescriptionsCreateCascadeDeleteJobQueryParam {\n queryParameters: PrescriptionsCreateCascadeDeleteJobQueryParamProperties;\n}\n\nexport type PrescriptionsCreateCascadeDeleteJobParameters =\n PrescriptionsCreateCascadeDeleteJobQueryParam & RequestParameters;\n\nexport interface ScenesListQueryParamProperties {\n /** Provider name of scene data. */\n provider: string;\n /** PartyId. */\n partyId: string;\n /** BoundaryId. */\n boundaryId: string;\n /** Source name of scene data, Available Values: Sentinel_2_L2A, Sentinel_2_L1C. */\n source: string;\n /** Scene start UTC datetime (inclusive), sample format: yyyy-MM-ddThh:mm:ssZ. */\n startDateTime?: Date | string;\n /** Scene end UTC datetime (inclusive), sample format: yyyy-MM-dThh:mm:ssZ. */\n endDateTime?: Date | string;\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. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n imageNames?: string;\n /** List of image resolutions in meters to be filtered. */\n imageResolutions?: Array<number>;\n /** List of image formats to be filtered. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\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 = ScenesListQueryParam & 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 = ScenesDownloadQueryParam & RequestParameters;\n\nexport interface ScenesCreateSatelliteDataIngestionJobBodyParam {\n /** Job parameters supplied by user. */\n body: SatelliteDataIngestionJob;\n}\n\nexport interface ScenesCreateSatelliteDataIngestionJobMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type ScenesCreateSatelliteDataIngestionJobParameters =\n ScenesCreateSatelliteDataIngestionJobMediaTypesParam &\n ScenesCreateSatelliteDataIngestionJobBodyParam &\n RequestParameters;\nexport type ScenesGetSatelliteDataIngestionJobDetailsParameters = RequestParameters;\n\nexport interface ScenesSearchFeaturesBodyParam {\n /** Query filters. */\n body: SearchFeaturesQuery;\n}\n\nexport interface ScenesSearchFeaturesQueryParamProperties {\n /** Maximum number of features needed (inclusive). Minimum = 1, Maximum = 100, Default value = 10. */\n maxpagesize?: number;\n /** Skip token for getting next set of results. */\n skip?: number;\n}\n\nexport interface ScenesSearchFeaturesQueryParam {\n queryParameters?: ScenesSearchFeaturesQueryParamProperties;\n}\n\nexport interface ScenesSearchFeaturesMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type ScenesSearchFeaturesParameters = ScenesSearchFeaturesQueryParam &\n ScenesSearchFeaturesMediaTypesParam &\n ScenesSearchFeaturesBodyParam &\n RequestParameters;\nexport type ScenesGetStacFeatureParameters = RequestParameters;\n\nexport interface SeasonalFieldsListByPartyIdQueryParamProperties {\n /** Farm Ids of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n farmIds?: string;\n /** Field Ids of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n fieldIds?: string;\n /** Season Ids of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n seasonIds?: string;\n /** CropProductIds of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n cropProductIds?: string;\n /** Ids of the crop it belongs to. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n cropIds?: string;\n /** Ids of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n ids?: string;\n /** Names of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n names?: string;\n /**\n * Filters on key-value pairs within the Properties object.\n * eg. \"{testKey} eq {testValue}\". This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request\n */\n propertyFilters?: string;\n /** Statuses of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n statuses?: string;\n /** Minimum creation date of resource (inclusive). */\n minCreatedDateTime?: Date | string;\n /** Maximum creation date of resource (inclusive). */\n maxCreatedDateTime?: Date | string;\n /** Minimum last modified date of resource (inclusive). */\n minLastModifiedDateTime?: Date | string;\n /** Maximum last modified date of resource (inclusive). */\n maxLastModifiedDateTime?: Date | 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 SeasonalFieldsListByPartyIdQueryParam {\n queryParameters?: SeasonalFieldsListByPartyIdQueryParamProperties;\n}\n\nexport type SeasonalFieldsListByPartyIdParameters = SeasonalFieldsListByPartyIdQueryParam &\n RequestParameters;\nexport type SeasonalFieldsGetParameters = RequestParameters;\n/** Seasonal field resource payload to create or update. */\nexport type SeasonalFieldResourceMergeAndPatch = Partial<SeasonalField>;\n\nexport interface SeasonalFieldsCreateOrUpdateBodyParam {\n /** Seasonal field resource payload to create or update. */\n body: SeasonalFieldResourceMergeAndPatch;\n}\n\nexport interface SeasonalFieldsCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/merge-patch+json\";\n}\n\nexport type SeasonalFieldsCreateOrUpdateParameters = SeasonalFieldsCreateOrUpdateMediaTypesParam &\n SeasonalFieldsCreateOrUpdateBodyParam &\n RequestParameters;\nexport type SeasonalFieldsDeleteParameters = RequestParameters;\n\nexport interface SeasonalFieldsListQueryParamProperties {\n /** Farm Ids of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n farmIds?: string;\n /** Field Ids of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n fieldIds?: string;\n /** Season Ids of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n seasonIds?: string;\n /** CropProductIds of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n cropProductIds?: string;\n /** Ids of the crop it belongs to. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n cropIds?: string;\n /** Ids of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n ids?: string;\n /** Names of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n names?: string;\n /**\n * Filters on key-value pairs within the Properties object.\n * eg. \"{testKey} eq {testValue}\". This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request\n */\n propertyFilters?: string;\n /** Statuses of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n statuses?: string;\n /** Minimum creation date of resource (inclusive). */\n minCreatedDateTime?: Date | string;\n /** Maximum creation date of resource (inclusive). */\n maxCreatedDateTime?: Date | string;\n /** Minimum last modified date of resource (inclusive). */\n minLastModifiedDateTime?: Date | string;\n /** Maximum last modified date of resource (inclusive). */\n maxLastModifiedDateTime?: Date | 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 SeasonalFieldsListQueryParam {\n queryParameters?: SeasonalFieldsListQueryParamProperties;\n}\n\nexport type SeasonalFieldsListParameters = SeasonalFieldsListQueryParam & RequestParameters;\nexport type SeasonalFieldsGetCascadeDeleteJobDetailsParameters = RequestParameters;\n\nexport interface SeasonalFieldsCreateCascadeDeleteJobQueryParamProperties {\n /** ID of the associated party. */\n partyId: 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 =\n SeasonalFieldsCreateCascadeDeleteJobQueryParam & RequestParameters;\n\nexport interface SeasonsListQueryParamProperties {\n /** Minimum season start datetime, sample format: yyyy-MM-ddTHH:mm:ssZ. */\n minStartDateTime?: Date | string;\n /** Maximum season start datetime, sample format: yyyy-MM-ddTHH:mm:ssZ. */\n maxStartDateTime?: Date | string;\n /** Minimum season end datetime, sample format: yyyy-MM-ddTHH:mm:ssZ. */\n minEndDateTime?: Date | string;\n /** Maximum season end datetime, sample format: yyyy-MM-ddTHH:mm:ssZ. */\n maxEndDateTime?: Date | string;\n /** Years of the resource. */\n years?: Array<number>;\n /** Ids of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n ids?: string;\n /** Names of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n names?: string;\n /**\n * Filters on key-value pairs within the Properties object.\n * eg. \"{testKey} eq {testValue}\". This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request\n */\n propertyFilters?: string;\n /** Statuses of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n statuses?: string;\n /** Minimum creation date of resource (inclusive). */\n minCreatedDateTime?: Date | string;\n /** Maximum creation date of resource (inclusive). */\n maxCreatedDateTime?: Date | string;\n /** Minimum last modified date of resource (inclusive). */\n minLastModifiedDateTime?: Date | string;\n /** Maximum last modified date of resource (inclusive). */\n maxLastModifiedDateTime?: Date | 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 SeasonsListQueryParam {\n queryParameters?: SeasonsListQueryParamProperties;\n}\n\nexport type SeasonsListParameters = SeasonsListQueryParam & RequestParameters;\nexport type SeasonsGetParameters = RequestParameters;\n/** Season resource payload to create or update. */\nexport type SeasonResourceMergeAndPatch = Partial<Season>;\n\nexport interface SeasonsCreateOrUpdateBodyParam {\n /** Season resource payload to create or update. */\n body: SeasonResourceMergeAndPatch;\n}\n\nexport interface SeasonsCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/merge-patch+json\";\n}\n\nexport type SeasonsCreateOrUpdateParameters = SeasonsCreateOrUpdateMediaTypesParam &\n SeasonsCreateOrUpdateBodyParam &\n RequestParameters;\nexport type SeasonsDeleteParameters = RequestParameters;\n\nexport interface SensorDataModelsListQueryParamProperties {\n /** Ids of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n ids?: string;\n /** Names of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n names?: string;\n /**\n * Filters on key-value pairs within the Properties object.\n * eg. \"{testKey} eq {testValue}\". This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request\n */\n propertyFilters?: string;\n /** Statuses of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n statuses?: string;\n /** Minimum creation date of resource (inclusive). */\n minCreatedDateTime?: Date | string;\n /** Maximum creation date of resource (inclusive). */\n maxCreatedDateTime?: Date | string;\n /** Minimum last modified date of resource (inclusive). */\n minLastModifiedDateTime?: Date | string;\n /** Maximum last modified date of resource (inclusive). */\n maxLastModifiedDateTime?: Date | 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 SensorDataModelsListQueryParam {\n queryParameters?: SensorDataModelsListQueryParamProperties;\n}\n\nexport type SensorDataModelsListParameters = SensorDataModelsListQueryParam & RequestParameters;\n/** Sensor data model object details. */\nexport type SensorDataModelResourceMergeAndPatch = Partial<SensorDataModel>;\n\nexport interface SensorDataModelsCreateOrUpdateBodyParam {\n /** Sensor data model object details. */\n body: SensorDataModelResourceMergeAndPatch;\n}\n\nexport interface SensorDataModelsCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/merge-patch+json\";\n}\n\nexport type SensorDataModelsCreateOrUpdateParameters =\n SensorDataModelsCreateOrUpdateMediaTypesParam &\n SensorDataModelsCreateOrUpdateBodyParam &\n RequestParameters;\nexport type SensorDataModelsGetParameters = RequestParameters;\nexport type SensorDataModelsDeleteParameters = RequestParameters;\n\nexport interface SensorEventsListQueryParamProperties {\n /** Id of the associated sensor. */\n sensorId: string;\n /** Id of the associated sensor partner. */\n sensorPartnerId: string;\n /**\n * Search span start time of sensor events (inclusive), sample format: yyyy-MM-ddTHH:mm:ssZ.\n * It is truncated upto seconds if fraction is provided.\n */\n startDateTime?: Date | string;\n /**\n * Search span end time of sensor events (inclusive), sample format: yyyy-MM-ddTHH:mm:ssZ.\n * It is truncated upto seconds if fraction is provided.\n */\n endDateTime?: Date | string;\n /** Flag to exclude duplicate events and take the latest ones only (Default: true). */\n excludeDuplicateEvents?: boolean;\n}\n\nexport interface SensorEventsListQueryParam {\n queryParameters: SensorEventsListQueryParamProperties;\n}\n\nexport type SensorEventsListParameters = SensorEventsListQueryParam & RequestParameters;\n\nexport interface SensorMappingsListQueryParamProperties {\n /** Id of the sensors. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n sensorIds?: string;\n /** Id of the sensor partners. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n sensorPartnerIds?: string;\n /** Id of the parties. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n partyIds?: string;\n /** Id of the boundaries. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n boundaryIds?: string;\n /** Ids of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n ids?: string;\n /** Names of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n names?: string;\n /**\n * Filters on key-value pairs within the Properties object.\n * eg. \"{testKey} eq {testValue}\". This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request\n */\n propertyFilters?: string;\n /** Statuses of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n statuses?: string;\n /** Minimum creation date of resource (inclusive). */\n minCreatedDateTime?: Date | string;\n /** Maximum creation date of resource (inclusive). */\n maxCreatedDateTime?: Date | string;\n /** Minimum last modified date of resource (inclusive). */\n minLastModifiedDateTime?: Date | string;\n /** Maximum last modified date of resource (inclusive). */\n maxLastModifiedDateTime?: Date | 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 SensorMappingsListQueryParam {\n queryParameters?: SensorMappingsListQueryParamProperties;\n}\n\nexport type SensorMappingsListParameters = SensorMappingsListQueryParam & RequestParameters;\n/** Sensor mapping object details. */\nexport type SensorMappingResourceMergeAndPatch = Partial<SensorMapping>;\n\nexport interface SensorMappingsCreateOrUpdateBodyParam {\n /** Sensor mapping object details. */\n body: SensorMappingResourceMergeAndPatch;\n}\n\nexport interface SensorMappingsCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/merge-patch+json\";\n}\n\nexport type SensorMappingsCreateOrUpdateParameters = SensorMappingsCreateOrUpdateMediaTypesParam &\n SensorMappingsCreateOrUpdateBodyParam &\n RequestParameters;\nexport type SensorMappingsGetParameters = RequestParameters;\nexport type SensorMappingsDeleteParameters = RequestParameters;\n\nexport interface SensorPartnerIntegrationsListQueryParamProperties {\n /** Ids of the partner integration models. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n integrationIds?: string;\n /** Ids of the parties. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n partyIds?: string;\n /** Ids of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n ids?: string;\n /** Names of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n names?: string;\n /**\n * Filters on key-value pairs within the Properties object.\n * eg. \"{testKey} eq {testValue}\". This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request\n */\n propertyFilters?: string;\n /** Statuses of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n statuses?: string;\n /** Minimum creation date of resource (inclusive). */\n minCreatedDateTime?: Date | string;\n /** Maximum creation date of resource (inclusive). */\n maxCreatedDateTime?: Date | string;\n /** Minimum last modified date of resource (inclusive). */\n minLastModifiedDateTime?: Date | string;\n /** Maximum last modified date of resource (inclusive). */\n maxLastModifiedDateTime?: Date | 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 SensorPartnerIntegrationsListQueryParam {\n queryParameters?: SensorPartnerIntegrationsListQueryParamProperties;\n}\n\nexport type SensorPartnerIntegrationsListParameters = SensorPartnerIntegrationsListQueryParam &\n RequestParameters;\n/** Partner integration model. */\nexport type SensorPartnerIntegrationModelResourceMergeAndPatch =\n Partial<SensorPartnerIntegrationModel>;\n\nexport interface SensorPartnerIntegrationsCreateOrUpdateBodyParam {\n /** Partner integration model. */\n body: SensorPartnerIntegrationModelResourceMergeAndPatch;\n}\n\nexport interface SensorPartnerIntegrationsCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/merge-patch+json\";\n}\n\nexport type SensorPartnerIntegrationsCreateOrUpdateParameters =\n SensorPartnerIntegrationsCreateOrUpdateMediaTypesParam &\n SensorPartnerIntegrationsCreateOrUpdateBodyParam &\n RequestParameters;\nexport type SensorPartnerIntegrationsGetParameters = RequestParameters;\nexport type SensorPartnerIntegrationsDeleteParameters = RequestParameters;\n\nexport interface SensorPartnerIntegrationsCheckConsentQueryParamProperties {\n /** Partner integration key. */\n key: string;\n}\n\nexport interface SensorPartnerIntegrationsCheckConsentQueryParam {\n queryParameters: SensorPartnerIntegrationsCheckConsentQueryParamProperties;\n}\n\nexport type SensorPartnerIntegrationsCheckConsentParameters =\n SensorPartnerIntegrationsCheckConsentQueryParam & RequestParameters;\nexport type SensorPartnerIntegrationsGenerateConsentLinkParameters = RequestParameters;\n\nexport interface SensorsListQueryParamProperties {\n /** Id's of the sensor data models. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n sensorDataModelIds?: string;\n /** Ids of the sensor mappings. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n sensorMappingIds?: string;\n /** Id's of the devices. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n deviceIds?: string;\n /** Ids of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n ids?: string;\n /** Names of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n names?: string;\n /**\n * Filters on key-value pairs within the Properties object.\n * eg. \"{testKey} eq {testValue}\". This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request\n */\n propertyFilters?: string;\n /** Statuses of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n statuses?: string;\n /** Minimum creation date of resource (inclusive). */\n minCreatedDateTime?: Date | string;\n /** Maximum creation date of resource (inclusive). */\n maxCreatedDateTime?: Date | string;\n /** Minimum last modified date of resource (inclusive). */\n minLastModifiedDateTime?: Date | string;\n /** Maximum last modified date of resource (inclusive). */\n maxLastModifiedDateTime?: Date | 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 SensorsListQueryParam {\n queryParameters?: SensorsListQueryParamProperties;\n}\n\nexport type SensorsListParameters = SensorsListQueryParam & RequestParameters;\n/** Sensor object details. */\nexport type SensorResourceMergeAndPatch = Partial<Sensor>;\n\nexport interface SensorsCreateOrUpdateBodyParam {\n /** Sensor object details. */\n body: SensorResourceMergeAndPatch;\n}\n\nexport interface SensorsCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/merge-patch+json\";\n}\n\nexport type SensorsCreateOrUpdateParameters = SensorsCreateOrUpdateMediaTypesParam &\n SensorsCreateOrUpdateBodyParam &\n RequestParameters;\nexport type SensorsGetParameters = RequestParameters;\nexport type SensorsDeleteParameters = RequestParameters;\nexport type SensorsGetConnectionStringParameters = RequestParameters;\n\nexport interface SensorsRenewConnectionStringBodyParam {\n /** Sensor's connection string model. */\n body: SensorRenewConnectionStringModel;\n}\n\nexport interface SensorsRenewConnectionStringMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type SensorsRenewConnectionStringParameters = SensorsRenewConnectionStringMediaTypesParam &\n SensorsRenewConnectionStringBodyParam &\n RequestParameters;\n\nexport interface SolutionInferenceCancelBodyParam {\n /** solutionInferenceRequest containing input needed for job request processing. */\n body: SolutionInference;\n}\n\nexport interface SolutionInferenceCancelMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type SolutionInferenceCancelParameters = SolutionInferenceCancelMediaTypesParam &\n SolutionInferenceCancelBodyParam &\n RequestParameters;\n\nexport interface SolutionInferenceCreateOrUpdateBodyParam {\n /** solutionInferenceRequest containing input needed for job request processing. */\n body: SolutionInference;\n}\n\nexport interface SolutionInferenceCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type SolutionInferenceCreateOrUpdateParameters =\n SolutionInferenceCreateOrUpdateMediaTypesParam &\n SolutionInferenceCreateOrUpdateBodyParam &\n RequestParameters;\n\nexport interface SolutionInferenceFetchBodyParam {\n /** solutionInferenceRequest containing input needed for job request processing. */\n body: SolutionInference;\n}\n\nexport interface SolutionInferenceFetchMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type SolutionInferenceFetchParameters = SolutionInferenceFetchMediaTypesParam &\n SolutionInferenceFetchBodyParam &\n RequestParameters;\n\nexport interface TillageDataListByPartyIdQueryParamProperties {\n /** Minimum measured tillage depth (inclusive). */\n minTillageDepth?: number;\n /** Maximum measured tillage depth (inclusive). */\n maxTillageDepth?: number;\n /** Minimum pressure applied to a tillage implement (inclusive). */\n minTillagePressure?: number;\n /** Maximum pressure applied to a tillage implement (inclusive). */\n maxTillagePressure?: number;\n /** Sources of the operation data. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n sources?: string;\n /** Boundary IDs associated with operation data. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n associatedBoundaryIds?: string;\n /** Minimum start date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n minOperationStartDateTime?: Date | string;\n /** Maximum start date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n maxOperationStartDateTime?: Date | string;\n /** Minimum end date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n minOperationEndDateTime?: Date | string;\n /** Maximum end date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n maxOperationEndDateTime?: Date | string;\n /** Minimum modified date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n minOperationModifiedDateTime?: Date | string;\n /** Maximum modified date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n maxOperationModifiedDateTime?: Date | string;\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. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n ids?: string;\n /** Names of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n names?: string;\n /**\n * Filters on key-value pairs within the Properties object.\n * eg. \"{testKey} eq {testValue}\". This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request\n */\n propertyFilters?: string;\n /** Statuses of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n statuses?: string;\n /** Minimum creation date of resource (inclusive). */\n minCreatedDateTime?: Date | string;\n /** Maximum creation date of resource (inclusive). */\n maxCreatedDateTime?: Date | string;\n /** Minimum last modified date of resource (inclusive). */\n minLastModifiedDateTime?: Date | string;\n /** Maximum last modified date of resource (inclusive). */\n maxLastModifiedDateTime?: Date | 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 TillageDataListByPartyIdQueryParam {\n queryParameters?: TillageDataListByPartyIdQueryParamProperties;\n}\n\nexport type TillageDataListByPartyIdParameters = TillageDataListByPartyIdQueryParam &\n RequestParameters;\nexport type TillageDataGetParameters = RequestParameters;\n/** Tillage data resource payload to create or update. */\nexport type TillageDataResourceMergeAndPatch = Partial<TillageData>;\n\nexport interface TillageDataCreateOrUpdateBodyParam {\n /** Tillage data resource payload to create or update. */\n body: TillageDataResourceMergeAndPatch;\n}\n\nexport interface TillageDataCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/merge-patch+json\";\n}\n\nexport type TillageDataCreateOrUpdateParameters = TillageDataCreateOrUpdateMediaTypesParam &\n TillageDataCreateOrUpdateBodyParam &\n RequestParameters;\nexport type TillageDataDeleteParameters = RequestParameters;\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 to a tillage implement (inclusive). */\n minTillagePressure?: number;\n /** Maximum pressure applied to a tillage implement (inclusive). */\n maxTillagePressure?: number;\n /** Sources of the operation data. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n sources?: string;\n /** Boundary IDs associated with operation data. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n associatedBoundaryIds?: string;\n /** Minimum start date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n minOperationStartDateTime?: Date | string;\n /** Maximum start date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n maxOperationStartDateTime?: Date | string;\n /** Minimum end date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n minOperationEndDateTime?: Date | string;\n /** Maximum end date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n maxOperationEndDateTime?: Date | string;\n /** Minimum modified date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n minOperationModifiedDateTime?: Date | string;\n /** Maximum modified date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */\n maxOperationModifiedDateTime?: Date | string;\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. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n ids?: string;\n /** Names of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n names?: string;\n /**\n * Filters on key-value pairs within the Properties object.\n * eg. \"{testKey} eq {testValue}\". This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request\n */\n propertyFilters?: string;\n /** Statuses of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n statuses?: string;\n /** Minimum creation date of resource (inclusive). */\n minCreatedDateTime?: Date | string;\n /** Maximum creation date of resource (inclusive). */\n maxCreatedDateTime?: Date | string;\n /** Minimum last modified date of resource (inclusive). */\n minLastModifiedDateTime?: Date | string;\n /** Maximum last modified date of resource (inclusive). */\n maxLastModifiedDateTime?: Date | 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 TillageDataListQueryParam {\n queryParameters?: TillageDataListQueryParamProperties;\n}\n\nexport type TillageDataListParameters = TillageDataListQueryParam & RequestParameters;\n\nexport interface TillageDataCreateCascadeDeleteJobQueryParamProperties {\n /** Id of the party. */\n partyId: string;\n /** Id of the tillage data. */\n tillageDataId: string;\n}\n\nexport interface TillageDataCreateCascadeDeleteJobQueryParam {\n queryParameters: TillageDataCreateCascadeDeleteJobQueryParamProperties;\n}\n\nexport type TillageDataCreateCascadeDeleteJobParameters =\n TillageDataCreateCascadeDeleteJobQueryParam & RequestParameters;\nexport type TillageDataGetCascadeDeleteJobDetailsParameters = RequestParameters;\n\nexport interface WeatherListQueryParamProperties {\n /** Party ID. */\n partyId: 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 | string;\n /** Weather data end UTC date-time (inclusive), sample format: yyyy-MM-ddTHH:mm:ssZ. */\n endDateTime?: Date | 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 WeatherListQueryParam {\n queryParameters: WeatherListQueryParamProperties;\n}\n\nexport type WeatherListParameters = WeatherListQueryParam & RequestParameters;\nexport type WeatherGetDataDeleteJobDetailsParameters = RequestParameters;\n\nexport interface WeatherCreateDataDeleteJobBodyParam {\n /** Job parameters supplied by user. */\n body: WeatherDataDeleteJob;\n}\n\nexport interface WeatherCreateDataDeleteJobMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type WeatherCreateDataDeleteJobParameters = WeatherCreateDataDeleteJobMediaTypesParam &\n WeatherCreateDataDeleteJobBodyParam &\n RequestParameters;\nexport type WeatherGetDataIngestionJobDetailsParameters = RequestParameters;\n\nexport interface WeatherCreateDataIngestionJobBodyParam {\n /** Job parameters supplied by user. */\n body: WeatherDataIngestionJob;\n}\n\nexport interface WeatherCreateDataIngestionJobMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type WeatherCreateDataIngestionJobParameters = WeatherCreateDataIngestionJobMediaTypesParam &\n WeatherCreateDataIngestionJobBodyParam &\n RequestParameters;\n\nexport interface WeatherDataGetBodyParam {\n /** Weather data provider request. */\n body: WeatherDataProviderRequest;\n}\n\nexport interface WeatherDataGetMediaTypesParam {\n /** Request content type */\n contentType?: \"application/json\";\n}\n\nexport type WeatherDataGetParameters = WeatherDataGetMediaTypesParam &\n WeatherDataGetBodyParam &\n RequestParameters;\n\nexport interface ZonesListByPartyIdQueryParamProperties {\n /** Types of the Zones. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n types?: string;\n /** ManagementZoneIds of the Zones. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n managementZoneIds?: string;\n /** Sources of the Zones. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n sources?: string;\n /** Ids of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n ids?: string;\n /** Names of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n names?: string;\n /**\n * Filters on key-value pairs within the Properties object.\n * eg. \"{testKey} eq {testValue}\". This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request\n */\n propertyFilters?: string;\n /** Statuses of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n statuses?: string;\n /** Minimum creation date of resource (inclusive). */\n minCreatedDateTime?: Date | string;\n /** Maximum creation date of resource (inclusive). */\n maxCreatedDateTime?: Date | string;\n /** Minimum last modified date of resource (inclusive). */\n minLastModifiedDateTime?: Date | string;\n /** Maximum last modified date of resource (inclusive). */\n maxLastModifiedDateTime?: Date | 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 ZonesListByPartyIdQueryParam {\n queryParameters?: ZonesListByPartyIdQueryParamProperties;\n}\n\nexport type ZonesListByPartyIdParameters = ZonesListByPartyIdQueryParam & RequestParameters;\nexport type ZonesGetParameters = RequestParameters;\n/** Zone resource payload to create or update. */\nexport type ZoneResourceMergeAndPatch = Partial<Zone>;\n\nexport interface ZonesCreateOrUpdateBodyParam {\n /** Zone resource payload to create or update. */\n body: ZoneResourceMergeAndPatch;\n}\n\nexport interface ZonesCreateOrUpdateMediaTypesParam {\n /** Request content type */\n contentType?: \"application/merge-patch+json\";\n}\n\nexport type ZonesCreateOrUpdateParameters = ZonesCreateOrUpdateMediaTypesParam &\n ZonesCreateOrUpdateBodyParam &\n RequestParameters;\nexport type ZonesDeleteParameters = RequestParameters;\n\nexport interface ZonesListQueryParamProperties {\n /** Types of the Zones. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n types?: string;\n /** ManagementZoneIds of the Zones. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n managementZoneIds?: string;\n /** Sources of the Zones. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n sources?: string;\n /** Ids of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n ids?: string;\n /** Names of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n names?: string;\n /**\n * Filters on key-value pairs within the Properties object.\n * eg. \"{testKey} eq {testValue}\". This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request\n */\n propertyFilters?: string;\n /** Statuses of the resource. This parameter needs to be formatted as multi collection, we provide buildMultiCollection from serializeHelper.ts to help, you will probably need to set skipUrlEncoding as true when sending the request */\n statuses?: string;\n /** Minimum creation date of resource (inclusive). */\n minCreatedDateTime?: Date | string;\n /** Maximum creation date of resource (inclusive). */\n maxCreatedDateTime?: Date | string;\n /** Minimum last modified date of resource (inclusive). */\n minLastModifiedDateTime?: Date | string;\n /** Maximum last modified date of resource (inclusive). */\n maxLastModifiedDateTime?: Date | 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 ZonesListQueryParam {\n queryParameters?: ZonesListQueryParamProperties;\n}\n\nexport type ZonesListParameters = ZonesListQueryParam & RequestParameters;\nexport type ZonesGetCascadeDeleteJobDetailsParameters = RequestParameters;\n\nexport interface ZonesCreateCascadeDeleteJobQueryParamProperties {\n /** ID of the associated party. */\n partyId: string;\n /** ID of the zone to be deleted. */\n zoneId: string;\n}\n\nexport interface ZonesCreateCascadeDeleteJobQueryParam {\n queryParameters: ZonesCreateCascadeDeleteJobQueryParamProperties;\n}\n\nexport type ZonesCreateCascadeDeleteJobParameters = ZonesCreateCascadeDeleteJobQueryParam &\n RequestParameters;\n"]}
@@ -1,50 +0,0 @@
1
- // Copyright (c) Microsoft Corporation.
2
- // Licensed under the MIT license.
3
- import { createHttpPoller, } from "@azure/core-lro";
4
- /**
5
- * Helper function that builds a Poller object to help polling a long running operation.
6
- * @param client - Client to use for sending the request to get additional pages.
7
- * @param initialResponse - The initial response.
8
- * @param options - Options to set a resume state or custom polling interval.
9
- * @returns - A poller object to poll for operation state updates and eventually get the final response.
10
- */
11
- export async function getLongRunningPoller(client, initialResponse, options = {}) {
12
- var _a;
13
- const poller = {
14
- requestMethod: initialResponse.request.method,
15
- requestPath: initialResponse.request.url,
16
- sendInitialRequest: async () => {
17
- // In the case of Rest Clients we are building the LRO poller object from a response that's the reason
18
- // we are not triggering the initial request here, just extracting the information from the
19
- // response we were provided.
20
- return getLroResponse(initialResponse);
21
- },
22
- sendPollRequest: async (path) => {
23
- // This is the callback that is going to be called to poll the service
24
- // to get the latest status. We use the client provided and the polling path
25
- // which is an opaque URL provided by caller, the service sends this in one of the following headers: operation-location, azure-asyncoperation or location
26
- // depending on the lro pattern that the service implements. If non is provided we default to the initial path.
27
- const response = await client.pathUnchecked(path !== null && path !== void 0 ? path : initialResponse.request.url).get();
28
- const lroResponse = getLroResponse(response);
29
- lroResponse.rawResponse.headers["x-ms-original-url"] = initialResponse.request.url;
30
- return lroResponse;
31
- },
32
- };
33
- options.resolveOnUnsuccessful = (_a = options.resolveOnUnsuccessful) !== null && _a !== void 0 ? _a : true;
34
- return createHttpPoller(poller, options);
35
- }
36
- /**
37
- * Converts a Rest Client response to a response that the LRO implementation understands
38
- * @param response - a rest client http response
39
- * @returns - An LRO response that the LRO implementation understands
40
- */
41
- function getLroResponse(response) {
42
- if (Number.isNaN(response.status)) {
43
- throw new TypeError(`Status code of the response is not a number. Value: ${response.status}`);
44
- }
45
- return {
46
- flatResponse: response,
47
- rawResponse: Object.assign(Object.assign({}, response), { statusCode: Number.parseInt(response.status), body: response.body }),
48
- };
49
- }
50
- //# sourceMappingURL=pollingHelper.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"pollingHelper.js","sourceRoot":"","sources":["../../src/pollingHelper.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAGlC,OAAO,EAML,gBAAgB,GACjB,MAAM,iBAAiB,CAAC;AACzB;;;;;;GAMG;AACH,MAAM,CAAC,KAAK,UAAU,oBAAoB,CACxC,MAAc,EACd,eAAwB,EACxB,UAAqE,EAAE;;IAEvE,MAAM,MAAM,GAAkC;QAC5C,aAAa,EAAE,eAAe,CAAC,OAAO,CAAC,MAAM;QAC7C,WAAW,EAAE,eAAe,CAAC,OAAO,CAAC,GAAG;QACxC,kBAAkB,EAAE,KAAK,IAAI,EAAE;YAC7B,sGAAsG;YACtG,2FAA2F;YAC3F,6BAA6B;YAC7B,OAAO,cAAc,CAAC,eAAe,CAAC,CAAC;QACzC,CAAC;QACD,eAAe,EAAE,KAAK,EAAE,IAAI,EAAE,EAAE;YAC9B,sEAAsE;YACtE,4EAA4E;YAC5E,0JAA0J;YAC1J,+GAA+G;YAC/G,MAAM,QAAQ,GAAG,MAAM,MAAM,CAAC,aAAa,CAAC,IAAI,aAAJ,IAAI,cAAJ,IAAI,GAAI,eAAe,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC,GAAG,EAAE,CAAC;YACvF,MAAM,WAAW,GAAG,cAAc,CAAC,QAAmB,CAAC,CAAC;YACxD,WAAW,CAAC,WAAW,CAAC,OAAO,CAAC,mBAAmB,CAAC,GAAG,eAAe,CAAC,OAAO,CAAC,GAAG,CAAC;YACnF,OAAO,WAAW,CAAC;QACrB,CAAC;KACF,CAAC;IAEF,OAAO,CAAC,qBAAqB,GAAG,MAAA,OAAO,CAAC,qBAAqB,mCAAI,IAAI,CAAC;IACtE,OAAO,gBAAgB,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;AAC3C,CAAC;AAED;;;;GAIG;AACH,SAAS,cAAc,CAA+B,QAAiB;IACrE,IAAI,MAAM,CAAC,KAAK,CAAC,QAAQ,CAAC,MAAM,CAAC,EAAE;QACjC,MAAM,IAAI,SAAS,CAAC,uDAAuD,QAAQ,CAAC,MAAM,EAAE,CAAC,CAAC;KAC/F;IAED,OAAO;QACL,YAAY,EAAE,QAAQ;QACtB,WAAW,kCACN,QAAQ,KACX,UAAU,EAAE,MAAM,CAAC,QAAQ,CAAC,QAAQ,CAAC,MAAM,CAAC,EAC5C,IAAI,EAAE,QAAQ,CAAC,IAAI,GACpB;KACF,CAAC;AACJ,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT license.\n\nimport { Client, HttpResponse } from \"@azure-rest/core-client\";\nimport {\n CreateHttpPollerOptions,\n LongRunningOperation,\n LroResponse,\n OperationState,\n SimplePollerLike,\n createHttpPoller,\n} from \"@azure/core-lro\";\n/**\n * Helper function that builds a Poller object to help polling a long running operation.\n * @param client - Client to use for sending the request to get additional pages.\n * @param initialResponse - The initial response.\n * @param options - Options to set a resume state or custom polling interval.\n * @returns - A poller object to poll for operation state updates and eventually get the final response.\n */\nexport async function getLongRunningPoller<TResult extends HttpResponse>(\n client: Client,\n initialResponse: TResult,\n options: CreateHttpPollerOptions<TResult, OperationState<TResult>> = {}\n): Promise<SimplePollerLike<OperationState<TResult>, TResult>> {\n const poller: LongRunningOperation<TResult> = {\n requestMethod: initialResponse.request.method,\n requestPath: initialResponse.request.url,\n sendInitialRequest: async () => {\n // In the case of Rest Clients we are building the LRO poller object from a response that's the reason\n // we are not triggering the initial request here, just extracting the information from the\n // response we were provided.\n return getLroResponse(initialResponse);\n },\n sendPollRequest: async (path) => {\n // This is the callback that is going to be called to poll the service\n // to get the latest status. We use the client provided and the polling path\n // which is an opaque URL provided by caller, the service sends this in one of the following headers: operation-location, azure-asyncoperation or location\n // depending on the lro pattern that the service implements. If non is provided we default to the initial path.\n const response = await client.pathUnchecked(path ?? initialResponse.request.url).get();\n const lroResponse = getLroResponse(response as TResult);\n lroResponse.rawResponse.headers[\"x-ms-original-url\"] = initialResponse.request.url;\n return lroResponse;\n },\n };\n\n options.resolveOnUnsuccessful = options.resolveOnUnsuccessful ?? true;\n return createHttpPoller(poller, options);\n}\n\n/**\n * Converts a Rest Client response to a response that the LRO implementation understands\n * @param response - a rest client http response\n * @returns - An LRO response that the LRO implementation understands\n */\nfunction getLroResponse<TResult extends HttpResponse>(response: TResult): LroResponse<TResult> {\n if (Number.isNaN(response.status)) {\n throw new TypeError(`Status code of the response is not a number. Value: ${response.status}`);\n }\n\n return {\n flatResponse: response,\n rawResponse: {\n ...response,\n statusCode: Number.parseInt(response.status),\n body: response.body,\n },\n };\n}\n"]}
@@ -1,4 +0,0 @@
1
- // Copyright (c) Microsoft Corporation.
2
- // Licensed under the MIT license.
3
- export {};
4
- //# sourceMappingURL=responses.js.map