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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (219) hide show
  1. package/README.md +16 -18
  2. package/dist/browser/clientDefinitions.d.ts +862 -0
  3. package/dist/browser/clientDefinitions.d.ts.map +1 -0
  4. package/dist/browser/clientDefinitions.js +4 -0
  5. package/dist/browser/clientDefinitions.js.map +1 -0
  6. package/dist/browser/farmBeats.d.ts +16 -0
  7. package/dist/browser/farmBeats.d.ts.map +1 -0
  8. package/dist/browser/farmBeats.js +43 -0
  9. package/dist/browser/farmBeats.js.map +1 -0
  10. package/dist/browser/index.d.ts +13 -0
  11. package/dist/browser/index.d.ts.map +1 -0
  12. package/dist/browser/index.js +15 -0
  13. package/dist/browser/index.js.map +1 -0
  14. package/dist/browser/isUnexpected.d.ts +199 -0
  15. package/dist/browser/isUnexpected.d.ts.map +1 -0
  16. package/{dist-esm/src → dist/browser}/isUnexpected.js +16 -16
  17. package/dist/browser/isUnexpected.js.map +1 -0
  18. package/dist/browser/logger.d.ts +2 -0
  19. package/dist/browser/logger.d.ts.map +1 -0
  20. package/dist/browser/logger.js +5 -0
  21. package/dist/browser/logger.js.map +1 -0
  22. package/dist/browser/models.d.ts +1301 -0
  23. package/dist/browser/models.d.ts.map +1 -0
  24. package/dist/browser/models.js +4 -0
  25. package/{dist-esm/src → dist/browser}/models.js.map +1 -1
  26. package/dist/browser/outputModels.d.ts +2620 -0
  27. package/dist/browser/outputModels.d.ts.map +1 -0
  28. package/dist/browser/outputModels.js +4 -0
  29. package/{dist-esm/src → dist/browser}/outputModels.js.map +1 -1
  30. package/dist/browser/package.json +3 -0
  31. package/dist/browser/paginateHelper.d.ts +68 -0
  32. package/dist/browser/paginateHelper.d.ts.map +1 -0
  33. package/dist/browser/paginateHelper.js +167 -0
  34. package/dist/browser/paginateHelper.js.map +1 -0
  35. package/dist/browser/parameters.d.ts +2749 -0
  36. package/dist/browser/parameters.d.ts.map +1 -0
  37. package/dist/browser/parameters.js +4 -0
  38. package/dist/browser/parameters.js.map +1 -0
  39. package/dist/browser/pollingHelper.d.ts +76 -0
  40. package/dist/browser/pollingHelper.d.ts.map +1 -0
  41. package/dist/browser/pollingHelper.js +104 -0
  42. package/dist/browser/pollingHelper.js.map +1 -0
  43. package/dist/browser/responses.d.ts +2890 -0
  44. package/dist/browser/responses.d.ts.map +1 -0
  45. package/dist/browser/responses.js +4 -0
  46. package/dist/browser/responses.js.map +1 -0
  47. package/dist/browser/serializeHelper.d.ts +2 -0
  48. package/dist/browser/serializeHelper.d.ts.map +1 -0
  49. package/{dist-esm/src → dist/browser}/serializeHelper.js +3 -3
  50. package/dist/browser/serializeHelper.js.map +1 -0
  51. package/dist/commonjs/clientDefinitions.d.ts +862 -0
  52. package/dist/commonjs/clientDefinitions.d.ts.map +1 -0
  53. package/dist/commonjs/clientDefinitions.js +5 -0
  54. package/dist/commonjs/clientDefinitions.js.map +1 -0
  55. package/dist/commonjs/farmBeats.d.ts +16 -0
  56. package/dist/commonjs/farmBeats.d.ts.map +1 -0
  57. package/dist/commonjs/farmBeats.js +46 -0
  58. package/dist/commonjs/farmBeats.js.map +1 -0
  59. package/dist/commonjs/index.d.ts +13 -0
  60. package/dist/commonjs/index.d.ts.map +1 -0
  61. package/dist/commonjs/index.js +18 -0
  62. package/dist/commonjs/index.js.map +1 -0
  63. package/dist/commonjs/isUnexpected.d.ts +199 -0
  64. package/dist/commonjs/isUnexpected.d.ts.map +1 -0
  65. package/dist/{index.js → commonjs/isUnexpected.js} +20 -186
  66. package/dist/commonjs/isUnexpected.js.map +1 -0
  67. package/dist/commonjs/logger.d.ts +2 -0
  68. package/dist/commonjs/logger.d.ts.map +1 -0
  69. package/dist/commonjs/logger.js +8 -0
  70. package/dist/commonjs/logger.js.map +1 -0
  71. package/dist/commonjs/models.d.ts +1301 -0
  72. package/dist/commonjs/models.d.ts.map +1 -0
  73. package/dist/commonjs/models.js +5 -0
  74. package/dist/commonjs/models.js.map +1 -0
  75. package/dist/commonjs/outputModels.d.ts +2620 -0
  76. package/dist/commonjs/outputModels.d.ts.map +1 -0
  77. package/dist/commonjs/outputModels.js +5 -0
  78. package/dist/commonjs/outputModels.js.map +1 -0
  79. package/dist/commonjs/package.json +3 -0
  80. package/dist/commonjs/paginateHelper.d.ts +68 -0
  81. package/dist/commonjs/paginateHelper.d.ts.map +1 -0
  82. package/dist/commonjs/paginateHelper.js +170 -0
  83. package/dist/commonjs/paginateHelper.js.map +1 -0
  84. package/dist/commonjs/parameters.d.ts +2749 -0
  85. package/dist/commonjs/parameters.d.ts.map +1 -0
  86. package/dist/commonjs/parameters.js +5 -0
  87. package/dist/commonjs/parameters.js.map +1 -0
  88. package/dist/commonjs/pollingHelper.d.ts +76 -0
  89. package/dist/commonjs/pollingHelper.d.ts.map +1 -0
  90. package/dist/commonjs/pollingHelper.js +107 -0
  91. package/dist/commonjs/pollingHelper.js.map +1 -0
  92. package/dist/commonjs/responses.d.ts +2890 -0
  93. package/dist/commonjs/responses.d.ts.map +1 -0
  94. package/dist/commonjs/responses.js +5 -0
  95. package/dist/commonjs/responses.js.map +1 -0
  96. package/dist/commonjs/serializeHelper.d.ts +2 -0
  97. package/dist/commonjs/serializeHelper.d.ts.map +1 -0
  98. package/dist/commonjs/serializeHelper.js +16 -0
  99. package/dist/commonjs/serializeHelper.js.map +1 -0
  100. package/dist/commonjs/tsdoc-metadata.json +11 -0
  101. package/dist/esm/clientDefinitions.d.ts +862 -0
  102. package/dist/esm/clientDefinitions.d.ts.map +1 -0
  103. package/dist/esm/clientDefinitions.js +4 -0
  104. package/dist/esm/clientDefinitions.js.map +1 -0
  105. package/dist/esm/farmBeats.d.ts +16 -0
  106. package/dist/esm/farmBeats.d.ts.map +1 -0
  107. package/dist/esm/farmBeats.js +43 -0
  108. package/dist/esm/farmBeats.js.map +1 -0
  109. package/dist/esm/index.d.ts +13 -0
  110. package/dist/esm/index.d.ts.map +1 -0
  111. package/dist/esm/index.js +15 -0
  112. package/dist/esm/index.js.map +1 -0
  113. package/dist/esm/isUnexpected.d.ts +199 -0
  114. package/dist/esm/isUnexpected.d.ts.map +1 -0
  115. package/dist/esm/isUnexpected.js +269 -0
  116. package/dist/esm/isUnexpected.js.map +1 -0
  117. package/dist/esm/logger.d.ts +2 -0
  118. package/dist/esm/logger.d.ts.map +1 -0
  119. package/dist/esm/logger.js +5 -0
  120. package/dist/esm/logger.js.map +1 -0
  121. package/dist/esm/models.d.ts +1301 -0
  122. package/dist/esm/models.d.ts.map +1 -0
  123. package/dist/esm/models.js +4 -0
  124. package/dist/esm/models.js.map +1 -0
  125. package/dist/esm/outputModels.d.ts +2620 -0
  126. package/dist/esm/outputModels.d.ts.map +1 -0
  127. package/dist/esm/outputModels.js +4 -0
  128. package/dist/esm/outputModels.js.map +1 -0
  129. package/dist/esm/package.json +3 -0
  130. package/dist/esm/paginateHelper.d.ts +68 -0
  131. package/dist/esm/paginateHelper.d.ts.map +1 -0
  132. package/dist/esm/paginateHelper.js +167 -0
  133. package/dist/esm/paginateHelper.js.map +1 -0
  134. package/dist/esm/parameters.d.ts +2749 -0
  135. package/dist/esm/parameters.d.ts.map +1 -0
  136. package/dist/esm/parameters.js +4 -0
  137. package/dist/esm/parameters.js.map +1 -0
  138. package/dist/esm/pollingHelper.d.ts +76 -0
  139. package/dist/esm/pollingHelper.d.ts.map +1 -0
  140. package/dist/esm/pollingHelper.js +104 -0
  141. package/dist/esm/pollingHelper.js.map +1 -0
  142. package/dist/esm/responses.d.ts +2890 -0
  143. package/dist/esm/responses.d.ts.map +1 -0
  144. package/dist/esm/responses.js +4 -0
  145. package/dist/esm/responses.js.map +1 -0
  146. package/dist/esm/serializeHelper.d.ts +2 -0
  147. package/dist/esm/serializeHelper.d.ts.map +1 -0
  148. package/dist/esm/serializeHelper.js +13 -0
  149. package/dist/esm/serializeHelper.js.map +1 -0
  150. package/dist/react-native/clientDefinitions.d.ts +862 -0
  151. package/dist/react-native/clientDefinitions.d.ts.map +1 -0
  152. package/dist/react-native/clientDefinitions.js +4 -0
  153. package/dist/react-native/clientDefinitions.js.map +1 -0
  154. package/dist/react-native/farmBeats.d.ts +16 -0
  155. package/dist/react-native/farmBeats.d.ts.map +1 -0
  156. package/dist/react-native/farmBeats.js +43 -0
  157. package/dist/react-native/farmBeats.js.map +1 -0
  158. package/dist/react-native/index.d.ts +13 -0
  159. package/dist/react-native/index.d.ts.map +1 -0
  160. package/dist/react-native/index.js +15 -0
  161. package/dist/react-native/index.js.map +1 -0
  162. package/dist/react-native/isUnexpected.d.ts +199 -0
  163. package/dist/react-native/isUnexpected.d.ts.map +1 -0
  164. package/dist/react-native/isUnexpected.js +269 -0
  165. package/dist/react-native/isUnexpected.js.map +1 -0
  166. package/dist/react-native/logger.d.ts +2 -0
  167. package/dist/react-native/logger.d.ts.map +1 -0
  168. package/dist/react-native/logger.js +5 -0
  169. package/dist/react-native/logger.js.map +1 -0
  170. package/dist/react-native/models.d.ts +1301 -0
  171. package/dist/react-native/models.d.ts.map +1 -0
  172. package/dist/react-native/models.js +4 -0
  173. package/dist/react-native/models.js.map +1 -0
  174. package/dist/react-native/outputModels.d.ts +2620 -0
  175. package/dist/react-native/outputModels.d.ts.map +1 -0
  176. package/dist/react-native/outputModels.js +4 -0
  177. package/dist/react-native/outputModels.js.map +1 -0
  178. package/dist/react-native/package.json +3 -0
  179. package/dist/react-native/paginateHelper.d.ts +68 -0
  180. package/dist/react-native/paginateHelper.d.ts.map +1 -0
  181. package/dist/react-native/paginateHelper.js +167 -0
  182. package/dist/react-native/paginateHelper.js.map +1 -0
  183. package/dist/react-native/parameters.d.ts +2749 -0
  184. package/dist/react-native/parameters.d.ts.map +1 -0
  185. package/dist/react-native/parameters.js +4 -0
  186. package/dist/react-native/parameters.js.map +1 -0
  187. package/dist/react-native/pollingHelper.d.ts +76 -0
  188. package/dist/react-native/pollingHelper.d.ts.map +1 -0
  189. package/dist/react-native/pollingHelper.js +104 -0
  190. package/dist/react-native/pollingHelper.js.map +1 -0
  191. package/dist/react-native/responses.d.ts +2890 -0
  192. package/dist/react-native/responses.d.ts.map +1 -0
  193. package/dist/react-native/responses.js +4 -0
  194. package/dist/react-native/responses.js.map +1 -0
  195. package/dist/react-native/serializeHelper.d.ts +2 -0
  196. package/dist/react-native/serializeHelper.d.ts.map +1 -0
  197. package/dist/react-native/serializeHelper.js +13 -0
  198. package/dist/react-native/serializeHelper.js.map +1 -0
  199. package/package.json +79 -66
  200. package/dist/index.js.map +0 -1
  201. package/dist-esm/src/clientDefinitions.js +0 -4
  202. package/dist-esm/src/clientDefinitions.js.map +0 -1
  203. package/dist-esm/src/farmBeats.js +0 -27
  204. package/dist-esm/src/farmBeats.js.map +0 -1
  205. package/dist-esm/src/index.js +0 -15
  206. package/dist-esm/src/index.js.map +0 -1
  207. package/dist-esm/src/isUnexpected.js.map +0 -1
  208. package/dist-esm/src/models.js +0 -4
  209. package/dist-esm/src/outputModels.js +0 -4
  210. package/dist-esm/src/paginateHelper.js +0 -70
  211. package/dist-esm/src/paginateHelper.js.map +0 -1
  212. package/dist-esm/src/parameters.js +0 -4
  213. package/dist-esm/src/parameters.js.map +0 -1
  214. package/dist-esm/src/pollingHelper.js +0 -50
  215. package/dist-esm/src/pollingHelper.js.map +0 -1
  216. package/dist-esm/src/responses.js +0 -4
  217. package/dist-esm/src/responses.js.map +0 -1
  218. package/dist-esm/src/serializeHelper.js.map +0 -1
  219. package/types/agrifood-farming-rest.d.ts +0 -12267
@@ -0,0 +1,2749 @@
1
+ import type { RequestParameters } from "@azure-rest/core-client";
2
+ import type { ApplicationData, SearchBoundaryQuery, Boundary, CropProduct, Crop, DeviceDataModel, Device, FarmOperationDataIngestionJob, Farm, Field, HarvestData, ImageProcessingRasterizeJob, Insight, ManagementZone, BiomassModelJob, SensorPlacementModelJob, SoilMoistureModelJob, NutrientAnalysis, OAuthProvider, OAuthConnectRequest, Party, PlantingData, PlantTissueAnalysis, PrescriptionMap, Prescription, SatelliteDataIngestionJob, SearchFeaturesQuery, SeasonalField, Season, SensorDataModel, SensorMapping, SensorPartnerIntegrationModel, Sensor, SensorRenewConnectionStringModel, SolutionInference, TillageData, WeatherDataDeleteJob, WeatherDataIngestionJob, WeatherDataProviderRequest, Zone } from "./models.js";
3
+ export interface ApplicationDataListQueryParamProperties {
4
+ /** Minimum average amount of material applied during the application (inclusive). */
5
+ minAvgMaterial?: number;
6
+ /** Maximum average amount of material applied during the application (inclusive). */
7
+ maxAvgMaterial?: number;
8
+ /** Minimum total amount of material applied during the application (inclusive). */
9
+ minTotalMaterial?: number;
10
+ /** Maximum total amount of material applied during the application (inclusive). */
11
+ maxTotalMaterial?: number;
12
+ /** 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 */
13
+ sources?: string;
14
+ /** 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 */
15
+ associatedBoundaryIds?: string;
16
+ /** Minimum start date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */
17
+ minOperationStartDateTime?: Date | string;
18
+ /** Maximum start date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */
19
+ maxOperationStartDateTime?: Date | string;
20
+ /** Minimum end date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */
21
+ minOperationEndDateTime?: Date | string;
22
+ /** Maximum end date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */
23
+ maxOperationEndDateTime?: Date | string;
24
+ /** Minimum modified date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */
25
+ minOperationModifiedDateTime?: Date | string;
26
+ /** Maximum modified date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */
27
+ maxOperationModifiedDateTime?: Date | string;
28
+ /** Minimum area for which operation was applied (inclusive). */
29
+ minArea?: number;
30
+ /** Maximum area for which operation was applied (inclusive). */
31
+ maxArea?: number;
32
+ /** 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 */
33
+ ids?: string;
34
+ /** 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 */
35
+ names?: string;
36
+ /**
37
+ * Filters on key-value pairs within the Properties object.
38
+ * 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
39
+ */
40
+ propertyFilters?: string;
41
+ /** 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 */
42
+ statuses?: string;
43
+ /** Minimum creation date of resource (inclusive). */
44
+ minCreatedDateTime?: Date | string;
45
+ /** Maximum creation date of resource (inclusive). */
46
+ maxCreatedDateTime?: Date | string;
47
+ /** Minimum last modified date of resource (inclusive). */
48
+ minLastModifiedDateTime?: Date | string;
49
+ /** Maximum last modified date of resource (inclusive). */
50
+ maxLastModifiedDateTime?: Date | string;
51
+ /**
52
+ * Maximum number of items needed (inclusive).
53
+ * Minimum = 10, Maximum = 1000, Default value = 50.
54
+ */
55
+ maxPageSize?: number;
56
+ /** Skip token for getting next set of results. */
57
+ skipToken?: string;
58
+ }
59
+ export interface ApplicationDataListQueryParam {
60
+ queryParameters?: ApplicationDataListQueryParamProperties;
61
+ }
62
+ export type ApplicationDataListParameters = ApplicationDataListQueryParam & RequestParameters;
63
+ export interface ApplicationDataCreateCascadeDeleteJobQueryParamProperties {
64
+ /** Id of the party. */
65
+ partyId: string;
66
+ /** Id of the application data. */
67
+ applicationDataId: string;
68
+ }
69
+ export interface ApplicationDataCreateCascadeDeleteJobQueryParam {
70
+ queryParameters: ApplicationDataCreateCascadeDeleteJobQueryParamProperties;
71
+ }
72
+ export type ApplicationDataCreateCascadeDeleteJobParameters = ApplicationDataCreateCascadeDeleteJobQueryParam & RequestParameters;
73
+ export type ApplicationDataGetCascadeDeleteJobDetailsParameters = RequestParameters;
74
+ export interface ApplicationDataListByPartyIdQueryParamProperties {
75
+ /** Minimum average amount of material applied during the application (inclusive). */
76
+ minAvgMaterial?: number;
77
+ /** Maximum average amount of material applied during the application (inclusive). */
78
+ maxAvgMaterial?: number;
79
+ /** Minimum total amount of material applied during the application (inclusive). */
80
+ minTotalMaterial?: number;
81
+ /** Maximum total amount of material applied during the application (inclusive). */
82
+ maxTotalMaterial?: number;
83
+ /** 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 */
84
+ sources?: string;
85
+ /** 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 */
86
+ associatedBoundaryIds?: string;
87
+ /** Minimum start date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */
88
+ minOperationStartDateTime?: Date | string;
89
+ /** Maximum start date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */
90
+ maxOperationStartDateTime?: Date | string;
91
+ /** Minimum end date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */
92
+ minOperationEndDateTime?: Date | string;
93
+ /** Maximum end date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */
94
+ maxOperationEndDateTime?: Date | string;
95
+ /** Minimum modified date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */
96
+ minOperationModifiedDateTime?: Date | string;
97
+ /** Maximum modified date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */
98
+ maxOperationModifiedDateTime?: Date | string;
99
+ /** Minimum area for which operation was applied (inclusive). */
100
+ minArea?: number;
101
+ /** Maximum area for which operation was applied (inclusive). */
102
+ maxArea?: number;
103
+ /** 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 */
104
+ ids?: string;
105
+ /** 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 */
106
+ names?: string;
107
+ /**
108
+ * Filters on key-value pairs within the Properties object.
109
+ * 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
110
+ */
111
+ propertyFilters?: string;
112
+ /** 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 */
113
+ statuses?: string;
114
+ /** Minimum creation date of resource (inclusive). */
115
+ minCreatedDateTime?: Date | string;
116
+ /** Maximum creation date of resource (inclusive). */
117
+ maxCreatedDateTime?: Date | string;
118
+ /** Minimum last modified date of resource (inclusive). */
119
+ minLastModifiedDateTime?: Date | string;
120
+ /** Maximum last modified date of resource (inclusive). */
121
+ maxLastModifiedDateTime?: Date | string;
122
+ /**
123
+ * Maximum number of items needed (inclusive).
124
+ * Minimum = 10, Maximum = 1000, Default value = 50.
125
+ */
126
+ maxPageSize?: number;
127
+ /** Skip token for getting next set of results. */
128
+ skipToken?: string;
129
+ }
130
+ export interface ApplicationDataListByPartyIdQueryParam {
131
+ queryParameters?: ApplicationDataListByPartyIdQueryParamProperties;
132
+ }
133
+ export type ApplicationDataListByPartyIdParameters = ApplicationDataListByPartyIdQueryParam & RequestParameters;
134
+ export type ApplicationDataGetParameters = RequestParameters;
135
+ /** Application data resource payload to create or update. */
136
+ export type ApplicationDataResourceMergeAndPatch = Partial<ApplicationData>;
137
+ export interface ApplicationDataCreateOrUpdateBodyParam {
138
+ /** Application data resource payload to create or update. */
139
+ body: ApplicationDataResourceMergeAndPatch;
140
+ }
141
+ export interface ApplicationDataCreateOrUpdateMediaTypesParam {
142
+ /** Request content type */
143
+ contentType?: "application/merge-patch+json";
144
+ }
145
+ export type ApplicationDataCreateOrUpdateParameters = ApplicationDataCreateOrUpdateMediaTypesParam & ApplicationDataCreateOrUpdateBodyParam & RequestParameters;
146
+ export type ApplicationDataDeleteParameters = RequestParameters;
147
+ export interface AttachmentsListByPartyIdQueryParamProperties {
148
+ /** 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 */
149
+ resourceIds?: string;
150
+ /**
151
+ * Resource Types of the resource.
152
+ * 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
153
+ */
154
+ resourceTypes?: string;
155
+ /** 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 */
156
+ ids?: string;
157
+ /** 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 */
158
+ names?: string;
159
+ /**
160
+ * Filters on key-value pairs within the Properties object.
161
+ * 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
162
+ */
163
+ propertyFilters?: string;
164
+ /** 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 */
165
+ statuses?: string;
166
+ /** Minimum creation date of resource (inclusive). */
167
+ minCreatedDateTime?: Date | string;
168
+ /** Maximum creation date of resource (inclusive). */
169
+ maxCreatedDateTime?: Date | string;
170
+ /** Minimum last modified date of resource (inclusive). */
171
+ minLastModifiedDateTime?: Date | string;
172
+ /** Maximum last modified date of resource (inclusive). */
173
+ maxLastModifiedDateTime?: Date | string;
174
+ /**
175
+ * Maximum number of items needed (inclusive).
176
+ * Minimum = 10, Maximum = 1000, Default value = 50.
177
+ */
178
+ maxPageSize?: number;
179
+ /** Skip token for getting next set of results. */
180
+ skipToken?: string;
181
+ }
182
+ export interface AttachmentsListByPartyIdQueryParam {
183
+ queryParameters?: AttachmentsListByPartyIdQueryParamProperties;
184
+ }
185
+ export type AttachmentsListByPartyIdParameters = AttachmentsListByPartyIdQueryParam & RequestParameters;
186
+ export type AttachmentsGetParameters = RequestParameters;
187
+ export interface AttachmentsCreateOrUpdateBodyParam {
188
+ body?: AttachmentsCreateOrUpdateFormBody;
189
+ }
190
+ export interface AttachmentsCreateOrUpdateFormBody {
191
+ /**
192
+ * File to be uploaded.
193
+ *
194
+ * Value may contain any sequence of octets
195
+ */
196
+ file?: string | Uint8Array | ReadableStream<Uint8Array> | NodeJS.ReadableStream;
197
+ /** Associated Resource id for this attachment. */
198
+ resourceId?: string;
199
+ /** Associated Resource type for this attachment. */
200
+ resourceType?: string;
201
+ /** Original File Name for this attachment. */
202
+ originalFileName?: string;
203
+ /** Unique id. */
204
+ id?: string;
205
+ /** Status of the resource. */
206
+ status?: string;
207
+ /** Date when resource was created. */
208
+ createdDateTime?: string;
209
+ /** Date when resource was last modified. */
210
+ modifiedDateTime?: string;
211
+ /** Source of the resource. */
212
+ source?: string;
213
+ /** Name to identify resource. */
214
+ name?: string;
215
+ /** Textual description of resource. */
216
+ description?: string;
217
+ /** Created by user/tenant id. */
218
+ createdBy?: string;
219
+ /** Modified by user/tenant id. */
220
+ modifiedBy?: string;
221
+ }
222
+ export interface AttachmentsCreateOrUpdateMediaTypesParam {
223
+ /** Request content type */
224
+ contentType?: "multipart/form-data";
225
+ }
226
+ export type AttachmentsCreateOrUpdateParameters = AttachmentsCreateOrUpdateMediaTypesParam & AttachmentsCreateOrUpdateBodyParam & RequestParameters;
227
+ export type AttachmentsDeleteParameters = RequestParameters;
228
+ export type AttachmentsDownloadParameters = RequestParameters;
229
+ export interface BoundariesListQueryParamProperties {
230
+ /** Type of the parent it belongs to. */
231
+ parentType?: string;
232
+ /** Type it belongs to. */
233
+ type?: string;
234
+ /** 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 */
235
+ parentIds?: string;
236
+ /** Minimum area of the boundary (inclusive). */
237
+ minArea?: number;
238
+ /** Maximum acreage of the boundary (inclusive). */
239
+ maxArea?: number;
240
+ /** 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 */
241
+ ids?: string;
242
+ /** 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 */
243
+ names?: string;
244
+ /**
245
+ * Filters on key-value pairs within the Properties object.
246
+ * 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
247
+ */
248
+ propertyFilters?: string;
249
+ /** 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 */
250
+ statuses?: string;
251
+ /** Minimum creation date of resource (inclusive). */
252
+ minCreatedDateTime?: Date | string;
253
+ /** Maximum creation date of resource (inclusive). */
254
+ maxCreatedDateTime?: Date | string;
255
+ /** Minimum last modified date of resource (inclusive). */
256
+ minLastModifiedDateTime?: Date | string;
257
+ /** Maximum last modified date of resource (inclusive). */
258
+ maxLastModifiedDateTime?: Date | string;
259
+ /**
260
+ * Maximum number of items needed (inclusive).
261
+ * Minimum = 10, Maximum = 1000, Default value = 50.
262
+ */
263
+ maxPageSize?: number;
264
+ /** Skip token for getting next set of results. */
265
+ skipToken?: string;
266
+ }
267
+ export interface BoundariesListQueryParam {
268
+ queryParameters?: BoundariesListQueryParamProperties;
269
+ }
270
+ export type BoundariesListParameters = BoundariesListQueryParam & RequestParameters;
271
+ export interface BoundariesSearchBodyParam {
272
+ /** Query filters. */
273
+ body: SearchBoundaryQuery;
274
+ }
275
+ export interface BoundariesSearchMediaTypesParam {
276
+ /** Request content type */
277
+ contentType?: "application/json";
278
+ }
279
+ export type BoundariesSearchParameters = BoundariesSearchMediaTypesParam & BoundariesSearchBodyParam & RequestParameters;
280
+ export interface BoundariesCreateCascadeDeleteJobQueryParamProperties {
281
+ /** ID of the associated party. */
282
+ partyId: string;
283
+ /** ID of the boundary to be deleted. */
284
+ boundaryId: string;
285
+ }
286
+ export interface BoundariesCreateCascadeDeleteJobQueryParam {
287
+ queryParameters: BoundariesCreateCascadeDeleteJobQueryParamProperties;
288
+ }
289
+ export type BoundariesCreateCascadeDeleteJobParameters = BoundariesCreateCascadeDeleteJobQueryParam & RequestParameters;
290
+ export type BoundariesGetCascadeDeleteJobDetailsParameters = RequestParameters;
291
+ export interface BoundariesListByPartyIdQueryParamProperties {
292
+ /** Type of the parent it belongs to. */
293
+ parentType?: string;
294
+ /** Type it belongs to. */
295
+ type?: string;
296
+ /** 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 */
297
+ parentIds?: string;
298
+ /** Minimum area of the boundary (inclusive). */
299
+ minArea?: number;
300
+ /** Maximum acreage of the boundary (inclusive). */
301
+ maxArea?: number;
302
+ /** 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 */
303
+ ids?: string;
304
+ /** 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 */
305
+ names?: string;
306
+ /**
307
+ * Filters on key-value pairs within the Properties object.
308
+ * 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
309
+ */
310
+ propertyFilters?: string;
311
+ /** 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 */
312
+ statuses?: string;
313
+ /** Minimum creation date of resource (inclusive). */
314
+ minCreatedDateTime?: Date | string;
315
+ /** Maximum creation date of resource (inclusive). */
316
+ maxCreatedDateTime?: Date | string;
317
+ /** Minimum last modified date of resource (inclusive). */
318
+ minLastModifiedDateTime?: Date | string;
319
+ /** Maximum last modified date of resource (inclusive). */
320
+ maxLastModifiedDateTime?: Date | string;
321
+ /**
322
+ * Maximum number of items needed (inclusive).
323
+ * Minimum = 10, Maximum = 1000, Default value = 50.
324
+ */
325
+ maxPageSize?: number;
326
+ /** Skip token for getting next set of results. */
327
+ skipToken?: string;
328
+ }
329
+ export interface BoundariesListByPartyIdQueryParam {
330
+ queryParameters?: BoundariesListByPartyIdQueryParamProperties;
331
+ }
332
+ export type BoundariesListByPartyIdParameters = BoundariesListByPartyIdQueryParam & RequestParameters;
333
+ export interface BoundariesSearchByPartyIdBodyParam {
334
+ /** Query filters. */
335
+ body: SearchBoundaryQuery;
336
+ }
337
+ export interface BoundariesSearchByPartyIdMediaTypesParam {
338
+ /** Request content type */
339
+ contentType?: "application/json";
340
+ }
341
+ export type BoundariesSearchByPartyIdParameters = BoundariesSearchByPartyIdMediaTypesParam & BoundariesSearchByPartyIdBodyParam & RequestParameters;
342
+ /** Boundary resource payload to create or update. */
343
+ export type BoundaryResourceMergeAndPatch = Partial<Boundary>;
344
+ export interface BoundariesCreateOrUpdateBodyParam {
345
+ /** Boundary resource payload to create or update. */
346
+ body: BoundaryResourceMergeAndPatch;
347
+ }
348
+ export interface BoundariesCreateOrUpdateMediaTypesParam {
349
+ /** Request content type */
350
+ contentType?: "application/merge-patch+json";
351
+ }
352
+ export type BoundariesCreateOrUpdateParameters = BoundariesCreateOrUpdateMediaTypesParam & BoundariesCreateOrUpdateBodyParam & RequestParameters;
353
+ export type BoundariesGetParameters = RequestParameters;
354
+ export type BoundariesDeleteParameters = RequestParameters;
355
+ export interface BoundariesGetOverlapQueryParamProperties {
356
+ /** PartyId of the other field. */
357
+ otherPartyId: string;
358
+ /** Id of the other boundary. */
359
+ otherBoundaryId: string;
360
+ }
361
+ export interface BoundariesGetOverlapQueryParam {
362
+ queryParameters: BoundariesGetOverlapQueryParamProperties;
363
+ }
364
+ export type BoundariesGetOverlapParameters = BoundariesGetOverlapQueryParam & RequestParameters;
365
+ export interface CropProductsListQueryParamProperties {
366
+ /** 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 */
367
+ cropIds?: string;
368
+ /** 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 */
369
+ brands?: string;
370
+ /** 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 */
371
+ products?: string;
372
+ /** 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 */
373
+ traits?: string;
374
+ /** 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 */
375
+ ids?: string;
376
+ /** 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 */
377
+ names?: string;
378
+ /**
379
+ * Filters on key-value pairs within the Properties object.
380
+ * 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
381
+ */
382
+ propertyFilters?: string;
383
+ /** 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 */
384
+ statuses?: string;
385
+ /** Minimum creation date of resource (inclusive). */
386
+ minCreatedDateTime?: Date | string;
387
+ /** Maximum creation date of resource (inclusive). */
388
+ maxCreatedDateTime?: Date | string;
389
+ /** Minimum last modified date of resource (inclusive). */
390
+ minLastModifiedDateTime?: Date | string;
391
+ /** Maximum last modified date of resource (inclusive). */
392
+ maxLastModifiedDateTime?: Date | string;
393
+ /**
394
+ * Maximum number of items needed (inclusive).
395
+ * Minimum = 10, Maximum = 1000, Default value = 50.
396
+ */
397
+ maxPageSize?: number;
398
+ /** Skip token for getting next set of results. */
399
+ skipToken?: string;
400
+ }
401
+ export interface CropProductsListQueryParam {
402
+ queryParameters?: CropProductsListQueryParamProperties;
403
+ }
404
+ export type CropProductsListParameters = CropProductsListQueryParam & RequestParameters;
405
+ export type CropProductsGetParameters = RequestParameters;
406
+ /** Crop Product resource payload to create or update. */
407
+ export type CropProductResourceMergeAndPatch = Partial<CropProduct>;
408
+ export interface CropProductsCreateOrUpdateBodyParam {
409
+ /** Crop Product resource payload to create or update. */
410
+ body: CropProductResourceMergeAndPatch;
411
+ }
412
+ export interface CropProductsCreateOrUpdateMediaTypesParam {
413
+ /** Request content type */
414
+ contentType?: "application/merge-patch+json";
415
+ }
416
+ export type CropProductsCreateOrUpdateParameters = CropProductsCreateOrUpdateMediaTypesParam & CropProductsCreateOrUpdateBodyParam & RequestParameters;
417
+ export type CropProductsDeleteParameters = RequestParameters;
418
+ export interface CropsListQueryParamProperties {
419
+ /** 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 */
420
+ phenotypes?: string;
421
+ /** 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 */
422
+ breedingMethods?: string;
423
+ /** 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 */
424
+ ids?: string;
425
+ /** 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 */
426
+ names?: string;
427
+ /**
428
+ * Filters on key-value pairs within the Properties object.
429
+ * 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
430
+ */
431
+ propertyFilters?: string;
432
+ /** 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 */
433
+ statuses?: string;
434
+ /** Minimum creation date of resource (inclusive). */
435
+ minCreatedDateTime?: Date | string;
436
+ /** Maximum creation date of resource (inclusive). */
437
+ maxCreatedDateTime?: Date | string;
438
+ /** Minimum last modified date of resource (inclusive). */
439
+ minLastModifiedDateTime?: Date | string;
440
+ /** Maximum last modified date of resource (inclusive). */
441
+ maxLastModifiedDateTime?: Date | string;
442
+ /**
443
+ * Maximum number of items needed (inclusive).
444
+ * Minimum = 10, Maximum = 1000, Default value = 50.
445
+ */
446
+ maxPageSize?: number;
447
+ /** Skip token for getting next set of results. */
448
+ skipToken?: string;
449
+ }
450
+ export interface CropsListQueryParam {
451
+ queryParameters?: CropsListQueryParamProperties;
452
+ }
453
+ export type CropsListParameters = CropsListQueryParam & RequestParameters;
454
+ export type CropsGetParameters = RequestParameters;
455
+ /** Crop resource payload to create or update. */
456
+ export type CropResourceMergeAndPatch = Partial<Crop>;
457
+ export interface CropsCreateOrUpdateBodyParam {
458
+ /** Crop resource payload to create or update. */
459
+ body: CropResourceMergeAndPatch;
460
+ }
461
+ export interface CropsCreateOrUpdateMediaTypesParam {
462
+ /** Request content type */
463
+ contentType?: "application/merge-patch+json";
464
+ }
465
+ export type CropsCreateOrUpdateParameters = CropsCreateOrUpdateMediaTypesParam & CropsCreateOrUpdateBodyParam & RequestParameters;
466
+ export type CropsDeleteParameters = RequestParameters;
467
+ export interface DeviceDataModelsListQueryParamProperties {
468
+ /** 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 */
469
+ ids?: string;
470
+ /** 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 */
471
+ names?: string;
472
+ /**
473
+ * Filters on key-value pairs within the Properties object.
474
+ * 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
475
+ */
476
+ propertyFilters?: string;
477
+ /** 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 */
478
+ statuses?: string;
479
+ /** Minimum creation date of resource (inclusive). */
480
+ minCreatedDateTime?: Date | string;
481
+ /** Maximum creation date of resource (inclusive). */
482
+ maxCreatedDateTime?: Date | string;
483
+ /** Minimum last modified date of resource (inclusive). */
484
+ minLastModifiedDateTime?: Date | string;
485
+ /** Maximum last modified date of resource (inclusive). */
486
+ maxLastModifiedDateTime?: Date | string;
487
+ /**
488
+ * Maximum number of items needed (inclusive).
489
+ * Minimum = 10, Maximum = 1000, Default value = 50.
490
+ */
491
+ maxPageSize?: number;
492
+ /** Skip token for getting next set of results. */
493
+ skipToken?: string;
494
+ }
495
+ export interface DeviceDataModelsListQueryParam {
496
+ queryParameters?: DeviceDataModelsListQueryParamProperties;
497
+ }
498
+ export type DeviceDataModelsListParameters = DeviceDataModelsListQueryParam & RequestParameters;
499
+ /** Device data model object details. */
500
+ export type DeviceDataModelResourceMergeAndPatch = Partial<DeviceDataModel>;
501
+ export interface DeviceDataModelsCreateOrUpdateBodyParam {
502
+ /** Device data model object details. */
503
+ body: DeviceDataModelResourceMergeAndPatch;
504
+ }
505
+ export interface DeviceDataModelsCreateOrUpdateMediaTypesParam {
506
+ /** Request content type */
507
+ contentType?: "application/merge-patch+json";
508
+ }
509
+ export type DeviceDataModelsCreateOrUpdateParameters = DeviceDataModelsCreateOrUpdateMediaTypesParam & DeviceDataModelsCreateOrUpdateBodyParam & RequestParameters;
510
+ export type DeviceDataModelsGetParameters = RequestParameters;
511
+ export type DeviceDataModelsDeleteParameters = RequestParameters;
512
+ export interface DevicesListQueryParamProperties {
513
+ /** 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 */
514
+ parentDeviceIds?: string;
515
+ /** 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 */
516
+ deviceDataModelIds?: string;
517
+ /** 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 */
518
+ ids?: string;
519
+ /** 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 */
520
+ names?: string;
521
+ /**
522
+ * Filters on key-value pairs within the Properties object.
523
+ * 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
524
+ */
525
+ propertyFilters?: string;
526
+ /** 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 */
527
+ statuses?: string;
528
+ /** Minimum creation date of resource (inclusive). */
529
+ minCreatedDateTime?: Date | string;
530
+ /** Maximum creation date of resource (inclusive). */
531
+ maxCreatedDateTime?: Date | string;
532
+ /** Minimum last modified date of resource (inclusive). */
533
+ minLastModifiedDateTime?: Date | string;
534
+ /** Maximum last modified date of resource (inclusive). */
535
+ maxLastModifiedDateTime?: Date | string;
536
+ /**
537
+ * Maximum number of items needed (inclusive).
538
+ * Minimum = 10, Maximum = 1000, Default value = 50.
539
+ */
540
+ maxPageSize?: number;
541
+ /** Skip token for getting next set of results. */
542
+ skipToken?: string;
543
+ }
544
+ export interface DevicesListQueryParam {
545
+ queryParameters?: DevicesListQueryParamProperties;
546
+ }
547
+ export type DevicesListParameters = DevicesListQueryParam & RequestParameters;
548
+ /** Device object details. */
549
+ export type DeviceResourceMergeAndPatch = Partial<Device>;
550
+ export interface DevicesCreateOrUpdateBodyParam {
551
+ /** Device object details. */
552
+ body: DeviceResourceMergeAndPatch;
553
+ }
554
+ export interface DevicesCreateOrUpdateMediaTypesParam {
555
+ /** Request content type */
556
+ contentType?: "application/merge-patch+json";
557
+ }
558
+ export type DevicesCreateOrUpdateParameters = DevicesCreateOrUpdateMediaTypesParam & DevicesCreateOrUpdateBodyParam & RequestParameters;
559
+ export type DevicesGetParameters = RequestParameters;
560
+ export type DevicesDeleteParameters = RequestParameters;
561
+ export interface FarmOperationsCreateDataIngestionJobBodyParam {
562
+ /** Job parameters supplied by user. */
563
+ body: FarmOperationDataIngestionJob;
564
+ }
565
+ export interface FarmOperationsCreateDataIngestionJobMediaTypesParam {
566
+ /** Request content type */
567
+ contentType?: "application/json";
568
+ }
569
+ export type FarmOperationsCreateDataIngestionJobParameters = FarmOperationsCreateDataIngestionJobMediaTypesParam & FarmOperationsCreateDataIngestionJobBodyParam & RequestParameters;
570
+ export type FarmOperationsGetDataIngestionJobDetailsParameters = RequestParameters;
571
+ export interface FarmsListQueryParamProperties {
572
+ /** 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 */
573
+ ids?: string;
574
+ /** 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 */
575
+ names?: string;
576
+ /**
577
+ * Filters on key-value pairs within the Properties object.
578
+ * 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
579
+ */
580
+ propertyFilters?: string;
581
+ /** 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 */
582
+ statuses?: string;
583
+ /** Minimum creation date of resource (inclusive). */
584
+ minCreatedDateTime?: Date | string;
585
+ /** Maximum creation date of resource (inclusive). */
586
+ maxCreatedDateTime?: Date | string;
587
+ /** Minimum last modified date of resource (inclusive). */
588
+ minLastModifiedDateTime?: Date | string;
589
+ /** Maximum last modified date of resource (inclusive). */
590
+ maxLastModifiedDateTime?: Date | string;
591
+ /**
592
+ * Maximum number of items needed (inclusive).
593
+ * Minimum = 10, Maximum = 1000, Default value = 50.
594
+ */
595
+ maxPageSize?: number;
596
+ /** Skip token for getting next set of results. */
597
+ skipToken?: string;
598
+ }
599
+ export interface FarmsListQueryParam {
600
+ queryParameters?: FarmsListQueryParamProperties;
601
+ }
602
+ export type FarmsListParameters = FarmsListQueryParam & RequestParameters;
603
+ export interface FarmsCreateCascadeDeleteJobQueryParamProperties {
604
+ /** ID of the associated party. */
605
+ partyId: string;
606
+ /** ID of the farm to be deleted. */
607
+ farmId: string;
608
+ }
609
+ export interface FarmsCreateCascadeDeleteJobQueryParam {
610
+ queryParameters: FarmsCreateCascadeDeleteJobQueryParamProperties;
611
+ }
612
+ export type FarmsCreateCascadeDeleteJobParameters = FarmsCreateCascadeDeleteJobQueryParam & RequestParameters;
613
+ export type FarmsGetCascadeDeleteJobDetailsParameters = RequestParameters;
614
+ export interface FarmsListByPartyIdQueryParamProperties {
615
+ /** 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 */
616
+ ids?: string;
617
+ /** 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 */
618
+ names?: string;
619
+ /**
620
+ * Filters on key-value pairs within the Properties object.
621
+ * 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
622
+ */
623
+ propertyFilters?: string;
624
+ /** 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 */
625
+ statuses?: string;
626
+ /** Minimum creation date of resource (inclusive). */
627
+ minCreatedDateTime?: Date | string;
628
+ /** Maximum creation date of resource (inclusive). */
629
+ maxCreatedDateTime?: Date | string;
630
+ /** Minimum last modified date of resource (inclusive). */
631
+ minLastModifiedDateTime?: Date | string;
632
+ /** Maximum last modified date of resource (inclusive). */
633
+ maxLastModifiedDateTime?: Date | string;
634
+ /**
635
+ * Maximum number of items needed (inclusive).
636
+ * Minimum = 10, Maximum = 1000, Default value = 50.
637
+ */
638
+ maxPageSize?: number;
639
+ /** Skip token for getting next set of results. */
640
+ skipToken?: string;
641
+ }
642
+ export interface FarmsListByPartyIdQueryParam {
643
+ queryParameters?: FarmsListByPartyIdQueryParamProperties;
644
+ }
645
+ export type FarmsListByPartyIdParameters = FarmsListByPartyIdQueryParam & RequestParameters;
646
+ export type FarmsGetParameters = RequestParameters;
647
+ /** Farm resource payload to create or update. */
648
+ export type FarmResourceMergeAndPatch = Partial<Farm>;
649
+ export interface FarmsCreateOrUpdateBodyParam {
650
+ /** Farm resource payload to create or update. */
651
+ body: FarmResourceMergeAndPatch;
652
+ }
653
+ export interface FarmsCreateOrUpdateMediaTypesParam {
654
+ /** Request content type */
655
+ contentType?: "application/merge-patch+json";
656
+ }
657
+ export type FarmsCreateOrUpdateParameters = FarmsCreateOrUpdateMediaTypesParam & FarmsCreateOrUpdateBodyParam & RequestParameters;
658
+ export type FarmsDeleteParameters = RequestParameters;
659
+ export interface FieldsListQueryParamProperties {
660
+ /** 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 */
661
+ farmIds?: string;
662
+ /** 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 */
663
+ ids?: string;
664
+ /** 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 */
665
+ names?: string;
666
+ /**
667
+ * Filters on key-value pairs within the Properties object.
668
+ * 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
669
+ */
670
+ propertyFilters?: string;
671
+ /** 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 */
672
+ statuses?: string;
673
+ /** Minimum creation date of resource (inclusive). */
674
+ minCreatedDateTime?: Date | string;
675
+ /** Maximum creation date of resource (inclusive). */
676
+ maxCreatedDateTime?: Date | string;
677
+ /** Minimum last modified date of resource (inclusive). */
678
+ minLastModifiedDateTime?: Date | string;
679
+ /** Maximum last modified date of resource (inclusive). */
680
+ maxLastModifiedDateTime?: Date | string;
681
+ /**
682
+ * Maximum number of items needed (inclusive).
683
+ * Minimum = 10, Maximum = 1000, Default value = 50.
684
+ */
685
+ maxPageSize?: number;
686
+ /** Skip token for getting next set of results. */
687
+ skipToken?: string;
688
+ }
689
+ export interface FieldsListQueryParam {
690
+ queryParameters?: FieldsListQueryParamProperties;
691
+ }
692
+ export type FieldsListParameters = FieldsListQueryParam & RequestParameters;
693
+ export type FieldsGetCascadeDeleteJobDetailsParameters = RequestParameters;
694
+ export interface FieldsCreateCascadeDeleteJobQueryParamProperties {
695
+ /** ID of the associated party. */
696
+ partyId: string;
697
+ /** ID of the field to be deleted. */
698
+ fieldId: string;
699
+ }
700
+ export interface FieldsCreateCascadeDeleteJobQueryParam {
701
+ queryParameters: FieldsCreateCascadeDeleteJobQueryParamProperties;
702
+ }
703
+ export type FieldsCreateCascadeDeleteJobParameters = FieldsCreateCascadeDeleteJobQueryParam & RequestParameters;
704
+ export interface FieldsListByPartyIdQueryParamProperties {
705
+ /** 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 */
706
+ farmIds?: string;
707
+ /** 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 */
708
+ ids?: string;
709
+ /** 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 */
710
+ names?: string;
711
+ /**
712
+ * Filters on key-value pairs within the Properties object.
713
+ * 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
714
+ */
715
+ propertyFilters?: string;
716
+ /** 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 */
717
+ statuses?: string;
718
+ /** Minimum creation date of resource (inclusive). */
719
+ minCreatedDateTime?: Date | string;
720
+ /** Maximum creation date of resource (inclusive). */
721
+ maxCreatedDateTime?: Date | string;
722
+ /** Minimum last modified date of resource (inclusive). */
723
+ minLastModifiedDateTime?: Date | string;
724
+ /** Maximum last modified date of resource (inclusive). */
725
+ maxLastModifiedDateTime?: Date | string;
726
+ /**
727
+ * Maximum number of items needed (inclusive).
728
+ * Minimum = 10, Maximum = 1000, Default value = 50.
729
+ */
730
+ maxPageSize?: number;
731
+ /** Skip token for getting next set of results. */
732
+ skipToken?: string;
733
+ }
734
+ export interface FieldsListByPartyIdQueryParam {
735
+ queryParameters?: FieldsListByPartyIdQueryParamProperties;
736
+ }
737
+ export type FieldsListByPartyIdParameters = FieldsListByPartyIdQueryParam & RequestParameters;
738
+ export type FieldsGetParameters = RequestParameters;
739
+ /** Field resource payload to create or update. */
740
+ export type FieldResourceMergeAndPatch = Partial<Field>;
741
+ export interface FieldsCreateOrUpdateBodyParam {
742
+ /** Field resource payload to create or update. */
743
+ body: FieldResourceMergeAndPatch;
744
+ }
745
+ export interface FieldsCreateOrUpdateMediaTypesParam {
746
+ /** Request content type */
747
+ contentType?: "application/merge-patch+json";
748
+ }
749
+ export type FieldsCreateOrUpdateParameters = FieldsCreateOrUpdateMediaTypesParam & FieldsCreateOrUpdateBodyParam & RequestParameters;
750
+ export type FieldsDeleteParameters = RequestParameters;
751
+ export interface HarvestDataListQueryParamProperties {
752
+ /** Minimum Yield value(inclusive). */
753
+ minTotalYield?: number;
754
+ /** Maximum Yield value (inclusive). */
755
+ maxTotalYield?: number;
756
+ /** Minimum AvgYield value(inclusive). */
757
+ minAvgYield?: number;
758
+ /** Maximum AvgYield value (inclusive). */
759
+ maxAvgYield?: number;
760
+ /** Minimum Total WetMass value(inclusive). */
761
+ minTotalWetMass?: number;
762
+ /** Maximum Total WetMass value (inclusive). */
763
+ maxTotalWetMass?: number;
764
+ /** Minimum AvgWetMass value(inclusive). */
765
+ minAvgWetMass?: number;
766
+ /** Maximum AvgWetMass value (inclusive). */
767
+ maxAvgWetMass?: number;
768
+ /** Minimum AvgMoisture value(inclusive). */
769
+ minAvgMoisture?: number;
770
+ /** Maximum AvgMoisture value (inclusive). */
771
+ maxAvgMoisture?: number;
772
+ /** Minimum AvgSpeed value(inclusive). */
773
+ minAvgSpeed?: number;
774
+ /** Maximum AvgSpeed value (inclusive). */
775
+ maxAvgSpeed?: number;
776
+ /** 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 */
777
+ sources?: string;
778
+ /** 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 */
779
+ associatedBoundaryIds?: string;
780
+ /** Minimum start date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */
781
+ minOperationStartDateTime?: Date | string;
782
+ /** Maximum start date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */
783
+ maxOperationStartDateTime?: Date | string;
784
+ /** Minimum end date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */
785
+ minOperationEndDateTime?: Date | string;
786
+ /** Maximum end date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */
787
+ maxOperationEndDateTime?: Date | string;
788
+ /** Minimum modified date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */
789
+ minOperationModifiedDateTime?: Date | string;
790
+ /** Maximum modified date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */
791
+ maxOperationModifiedDateTime?: Date | string;
792
+ /** Minimum area for which operation was applied (inclusive). */
793
+ minArea?: number;
794
+ /** Maximum area for which operation was applied (inclusive). */
795
+ maxArea?: number;
796
+ /** 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 */
797
+ ids?: string;
798
+ /** 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 */
799
+ names?: string;
800
+ /**
801
+ * Filters on key-value pairs within the Properties object.
802
+ * 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
803
+ */
804
+ propertyFilters?: string;
805
+ /** 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 */
806
+ statuses?: string;
807
+ /** Minimum creation date of resource (inclusive). */
808
+ minCreatedDateTime?: Date | string;
809
+ /** Maximum creation date of resource (inclusive). */
810
+ maxCreatedDateTime?: Date | string;
811
+ /** Minimum last modified date of resource (inclusive). */
812
+ minLastModifiedDateTime?: Date | string;
813
+ /** Maximum last modified date of resource (inclusive). */
814
+ maxLastModifiedDateTime?: Date | string;
815
+ /**
816
+ * Maximum number of items needed (inclusive).
817
+ * Minimum = 10, Maximum = 1000, Default value = 50.
818
+ */
819
+ maxPageSize?: number;
820
+ /** Skip token for getting next set of results. */
821
+ skipToken?: string;
822
+ }
823
+ export interface HarvestDataListQueryParam {
824
+ queryParameters?: HarvestDataListQueryParamProperties;
825
+ }
826
+ export type HarvestDataListParameters = HarvestDataListQueryParam & RequestParameters;
827
+ export interface HarvestDataCreateCascadeDeleteJobQueryParamProperties {
828
+ /** Id of the party. */
829
+ partyId: string;
830
+ /** Id of the harvest data. */
831
+ harvestDataId: string;
832
+ }
833
+ export interface HarvestDataCreateCascadeDeleteJobQueryParam {
834
+ queryParameters: HarvestDataCreateCascadeDeleteJobQueryParamProperties;
835
+ }
836
+ export type HarvestDataCreateCascadeDeleteJobParameters = HarvestDataCreateCascadeDeleteJobQueryParam & RequestParameters;
837
+ export type HarvestDataGetCascadeDeleteJobDetailsParameters = RequestParameters;
838
+ export interface HarvestDataListByPartyIdQueryParamProperties {
839
+ /** Minimum Yield value(inclusive). */
840
+ minTotalYield?: number;
841
+ /** Maximum Yield value (inclusive). */
842
+ maxTotalYield?: number;
843
+ /** Minimum AvgYield value(inclusive). */
844
+ minAvgYield?: number;
845
+ /** Maximum AvgYield value (inclusive). */
846
+ maxAvgYield?: number;
847
+ /** Minimum Total WetMass value(inclusive). */
848
+ minTotalWetMass?: number;
849
+ /** Maximum Total WetMass value (inclusive). */
850
+ maxTotalWetMass?: number;
851
+ /** Minimum AvgWetMass value(inclusive). */
852
+ minAvgWetMass?: number;
853
+ /** Maximum AvgWetMass value (inclusive). */
854
+ maxAvgWetMass?: number;
855
+ /** Minimum AvgMoisture value(inclusive). */
856
+ minAvgMoisture?: number;
857
+ /** Maximum AvgMoisture value (inclusive). */
858
+ maxAvgMoisture?: number;
859
+ /** Minimum AvgSpeed value(inclusive). */
860
+ minAvgSpeed?: number;
861
+ /** Maximum AvgSpeed value (inclusive). */
862
+ maxAvgSpeed?: number;
863
+ /** 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 */
864
+ sources?: string;
865
+ /** 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 */
866
+ associatedBoundaryIds?: string;
867
+ /** Minimum start date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */
868
+ minOperationStartDateTime?: Date | string;
869
+ /** Maximum start date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */
870
+ maxOperationStartDateTime?: Date | string;
871
+ /** Minimum end date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */
872
+ minOperationEndDateTime?: Date | string;
873
+ /** Maximum end date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */
874
+ maxOperationEndDateTime?: Date | string;
875
+ /** Minimum modified date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */
876
+ minOperationModifiedDateTime?: Date | string;
877
+ /** Maximum modified date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */
878
+ maxOperationModifiedDateTime?: Date | string;
879
+ /** Minimum area for which operation was applied (inclusive). */
880
+ minArea?: number;
881
+ /** Maximum area for which operation was applied (inclusive). */
882
+ maxArea?: number;
883
+ /** 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 */
884
+ ids?: string;
885
+ /** 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 */
886
+ names?: string;
887
+ /**
888
+ * Filters on key-value pairs within the Properties object.
889
+ * 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
890
+ */
891
+ propertyFilters?: string;
892
+ /** 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 */
893
+ statuses?: string;
894
+ /** Minimum creation date of resource (inclusive). */
895
+ minCreatedDateTime?: Date | string;
896
+ /** Maximum creation date of resource (inclusive). */
897
+ maxCreatedDateTime?: Date | string;
898
+ /** Minimum last modified date of resource (inclusive). */
899
+ minLastModifiedDateTime?: Date | string;
900
+ /** Maximum last modified date of resource (inclusive). */
901
+ maxLastModifiedDateTime?: Date | string;
902
+ /**
903
+ * Maximum number of items needed (inclusive).
904
+ * Minimum = 10, Maximum = 1000, Default value = 50.
905
+ */
906
+ maxPageSize?: number;
907
+ /** Skip token for getting next set of results. */
908
+ skipToken?: string;
909
+ }
910
+ export interface HarvestDataListByPartyIdQueryParam {
911
+ queryParameters?: HarvestDataListByPartyIdQueryParamProperties;
912
+ }
913
+ export type HarvestDataListByPartyIdParameters = HarvestDataListByPartyIdQueryParam & RequestParameters;
914
+ export type HarvestDataGetParameters = RequestParameters;
915
+ /** Harvest data resource payload to create or update. */
916
+ export type HarvestDataResourceMergeAndPatch = Partial<HarvestData>;
917
+ export interface HarvestDataCreateOrUpdateBodyParam {
918
+ /** Harvest data resource payload to create or update. */
919
+ body: HarvestDataResourceMergeAndPatch;
920
+ }
921
+ export interface HarvestDataCreateOrUpdateMediaTypesParam {
922
+ /** Request content type */
923
+ contentType?: "application/merge-patch+json";
924
+ }
925
+ export type HarvestDataCreateOrUpdateParameters = HarvestDataCreateOrUpdateMediaTypesParam & HarvestDataCreateOrUpdateBodyParam & RequestParameters;
926
+ export type HarvestDataDeleteParameters = RequestParameters;
927
+ export interface ImageProcessingCreateRasterizeJobBodyParam {
928
+ /** Job parameters supplied by user. */
929
+ body: ImageProcessingRasterizeJob;
930
+ }
931
+ export interface ImageProcessingCreateRasterizeJobMediaTypesParam {
932
+ /** Request content type */
933
+ contentType?: "application/json";
934
+ }
935
+ export type ImageProcessingCreateRasterizeJobParameters = ImageProcessingCreateRasterizeJobMediaTypesParam & ImageProcessingCreateRasterizeJobBodyParam & RequestParameters;
936
+ export type ImageProcessingGetRasterizeJobParameters = RequestParameters;
937
+ export interface InsightAttachmentsListByPartyIdModelIdAndResourceQueryParamProperties {
938
+ /** 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 */
939
+ insightIds?: string;
940
+ /** 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 */
941
+ ids?: string;
942
+ /** 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 */
943
+ names?: string;
944
+ /**
945
+ * Filters on key-value pairs within the Properties object.
946
+ * 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
947
+ */
948
+ propertyFilters?: string;
949
+ /** 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 */
950
+ statuses?: string;
951
+ /** Minimum creation date of resource (inclusive). */
952
+ minCreatedDateTime?: Date | string;
953
+ /** Maximum creation date of resource (inclusive). */
954
+ maxCreatedDateTime?: Date | string;
955
+ /** Minimum last modified date of resource (inclusive). */
956
+ minLastModifiedDateTime?: Date | string;
957
+ /** Maximum last modified date of resource (inclusive). */
958
+ maxLastModifiedDateTime?: Date | string;
959
+ /**
960
+ * Maximum number of items needed (inclusive).
961
+ * Minimum = 10, Maximum = 1000, Default value = 50.
962
+ */
963
+ maxPageSize?: number;
964
+ /** Skip token for getting next set of results. */
965
+ skipToken?: string;
966
+ }
967
+ export interface InsightAttachmentsListByPartyIdModelIdAndResourceQueryParam {
968
+ queryParameters?: InsightAttachmentsListByPartyIdModelIdAndResourceQueryParamProperties;
969
+ }
970
+ export type InsightAttachmentsListByPartyIdModelIdAndResourceParameters = InsightAttachmentsListByPartyIdModelIdAndResourceQueryParam & RequestParameters;
971
+ export interface InsightAttachmentsCreateOrUpdateBodyParam {
972
+ body: InsightAttachmentsCreateOrUpdateFormBody;
973
+ }
974
+ export interface InsightAttachmentsCreateOrUpdateFormBody {
975
+ /**
976
+ * File to be uploaded.
977
+ *
978
+ * Value may contain any sequence of octets
979
+ */
980
+ file?: string | Uint8Array | ReadableStream<Uint8Array> | NodeJS.ReadableStream;
981
+ /** InsightID for this InsightAttachment. */
982
+ insightId: string;
983
+ /** Original File Name for this attachment. */
984
+ originalFileName?: string;
985
+ /** Unique id. */
986
+ id?: string;
987
+ /** Status of the resource. */
988
+ status?: string;
989
+ /** Date when resource was created. */
990
+ createdDateTime?: string;
991
+ /** Date when resource was last modified. */
992
+ modifiedDateTime?: string;
993
+ /** Source of the resource. */
994
+ source?: string;
995
+ /** Name to identify resource. */
996
+ name?: string;
997
+ /** Textual description of resource. */
998
+ description?: string;
999
+ /** Created by user/tenant id. */
1000
+ createdBy?: string;
1001
+ /** Modified by user/tenant id. */
1002
+ modifiedBy?: string;
1003
+ }
1004
+ export interface InsightAttachmentsCreateOrUpdateMediaTypesParam {
1005
+ /** Request content type */
1006
+ contentType?: "multipart/form-data";
1007
+ }
1008
+ export type InsightAttachmentsCreateOrUpdateParameters = InsightAttachmentsCreateOrUpdateMediaTypesParam & InsightAttachmentsCreateOrUpdateBodyParam & RequestParameters;
1009
+ export type InsightAttachmentsGetParameters = RequestParameters;
1010
+ export type InsightAttachmentsDeleteParameters = RequestParameters;
1011
+ export type InsightAttachmentsDownloadParameters = RequestParameters;
1012
+ export interface InsightsCreateCascadeDeleteJobQueryParamProperties {
1013
+ /** ID of the associated party. */
1014
+ partyId: string;
1015
+ /** Id of the associated model. */
1016
+ modelId: string;
1017
+ /** Resource Type. */
1018
+ resourceType: string;
1019
+ /** Id of the associated resource. */
1020
+ resourceId: string;
1021
+ /** Insight id. */
1022
+ insightId: string;
1023
+ }
1024
+ export interface InsightsCreateCascadeDeleteJobQueryParam {
1025
+ queryParameters: InsightsCreateCascadeDeleteJobQueryParamProperties;
1026
+ }
1027
+ export type InsightsCreateCascadeDeleteJobParameters = InsightsCreateCascadeDeleteJobQueryParam & RequestParameters;
1028
+ export type InsightsGetCascadeDeleteJobDetailsParameters = RequestParameters;
1029
+ export interface InsightsListByPartyIdModelIdAndResourceQueryParamProperties {
1030
+ /** Minimum insightStartDateTime time of insight resources (inclusive), sample format: yyyy-MM-ddTHH:mm:ssZ. */
1031
+ minInsightStartDateTime?: Date | string;
1032
+ /** Maximum insightStartDateTime time of insight resources (inclusive), sample format: yyyy-MM-ddTHH:mm:ssZ. */
1033
+ maxInsightStartDateTime?: Date | string;
1034
+ /** Minimum insightEndDateTime time of insight resources (inclusive), sample format: yyyy-MM-ddTHH:mm:ssZ. */
1035
+ minInsightEndDateTime?: Date | string;
1036
+ /** Maximum insightEndDateTime time of insight resources (inclusive), sample format: yyyy-MM-ddTHH:mm:ssZ. */
1037
+ maxInsightEndDateTime?: Date | string;
1038
+ /**
1039
+ * Filters on measureKey.unit/unitValue or measureKey.value/value pairs within the Measures object.
1040
+ * eg. "measureKey.unit eq {testValue}" where testValue is string.
1041
+ * 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
1042
+ */
1043
+ measurementFilters?: string;
1044
+ /** 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 */
1045
+ ids?: string;
1046
+ /** 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 */
1047
+ names?: string;
1048
+ /**
1049
+ * Filters on key-value pairs within the Properties object.
1050
+ * 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
1051
+ */
1052
+ propertyFilters?: string;
1053
+ /** 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 */
1054
+ statuses?: string;
1055
+ /** Minimum creation date of resource (inclusive). */
1056
+ minCreatedDateTime?: Date | string;
1057
+ /** Maximum creation date of resource (inclusive). */
1058
+ maxCreatedDateTime?: Date | string;
1059
+ /** Minimum last modified date of resource (inclusive). */
1060
+ minLastModifiedDateTime?: Date | string;
1061
+ /** Maximum last modified date of resource (inclusive). */
1062
+ maxLastModifiedDateTime?: Date | string;
1063
+ /**
1064
+ * Maximum number of items needed (inclusive).
1065
+ * Minimum = 10, Maximum = 1000, Default value = 50.
1066
+ */
1067
+ maxPageSize?: number;
1068
+ /** Skip token for getting next set of results. */
1069
+ skipToken?: string;
1070
+ }
1071
+ export interface InsightsListByPartyIdModelIdAndResourceQueryParam {
1072
+ queryParameters?: InsightsListByPartyIdModelIdAndResourceQueryParamProperties;
1073
+ }
1074
+ export type InsightsListByPartyIdModelIdAndResourceParameters = InsightsListByPartyIdModelIdAndResourceQueryParam & RequestParameters;
1075
+ /** Insight data. */
1076
+ export type InsightResourceMergeAndPatch = Partial<Insight>;
1077
+ export interface InsightsCreateOrUpdateBodyParam {
1078
+ /** Insight data. */
1079
+ body: InsightResourceMergeAndPatch;
1080
+ }
1081
+ export interface InsightsCreateOrUpdateMediaTypesParam {
1082
+ /** Request content type */
1083
+ contentType?: "application/merge-patch+json";
1084
+ }
1085
+ export type InsightsCreateOrUpdateParameters = InsightsCreateOrUpdateMediaTypesParam & InsightsCreateOrUpdateBodyParam & RequestParameters;
1086
+ export type InsightsGetParameters = RequestParameters;
1087
+ export type InsightsDeleteParameters = RequestParameters;
1088
+ export interface ManagementZonesListQueryParamProperties {
1089
+ /** 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 */
1090
+ types?: string;
1091
+ /** 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 */
1092
+ cropIds?: string;
1093
+ /** 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 */
1094
+ seasonIds?: string;
1095
+ /** 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 */
1096
+ fieldIds?: string;
1097
+ /** 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 */
1098
+ sources?: string;
1099
+ /** 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 */
1100
+ ids?: string;
1101
+ /** 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 */
1102
+ names?: string;
1103
+ /**
1104
+ * Filters on key-value pairs within the Properties object.
1105
+ * 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
1106
+ */
1107
+ propertyFilters?: string;
1108
+ /** 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 */
1109
+ statuses?: string;
1110
+ /** Minimum creation date of resource (inclusive). */
1111
+ minCreatedDateTime?: Date | string;
1112
+ /** Maximum creation date of resource (inclusive). */
1113
+ maxCreatedDateTime?: Date | string;
1114
+ /** Minimum last modified date of resource (inclusive). */
1115
+ minLastModifiedDateTime?: Date | string;
1116
+ /** Maximum last modified date of resource (inclusive). */
1117
+ maxLastModifiedDateTime?: Date | string;
1118
+ /**
1119
+ * Maximum number of items needed (inclusive).
1120
+ * Minimum = 10, Maximum = 1000, Default value = 50.
1121
+ */
1122
+ maxPageSize?: number;
1123
+ /** Skip token for getting next set of results. */
1124
+ skipToken?: string;
1125
+ }
1126
+ export interface ManagementZonesListQueryParam {
1127
+ queryParameters?: ManagementZonesListQueryParamProperties;
1128
+ }
1129
+ export type ManagementZonesListParameters = ManagementZonesListQueryParam & RequestParameters;
1130
+ export type ManagementZonesGetCascadeDeleteJobDetailsParameters = RequestParameters;
1131
+ export interface ManagementZonesCreateCascadeDeleteJobQueryParamProperties {
1132
+ /** ID of the associated party. */
1133
+ partyId: string;
1134
+ /** ID of the management zone to be deleted. */
1135
+ managementZoneId: string;
1136
+ }
1137
+ export interface ManagementZonesCreateCascadeDeleteJobQueryParam {
1138
+ queryParameters: ManagementZonesCreateCascadeDeleteJobQueryParamProperties;
1139
+ }
1140
+ export type ManagementZonesCreateCascadeDeleteJobParameters = ManagementZonesCreateCascadeDeleteJobQueryParam & RequestParameters;
1141
+ export interface ManagementZonesListByPartyIdQueryParamProperties {
1142
+ /** 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 */
1143
+ types?: string;
1144
+ /** 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 */
1145
+ cropIds?: string;
1146
+ /** 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 */
1147
+ seasonIds?: string;
1148
+ /** 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 */
1149
+ fieldIds?: string;
1150
+ /** 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 */
1151
+ sources?: string;
1152
+ /** 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 */
1153
+ ids?: string;
1154
+ /** 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 */
1155
+ names?: string;
1156
+ /**
1157
+ * Filters on key-value pairs within the Properties object.
1158
+ * 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
1159
+ */
1160
+ propertyFilters?: string;
1161
+ /** 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 */
1162
+ statuses?: string;
1163
+ /** Minimum creation date of resource (inclusive). */
1164
+ minCreatedDateTime?: Date | string;
1165
+ /** Maximum creation date of resource (inclusive). */
1166
+ maxCreatedDateTime?: Date | string;
1167
+ /** Minimum last modified date of resource (inclusive). */
1168
+ minLastModifiedDateTime?: Date | string;
1169
+ /** Maximum last modified date of resource (inclusive). */
1170
+ maxLastModifiedDateTime?: Date | string;
1171
+ /**
1172
+ * Maximum number of items needed (inclusive).
1173
+ * Minimum = 10, Maximum = 1000, Default value = 50.
1174
+ */
1175
+ maxPageSize?: number;
1176
+ /** Skip token for getting next set of results. */
1177
+ skipToken?: string;
1178
+ }
1179
+ export interface ManagementZonesListByPartyIdQueryParam {
1180
+ queryParameters?: ManagementZonesListByPartyIdQueryParamProperties;
1181
+ }
1182
+ export type ManagementZonesListByPartyIdParameters = ManagementZonesListByPartyIdQueryParam & RequestParameters;
1183
+ export type ManagementZonesGetParameters = RequestParameters;
1184
+ /** ManagementZone resource payload to create or update. */
1185
+ export type ManagementZoneResourceMergeAndPatch = Partial<ManagementZone>;
1186
+ export interface ManagementZonesCreateOrUpdateBodyParam {
1187
+ /** ManagementZone resource payload to create or update. */
1188
+ body: ManagementZoneResourceMergeAndPatch;
1189
+ }
1190
+ export interface ManagementZonesCreateOrUpdateMediaTypesParam {
1191
+ /** Request content type */
1192
+ contentType?: "application/merge-patch+json";
1193
+ }
1194
+ export type ManagementZonesCreateOrUpdateParameters = ManagementZonesCreateOrUpdateMediaTypesParam & ManagementZonesCreateOrUpdateBodyParam & RequestParameters;
1195
+ export type ManagementZonesDeleteParameters = RequestParameters;
1196
+ export interface ModelInferenceCreateBiomassModelJobBodyParam {
1197
+ /** Job parameters supplied by user. */
1198
+ body: BiomassModelJob;
1199
+ }
1200
+ export interface ModelInferenceCreateBiomassModelJobMediaTypesParam {
1201
+ /** Request content type */
1202
+ contentType?: "application/json";
1203
+ }
1204
+ export type ModelInferenceCreateBiomassModelJobParameters = ModelInferenceCreateBiomassModelJobMediaTypesParam & ModelInferenceCreateBiomassModelJobBodyParam & RequestParameters;
1205
+ export type ModelInferenceGetBiomassModelJobParameters = RequestParameters;
1206
+ export interface ModelInferenceCreateSensorPlacementModelJobBodyParam {
1207
+ /** Job parameters supplied by user. */
1208
+ body: SensorPlacementModelJob;
1209
+ }
1210
+ export interface ModelInferenceCreateSensorPlacementModelJobMediaTypesParam {
1211
+ /** Request content type */
1212
+ contentType?: "application/json";
1213
+ }
1214
+ export type ModelInferenceCreateSensorPlacementModelJobParameters = ModelInferenceCreateSensorPlacementModelJobMediaTypesParam & ModelInferenceCreateSensorPlacementModelJobBodyParam & RequestParameters;
1215
+ export type ModelInferenceGetSensorPlacementModelJobParameters = RequestParameters;
1216
+ export interface ModelInferenceCreateSoilMoistureModelJobBodyParam {
1217
+ /** Job parameters supplied by user. */
1218
+ body: SoilMoistureModelJob;
1219
+ }
1220
+ export interface ModelInferenceCreateSoilMoistureModelJobMediaTypesParam {
1221
+ /** Request content type */
1222
+ contentType?: "application/json";
1223
+ }
1224
+ export type ModelInferenceCreateSoilMoistureModelJobParameters = ModelInferenceCreateSoilMoistureModelJobMediaTypesParam & ModelInferenceCreateSoilMoistureModelJobBodyParam & RequestParameters;
1225
+ export type ModelInferenceGetSoilMoistureModelJobParameters = RequestParameters;
1226
+ export interface NutrientAnalysesListQueryParamProperties {
1227
+ /**
1228
+ * Type of the parent it belongs to.
1229
+ * i.e. PlantTissueAnalysis.
1230
+ */
1231
+ parentType?: string;
1232
+ /** 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 */
1233
+ parentIds?: string;
1234
+ /** 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 */
1235
+ classifications?: string;
1236
+ /** 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 */
1237
+ ids?: string;
1238
+ /** 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 */
1239
+ names?: string;
1240
+ /**
1241
+ * Filters on key-value pairs within the Properties object.
1242
+ * 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
1243
+ */
1244
+ propertyFilters?: string;
1245
+ /** 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 */
1246
+ statuses?: string;
1247
+ /** Minimum creation date of resource (inclusive). */
1248
+ minCreatedDateTime?: Date | string;
1249
+ /** Maximum creation date of resource (inclusive). */
1250
+ maxCreatedDateTime?: Date | string;
1251
+ /** Minimum last modified date of resource (inclusive). */
1252
+ minLastModifiedDateTime?: Date | string;
1253
+ /** Maximum last modified date of resource (inclusive). */
1254
+ maxLastModifiedDateTime?: Date | string;
1255
+ /**
1256
+ * Maximum number of items needed (inclusive).
1257
+ * Minimum = 10, Maximum = 1000, Default value = 50.
1258
+ */
1259
+ maxPageSize?: number;
1260
+ /** Skip token for getting next set of results. */
1261
+ skipToken?: string;
1262
+ }
1263
+ export interface NutrientAnalysesListQueryParam {
1264
+ queryParameters?: NutrientAnalysesListQueryParamProperties;
1265
+ }
1266
+ export type NutrientAnalysesListParameters = NutrientAnalysesListQueryParam & RequestParameters;
1267
+ export interface NutrientAnalysesListByPartyIdQueryParamProperties {
1268
+ /**
1269
+ * Type of the parent it belongs to.
1270
+ * i.e. PlantTissueAnalysis.
1271
+ */
1272
+ parentType?: string;
1273
+ /** 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 */
1274
+ parentIds?: string;
1275
+ /** 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 */
1276
+ classifications?: string;
1277
+ /** 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 */
1278
+ ids?: string;
1279
+ /** 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 */
1280
+ names?: string;
1281
+ /**
1282
+ * Filters on key-value pairs within the Properties object.
1283
+ * 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
1284
+ */
1285
+ propertyFilters?: string;
1286
+ /** 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 */
1287
+ statuses?: string;
1288
+ /** Minimum creation date of resource (inclusive). */
1289
+ minCreatedDateTime?: Date | string;
1290
+ /** Maximum creation date of resource (inclusive). */
1291
+ maxCreatedDateTime?: Date | string;
1292
+ /** Minimum last modified date of resource (inclusive). */
1293
+ minLastModifiedDateTime?: Date | string;
1294
+ /** Maximum last modified date of resource (inclusive). */
1295
+ maxLastModifiedDateTime?: Date | string;
1296
+ /**
1297
+ * Maximum number of items needed (inclusive).
1298
+ * Minimum = 10, Maximum = 1000, Default value = 50.
1299
+ */
1300
+ maxPageSize?: number;
1301
+ /** Skip token for getting next set of results. */
1302
+ skipToken?: string;
1303
+ }
1304
+ export interface NutrientAnalysesListByPartyIdQueryParam {
1305
+ queryParameters?: NutrientAnalysesListByPartyIdQueryParamProperties;
1306
+ }
1307
+ export type NutrientAnalysesListByPartyIdParameters = NutrientAnalysesListByPartyIdQueryParam & RequestParameters;
1308
+ export type NutrientAnalysesGetParameters = RequestParameters;
1309
+ /** NutrientAnalysis resource payload to create or update. */
1310
+ export type NutrientAnalysisResourceMergeAndPatch = Partial<NutrientAnalysis>;
1311
+ export interface NutrientAnalysesCreateOrUpdateBodyParam {
1312
+ /** NutrientAnalysis resource payload to create or update. */
1313
+ body: NutrientAnalysisResourceMergeAndPatch;
1314
+ }
1315
+ export interface NutrientAnalysesCreateOrUpdateMediaTypesParam {
1316
+ /** Request content type */
1317
+ contentType?: "application/merge-patch+json";
1318
+ }
1319
+ export type NutrientAnalysesCreateOrUpdateParameters = NutrientAnalysesCreateOrUpdateMediaTypesParam & NutrientAnalysesCreateOrUpdateBodyParam & RequestParameters;
1320
+ export type NutrientAnalysesDeleteParameters = RequestParameters;
1321
+ export interface OAuthProvidersListQueryParamProperties {
1322
+ /** 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 */
1323
+ ids?: string;
1324
+ /** 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 */
1325
+ names?: string;
1326
+ /**
1327
+ * Filters on key-value pairs within the Properties object.
1328
+ * 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
1329
+ */
1330
+ propertyFilters?: string;
1331
+ /** 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 */
1332
+ statuses?: string;
1333
+ /** Minimum creation date of resource (inclusive). */
1334
+ minCreatedDateTime?: Date | string;
1335
+ /** Maximum creation date of resource (inclusive). */
1336
+ maxCreatedDateTime?: Date | string;
1337
+ /** Minimum last modified date of resource (inclusive). */
1338
+ minLastModifiedDateTime?: Date | string;
1339
+ /** Maximum last modified date of resource (inclusive). */
1340
+ maxLastModifiedDateTime?: Date | string;
1341
+ /**
1342
+ * Maximum number of items needed (inclusive).
1343
+ * Minimum = 10, Maximum = 1000, Default value = 50.
1344
+ */
1345
+ maxPageSize?: number;
1346
+ /** Skip token for getting next set of results. */
1347
+ skipToken?: string;
1348
+ }
1349
+ export interface OAuthProvidersListQueryParam {
1350
+ queryParameters?: OAuthProvidersListQueryParamProperties;
1351
+ }
1352
+ export type OAuthProvidersListParameters = OAuthProvidersListQueryParam & RequestParameters;
1353
+ export type OAuthProvidersGetParameters = RequestParameters;
1354
+ /** OauthProvider resource payload to create or update. */
1355
+ export type OAuthProviderResourceMergeAndPatch = Partial<OAuthProvider>;
1356
+ export interface OAuthProvidersCreateOrUpdateBodyParam {
1357
+ /** OauthProvider resource payload to create or update. */
1358
+ body: OAuthProviderResourceMergeAndPatch;
1359
+ }
1360
+ export interface OAuthProvidersCreateOrUpdateMediaTypesParam {
1361
+ /** Request content type */
1362
+ contentType?: "application/merge-patch+json";
1363
+ }
1364
+ export type OAuthProvidersCreateOrUpdateParameters = OAuthProvidersCreateOrUpdateMediaTypesParam & OAuthProvidersCreateOrUpdateBodyParam & RequestParameters;
1365
+ export type OAuthProvidersDeleteParameters = RequestParameters;
1366
+ export type OAuthProvidersGetCascadeDeleteJobDetailsParameters = RequestParameters;
1367
+ export interface OAuthProvidersCreateCascadeDeleteJobQueryParamProperties {
1368
+ /** Id of the application data. */
1369
+ oauthProviderId: string;
1370
+ }
1371
+ export interface OAuthProvidersCreateCascadeDeleteJobQueryParam {
1372
+ queryParameters: OAuthProvidersCreateCascadeDeleteJobQueryParamProperties;
1373
+ }
1374
+ export type OAuthProvidersCreateCascadeDeleteJobParameters = OAuthProvidersCreateCascadeDeleteJobQueryParam & RequestParameters;
1375
+ export interface OAuthTokensListQueryParamProperties {
1376
+ /** 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 */
1377
+ authProviderIds?: string;
1378
+ /** 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 */
1379
+ partyIds?: string;
1380
+ /** If the token object is valid. */
1381
+ isValid?: boolean;
1382
+ /** Minimum creation date of resource (inclusive). */
1383
+ minCreatedDateTime?: Date | string;
1384
+ /** Maximum creation date of resource (inclusive). */
1385
+ maxCreatedDateTime?: Date | string;
1386
+ /** Minimum last modified date of resource (inclusive). */
1387
+ minLastModifiedDateTime?: Date | string;
1388
+ /** Maximum last modified date of resource (inclusive). */
1389
+ maxLastModifiedDateTime?: Date | string;
1390
+ /**
1391
+ * Maximum number of items needed (inclusive).
1392
+ * Minimum = 10, Maximum = 1000, Default value = 50.
1393
+ */
1394
+ maxPageSize?: number;
1395
+ /** Skip token for getting next set of results. */
1396
+ skipToken?: string;
1397
+ }
1398
+ export interface OAuthTokensListQueryParam {
1399
+ queryParameters?: OAuthTokensListQueryParamProperties;
1400
+ }
1401
+ export type OAuthTokensListParameters = OAuthTokensListQueryParam & RequestParameters;
1402
+ export interface OAuthTokensGetOAuthConnectionLinkBodyParam {
1403
+ /** OAuth Connect Request. */
1404
+ body: OAuthConnectRequest;
1405
+ }
1406
+ export interface OAuthTokensGetOAuthConnectionLinkMediaTypesParam {
1407
+ /** Request content type */
1408
+ contentType?: "application/json";
1409
+ }
1410
+ export type OAuthTokensGetOAuthConnectionLinkParameters = OAuthTokensGetOAuthConnectionLinkMediaTypesParam & OAuthTokensGetOAuthConnectionLinkBodyParam & RequestParameters;
1411
+ export type OAuthTokensGetCascadeDeleteJobDetailsParameters = RequestParameters;
1412
+ export interface OAuthTokensCreateCascadeDeleteJobQueryParamProperties {
1413
+ /** Id of the party. */
1414
+ partyId: string;
1415
+ /** Id of the OAuthProvider. */
1416
+ oauthProviderId: string;
1417
+ }
1418
+ export interface OAuthTokensCreateCascadeDeleteJobQueryParam {
1419
+ queryParameters: OAuthTokensCreateCascadeDeleteJobQueryParamProperties;
1420
+ }
1421
+ export type OAuthTokensCreateCascadeDeleteJobParameters = OAuthTokensCreateCascadeDeleteJobQueryParam & RequestParameters;
1422
+ export interface PartiesListQueryParamProperties {
1423
+ /** 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 */
1424
+ ids?: string;
1425
+ /** 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 */
1426
+ names?: string;
1427
+ /**
1428
+ * Filters on key-value pairs within the Properties object.
1429
+ * 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
1430
+ */
1431
+ propertyFilters?: string;
1432
+ /** 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 */
1433
+ statuses?: string;
1434
+ /** Minimum creation date of resource (inclusive). */
1435
+ minCreatedDateTime?: Date | string;
1436
+ /** Maximum creation date of resource (inclusive). */
1437
+ maxCreatedDateTime?: Date | string;
1438
+ /** Minimum last modified date of resource (inclusive). */
1439
+ minLastModifiedDateTime?: Date | string;
1440
+ /** Maximum last modified date of resource (inclusive). */
1441
+ maxLastModifiedDateTime?: Date | string;
1442
+ /**
1443
+ * Maximum number of items needed (inclusive).
1444
+ * Minimum = 10, Maximum = 1000, Default value = 50.
1445
+ */
1446
+ maxPageSize?: number;
1447
+ /** Skip token for getting next set of results. */
1448
+ skipToken?: string;
1449
+ }
1450
+ export interface PartiesListQueryParam {
1451
+ queryParameters?: PartiesListQueryParamProperties;
1452
+ }
1453
+ export type PartiesListParameters = PartiesListQueryParam & RequestParameters;
1454
+ export type PartiesGetParameters = RequestParameters;
1455
+ /** Party resource payload to create or update. */
1456
+ export type PartyResourceMergeAndPatch = Partial<Party>;
1457
+ export interface PartiesCreateOrUpdateBodyParam {
1458
+ /** Party resource payload to create or update. */
1459
+ body: PartyResourceMergeAndPatch;
1460
+ }
1461
+ export interface PartiesCreateOrUpdateMediaTypesParam {
1462
+ /** Request content type */
1463
+ contentType?: "application/merge-patch+json";
1464
+ }
1465
+ export type PartiesCreateOrUpdateParameters = PartiesCreateOrUpdateMediaTypesParam & PartiesCreateOrUpdateBodyParam & RequestParameters;
1466
+ export type PartiesDeleteParameters = RequestParameters;
1467
+ export type PartiesGetCascadeDeleteJobDetailsParameters = RequestParameters;
1468
+ export interface PartiesCreateCascadeDeleteJobQueryParamProperties {
1469
+ /** ID of the party to be deleted. */
1470
+ partyId: string;
1471
+ }
1472
+ export interface PartiesCreateCascadeDeleteJobQueryParam {
1473
+ queryParameters: PartiesCreateCascadeDeleteJobQueryParamProperties;
1474
+ }
1475
+ export type PartiesCreateCascadeDeleteJobParameters = PartiesCreateCascadeDeleteJobQueryParam & RequestParameters;
1476
+ export interface PlantingDataListByPartyIdQueryParamProperties {
1477
+ /** Minimum AvgPlantingRate value(inclusive). */
1478
+ minAvgPlantingRate?: number;
1479
+ /** Maximum AvgPlantingRate value (inclusive). */
1480
+ maxAvgPlantingRate?: number;
1481
+ /** Minimum TotalMaterial value(inclusive). */
1482
+ minTotalMaterial?: number;
1483
+ /** Maximum TotalMaterial value (inclusive). */
1484
+ maxTotalMaterial?: number;
1485
+ /** Minimum AvgMaterial value(inclusive). */
1486
+ minAvgMaterial?: number;
1487
+ /** Maximum AvgMaterial value (inclusive). */
1488
+ maxAvgMaterial?: number;
1489
+ /** 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 */
1490
+ sources?: string;
1491
+ /** 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 */
1492
+ associatedBoundaryIds?: string;
1493
+ /** Minimum start date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */
1494
+ minOperationStartDateTime?: Date | string;
1495
+ /** Maximum start date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */
1496
+ maxOperationStartDateTime?: Date | string;
1497
+ /** Minimum end date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */
1498
+ minOperationEndDateTime?: Date | string;
1499
+ /** Maximum end date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */
1500
+ maxOperationEndDateTime?: Date | string;
1501
+ /** Minimum modified date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */
1502
+ minOperationModifiedDateTime?: Date | string;
1503
+ /** Maximum modified date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */
1504
+ maxOperationModifiedDateTime?: Date | string;
1505
+ /** Minimum area for which operation was applied (inclusive). */
1506
+ minArea?: number;
1507
+ /** Maximum area for which operation was applied (inclusive). */
1508
+ maxArea?: number;
1509
+ /** 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 */
1510
+ ids?: string;
1511
+ /** 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 */
1512
+ names?: string;
1513
+ /**
1514
+ * Filters on key-value pairs within the Properties object.
1515
+ * 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
1516
+ */
1517
+ propertyFilters?: string;
1518
+ /** 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 */
1519
+ statuses?: string;
1520
+ /** Minimum creation date of resource (inclusive). */
1521
+ minCreatedDateTime?: Date | string;
1522
+ /** Maximum creation date of resource (inclusive). */
1523
+ maxCreatedDateTime?: Date | string;
1524
+ /** Minimum last modified date of resource (inclusive). */
1525
+ minLastModifiedDateTime?: Date | string;
1526
+ /** Maximum last modified date of resource (inclusive). */
1527
+ maxLastModifiedDateTime?: Date | string;
1528
+ /**
1529
+ * Maximum number of items needed (inclusive).
1530
+ * Minimum = 10, Maximum = 1000, Default value = 50.
1531
+ */
1532
+ maxPageSize?: number;
1533
+ /** Skip token for getting next set of results. */
1534
+ skipToken?: string;
1535
+ }
1536
+ export interface PlantingDataListByPartyIdQueryParam {
1537
+ queryParameters?: PlantingDataListByPartyIdQueryParamProperties;
1538
+ }
1539
+ export type PlantingDataListByPartyIdParameters = PlantingDataListByPartyIdQueryParam & RequestParameters;
1540
+ export type PlantingDataGetParameters = RequestParameters;
1541
+ /** Planting data resource payload to create or update. */
1542
+ export type PlantingDataResourceMergeAndPatch = Partial<PlantingData>;
1543
+ export interface PlantingDataCreateOrUpdateBodyParam {
1544
+ /** Planting data resource payload to create or update. */
1545
+ body: PlantingDataResourceMergeAndPatch;
1546
+ }
1547
+ export interface PlantingDataCreateOrUpdateMediaTypesParam {
1548
+ /** Request content type */
1549
+ contentType?: "application/merge-patch+json";
1550
+ }
1551
+ export type PlantingDataCreateOrUpdateParameters = PlantingDataCreateOrUpdateMediaTypesParam & PlantingDataCreateOrUpdateBodyParam & RequestParameters;
1552
+ export type PlantingDataDeleteParameters = RequestParameters;
1553
+ export interface PlantingDataListQueryParamProperties {
1554
+ /** Minimum AvgPlantingRate value(inclusive). */
1555
+ minAvgPlantingRate?: number;
1556
+ /** Maximum AvgPlantingRate value (inclusive). */
1557
+ maxAvgPlantingRate?: number;
1558
+ /** Minimum TotalMaterial value(inclusive). */
1559
+ minTotalMaterial?: number;
1560
+ /** Maximum TotalMaterial value (inclusive). */
1561
+ maxTotalMaterial?: number;
1562
+ /** Minimum AvgMaterial value(inclusive). */
1563
+ minAvgMaterial?: number;
1564
+ /** Maximum AvgMaterial value (inclusive). */
1565
+ maxAvgMaterial?: number;
1566
+ /** 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 */
1567
+ sources?: string;
1568
+ /** 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 */
1569
+ associatedBoundaryIds?: string;
1570
+ /** Minimum start date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */
1571
+ minOperationStartDateTime?: Date | string;
1572
+ /** Maximum start date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */
1573
+ maxOperationStartDateTime?: Date | string;
1574
+ /** Minimum end date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */
1575
+ minOperationEndDateTime?: Date | string;
1576
+ /** Maximum end date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */
1577
+ maxOperationEndDateTime?: Date | string;
1578
+ /** Minimum modified date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */
1579
+ minOperationModifiedDateTime?: Date | string;
1580
+ /** Maximum modified date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */
1581
+ maxOperationModifiedDateTime?: Date | string;
1582
+ /** Minimum area for which operation was applied (inclusive). */
1583
+ minArea?: number;
1584
+ /** Maximum area for which operation was applied (inclusive). */
1585
+ maxArea?: number;
1586
+ /** 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 */
1587
+ ids?: string;
1588
+ /** 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 */
1589
+ names?: string;
1590
+ /**
1591
+ * Filters on key-value pairs within the Properties object.
1592
+ * 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
1593
+ */
1594
+ propertyFilters?: string;
1595
+ /** 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 */
1596
+ statuses?: string;
1597
+ /** Minimum creation date of resource (inclusive). */
1598
+ minCreatedDateTime?: Date | string;
1599
+ /** Maximum creation date of resource (inclusive). */
1600
+ maxCreatedDateTime?: Date | string;
1601
+ /** Minimum last modified date of resource (inclusive). */
1602
+ minLastModifiedDateTime?: Date | string;
1603
+ /** Maximum last modified date of resource (inclusive). */
1604
+ maxLastModifiedDateTime?: Date | string;
1605
+ /**
1606
+ * Maximum number of items needed (inclusive).
1607
+ * Minimum = 10, Maximum = 1000, Default value = 50.
1608
+ */
1609
+ maxPageSize?: number;
1610
+ /** Skip token for getting next set of results. */
1611
+ skipToken?: string;
1612
+ }
1613
+ export interface PlantingDataListQueryParam {
1614
+ queryParameters?: PlantingDataListQueryParamProperties;
1615
+ }
1616
+ export type PlantingDataListParameters = PlantingDataListQueryParam & RequestParameters;
1617
+ export interface PlantingDataCreateCascadeDeleteJobQueryParamProperties {
1618
+ /** Id of the party. */
1619
+ partyId: string;
1620
+ /** Id of the planting data. */
1621
+ plantingDataId: string;
1622
+ }
1623
+ export interface PlantingDataCreateCascadeDeleteJobQueryParam {
1624
+ queryParameters: PlantingDataCreateCascadeDeleteJobQueryParamProperties;
1625
+ }
1626
+ export type PlantingDataCreateCascadeDeleteJobParameters = PlantingDataCreateCascadeDeleteJobQueryParam & RequestParameters;
1627
+ export type PlantingDataGetCascadeDeleteJobDetailsParameters = RequestParameters;
1628
+ export interface PlantTissueAnalysesListByPartyIdQueryParamProperties {
1629
+ /** 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 */
1630
+ seasonIds?: string;
1631
+ /** 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 */
1632
+ cropIds?: string;
1633
+ /** 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 */
1634
+ cropProductsIds?: string;
1635
+ /** 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 */
1636
+ fieldIds?: string;
1637
+ /** 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 */
1638
+ ids?: string;
1639
+ /** 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 */
1640
+ names?: string;
1641
+ /**
1642
+ * Filters on key-value pairs within the Properties object.
1643
+ * 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
1644
+ */
1645
+ propertyFilters?: string;
1646
+ /** 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 */
1647
+ statuses?: string;
1648
+ /** Minimum creation date of resource (inclusive). */
1649
+ minCreatedDateTime?: Date | string;
1650
+ /** Maximum creation date of resource (inclusive). */
1651
+ maxCreatedDateTime?: Date | string;
1652
+ /** Minimum last modified date of resource (inclusive). */
1653
+ minLastModifiedDateTime?: Date | string;
1654
+ /** Maximum last modified date of resource (inclusive). */
1655
+ maxLastModifiedDateTime?: Date | string;
1656
+ /**
1657
+ * Maximum number of items needed (inclusive).
1658
+ * Minimum = 10, Maximum = 1000, Default value = 50.
1659
+ */
1660
+ maxPageSize?: number;
1661
+ /** Skip token for getting next set of results. */
1662
+ skipToken?: string;
1663
+ }
1664
+ export interface PlantTissueAnalysesListByPartyIdQueryParam {
1665
+ queryParameters?: PlantTissueAnalysesListByPartyIdQueryParamProperties;
1666
+ }
1667
+ export type PlantTissueAnalysesListByPartyIdParameters = PlantTissueAnalysesListByPartyIdQueryParam & RequestParameters;
1668
+ export type PlantTissueAnalysesGetParameters = RequestParameters;
1669
+ /** PlantTissueAnalysis resource payload to create or update. */
1670
+ export type PlantTissueAnalysisResourceMergeAndPatch = Partial<PlantTissueAnalysis>;
1671
+ export interface PlantTissueAnalysesCreateOrUpdateBodyParam {
1672
+ /** PlantTissueAnalysis resource payload to create or update. */
1673
+ body: PlantTissueAnalysisResourceMergeAndPatch;
1674
+ }
1675
+ export interface PlantTissueAnalysesCreateOrUpdateMediaTypesParam {
1676
+ /** Request content type */
1677
+ contentType?: "application/merge-patch+json";
1678
+ }
1679
+ export type PlantTissueAnalysesCreateOrUpdateParameters = PlantTissueAnalysesCreateOrUpdateMediaTypesParam & PlantTissueAnalysesCreateOrUpdateBodyParam & RequestParameters;
1680
+ export type PlantTissueAnalysesDeleteParameters = RequestParameters;
1681
+ export interface PlantTissueAnalysesListQueryParamProperties {
1682
+ /** 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 */
1683
+ seasonIds?: string;
1684
+ /** 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 */
1685
+ cropIds?: string;
1686
+ /** 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 */
1687
+ cropProductsIds?: string;
1688
+ /** 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 */
1689
+ fieldIds?: string;
1690
+ /** 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 */
1691
+ ids?: string;
1692
+ /** 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 */
1693
+ names?: string;
1694
+ /**
1695
+ * Filters on key-value pairs within the Properties object.
1696
+ * 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
1697
+ */
1698
+ propertyFilters?: string;
1699
+ /** 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 */
1700
+ statuses?: string;
1701
+ /** Minimum creation date of resource (inclusive). */
1702
+ minCreatedDateTime?: Date | string;
1703
+ /** Maximum creation date of resource (inclusive). */
1704
+ maxCreatedDateTime?: Date | string;
1705
+ /** Minimum last modified date of resource (inclusive). */
1706
+ minLastModifiedDateTime?: Date | string;
1707
+ /** Maximum last modified date of resource (inclusive). */
1708
+ maxLastModifiedDateTime?: Date | string;
1709
+ /**
1710
+ * Maximum number of items needed (inclusive).
1711
+ * Minimum = 10, Maximum = 1000, Default value = 50.
1712
+ */
1713
+ maxPageSize?: number;
1714
+ /** Skip token for getting next set of results. */
1715
+ skipToken?: string;
1716
+ }
1717
+ export interface PlantTissueAnalysesListQueryParam {
1718
+ queryParameters?: PlantTissueAnalysesListQueryParamProperties;
1719
+ }
1720
+ export type PlantTissueAnalysesListParameters = PlantTissueAnalysesListQueryParam & RequestParameters;
1721
+ export interface PlantTissueAnalysesCreateCascadeDeleteJobQueryParamProperties {
1722
+ /** ID of the associated party. */
1723
+ partyId: string;
1724
+ /** ID of the plant tissue analysis to be deleted. */
1725
+ plantTissueAnalysisId: string;
1726
+ }
1727
+ export interface PlantTissueAnalysesCreateCascadeDeleteJobQueryParam {
1728
+ queryParameters: PlantTissueAnalysesCreateCascadeDeleteJobQueryParamProperties;
1729
+ }
1730
+ export type PlantTissueAnalysesCreateCascadeDeleteJobParameters = PlantTissueAnalysesCreateCascadeDeleteJobQueryParam & RequestParameters;
1731
+ export type PlantTissueAnalysesGetCascadeDeleteJobDetailsParameters = RequestParameters;
1732
+ export interface PrescriptionMapsListByPartyIdQueryParamProperties {
1733
+ /** 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 */
1734
+ types?: string;
1735
+ /** 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 */
1736
+ cropIds?: string;
1737
+ /** 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 */
1738
+ seasonIds?: string;
1739
+ /** 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 */
1740
+ fieldIds?: string;
1741
+ /** 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 */
1742
+ sources?: string;
1743
+ /** 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 */
1744
+ ids?: string;
1745
+ /** 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 */
1746
+ names?: string;
1747
+ /**
1748
+ * Filters on key-value pairs within the Properties object.
1749
+ * 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
1750
+ */
1751
+ propertyFilters?: string;
1752
+ /** 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 */
1753
+ statuses?: string;
1754
+ /** Minimum creation date of resource (inclusive). */
1755
+ minCreatedDateTime?: Date | string;
1756
+ /** Maximum creation date of resource (inclusive). */
1757
+ maxCreatedDateTime?: Date | string;
1758
+ /** Minimum last modified date of resource (inclusive). */
1759
+ minLastModifiedDateTime?: Date | string;
1760
+ /** Maximum last modified date of resource (inclusive). */
1761
+ maxLastModifiedDateTime?: Date | string;
1762
+ /**
1763
+ * Maximum number of items needed (inclusive).
1764
+ * Minimum = 10, Maximum = 1000, Default value = 50.
1765
+ */
1766
+ maxPageSize?: number;
1767
+ /** Skip token for getting next set of results. */
1768
+ skipToken?: string;
1769
+ }
1770
+ export interface PrescriptionMapsListByPartyIdQueryParam {
1771
+ queryParameters?: PrescriptionMapsListByPartyIdQueryParamProperties;
1772
+ }
1773
+ export type PrescriptionMapsListByPartyIdParameters = PrescriptionMapsListByPartyIdQueryParam & RequestParameters;
1774
+ export type PrescriptionMapsGetParameters = RequestParameters;
1775
+ /** PrescriptionMap resource payload to create or update. */
1776
+ export type PrescriptionMapResourceMergeAndPatch = Partial<PrescriptionMap>;
1777
+ export interface PrescriptionMapsCreateOrUpdateBodyParam {
1778
+ /** PrescriptionMap resource payload to create or update. */
1779
+ body: PrescriptionMapResourceMergeAndPatch;
1780
+ }
1781
+ export interface PrescriptionMapsCreateOrUpdateMediaTypesParam {
1782
+ /** Request content type */
1783
+ contentType?: "application/merge-patch+json";
1784
+ }
1785
+ export type PrescriptionMapsCreateOrUpdateParameters = PrescriptionMapsCreateOrUpdateMediaTypesParam & PrescriptionMapsCreateOrUpdateBodyParam & RequestParameters;
1786
+ export type PrescriptionMapsDeleteParameters = RequestParameters;
1787
+ export interface PrescriptionMapsListQueryParamProperties {
1788
+ /** 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 */
1789
+ types?: string;
1790
+ /** 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 */
1791
+ cropIds?: string;
1792
+ /** 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 */
1793
+ seasonIds?: string;
1794
+ /** 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 */
1795
+ fieldIds?: string;
1796
+ /** 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 */
1797
+ sources?: string;
1798
+ /** 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 */
1799
+ ids?: string;
1800
+ /** 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 */
1801
+ names?: string;
1802
+ /**
1803
+ * Filters on key-value pairs within the Properties object.
1804
+ * 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
1805
+ */
1806
+ propertyFilters?: string;
1807
+ /** 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 */
1808
+ statuses?: string;
1809
+ /** Minimum creation date of resource (inclusive). */
1810
+ minCreatedDateTime?: Date | string;
1811
+ /** Maximum creation date of resource (inclusive). */
1812
+ maxCreatedDateTime?: Date | string;
1813
+ /** Minimum last modified date of resource (inclusive). */
1814
+ minLastModifiedDateTime?: Date | string;
1815
+ /** Maximum last modified date of resource (inclusive). */
1816
+ maxLastModifiedDateTime?: Date | string;
1817
+ /**
1818
+ * Maximum number of items needed (inclusive).
1819
+ * Minimum = 10, Maximum = 1000, Default value = 50.
1820
+ */
1821
+ maxPageSize?: number;
1822
+ /** Skip token for getting next set of results. */
1823
+ skipToken?: string;
1824
+ }
1825
+ export interface PrescriptionMapsListQueryParam {
1826
+ queryParameters?: PrescriptionMapsListQueryParamProperties;
1827
+ }
1828
+ export type PrescriptionMapsListParameters = PrescriptionMapsListQueryParam & RequestParameters;
1829
+ export type PrescriptionMapsGetCascadeDeleteJobDetailsParameters = RequestParameters;
1830
+ export interface PrescriptionMapsCreateCascadeDeleteJobQueryParamProperties {
1831
+ /** ID of the associated party. */
1832
+ partyId: string;
1833
+ /** ID of the prescription map to be deleted. */
1834
+ prescriptionMapId: string;
1835
+ }
1836
+ export interface PrescriptionMapsCreateCascadeDeleteJobQueryParam {
1837
+ queryParameters: PrescriptionMapsCreateCascadeDeleteJobQueryParamProperties;
1838
+ }
1839
+ export type PrescriptionMapsCreateCascadeDeleteJobParameters = PrescriptionMapsCreateCascadeDeleteJobQueryParam & RequestParameters;
1840
+ export interface PrescriptionsListByPartyIdQueryParamProperties {
1841
+ /** 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 */
1842
+ prescriptionMapIds?: string;
1843
+ /** 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 */
1844
+ types?: string;
1845
+ /** 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 */
1846
+ productCodes?: string;
1847
+ /** 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 */
1848
+ productNames?: string;
1849
+ /** 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 */
1850
+ sources?: string;
1851
+ /** 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 */
1852
+ ids?: string;
1853
+ /** 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 */
1854
+ names?: string;
1855
+ /**
1856
+ * Filters on key-value pairs within the Properties object.
1857
+ * 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
1858
+ */
1859
+ propertyFilters?: string;
1860
+ /** 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 */
1861
+ statuses?: string;
1862
+ /** Minimum creation date of resource (inclusive). */
1863
+ minCreatedDateTime?: Date | string;
1864
+ /** Maximum creation date of resource (inclusive). */
1865
+ maxCreatedDateTime?: Date | string;
1866
+ /** Minimum last modified date of resource (inclusive). */
1867
+ minLastModifiedDateTime?: Date | string;
1868
+ /** Maximum last modified date of resource (inclusive). */
1869
+ maxLastModifiedDateTime?: Date | string;
1870
+ /**
1871
+ * Maximum number of items needed (inclusive).
1872
+ * Minimum = 10, Maximum = 1000, Default value = 50.
1873
+ */
1874
+ maxPageSize?: number;
1875
+ /** Skip token for getting next set of results. */
1876
+ skipToken?: string;
1877
+ }
1878
+ export interface PrescriptionsListByPartyIdQueryParam {
1879
+ queryParameters?: PrescriptionsListByPartyIdQueryParamProperties;
1880
+ }
1881
+ export type PrescriptionsListByPartyIdParameters = PrescriptionsListByPartyIdQueryParam & RequestParameters;
1882
+ export type PrescriptionsGetParameters = RequestParameters;
1883
+ /** Prescription resource payload to create or update. */
1884
+ export type PrescriptionResourceMergeAndPatch = Partial<Prescription>;
1885
+ export interface PrescriptionsCreateOrUpdateBodyParam {
1886
+ /** Prescription resource payload to create or update. */
1887
+ body: PrescriptionResourceMergeAndPatch;
1888
+ }
1889
+ export interface PrescriptionsCreateOrUpdateMediaTypesParam {
1890
+ /** Request content type */
1891
+ contentType?: "application/merge-patch+json";
1892
+ }
1893
+ export type PrescriptionsCreateOrUpdateParameters = PrescriptionsCreateOrUpdateMediaTypesParam & PrescriptionsCreateOrUpdateBodyParam & RequestParameters;
1894
+ export type PrescriptionsDeleteParameters = RequestParameters;
1895
+ export interface PrescriptionsListQueryParamProperties {
1896
+ /** 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 */
1897
+ prescriptionMapIds?: string;
1898
+ /** 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 */
1899
+ types?: string;
1900
+ /** 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 */
1901
+ productCodes?: string;
1902
+ /** 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 */
1903
+ productNames?: string;
1904
+ /** 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 */
1905
+ sources?: string;
1906
+ /** 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 */
1907
+ ids?: string;
1908
+ /** 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 */
1909
+ names?: string;
1910
+ /**
1911
+ * Filters on key-value pairs within the Properties object.
1912
+ * 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
1913
+ */
1914
+ propertyFilters?: string;
1915
+ /** 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 */
1916
+ statuses?: string;
1917
+ /** Minimum creation date of resource (inclusive). */
1918
+ minCreatedDateTime?: Date | string;
1919
+ /** Maximum creation date of resource (inclusive). */
1920
+ maxCreatedDateTime?: Date | string;
1921
+ /** Minimum last modified date of resource (inclusive). */
1922
+ minLastModifiedDateTime?: Date | string;
1923
+ /** Maximum last modified date of resource (inclusive). */
1924
+ maxLastModifiedDateTime?: Date | string;
1925
+ /**
1926
+ * Maximum number of items needed (inclusive).
1927
+ * Minimum = 10, Maximum = 1000, Default value = 50.
1928
+ */
1929
+ maxPageSize?: number;
1930
+ /** Skip token for getting next set of results. */
1931
+ skipToken?: string;
1932
+ }
1933
+ export interface PrescriptionsListQueryParam {
1934
+ queryParameters?: PrescriptionsListQueryParamProperties;
1935
+ }
1936
+ export type PrescriptionsListParameters = PrescriptionsListQueryParam & RequestParameters;
1937
+ export type PrescriptionsGetCascadeDeleteJobDetailsParameters = RequestParameters;
1938
+ export interface PrescriptionsCreateCascadeDeleteJobQueryParamProperties {
1939
+ /** ID of the associated party. */
1940
+ partyId: string;
1941
+ /** ID of the prescription to be deleted. */
1942
+ prescriptionId: string;
1943
+ }
1944
+ export interface PrescriptionsCreateCascadeDeleteJobQueryParam {
1945
+ queryParameters: PrescriptionsCreateCascadeDeleteJobQueryParamProperties;
1946
+ }
1947
+ export type PrescriptionsCreateCascadeDeleteJobParameters = PrescriptionsCreateCascadeDeleteJobQueryParam & RequestParameters;
1948
+ export interface ScenesListQueryParamProperties {
1949
+ /** Provider name of scene data. */
1950
+ provider: string;
1951
+ /** PartyId. */
1952
+ partyId: string;
1953
+ /** BoundaryId. */
1954
+ boundaryId: string;
1955
+ /** Source name of scene data, Available Values: Sentinel_2_L2A, Sentinel_2_L1C. */
1956
+ source: string;
1957
+ /** Scene start UTC datetime (inclusive), sample format: yyyy-MM-ddThh:mm:ssZ. */
1958
+ startDateTime?: Date | string;
1959
+ /** Scene end UTC datetime (inclusive), sample format: yyyy-MM-dThh:mm:ssZ. */
1960
+ endDateTime?: Date | string;
1961
+ /** Filter scenes with cloud coverage percentage less than max value. Range [0 to 100.0]. */
1962
+ maxCloudCoveragePercentage?: number;
1963
+ /** Filter scenes with dark pixel coverage percentage less than max value. Range [0 to 100.0]. */
1964
+ maxDarkPixelCoveragePercentage?: number;
1965
+ /** 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 */
1966
+ imageNames?: string;
1967
+ /** List of image resolutions in meters 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 */
1968
+ imageResolutions?: string;
1969
+ /** 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 */
1970
+ imageFormats?: string;
1971
+ /**
1972
+ * Maximum number of items needed (inclusive).
1973
+ * Minimum = 10, Maximum = 1000, Default value = 50.
1974
+ */
1975
+ maxPageSize?: number;
1976
+ /** Skip token for getting next set of results. */
1977
+ skipToken?: string;
1978
+ }
1979
+ export interface ScenesListQueryParam {
1980
+ queryParameters: ScenesListQueryParamProperties;
1981
+ }
1982
+ export type ScenesListParameters = ScenesListQueryParam & RequestParameters;
1983
+ export interface ScenesDownloadQueryParamProperties {
1984
+ /** cloud storage path of scene file. */
1985
+ filePath: string;
1986
+ }
1987
+ export interface ScenesDownloadQueryParam {
1988
+ queryParameters: ScenesDownloadQueryParamProperties;
1989
+ }
1990
+ export type ScenesDownloadParameters = ScenesDownloadQueryParam & RequestParameters;
1991
+ export interface ScenesCreateSatelliteDataIngestionJobBodyParam {
1992
+ /** Job parameters supplied by user. */
1993
+ body: SatelliteDataIngestionJob;
1994
+ }
1995
+ export interface ScenesCreateSatelliteDataIngestionJobMediaTypesParam {
1996
+ /** Request content type */
1997
+ contentType?: "application/json";
1998
+ }
1999
+ export type ScenesCreateSatelliteDataIngestionJobParameters = ScenesCreateSatelliteDataIngestionJobMediaTypesParam & ScenesCreateSatelliteDataIngestionJobBodyParam & RequestParameters;
2000
+ export type ScenesGetSatelliteDataIngestionJobDetailsParameters = RequestParameters;
2001
+ export interface ScenesSearchFeaturesBodyParam {
2002
+ /** Query filters. */
2003
+ body: SearchFeaturesQuery;
2004
+ }
2005
+ export interface ScenesSearchFeaturesQueryParamProperties {
2006
+ /** Maximum number of features needed (inclusive). Minimum = 1, Maximum = 100, Default value = 10. */
2007
+ maxpagesize?: number;
2008
+ /** Skip token for getting next set of results. */
2009
+ skip?: number;
2010
+ }
2011
+ export interface ScenesSearchFeaturesQueryParam {
2012
+ queryParameters?: ScenesSearchFeaturesQueryParamProperties;
2013
+ }
2014
+ export interface ScenesSearchFeaturesMediaTypesParam {
2015
+ /** Request content type */
2016
+ contentType?: "application/json";
2017
+ }
2018
+ export type ScenesSearchFeaturesParameters = ScenesSearchFeaturesQueryParam & ScenesSearchFeaturesMediaTypesParam & ScenesSearchFeaturesBodyParam & RequestParameters;
2019
+ export type ScenesGetStacFeatureParameters = RequestParameters;
2020
+ export interface SeasonalFieldsListByPartyIdQueryParamProperties {
2021
+ /** 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 */
2022
+ farmIds?: string;
2023
+ /** 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 */
2024
+ fieldIds?: string;
2025
+ /** 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 */
2026
+ seasonIds?: string;
2027
+ /** 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 */
2028
+ cropProductIds?: string;
2029
+ /** 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 */
2030
+ cropIds?: string;
2031
+ /** 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 */
2032
+ ids?: string;
2033
+ /** 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 */
2034
+ names?: string;
2035
+ /**
2036
+ * Filters on key-value pairs within the Properties object.
2037
+ * 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
2038
+ */
2039
+ propertyFilters?: string;
2040
+ /** 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 */
2041
+ statuses?: string;
2042
+ /** Minimum creation date of resource (inclusive). */
2043
+ minCreatedDateTime?: Date | string;
2044
+ /** Maximum creation date of resource (inclusive). */
2045
+ maxCreatedDateTime?: Date | string;
2046
+ /** Minimum last modified date of resource (inclusive). */
2047
+ minLastModifiedDateTime?: Date | string;
2048
+ /** Maximum last modified date of resource (inclusive). */
2049
+ maxLastModifiedDateTime?: Date | string;
2050
+ /**
2051
+ * Maximum number of items needed (inclusive).
2052
+ * Minimum = 10, Maximum = 1000, Default value = 50.
2053
+ */
2054
+ maxPageSize?: number;
2055
+ /** Skip token for getting next set of results. */
2056
+ skipToken?: string;
2057
+ }
2058
+ export interface SeasonalFieldsListByPartyIdQueryParam {
2059
+ queryParameters?: SeasonalFieldsListByPartyIdQueryParamProperties;
2060
+ }
2061
+ export type SeasonalFieldsListByPartyIdParameters = SeasonalFieldsListByPartyIdQueryParam & RequestParameters;
2062
+ export type SeasonalFieldsGetParameters = RequestParameters;
2063
+ /** Seasonal field resource payload to create or update. */
2064
+ export type SeasonalFieldResourceMergeAndPatch = Partial<SeasonalField>;
2065
+ export interface SeasonalFieldsCreateOrUpdateBodyParam {
2066
+ /** Seasonal field resource payload to create or update. */
2067
+ body: SeasonalFieldResourceMergeAndPatch;
2068
+ }
2069
+ export interface SeasonalFieldsCreateOrUpdateMediaTypesParam {
2070
+ /** Request content type */
2071
+ contentType?: "application/merge-patch+json";
2072
+ }
2073
+ export type SeasonalFieldsCreateOrUpdateParameters = SeasonalFieldsCreateOrUpdateMediaTypesParam & SeasonalFieldsCreateOrUpdateBodyParam & RequestParameters;
2074
+ export type SeasonalFieldsDeleteParameters = RequestParameters;
2075
+ export interface SeasonalFieldsListQueryParamProperties {
2076
+ /** 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 */
2077
+ farmIds?: string;
2078
+ /** 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 */
2079
+ fieldIds?: string;
2080
+ /** 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 */
2081
+ seasonIds?: string;
2082
+ /** 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 */
2083
+ cropProductIds?: string;
2084
+ /** 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 */
2085
+ cropIds?: string;
2086
+ /** 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 */
2087
+ ids?: string;
2088
+ /** 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 */
2089
+ names?: string;
2090
+ /**
2091
+ * Filters on key-value pairs within the Properties object.
2092
+ * 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
2093
+ */
2094
+ propertyFilters?: string;
2095
+ /** 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 */
2096
+ statuses?: string;
2097
+ /** Minimum creation date of resource (inclusive). */
2098
+ minCreatedDateTime?: Date | string;
2099
+ /** Maximum creation date of resource (inclusive). */
2100
+ maxCreatedDateTime?: Date | string;
2101
+ /** Minimum last modified date of resource (inclusive). */
2102
+ minLastModifiedDateTime?: Date | string;
2103
+ /** Maximum last modified date of resource (inclusive). */
2104
+ maxLastModifiedDateTime?: Date | string;
2105
+ /**
2106
+ * Maximum number of items needed (inclusive).
2107
+ * Minimum = 10, Maximum = 1000, Default value = 50.
2108
+ */
2109
+ maxPageSize?: number;
2110
+ /** Skip token for getting next set of results. */
2111
+ skipToken?: string;
2112
+ }
2113
+ export interface SeasonalFieldsListQueryParam {
2114
+ queryParameters?: SeasonalFieldsListQueryParamProperties;
2115
+ }
2116
+ export type SeasonalFieldsListParameters = SeasonalFieldsListQueryParam & RequestParameters;
2117
+ export type SeasonalFieldsGetCascadeDeleteJobDetailsParameters = RequestParameters;
2118
+ export interface SeasonalFieldsCreateCascadeDeleteJobQueryParamProperties {
2119
+ /** ID of the associated party. */
2120
+ partyId: string;
2121
+ /** ID of the seasonalField to be deleted. */
2122
+ seasonalFieldId: string;
2123
+ }
2124
+ export interface SeasonalFieldsCreateCascadeDeleteJobQueryParam {
2125
+ queryParameters: SeasonalFieldsCreateCascadeDeleteJobQueryParamProperties;
2126
+ }
2127
+ export type SeasonalFieldsCreateCascadeDeleteJobParameters = SeasonalFieldsCreateCascadeDeleteJobQueryParam & RequestParameters;
2128
+ export interface SeasonsListQueryParamProperties {
2129
+ /** Minimum season start datetime, sample format: yyyy-MM-ddTHH:mm:ssZ. */
2130
+ minStartDateTime?: Date | string;
2131
+ /** Maximum season start datetime, sample format: yyyy-MM-ddTHH:mm:ssZ. */
2132
+ maxStartDateTime?: Date | string;
2133
+ /** Minimum season end datetime, sample format: yyyy-MM-ddTHH:mm:ssZ. */
2134
+ minEndDateTime?: Date | string;
2135
+ /** Maximum season end datetime, sample format: yyyy-MM-ddTHH:mm:ssZ. */
2136
+ maxEndDateTime?: Date | string;
2137
+ /** Years 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 */
2138
+ years?: string;
2139
+ /** 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 */
2140
+ ids?: string;
2141
+ /** 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 */
2142
+ names?: string;
2143
+ /**
2144
+ * Filters on key-value pairs within the Properties object.
2145
+ * 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
2146
+ */
2147
+ propertyFilters?: string;
2148
+ /** 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 */
2149
+ statuses?: string;
2150
+ /** Minimum creation date of resource (inclusive). */
2151
+ minCreatedDateTime?: Date | string;
2152
+ /** Maximum creation date of resource (inclusive). */
2153
+ maxCreatedDateTime?: Date | string;
2154
+ /** Minimum last modified date of resource (inclusive). */
2155
+ minLastModifiedDateTime?: Date | string;
2156
+ /** Maximum last modified date of resource (inclusive). */
2157
+ maxLastModifiedDateTime?: Date | string;
2158
+ /**
2159
+ * Maximum number of items needed (inclusive).
2160
+ * Minimum = 10, Maximum = 1000, Default value = 50.
2161
+ */
2162
+ maxPageSize?: number;
2163
+ /** Skip token for getting next set of results. */
2164
+ skipToken?: string;
2165
+ }
2166
+ export interface SeasonsListQueryParam {
2167
+ queryParameters?: SeasonsListQueryParamProperties;
2168
+ }
2169
+ export type SeasonsListParameters = SeasonsListQueryParam & RequestParameters;
2170
+ export type SeasonsGetParameters = RequestParameters;
2171
+ /** Season resource payload to create or update. */
2172
+ export type SeasonResourceMergeAndPatch = Partial<Season>;
2173
+ export interface SeasonsCreateOrUpdateBodyParam {
2174
+ /** Season resource payload to create or update. */
2175
+ body: SeasonResourceMergeAndPatch;
2176
+ }
2177
+ export interface SeasonsCreateOrUpdateMediaTypesParam {
2178
+ /** Request content type */
2179
+ contentType?: "application/merge-patch+json";
2180
+ }
2181
+ export type SeasonsCreateOrUpdateParameters = SeasonsCreateOrUpdateMediaTypesParam & SeasonsCreateOrUpdateBodyParam & RequestParameters;
2182
+ export type SeasonsDeleteParameters = RequestParameters;
2183
+ export interface SensorDataModelsListQueryParamProperties {
2184
+ /** 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 */
2185
+ ids?: string;
2186
+ /** 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 */
2187
+ names?: string;
2188
+ /**
2189
+ * Filters on key-value pairs within the Properties object.
2190
+ * 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
2191
+ */
2192
+ propertyFilters?: string;
2193
+ /** 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 */
2194
+ statuses?: string;
2195
+ /** Minimum creation date of resource (inclusive). */
2196
+ minCreatedDateTime?: Date | string;
2197
+ /** Maximum creation date of resource (inclusive). */
2198
+ maxCreatedDateTime?: Date | string;
2199
+ /** Minimum last modified date of resource (inclusive). */
2200
+ minLastModifiedDateTime?: Date | string;
2201
+ /** Maximum last modified date of resource (inclusive). */
2202
+ maxLastModifiedDateTime?: Date | string;
2203
+ /**
2204
+ * Maximum number of items needed (inclusive).
2205
+ * Minimum = 10, Maximum = 1000, Default value = 50.
2206
+ */
2207
+ maxPageSize?: number;
2208
+ /** Skip token for getting next set of results. */
2209
+ skipToken?: string;
2210
+ }
2211
+ export interface SensorDataModelsListQueryParam {
2212
+ queryParameters?: SensorDataModelsListQueryParamProperties;
2213
+ }
2214
+ export type SensorDataModelsListParameters = SensorDataModelsListQueryParam & RequestParameters;
2215
+ /** Sensor data model object details. */
2216
+ export type SensorDataModelResourceMergeAndPatch = Partial<SensorDataModel>;
2217
+ export interface SensorDataModelsCreateOrUpdateBodyParam {
2218
+ /** Sensor data model object details. */
2219
+ body: SensorDataModelResourceMergeAndPatch;
2220
+ }
2221
+ export interface SensorDataModelsCreateOrUpdateMediaTypesParam {
2222
+ /** Request content type */
2223
+ contentType?: "application/merge-patch+json";
2224
+ }
2225
+ export type SensorDataModelsCreateOrUpdateParameters = SensorDataModelsCreateOrUpdateMediaTypesParam & SensorDataModelsCreateOrUpdateBodyParam & RequestParameters;
2226
+ export type SensorDataModelsGetParameters = RequestParameters;
2227
+ export type SensorDataModelsDeleteParameters = RequestParameters;
2228
+ export interface SensorEventsListQueryParamProperties {
2229
+ /** Id of the associated sensor. */
2230
+ sensorId: string;
2231
+ /** Id of the associated sensor partner. */
2232
+ sensorPartnerId: string;
2233
+ /**
2234
+ * Search span start time of sensor events (inclusive), sample format: yyyy-MM-ddTHH:mm:ssZ.
2235
+ * It is truncated upto seconds if fraction is provided.
2236
+ */
2237
+ startDateTime?: Date | string;
2238
+ /**
2239
+ * Search span end time of sensor events (inclusive), sample format: yyyy-MM-ddTHH:mm:ssZ.
2240
+ * It is truncated upto seconds if fraction is provided.
2241
+ */
2242
+ endDateTime?: Date | string;
2243
+ /** Flag to exclude duplicate events and take the latest ones only (Default: true). */
2244
+ excludeDuplicateEvents?: boolean;
2245
+ }
2246
+ export interface SensorEventsListQueryParam {
2247
+ queryParameters: SensorEventsListQueryParamProperties;
2248
+ }
2249
+ export type SensorEventsListParameters = SensorEventsListQueryParam & RequestParameters;
2250
+ export interface SensorMappingsListQueryParamProperties {
2251
+ /** 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 */
2252
+ sensorIds?: string;
2253
+ /** 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 */
2254
+ sensorPartnerIds?: string;
2255
+ /** 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 */
2256
+ partyIds?: string;
2257
+ /** 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 */
2258
+ boundaryIds?: string;
2259
+ /** 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 */
2260
+ ids?: string;
2261
+ /** 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 */
2262
+ names?: string;
2263
+ /**
2264
+ * Filters on key-value pairs within the Properties object.
2265
+ * 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
2266
+ */
2267
+ propertyFilters?: string;
2268
+ /** 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 */
2269
+ statuses?: string;
2270
+ /** Minimum creation date of resource (inclusive). */
2271
+ minCreatedDateTime?: Date | string;
2272
+ /** Maximum creation date of resource (inclusive). */
2273
+ maxCreatedDateTime?: Date | string;
2274
+ /** Minimum last modified date of resource (inclusive). */
2275
+ minLastModifiedDateTime?: Date | string;
2276
+ /** Maximum last modified date of resource (inclusive). */
2277
+ maxLastModifiedDateTime?: Date | string;
2278
+ /**
2279
+ * Maximum number of items needed (inclusive).
2280
+ * Minimum = 10, Maximum = 1000, Default value = 50.
2281
+ */
2282
+ maxPageSize?: number;
2283
+ /** Skip token for getting next set of results. */
2284
+ skipToken?: string;
2285
+ }
2286
+ export interface SensorMappingsListQueryParam {
2287
+ queryParameters?: SensorMappingsListQueryParamProperties;
2288
+ }
2289
+ export type SensorMappingsListParameters = SensorMappingsListQueryParam & RequestParameters;
2290
+ /** Sensor mapping object details. */
2291
+ export type SensorMappingResourceMergeAndPatch = Partial<SensorMapping>;
2292
+ export interface SensorMappingsCreateOrUpdateBodyParam {
2293
+ /** Sensor mapping object details. */
2294
+ body: SensorMappingResourceMergeAndPatch;
2295
+ }
2296
+ export interface SensorMappingsCreateOrUpdateMediaTypesParam {
2297
+ /** Request content type */
2298
+ contentType?: "application/merge-patch+json";
2299
+ }
2300
+ export type SensorMappingsCreateOrUpdateParameters = SensorMappingsCreateOrUpdateMediaTypesParam & SensorMappingsCreateOrUpdateBodyParam & RequestParameters;
2301
+ export type SensorMappingsGetParameters = RequestParameters;
2302
+ export type SensorMappingsDeleteParameters = RequestParameters;
2303
+ export interface SensorPartnerIntegrationsListQueryParamProperties {
2304
+ /** 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 */
2305
+ integrationIds?: string;
2306
+ /** 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 */
2307
+ partyIds?: string;
2308
+ /** 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 */
2309
+ ids?: string;
2310
+ /** 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 */
2311
+ names?: string;
2312
+ /**
2313
+ * Filters on key-value pairs within the Properties object.
2314
+ * 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
2315
+ */
2316
+ propertyFilters?: string;
2317
+ /** 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 */
2318
+ statuses?: string;
2319
+ /** Minimum creation date of resource (inclusive). */
2320
+ minCreatedDateTime?: Date | string;
2321
+ /** Maximum creation date of resource (inclusive). */
2322
+ maxCreatedDateTime?: Date | string;
2323
+ /** Minimum last modified date of resource (inclusive). */
2324
+ minLastModifiedDateTime?: Date | string;
2325
+ /** Maximum last modified date of resource (inclusive). */
2326
+ maxLastModifiedDateTime?: Date | string;
2327
+ /**
2328
+ * Maximum number of items needed (inclusive).
2329
+ * Minimum = 10, Maximum = 1000, Default value = 50.
2330
+ */
2331
+ maxPageSize?: number;
2332
+ /** Skip token for getting next set of results. */
2333
+ skipToken?: string;
2334
+ }
2335
+ export interface SensorPartnerIntegrationsListQueryParam {
2336
+ queryParameters?: SensorPartnerIntegrationsListQueryParamProperties;
2337
+ }
2338
+ export type SensorPartnerIntegrationsListParameters = SensorPartnerIntegrationsListQueryParam & RequestParameters;
2339
+ /** Partner integration model. */
2340
+ export type SensorPartnerIntegrationModelResourceMergeAndPatch = Partial<SensorPartnerIntegrationModel>;
2341
+ export interface SensorPartnerIntegrationsCreateOrUpdateBodyParam {
2342
+ /** Partner integration model. */
2343
+ body: SensorPartnerIntegrationModelResourceMergeAndPatch;
2344
+ }
2345
+ export interface SensorPartnerIntegrationsCreateOrUpdateMediaTypesParam {
2346
+ /** Request content type */
2347
+ contentType?: "application/merge-patch+json";
2348
+ }
2349
+ export type SensorPartnerIntegrationsCreateOrUpdateParameters = SensorPartnerIntegrationsCreateOrUpdateMediaTypesParam & SensorPartnerIntegrationsCreateOrUpdateBodyParam & RequestParameters;
2350
+ export type SensorPartnerIntegrationsGetParameters = RequestParameters;
2351
+ export type SensorPartnerIntegrationsDeleteParameters = RequestParameters;
2352
+ export interface SensorPartnerIntegrationsCheckConsentQueryParamProperties {
2353
+ /** Partner integration key. */
2354
+ key: string;
2355
+ }
2356
+ export interface SensorPartnerIntegrationsCheckConsentQueryParam {
2357
+ queryParameters: SensorPartnerIntegrationsCheckConsentQueryParamProperties;
2358
+ }
2359
+ export type SensorPartnerIntegrationsCheckConsentParameters = SensorPartnerIntegrationsCheckConsentQueryParam & RequestParameters;
2360
+ export type SensorPartnerIntegrationsGenerateConsentLinkParameters = RequestParameters;
2361
+ export interface SensorsListQueryParamProperties {
2362
+ /** 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 */
2363
+ sensorDataModelIds?: string;
2364
+ /** 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 */
2365
+ sensorMappingIds?: string;
2366
+ /** 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 */
2367
+ deviceIds?: string;
2368
+ /** 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 */
2369
+ ids?: string;
2370
+ /** 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 */
2371
+ names?: string;
2372
+ /**
2373
+ * Filters on key-value pairs within the Properties object.
2374
+ * 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
2375
+ */
2376
+ propertyFilters?: string;
2377
+ /** 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 */
2378
+ statuses?: string;
2379
+ /** Minimum creation date of resource (inclusive). */
2380
+ minCreatedDateTime?: Date | string;
2381
+ /** Maximum creation date of resource (inclusive). */
2382
+ maxCreatedDateTime?: Date | string;
2383
+ /** Minimum last modified date of resource (inclusive). */
2384
+ minLastModifiedDateTime?: Date | string;
2385
+ /** Maximum last modified date of resource (inclusive). */
2386
+ maxLastModifiedDateTime?: Date | string;
2387
+ /**
2388
+ * Maximum number of items needed (inclusive).
2389
+ * Minimum = 10, Maximum = 1000, Default value = 50.
2390
+ */
2391
+ maxPageSize?: number;
2392
+ /** Skip token for getting next set of results. */
2393
+ skipToken?: string;
2394
+ }
2395
+ export interface SensorsListQueryParam {
2396
+ queryParameters?: SensorsListQueryParamProperties;
2397
+ }
2398
+ export type SensorsListParameters = SensorsListQueryParam & RequestParameters;
2399
+ /** Sensor object details. */
2400
+ export type SensorResourceMergeAndPatch = Partial<Sensor>;
2401
+ export interface SensorsCreateOrUpdateBodyParam {
2402
+ /** Sensor object details. */
2403
+ body: SensorResourceMergeAndPatch;
2404
+ }
2405
+ export interface SensorsCreateOrUpdateMediaTypesParam {
2406
+ /** Request content type */
2407
+ contentType?: "application/merge-patch+json";
2408
+ }
2409
+ export type SensorsCreateOrUpdateParameters = SensorsCreateOrUpdateMediaTypesParam & SensorsCreateOrUpdateBodyParam & RequestParameters;
2410
+ export type SensorsGetParameters = RequestParameters;
2411
+ export type SensorsDeleteParameters = RequestParameters;
2412
+ export type SensorsGetConnectionStringParameters = RequestParameters;
2413
+ export interface SensorsRenewConnectionStringBodyParam {
2414
+ /** Sensor's connection string model. */
2415
+ body: SensorRenewConnectionStringModel;
2416
+ }
2417
+ export interface SensorsRenewConnectionStringMediaTypesParam {
2418
+ /** Request content type */
2419
+ contentType?: "application/json";
2420
+ }
2421
+ export type SensorsRenewConnectionStringParameters = SensorsRenewConnectionStringMediaTypesParam & SensorsRenewConnectionStringBodyParam & RequestParameters;
2422
+ export interface SolutionInferenceCancelBodyParam {
2423
+ /** solutionInferenceRequest containing input needed for job request processing. */
2424
+ body: SolutionInference;
2425
+ }
2426
+ export interface SolutionInferenceCancelMediaTypesParam {
2427
+ /** Request content type */
2428
+ contentType?: "application/json";
2429
+ }
2430
+ export type SolutionInferenceCancelParameters = SolutionInferenceCancelMediaTypesParam & SolutionInferenceCancelBodyParam & RequestParameters;
2431
+ export interface SolutionInferenceCreateOrUpdateBodyParam {
2432
+ /** solutionInferenceRequest containing input needed for job request processing. */
2433
+ body: SolutionInference;
2434
+ }
2435
+ export interface SolutionInferenceCreateOrUpdateMediaTypesParam {
2436
+ /** Request content type */
2437
+ contentType?: "application/json";
2438
+ }
2439
+ export type SolutionInferenceCreateOrUpdateParameters = SolutionInferenceCreateOrUpdateMediaTypesParam & SolutionInferenceCreateOrUpdateBodyParam & RequestParameters;
2440
+ export interface SolutionInferenceFetchBodyParam {
2441
+ /** solutionInferenceRequest containing input needed for job request processing. */
2442
+ body: SolutionInference;
2443
+ }
2444
+ export interface SolutionInferenceFetchMediaTypesParam {
2445
+ /** Request content type */
2446
+ contentType?: "application/json";
2447
+ }
2448
+ export type SolutionInferenceFetchParameters = SolutionInferenceFetchMediaTypesParam & SolutionInferenceFetchBodyParam & RequestParameters;
2449
+ export interface TillageDataListByPartyIdQueryParamProperties {
2450
+ /** Minimum measured tillage depth (inclusive). */
2451
+ minTillageDepth?: number;
2452
+ /** Maximum measured tillage depth (inclusive). */
2453
+ maxTillageDepth?: number;
2454
+ /** Minimum pressure applied to a tillage implement (inclusive). */
2455
+ minTillagePressure?: number;
2456
+ /** Maximum pressure applied to a tillage implement (inclusive). */
2457
+ maxTillagePressure?: number;
2458
+ /** 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 */
2459
+ sources?: string;
2460
+ /** 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 */
2461
+ associatedBoundaryIds?: string;
2462
+ /** Minimum start date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */
2463
+ minOperationStartDateTime?: Date | string;
2464
+ /** Maximum start date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */
2465
+ maxOperationStartDateTime?: Date | string;
2466
+ /** Minimum end date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */
2467
+ minOperationEndDateTime?: Date | string;
2468
+ /** Maximum end date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */
2469
+ maxOperationEndDateTime?: Date | string;
2470
+ /** Minimum modified date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */
2471
+ minOperationModifiedDateTime?: Date | string;
2472
+ /** Maximum modified date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */
2473
+ maxOperationModifiedDateTime?: Date | string;
2474
+ /** Minimum area for which operation was applied (inclusive). */
2475
+ minArea?: number;
2476
+ /** Maximum area for which operation was applied (inclusive). */
2477
+ maxArea?: number;
2478
+ /** 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 */
2479
+ ids?: string;
2480
+ /** 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 */
2481
+ names?: string;
2482
+ /**
2483
+ * Filters on key-value pairs within the Properties object.
2484
+ * 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
2485
+ */
2486
+ propertyFilters?: string;
2487
+ /** 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 */
2488
+ statuses?: string;
2489
+ /** Minimum creation date of resource (inclusive). */
2490
+ minCreatedDateTime?: Date | string;
2491
+ /** Maximum creation date of resource (inclusive). */
2492
+ maxCreatedDateTime?: Date | string;
2493
+ /** Minimum last modified date of resource (inclusive). */
2494
+ minLastModifiedDateTime?: Date | string;
2495
+ /** Maximum last modified date of resource (inclusive). */
2496
+ maxLastModifiedDateTime?: Date | string;
2497
+ /**
2498
+ * Maximum number of items needed (inclusive).
2499
+ * Minimum = 10, Maximum = 1000, Default value = 50.
2500
+ */
2501
+ maxPageSize?: number;
2502
+ /** Skip token for getting next set of results. */
2503
+ skipToken?: string;
2504
+ }
2505
+ export interface TillageDataListByPartyIdQueryParam {
2506
+ queryParameters?: TillageDataListByPartyIdQueryParamProperties;
2507
+ }
2508
+ export type TillageDataListByPartyIdParameters = TillageDataListByPartyIdQueryParam & RequestParameters;
2509
+ export type TillageDataGetParameters = RequestParameters;
2510
+ /** Tillage data resource payload to create or update. */
2511
+ export type TillageDataResourceMergeAndPatch = Partial<TillageData>;
2512
+ export interface TillageDataCreateOrUpdateBodyParam {
2513
+ /** Tillage data resource payload to create or update. */
2514
+ body: TillageDataResourceMergeAndPatch;
2515
+ }
2516
+ export interface TillageDataCreateOrUpdateMediaTypesParam {
2517
+ /** Request content type */
2518
+ contentType?: "application/merge-patch+json";
2519
+ }
2520
+ export type TillageDataCreateOrUpdateParameters = TillageDataCreateOrUpdateMediaTypesParam & TillageDataCreateOrUpdateBodyParam & RequestParameters;
2521
+ export type TillageDataDeleteParameters = RequestParameters;
2522
+ export interface TillageDataListQueryParamProperties {
2523
+ /** Minimum measured tillage depth (inclusive). */
2524
+ minTillageDepth?: number;
2525
+ /** Maximum measured tillage depth (inclusive). */
2526
+ maxTillageDepth?: number;
2527
+ /** Minimum pressure applied to a tillage implement (inclusive). */
2528
+ minTillagePressure?: number;
2529
+ /** Maximum pressure applied to a tillage implement (inclusive). */
2530
+ maxTillagePressure?: number;
2531
+ /** 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 */
2532
+ sources?: string;
2533
+ /** 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 */
2534
+ associatedBoundaryIds?: string;
2535
+ /** Minimum start date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */
2536
+ minOperationStartDateTime?: Date | string;
2537
+ /** Maximum start date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */
2538
+ maxOperationStartDateTime?: Date | string;
2539
+ /** Minimum end date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */
2540
+ minOperationEndDateTime?: Date | string;
2541
+ /** Maximum end date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */
2542
+ maxOperationEndDateTime?: Date | string;
2543
+ /** Minimum modified date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */
2544
+ minOperationModifiedDateTime?: Date | string;
2545
+ /** Maximum modified date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ (inclusive). */
2546
+ maxOperationModifiedDateTime?: Date | string;
2547
+ /** Minimum area for which operation was applied (inclusive). */
2548
+ minArea?: number;
2549
+ /** Maximum area for which operation was applied (inclusive). */
2550
+ maxArea?: number;
2551
+ /** 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 */
2552
+ ids?: string;
2553
+ /** 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 */
2554
+ names?: string;
2555
+ /**
2556
+ * Filters on key-value pairs within the Properties object.
2557
+ * 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
2558
+ */
2559
+ propertyFilters?: string;
2560
+ /** 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 */
2561
+ statuses?: string;
2562
+ /** Minimum creation date of resource (inclusive). */
2563
+ minCreatedDateTime?: Date | string;
2564
+ /** Maximum creation date of resource (inclusive). */
2565
+ maxCreatedDateTime?: Date | string;
2566
+ /** Minimum last modified date of resource (inclusive). */
2567
+ minLastModifiedDateTime?: Date | string;
2568
+ /** Maximum last modified date of resource (inclusive). */
2569
+ maxLastModifiedDateTime?: Date | string;
2570
+ /**
2571
+ * Maximum number of items needed (inclusive).
2572
+ * Minimum = 10, Maximum = 1000, Default value = 50.
2573
+ */
2574
+ maxPageSize?: number;
2575
+ /** Skip token for getting next set of results. */
2576
+ skipToken?: string;
2577
+ }
2578
+ export interface TillageDataListQueryParam {
2579
+ queryParameters?: TillageDataListQueryParamProperties;
2580
+ }
2581
+ export type TillageDataListParameters = TillageDataListQueryParam & RequestParameters;
2582
+ export interface TillageDataCreateCascadeDeleteJobQueryParamProperties {
2583
+ /** Id of the party. */
2584
+ partyId: string;
2585
+ /** Id of the tillage data. */
2586
+ tillageDataId: string;
2587
+ }
2588
+ export interface TillageDataCreateCascadeDeleteJobQueryParam {
2589
+ queryParameters: TillageDataCreateCascadeDeleteJobQueryParamProperties;
2590
+ }
2591
+ export type TillageDataCreateCascadeDeleteJobParameters = TillageDataCreateCascadeDeleteJobQueryParam & RequestParameters;
2592
+ export type TillageDataGetCascadeDeleteJobDetailsParameters = RequestParameters;
2593
+ export interface WeatherListQueryParamProperties {
2594
+ /** Party ID. */
2595
+ partyId: string;
2596
+ /** Boundary ID. */
2597
+ boundaryId: string;
2598
+ /** ID of the weather extension. */
2599
+ extensionId: string;
2600
+ /** Type of weather data (forecast/historical). */
2601
+ weatherDataType: string;
2602
+ /** Granularity of weather data (daily/hourly). */
2603
+ granularity: string;
2604
+ /** Weather data start UTC date-time (inclusive), sample format: yyyy-MM-ddTHH:mm:ssZ. */
2605
+ startDateTime?: Date | string;
2606
+ /** Weather data end UTC date-time (inclusive), sample format: yyyy-MM-ddTHH:mm:ssZ. */
2607
+ endDateTime?: Date | string;
2608
+ /**
2609
+ * Maximum number of items needed (inclusive).
2610
+ * Minimum = 10, Maximum = 1000, Default value = 50.
2611
+ */
2612
+ maxPageSize?: number;
2613
+ /** Skip token for getting next set of results. */
2614
+ skipToken?: string;
2615
+ }
2616
+ export interface WeatherListQueryParam {
2617
+ queryParameters: WeatherListQueryParamProperties;
2618
+ }
2619
+ export type WeatherListParameters = WeatherListQueryParam & RequestParameters;
2620
+ export type WeatherGetDataDeleteJobDetailsParameters = RequestParameters;
2621
+ export interface WeatherCreateDataDeleteJobBodyParam {
2622
+ /** Job parameters supplied by user. */
2623
+ body: WeatherDataDeleteJob;
2624
+ }
2625
+ export interface WeatherCreateDataDeleteJobMediaTypesParam {
2626
+ /** Request content type */
2627
+ contentType?: "application/json";
2628
+ }
2629
+ export type WeatherCreateDataDeleteJobParameters = WeatherCreateDataDeleteJobMediaTypesParam & WeatherCreateDataDeleteJobBodyParam & RequestParameters;
2630
+ export type WeatherGetDataIngestionJobDetailsParameters = RequestParameters;
2631
+ export interface WeatherCreateDataIngestionJobBodyParam {
2632
+ /** Job parameters supplied by user. */
2633
+ body: WeatherDataIngestionJob;
2634
+ }
2635
+ export interface WeatherCreateDataIngestionJobMediaTypesParam {
2636
+ /** Request content type */
2637
+ contentType?: "application/json";
2638
+ }
2639
+ export type WeatherCreateDataIngestionJobParameters = WeatherCreateDataIngestionJobMediaTypesParam & WeatherCreateDataIngestionJobBodyParam & RequestParameters;
2640
+ export interface WeatherDataGetBodyParam {
2641
+ /** Weather data provider request. */
2642
+ body: WeatherDataProviderRequest;
2643
+ }
2644
+ export interface WeatherDataGetMediaTypesParam {
2645
+ /** Request content type */
2646
+ contentType?: "application/json";
2647
+ }
2648
+ export type WeatherDataGetParameters = WeatherDataGetMediaTypesParam & WeatherDataGetBodyParam & RequestParameters;
2649
+ export interface ZonesListByPartyIdQueryParamProperties {
2650
+ /** 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 */
2651
+ types?: string;
2652
+ /** 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 */
2653
+ managementZoneIds?: string;
2654
+ /** 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 */
2655
+ sources?: string;
2656
+ /** 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 */
2657
+ ids?: string;
2658
+ /** 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 */
2659
+ names?: string;
2660
+ /**
2661
+ * Filters on key-value pairs within the Properties object.
2662
+ * 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
2663
+ */
2664
+ propertyFilters?: string;
2665
+ /** 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 */
2666
+ statuses?: string;
2667
+ /** Minimum creation date of resource (inclusive). */
2668
+ minCreatedDateTime?: Date | string;
2669
+ /** Maximum creation date of resource (inclusive). */
2670
+ maxCreatedDateTime?: Date | string;
2671
+ /** Minimum last modified date of resource (inclusive). */
2672
+ minLastModifiedDateTime?: Date | string;
2673
+ /** Maximum last modified date of resource (inclusive). */
2674
+ maxLastModifiedDateTime?: Date | string;
2675
+ /**
2676
+ * Maximum number of items needed (inclusive).
2677
+ * Minimum = 10, Maximum = 1000, Default value = 50.
2678
+ */
2679
+ maxPageSize?: number;
2680
+ /** Skip token for getting next set of results. */
2681
+ skipToken?: string;
2682
+ }
2683
+ export interface ZonesListByPartyIdQueryParam {
2684
+ queryParameters?: ZonesListByPartyIdQueryParamProperties;
2685
+ }
2686
+ export type ZonesListByPartyIdParameters = ZonesListByPartyIdQueryParam & RequestParameters;
2687
+ export type ZonesGetParameters = RequestParameters;
2688
+ /** Zone resource payload to create or update. */
2689
+ export type ZoneResourceMergeAndPatch = Partial<Zone>;
2690
+ export interface ZonesCreateOrUpdateBodyParam {
2691
+ /** Zone resource payload to create or update. */
2692
+ body: ZoneResourceMergeAndPatch;
2693
+ }
2694
+ export interface ZonesCreateOrUpdateMediaTypesParam {
2695
+ /** Request content type */
2696
+ contentType?: "application/merge-patch+json";
2697
+ }
2698
+ export type ZonesCreateOrUpdateParameters = ZonesCreateOrUpdateMediaTypesParam & ZonesCreateOrUpdateBodyParam & RequestParameters;
2699
+ export type ZonesDeleteParameters = RequestParameters;
2700
+ export interface ZonesListQueryParamProperties {
2701
+ /** 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 */
2702
+ types?: string;
2703
+ /** 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 */
2704
+ managementZoneIds?: string;
2705
+ /** 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 */
2706
+ sources?: string;
2707
+ /** 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 */
2708
+ ids?: string;
2709
+ /** 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 */
2710
+ names?: string;
2711
+ /**
2712
+ * Filters on key-value pairs within the Properties object.
2713
+ * 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
2714
+ */
2715
+ propertyFilters?: string;
2716
+ /** 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 */
2717
+ statuses?: string;
2718
+ /** Minimum creation date of resource (inclusive). */
2719
+ minCreatedDateTime?: Date | string;
2720
+ /** Maximum creation date of resource (inclusive). */
2721
+ maxCreatedDateTime?: Date | string;
2722
+ /** Minimum last modified date of resource (inclusive). */
2723
+ minLastModifiedDateTime?: Date | string;
2724
+ /** Maximum last modified date of resource (inclusive). */
2725
+ maxLastModifiedDateTime?: Date | string;
2726
+ /**
2727
+ * Maximum number of items needed (inclusive).
2728
+ * Minimum = 10, Maximum = 1000, Default value = 50.
2729
+ */
2730
+ maxPageSize?: number;
2731
+ /** Skip token for getting next set of results. */
2732
+ skipToken?: string;
2733
+ }
2734
+ export interface ZonesListQueryParam {
2735
+ queryParameters?: ZonesListQueryParamProperties;
2736
+ }
2737
+ export type ZonesListParameters = ZonesListQueryParam & RequestParameters;
2738
+ export type ZonesGetCascadeDeleteJobDetailsParameters = RequestParameters;
2739
+ export interface ZonesCreateCascadeDeleteJobQueryParamProperties {
2740
+ /** ID of the associated party. */
2741
+ partyId: string;
2742
+ /** ID of the zone to be deleted. */
2743
+ zoneId: string;
2744
+ }
2745
+ export interface ZonesCreateCascadeDeleteJobQueryParam {
2746
+ queryParameters: ZonesCreateCascadeDeleteJobQueryParamProperties;
2747
+ }
2748
+ export type ZonesCreateCascadeDeleteJobParameters = ZonesCreateCascadeDeleteJobQueryParam & RequestParameters;
2749
+ //# sourceMappingURL=parameters.d.ts.map