@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.
- package/README.md +16 -18
- package/dist/browser/clientDefinitions.d.ts +862 -0
- package/dist/browser/clientDefinitions.d.ts.map +1 -0
- package/dist/browser/clientDefinitions.js +4 -0
- package/dist/browser/clientDefinitions.js.map +1 -0
- package/dist/browser/farmBeats.d.ts +16 -0
- package/dist/browser/farmBeats.d.ts.map +1 -0
- package/dist/browser/farmBeats.js +43 -0
- package/dist/browser/farmBeats.js.map +1 -0
- package/dist/browser/index.d.ts +13 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +15 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/isUnexpected.d.ts +199 -0
- package/dist/browser/isUnexpected.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/isUnexpected.js +16 -16
- package/dist/browser/isUnexpected.js.map +1 -0
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.d.ts.map +1 -0
- package/dist/browser/logger.js +5 -0
- package/dist/browser/logger.js.map +1 -0
- package/dist/browser/models.d.ts +1301 -0
- package/dist/browser/models.d.ts.map +1 -0
- package/dist/browser/models.js +4 -0
- package/{dist-esm/src → dist/browser}/models.js.map +1 -1
- package/dist/browser/outputModels.d.ts +2620 -0
- package/dist/browser/outputModels.d.ts.map +1 -0
- package/dist/browser/outputModels.js +4 -0
- package/{dist-esm/src → dist/browser}/outputModels.js.map +1 -1
- package/dist/browser/package.json +3 -0
- package/dist/browser/paginateHelper.d.ts +68 -0
- package/dist/browser/paginateHelper.d.ts.map +1 -0
- package/dist/browser/paginateHelper.js +167 -0
- package/dist/browser/paginateHelper.js.map +1 -0
- package/dist/browser/parameters.d.ts +2749 -0
- package/dist/browser/parameters.d.ts.map +1 -0
- package/dist/browser/parameters.js +4 -0
- package/dist/browser/parameters.js.map +1 -0
- package/dist/browser/pollingHelper.d.ts +76 -0
- package/dist/browser/pollingHelper.d.ts.map +1 -0
- package/dist/browser/pollingHelper.js +104 -0
- package/dist/browser/pollingHelper.js.map +1 -0
- package/dist/browser/responses.d.ts +2890 -0
- package/dist/browser/responses.d.ts.map +1 -0
- package/dist/browser/responses.js +4 -0
- package/dist/browser/responses.js.map +1 -0
- package/dist/browser/serializeHelper.d.ts +2 -0
- package/dist/browser/serializeHelper.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/serializeHelper.js +3 -3
- package/dist/browser/serializeHelper.js.map +1 -0
- package/dist/commonjs/clientDefinitions.d.ts +862 -0
- package/dist/commonjs/clientDefinitions.d.ts.map +1 -0
- package/dist/commonjs/clientDefinitions.js +5 -0
- package/dist/commonjs/clientDefinitions.js.map +1 -0
- package/dist/commonjs/farmBeats.d.ts +16 -0
- package/dist/commonjs/farmBeats.d.ts.map +1 -0
- package/dist/commonjs/farmBeats.js +46 -0
- package/dist/commonjs/farmBeats.js.map +1 -0
- package/dist/commonjs/index.d.ts +13 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +18 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/isUnexpected.d.ts +199 -0
- package/dist/commonjs/isUnexpected.d.ts.map +1 -0
- package/dist/{index.js → commonjs/isUnexpected.js} +20 -186
- package/dist/commonjs/isUnexpected.js.map +1 -0
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.d.ts.map +1 -0
- package/dist/commonjs/logger.js +8 -0
- package/dist/commonjs/logger.js.map +1 -0
- package/dist/commonjs/models.d.ts +1301 -0
- package/dist/commonjs/models.d.ts.map +1 -0
- package/dist/commonjs/models.js +5 -0
- package/dist/commonjs/models.js.map +1 -0
- package/dist/commonjs/outputModels.d.ts +2620 -0
- package/dist/commonjs/outputModels.d.ts.map +1 -0
- package/dist/commonjs/outputModels.js +5 -0
- package/dist/commonjs/outputModels.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/paginateHelper.d.ts +68 -0
- package/dist/commonjs/paginateHelper.d.ts.map +1 -0
- package/dist/commonjs/paginateHelper.js +170 -0
- package/dist/commonjs/paginateHelper.js.map +1 -0
- package/dist/commonjs/parameters.d.ts +2749 -0
- package/dist/commonjs/parameters.d.ts.map +1 -0
- package/dist/commonjs/parameters.js +5 -0
- package/dist/commonjs/parameters.js.map +1 -0
- package/dist/commonjs/pollingHelper.d.ts +76 -0
- package/dist/commonjs/pollingHelper.d.ts.map +1 -0
- package/dist/commonjs/pollingHelper.js +107 -0
- package/dist/commonjs/pollingHelper.js.map +1 -0
- package/dist/commonjs/responses.d.ts +2890 -0
- package/dist/commonjs/responses.d.ts.map +1 -0
- package/dist/commonjs/responses.js +5 -0
- package/dist/commonjs/responses.js.map +1 -0
- package/dist/commonjs/serializeHelper.d.ts +2 -0
- package/dist/commonjs/serializeHelper.d.ts.map +1 -0
- package/dist/commonjs/serializeHelper.js +16 -0
- package/dist/commonjs/serializeHelper.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/clientDefinitions.d.ts +862 -0
- package/dist/esm/clientDefinitions.d.ts.map +1 -0
- package/dist/esm/clientDefinitions.js +4 -0
- package/dist/esm/clientDefinitions.js.map +1 -0
- package/dist/esm/farmBeats.d.ts +16 -0
- package/dist/esm/farmBeats.d.ts.map +1 -0
- package/dist/esm/farmBeats.js +43 -0
- package/dist/esm/farmBeats.js.map +1 -0
- package/dist/esm/index.d.ts +13 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +15 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/isUnexpected.d.ts +199 -0
- package/dist/esm/isUnexpected.d.ts.map +1 -0
- package/dist/esm/isUnexpected.js +269 -0
- package/dist/esm/isUnexpected.js.map +1 -0
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.d.ts.map +1 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +1 -0
- package/dist/esm/models.d.ts +1301 -0
- package/dist/esm/models.d.ts.map +1 -0
- package/dist/esm/models.js +4 -0
- package/dist/esm/models.js.map +1 -0
- package/dist/esm/outputModels.d.ts +2620 -0
- package/dist/esm/outputModels.d.ts.map +1 -0
- package/dist/esm/outputModels.js +4 -0
- package/dist/esm/outputModels.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/paginateHelper.d.ts +68 -0
- package/dist/esm/paginateHelper.d.ts.map +1 -0
- package/dist/esm/paginateHelper.js +167 -0
- package/dist/esm/paginateHelper.js.map +1 -0
- package/dist/esm/parameters.d.ts +2749 -0
- package/dist/esm/parameters.d.ts.map +1 -0
- package/dist/esm/parameters.js +4 -0
- package/dist/esm/parameters.js.map +1 -0
- package/dist/esm/pollingHelper.d.ts +76 -0
- package/dist/esm/pollingHelper.d.ts.map +1 -0
- package/dist/esm/pollingHelper.js +104 -0
- package/dist/esm/pollingHelper.js.map +1 -0
- package/dist/esm/responses.d.ts +2890 -0
- package/dist/esm/responses.d.ts.map +1 -0
- package/dist/esm/responses.js +4 -0
- package/dist/esm/responses.js.map +1 -0
- package/dist/esm/serializeHelper.d.ts +2 -0
- package/dist/esm/serializeHelper.d.ts.map +1 -0
- package/dist/esm/serializeHelper.js +13 -0
- package/dist/esm/serializeHelper.js.map +1 -0
- package/dist/react-native/clientDefinitions.d.ts +862 -0
- package/dist/react-native/clientDefinitions.d.ts.map +1 -0
- package/dist/react-native/clientDefinitions.js +4 -0
- package/dist/react-native/clientDefinitions.js.map +1 -0
- package/dist/react-native/farmBeats.d.ts +16 -0
- package/dist/react-native/farmBeats.d.ts.map +1 -0
- package/dist/react-native/farmBeats.js +43 -0
- package/dist/react-native/farmBeats.js.map +1 -0
- package/dist/react-native/index.d.ts +13 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +15 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/isUnexpected.d.ts +199 -0
- package/dist/react-native/isUnexpected.d.ts.map +1 -0
- package/dist/react-native/isUnexpected.js +269 -0
- package/dist/react-native/isUnexpected.js.map +1 -0
- package/dist/react-native/logger.d.ts +2 -0
- package/dist/react-native/logger.d.ts.map +1 -0
- package/dist/react-native/logger.js +5 -0
- package/dist/react-native/logger.js.map +1 -0
- package/dist/react-native/models.d.ts +1301 -0
- package/dist/react-native/models.d.ts.map +1 -0
- package/dist/react-native/models.js +4 -0
- package/dist/react-native/models.js.map +1 -0
- package/dist/react-native/outputModels.d.ts +2620 -0
- package/dist/react-native/outputModels.d.ts.map +1 -0
- package/dist/react-native/outputModels.js +4 -0
- package/dist/react-native/outputModels.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/paginateHelper.d.ts +68 -0
- package/dist/react-native/paginateHelper.d.ts.map +1 -0
- package/dist/react-native/paginateHelper.js +167 -0
- package/dist/react-native/paginateHelper.js.map +1 -0
- package/dist/react-native/parameters.d.ts +2749 -0
- package/dist/react-native/parameters.d.ts.map +1 -0
- package/dist/react-native/parameters.js +4 -0
- package/dist/react-native/parameters.js.map +1 -0
- package/dist/react-native/pollingHelper.d.ts +76 -0
- package/dist/react-native/pollingHelper.d.ts.map +1 -0
- package/dist/react-native/pollingHelper.js +104 -0
- package/dist/react-native/pollingHelper.js.map +1 -0
- package/dist/react-native/responses.d.ts +2890 -0
- package/dist/react-native/responses.d.ts.map +1 -0
- package/dist/react-native/responses.js +4 -0
- package/dist/react-native/responses.js.map +1 -0
- package/dist/react-native/serializeHelper.d.ts +2 -0
- package/dist/react-native/serializeHelper.d.ts.map +1 -0
- package/dist/react-native/serializeHelper.js +13 -0
- package/dist/react-native/serializeHelper.js.map +1 -0
- package/package.json +79 -66
- package/dist/index.js.map +0 -1
- package/dist-esm/src/clientDefinitions.js +0 -4
- package/dist-esm/src/clientDefinitions.js.map +0 -1
- package/dist-esm/src/farmBeats.js +0 -27
- package/dist-esm/src/farmBeats.js.map +0 -1
- package/dist-esm/src/index.js +0 -15
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/isUnexpected.js.map +0 -1
- package/dist-esm/src/models.js +0 -4
- package/dist-esm/src/outputModels.js +0 -4
- package/dist-esm/src/paginateHelper.js +0 -70
- package/dist-esm/src/paginateHelper.js.map +0 -1
- package/dist-esm/src/parameters.js +0 -4
- package/dist-esm/src/parameters.js.map +0 -1
- package/dist-esm/src/pollingHelper.js +0 -50
- package/dist-esm/src/pollingHelper.js.map +0 -1
- package/dist-esm/src/responses.js +0 -4
- package/dist-esm/src/responses.js.map +0 -1
- package/dist-esm/src/serializeHelper.js.map +0 -1
- package/types/agrifood-farming-rest.d.ts +0 -12267
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"models.d.ts","sourceRoot":"","sources":["../../src/models.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"models.js","sourceRoot":"","sources":["../../src/models.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n/** Schema of application data resource. */\nexport interface ApplicationData {\n /** Application product details. */\n applicationProductDetails?: Array<ApplicationProductDetail>;\n /** Schema for storing measurement reading and unit. */\n avgMaterial?: Measure;\n /** Schema for storing measurement reading and unit. */\n totalMaterial?: Measure;\n /** Schema for storing measurement reading and unit. */\n area?: Measure;\n /**\n * Modified date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ.\n * Note: this will be specified by the source provider itself.\n */\n operationModifiedDateTime?: Date | string;\n /** Start date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ. */\n operationStartDateTime?: Date | string;\n /** End date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ. */\n operationEndDateTime?: Date | string;\n /** Optional boundary ID of the field for which operation was applied. */\n associatedBoundaryId?: string;\n /** Status of the resource. */\n status?: string;\n /** Source of the resource. */\n source?: string;\n /** Name to identify resource. */\n name?: string;\n /** Textual description of the resource. */\n description?: string;\n /**\n * A collection of key value pairs that belongs to the resource.\n * Each pair must not have a key greater than 50 characters\n * and must not have a value greater than 150 characters.\n * Note: A maximum of 25 key value pairs can be provided for a resource and only string,\n * numeral and datetime (yyyy-MM-ddTHH:mm:ssZ) values are supported.\n */\n properties?: Record<string, any>;\n}\n\n/** Schema of product used during application. */\nexport interface ApplicationProductDetail {\n /** Name of the product applied. */\n productName?: string;\n /** A flag indicating whether product is a carrier for a tank mix. */\n isCarrier?: boolean;\n /** Schema for storing measurement reading and unit. */\n avgMaterial?: Measure;\n /** Schema for storing measurement reading and unit. */\n totalMaterial?: Measure;\n}\n\n/** Schema for storing measurement reading and unit. */\nexport interface Measure {\n /** Data unit. */\n unit?: string;\n /** Data value. */\n value?: number;\n}\n\n/** SearchAllBoundaries and SearchBoundaries parameters. */\nexport interface SearchBoundaryQuery {\n /** Ids of the resource. */\n ids?: Array<string>;\n /** Names of the resource. */\n names?: Array<string>;\n /**\n * Filters on key-value pairs within the Properties object.\n * e.g. \"{testKey} eq {testValue}\".\n */\n propertyFilters?: Array<string>;\n /** Statuses of the resource. */\n statuses?: Array<string>;\n /** Minimum creation date of resource (inclusive). */\n minCreatedDateTime?: Date | string;\n /** Maximum creation date of resource (inclusive). */\n maxCreatedDateTime?: Date | string;\n /** Minimum last modified date of resource (inclusive). */\n minLastModifiedDateTime?: Date | string;\n /** Maximum last modified date of resource (inclusive). */\n maxLastModifiedDateTime?: Date | string;\n /**\n * Maximum number of items needed (inclusive).\n * Minimum = 10, Maximum = 1000, Default value = 50.\n */\n maxPageSize?: number;\n /** Skip token for getting next set of results. */\n skipToken?: string;\n /** Type of the parent it belongs to. */\n parentType?:\n | \"Field\"\n | \"SeasonalField\"\n | \"Zone\"\n | \"Prescription\"\n | \"PlantTissueAnalysis\"\n | \"ApplicationData\"\n | \"PlantingData\"\n | \"TillageData\"\n | \"HarvestData\";\n /** Type it belongs to. */\n type?: string;\n /** Parent Ids of the resource. */\n parentIds?: Array<string>;\n /** Minimum acreage of the boundary (inclusive). */\n minArea?: number;\n /** Maximum acreage of the boundary (inclusive). */\n maxArea?: number;\n /** GeoJSON (For more details: https://geojson.org/). Note: Coordinates are expected in [Longitude, Latitude] format. */\n intersectsWithGeometry?: GeoJsonObject;\n}\n\n/** GeoJSON (For more details: https://geojson.org/). Note: Coordinates are expected in [Longitude, Latitude] format. */\nexport interface GeoJsonObjectParent {\n type: \"GeoJsonObject\" | \"MultiPolygon\" | \"Point\" | \"Polygon\";\n}\n\n/** Schema of boundary resource. */\nexport interface Boundary {\n /** GeoJSON (For more details: https://geojson.org/). Note: Coordinates are expected in [Longitude, Latitude] format. */\n geometry?: GeoJsonObject;\n /** Indicates the type of boundary belonging to a parent. */\n type?: string;\n /** GeoJSON (For more details: https://geojson.org/). Note: Coordinates are expected in [Longitude, Latitude] format. */\n centroid?: GeoJsonObject;\n /** GeoJSON (For more details: https://geojson.org/). Note: Coordinates are expected in [Longitude, Latitude] format. */\n bbox?: GeoJsonObject;\n /** Id of the parent it belongs to. */\n parentId?: string;\n /** Schema for storing measurement reading and unit. */\n area?: Measure;\n /**\n * Type of the parent it belongs to.\n * i.e. Field, SeasonalField, Zone, Prescription, PlantTissueAnalysis, ApplicationData, HarvestData, TillageData, PlantingData.\n */\n parentType?:\n | \"Field\"\n | \"SeasonalField\"\n | \"Zone\"\n | \"Prescription\"\n | \"PlantTissueAnalysis\"\n | \"ApplicationData\"\n | \"PlantingData\"\n | \"TillageData\"\n | \"HarvestData\";\n /** Status of the resource. */\n status?: string;\n /** Source of the resource. */\n source?: string;\n /** Name to identify resource. */\n name?: string;\n /** Textual description of the resource. */\n description?: string;\n /**\n * A collection of key value pairs that belongs to the resource.\n * Each pair must not have a key greater than 50 characters\n * and must not have a value greater than 150 characters.\n * Note: A maximum of 25 key value pairs can be provided for a resource and only string,\n * numeral and datetime (yyyy-MM-ddTHH:mm:ssZ) values are supported.\n */\n properties?: Record<string, any>;\n}\n\n/** Schema of crop product resource. */\nexport interface CropProduct {\n /**\n * Ids of the crops it belongs to.\n * Note: A maximum of 25 crops can be associated with a cropProduct.\n */\n cropIds?: Array<string>;\n /** CropProduct Brand. */\n brand?: string;\n /** CropProduct product. */\n product?: string;\n /** CropProduct trait. */\n trait?: string;\n /** Schema for storing measurement reading and unit. */\n relativeMaturity?: Measure;\n /** CropProduct treatments. */\n treatments?: Array<string>;\n /** Status of the resource. */\n status?: string;\n /** Source of the resource. */\n source?: string;\n /** Name to identify resource. */\n name?: string;\n /** Textual description of the resource. */\n description?: string;\n /**\n * A collection of key value pairs that belongs to the resource.\n * Each pair must not have a key greater than 50 characters\n * and must not have a value greater than 150 characters.\n * Note: A maximum of 25 key value pairs can be provided for a resource and only string,\n * numeral and datetime (yyyy-MM-ddTHH:mm:ssZ) values are supported.\n */\n properties?: Record<string, any>;\n}\n\n/** Schema of crop resource. */\nexport interface Crop {\n /** Crop phenotype. */\n phenotype?: string;\n /** Breeding Method. */\n breedingMethod?: \"VARIETY\" | \"HYBRID\" | \"UNKNOWN\";\n /** Measurements. */\n measurements?: Record<string, Measure>;\n /** Status of the resource. */\n status?: string;\n /** Source of the resource. */\n source?: string;\n /** Name to identify resource. */\n name?: string;\n /** Textual description of the resource. */\n description?: string;\n /**\n * A collection of key value pairs that belongs to the resource.\n * Each pair must not have a key greater than 50 characters\n * and must not have a value greater than 150 characters.\n * Note: A maximum of 25 key value pairs can be provided for a resource and only string,\n * numeral and datetime (yyyy-MM-ddTHH:mm:ssZ) values are supported.\n */\n properties?: Record<string, any>;\n}\n\n/** DeviceDataModel API model. */\nexport interface DeviceDataModel {\n /** Type of device. */\n type?: string;\n /** Device manufacturer. */\n manufacturer?: string;\n /** Device productCode. */\n productCode?: string;\n /** List of device ports supported. */\n ports?: Array<Port>;\n /** Status of the resource. */\n status?: string;\n /** Name to identify resource. */\n name?: string;\n /** Textual description of the resource. */\n description?: string;\n /**\n * A collection of key value pairs that belongs to the resource.\n * Each pair must not have a key greater than 50 characters\n * and must not have a value greater than 150 characters.\n * Note: A maximum of 25 key value pairs can be provided for a resource and\n * only string, numeral and datetime (yyyy-MM-ddTHH:mm:ssZ) values are supported.\n */\n properties?: Record<string, any>;\n}\n\n/** Schema for storing port values. */\nexport interface Port {\n /** Name of the port. */\n name?: string;\n /** Type of port digital/analog. */\n type?: string;\n}\n\n/** Device API model. */\nexport interface Device {\n /** Id of the associated device data model. */\n deviceDataModelId?: string;\n /** Integration id for the device. */\n integrationId?: string;\n /** Type of device. */\n type?: string;\n /** Device hardwareId. */\n hardwareId?: string;\n /** Interval at which the device sends data in seconds. */\n reportingIntervalInSeconds?: number;\n /** Parent device Id for this device. */\n parentDeviceId?: string;\n /** Location model class. */\n location?: Location;\n /** Status of the resource. */\n status?: string;\n /** Name to identify resource. */\n name?: string;\n /** Textual description of the resource. */\n description?: string;\n /**\n * A collection of key value pairs that belongs to the resource.\n * Each pair must not have a key greater than 50 characters\n * and must not have a value greater than 150 characters.\n * Note: A maximum of 25 key value pairs can be provided for a resource and\n * only string, numeral and datetime (yyyy-MM-ddTHH:mm:ssZ) values are supported.\n */\n properties?: Record<string, any>;\n}\n\n/** Location model class. */\nexport interface Location {\n /** Latitude of the location. */\n latitude: number;\n /** Longitude of the location. */\n longitude: number;\n}\n\n/** Schema of farm operation data ingestion job. */\nexport interface FarmOperationDataIngestionJob {\n /** Party Id. */\n partyId: string;\n /** Authentication provider Id. */\n authProviderId: string;\n /** List of operation types for which data needs to be downloaded. Available values: AllOperations, Application, Planting, Harvest, Tillage. */\n operations?: Array<string>;\n /** Start Year (Minimum = 2000, Maximum = CurrentYear). */\n startYear: number;\n /** Use this to pull only the incremental changes from the last run. */\n isIncremental?: boolean;\n /** Name to identify resource. */\n name?: string;\n /** Textual description of the resource. */\n description?: string;\n /**\n * A collection of key value pairs that belongs to the resource.\n * Each pair must not have a key greater than 50 characters\n * and must not have a value greater than 150 characters.\n * Note: A maximum of 25 key value pairs can be provided for a resource and only string,\n * numeral and datetime (yyyy-MM-ddTHH:mm:ssZ) values are supported.\n */\n properties?: Record<string, any>;\n}\n\n/** Schema of farm resource. */\nexport interface Farm {\n /** Status of the resource. */\n status?: string;\n /** Source of the resource. */\n source?: string;\n /** Name to identify resource. */\n name?: string;\n /** Textual description of the resource. */\n description?: string;\n /**\n * A collection of key value pairs that belongs to the resource.\n * Each pair must not have a key greater than 50 characters\n * and must not have a value greater than 150 characters.\n * Note: A maximum of 25 key value pairs can be provided for a resource and only string,\n * numeral and datetime (yyyy-MM-ddTHH:mm:ssZ) values are supported.\n */\n properties?: Record<string, any>;\n}\n\n/** Schema of field resource. */\nexport interface Field {\n /** Id of the associated Farm. */\n farmId?: string;\n /** Status of the resource. */\n status?: string;\n /** Source of the resource. */\n source?: string;\n /** Name to identify resource. */\n name?: string;\n /** Textual description of the resource. */\n description?: string;\n /**\n * A collection of key value pairs that belongs to the resource.\n * Each pair must not have a key greater than 50 characters\n * and must not have a value greater than 150 characters.\n * Note: A maximum of 25 key value pairs can be provided for a resource and only string,\n * numeral and datetime (yyyy-MM-ddTHH:mm:ssZ) values are supported.\n */\n properties?: Record<string, any>;\n}\n\n/** Schema of harvest data resource. */\nexport interface HarvestData {\n /** Schema for storing measurement reading and unit. */\n totalYield?: Measure;\n /** Schema for storing measurement reading and unit. */\n avgYield?: Measure;\n /** Schema for storing measurement reading and unit. */\n totalWetMass?: Measure;\n /** Schema for storing measurement reading and unit. */\n avgWetMass?: Measure;\n /** Schema for storing measurement reading and unit. */\n avgMoisture?: Measure;\n /** Schema for storing measurement reading and unit. */\n avgSpeed?: Measure;\n /** Harvest product details. */\n harvestProductDetails?: Array<HarvestProductDetail>;\n /** Schema for storing measurement reading and unit. */\n area?: Measure;\n /**\n * Modified date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ.\n * Note: this will be specified by the source provider itself.\n */\n operationModifiedDateTime?: Date | string;\n /** Start date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ. */\n operationStartDateTime?: Date | string;\n /** End date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ. */\n operationEndDateTime?: Date | string;\n /** Optional boundary ID of the field for which operation was applied. */\n associatedBoundaryId?: string;\n /** Status of the resource. */\n status?: string;\n /** Source of the resource. */\n source?: string;\n /** Name to identify resource. */\n name?: string;\n /** Textual description of the resource. */\n description?: string;\n /**\n * A collection of key value pairs that belongs to the resource.\n * Each pair must not have a key greater than 50 characters\n * and must not have a value greater than 150 characters.\n * Note: A maximum of 25 key value pairs can be provided for a resource and only string,\n * numeral and datetime (yyyy-MM-ddTHH:mm:ssZ) values are supported.\n */\n properties?: Record<string, any>;\n}\n\n/** Schema of product used during harvesting. */\nexport interface HarvestProductDetail {\n /** Name of the product. */\n productName?: string;\n /** Schema for storing measurement reading and unit. */\n area?: Measure;\n /** Schema for storing measurement reading and unit. */\n totalYield?: Measure;\n /** Schema for storing measurement reading and unit. */\n avgYield?: Measure;\n /** Schema for storing measurement reading and unit. */\n avgMoisture?: Measure;\n /** Schema for storing measurement reading and unit. */\n totalWetMass?: Measure;\n /** Schema for storing measurement reading and unit. */\n avgWetMass?: Measure;\n}\n\n/** Image Processing Rasterize Job to convert shapefile into tiff file. */\nexport interface ImageProcessingRasterizeJob {\n /** Party Id. */\n partyId: string;\n /** Shapefile attachment Id. */\n shapefileAttachmentId: string;\n /** List of shapefile column names to create raster attachments. */\n shapefileColumnNames: Array<string>;\n /** Name to identify resource. */\n name?: string;\n /** Textual description of the resource. */\n description?: string;\n /**\n * A collection of key value pairs that belongs to the resource.\n * Each pair must not have a key greater than 50 characters\n * and must not have a value greater than 150 characters.\n * Note: A maximum of 25 key value pairs can be provided for a resource and only string,\n * numeral and datetime (yyyy-MM-ddTHH:mm:ssZ) values are supported.\n */\n properties?: Record<string, any>;\n}\n\n/** Schema of insight resource. */\nexport interface Insight {\n /** Version of the associated model. */\n modelVersion?: string;\n /** Start date to which the insight is related. */\n insightStartDateTime?: Date | string;\n /** End date to which the insight is related. */\n insightEndDateTime?: Date | string;\n /** Measures to capture insights results. */\n measurements?: Record<string, Measure>;\n /** Status of the resource. */\n status?: string;\n /** Name to identify resource. */\n name?: string;\n /** Textual description of the resource. */\n description?: string;\n /**\n * A collection of key value pairs that belongs to the resource.\n * Each pair must not have a key greater than 50 characters\n * and must not have a value greater than 150 characters.\n * Note: A maximum of 25 key value pairs can be provided for a resource and\n * only string, numeral and datetime (yyyy-MM-ddTHH:mm:ssZ) values are supported.\n */\n properties?: Record<string, any>;\n}\n\n/** Api Model for ManagementZone object. */\nexport interface ManagementZone {\n /** Type of the ManagementZone. */\n type?: string;\n /** Season Id associated with the ManagementZone. */\n seasonId?: string;\n /** Crop Id associated with the ManagementZone. */\n cropId?: string;\n /** Field Id associated with the ManagementZone. */\n fieldId?: string;\n /** Status of the resource. */\n status?: string;\n /** Source of the resource. */\n source?: string;\n /** Name to identify resource. */\n name?: string;\n /** Textual description of the resource. */\n description?: string;\n /**\n * A collection of key value pairs that belongs to the resource.\n * Each pair must not have a key greater than 50 characters\n * and must not have a value greater than 150 characters.\n * Note: A maximum of 25 key value pairs can be provided for a resource and only string,\n * numeral and datetime (yyyy-MM-ddTHH:mm:ssZ) values are supported.\n */\n properties?: Record<string, any>;\n}\n\n/** Schema of biomass model job. */\nexport interface BiomassModelJob {\n /** Party Id. */\n partyId: string;\n /** The id of the boundary object for which biomass is being calculated. */\n boundaryId: string;\n /** The version of the biomass model to be run. Available Value: 1.0 . */\n modelVersion: string;\n /** Crop name for biomass model. Available Value: Corn. */\n cropName: \"Corn\";\n /** Planting datetime for biomass calculations. Sample format: yyyy-MM-ddTHH:mm:ssZ. */\n plantingStartDateTime: Date | string;\n /** End datetime till which biomass will be calculated. Sample format: yyyy-MM-ddTHH:mm:ssZ. */\n inferenceEndDateTime: Date | string;\n /** ExtensionId of weather data. Available values: DTN.ClearAg, DTN.ContentServices. */\n weatherExtensionId: string;\n /** Provider of satellite data. Available Value: Microsoft. */\n satelliteProvider: \"Microsoft\";\n /** Source of satellite data. Available Value: Sentinel_2_L2A. */\n satelliteSource: \"Sentinel_2_L2A\" | \"Sentinel_2_L1C\";\n /** ImageResolution in meters. Available values: 10, 20, 60. */\n imageResolution: number;\n /** ImageFormat. Available value: TIF. */\n imageFormat: \"TIF\";\n /** Name to identify resource. */\n name?: string;\n /** Textual description of the resource. */\n description?: string;\n /**\n * A collection of key value pairs that belongs to the resource.\n * Each pair must not have a key greater than 50 characters\n * and must not have a value greater than 150 characters.\n * Note: A maximum of 25 key value pairs can be provided for a resource and only string,\n * numeral and datetime (yyyy-MM-ddTHH:mm:ssZ) values are supported.\n */\n properties?: Record<string, any>;\n}\n\n/** Schema of sensor placement model job. */\nexport interface SensorPlacementModelJob {\n /** Party Id. */\n partyId: string;\n /** The id of the boundary object for which sensor placement is being calculated. */\n boundaryId: string;\n /** The version of the sensor placement model to be run. */\n modelVersion: string;\n /** Start datetime for satellite data to be pulled. */\n inferenceStartDateTime: Date | string;\n /** End datetime for satellite data to be pulled. */\n inferenceEndDateTime: Date | string;\n /** Provider of satellite data. Available Value: Microsoft. */\n satelliteProvider: \"Microsoft\";\n /** Source of satellite data. Available Value: Sentinel_2_L2A. */\n satelliteSource: \"Sentinel_2_L2A\" | \"Sentinel_2_L1C\";\n /** SensorType. The sensor placement map generated for sensor type (e.g., soil moisture, soil temperature, npk). Available Value: SoilMoisture. */\n sensorType: string;\n /** IsRanked, if True the sensor placements will be ranked. */\n isRanked: boolean;\n /** Name to identify resource. */\n name?: string;\n /** Textual description of the resource. */\n description?: string;\n /**\n * A collection of key value pairs that belongs to the resource.\n * Each pair must not have a key greater than 50 characters\n * and must not have a value greater than 150 characters.\n * Note: A maximum of 25 key value pairs can be provided for a resource and only string,\n * numeral and datetime (yyyy-MM-ddTHH:mm:ssZ) values are supported.\n */\n properties?: Record<string, any>;\n}\n\n/** Schema of soil moisture model job. */\nexport interface SoilMoistureModelJob {\n /** Party Id. */\n partyId: string;\n /** The id of the boundary object for which soil moisture is being calculated. */\n boundaryId: string;\n /** Sensor data model Id. */\n sensorDataModelId: string;\n /** Sensor partner Id. */\n sensorPartnerId: string;\n /** Inference start date time for soil moisture calculations. */\n inferenceStartDateTime: Date | string;\n /** Inference end date time for soil moisture calculations. */\n inferenceEndDateTime: Date | string;\n /** Provider of satellite data. Available Value: Microsoft. */\n satelliteProvider: \"Microsoft\";\n /** Source of satellite data. Available Value: Sentinel_2_L2A. */\n satelliteSource: \"Sentinel_2_L2A\" | \"Sentinel_2_L1C\";\n /** ImageResolution in meters. Available values: 10, 20, 60. */\n imageResolution: number;\n /** ImageFormat. Available value: TIF. */\n imageFormat: \"TIF\";\n /** The version of the soil moisture model to be run. */\n modelVersion: string;\n /** Schema for storing sensor definition keywords. */\n sensorDefinition: SoilMoistureModelSensorDefinition;\n /** Name to identify resource. */\n name?: string;\n /** Textual description of the resource. */\n description?: string;\n /**\n * A collection of key value pairs that belongs to the resource.\n * Each pair must not have a key greater than 50 characters\n * and must not have a value greater than 150 characters.\n * Note: A maximum of 25 key value pairs can be provided for a resource and only string,\n * numeral and datetime (yyyy-MM-ddTHH:mm:ssZ) values are supported.\n */\n properties?: Record<string, any>;\n}\n\n/** Schema for storing sensor definition keywords. */\nexport interface SoilMoistureModelSensorDefinition {\n /** The measurement name for sensor measure in sensorDataModel. */\n sensorMeasurement: string;\n /** The measurement name for minimum measurement value. */\n minProperty: string;\n /** The measurement name for maximum measurement value. */\n maxProperty: string;\n}\n\n/** Api Model for nutrient analysis object. */\nexport interface NutrientAnalysis {\n /** Parent id for this nutrient analysis. */\n parentId?: string;\n /**\n * Parent type for this nutrient analysis.\n * i.e. PlantTissueAnalysis.\n */\n parentType?: \"PlantTissueAnalysis\";\n /** Unit for this nutrient analysis. */\n unit?: string;\n /** Value for this nutrient analysis. */\n value?: number;\n /** Reference value low for this nutrient analysis. */\n referenceValueLow?: number;\n /** Reference value high for this nutrient analysis. */\n referenceValueHigh?: number;\n /** Classification for this nutrient analysis. */\n classification?: string;\n /** Recommendation for this nutrient analysis. */\n recommendation?: string;\n /** Products for this nutrient analysis. */\n products?: Array<ProductDetails>;\n /** Status of the resource. */\n status?: string;\n /** Source of the resource. */\n source?: string;\n /** Name to identify resource. */\n name?: string;\n /** Textual description of the resource. */\n description?: string;\n /**\n * A collection of key value pairs that belongs to the resource.\n * Each pair must not have a key greater than 50 characters\n * and must not have a value greater than 150 characters.\n * Note: A maximum of 25 key value pairs can be provided for a resource and only string,\n * numeral and datetime (yyyy-MM-ddTHH:mm:ssZ) values are supported.\n */\n properties?: Record<string, any>;\n}\n\n/** Model for representing ProductDetails object. */\nexport interface ProductDetails {\n /** Rate of the product. */\n rate?: string;\n /** Instruction of the resource. */\n instruction?: string;\n /** Product of the resource. */\n product?: string;\n}\n\n/** Schema of OAuth provider resource. */\nexport interface OAuthProvider {\n /** OAuth App Id for given OAuth Provider. */\n appId?: string;\n /**\n * OAuth App secret for given Provider.\n * Note: Won't be sent in response.\n */\n appSecret?: string;\n /**\n * OAuth Api key for given Provider.\n * Note: currently Applicable to Climate provider. Won't be sent in response.\n */\n apiKey?: string;\n /**\n * An optional flag to determine if the App is ready to be used for Production scenarios in the provider side or not. (Default value: false)\n * Note: Currently applicable for JohnDeere.\n */\n isProductionApp?: boolean;\n /** Name to identify resource. */\n name?: string;\n /** Textual description of the resource. */\n description?: string;\n /**\n * A collection of key value pairs that belongs to the resource.\n * Each pair must not have a key greater than 50 characters\n * and must not have a value greater than 150 characters.\n * Note: A maximum of 25 key value pairs can be provided for a resource and\n * only string, numeral and datetime (yyyy-MM-ddTHH:mm:ssZ) values are supported.\n */\n properties?: Record<string, any>;\n}\n\n/** Get OAuth config query parameters. */\nexport interface OAuthConnectRequest {\n /** Id of the party. */\n partyId: string;\n /** Id of the OAuthProvider. */\n oAuthProviderId: string;\n /** Link to redirect the user to, at the end of the oauth flow. */\n userRedirectLink: string;\n /** State to provide back when redirecting the user, at the end of the oauth flow. */\n userRedirectState?: string;\n}\n\n/** Schema of party resource. */\nexport interface Party {\n /** Status of the resource. */\n status?: string;\n /** Source of the resource. */\n source?: string;\n /** Name to identify resource. */\n name?: string;\n /** Textual description of the resource. */\n description?: string;\n /**\n * A collection of key value pairs that belongs to the resource.\n * Each pair must not have a key greater than 50 characters\n * and must not have a value greater than 150 characters.\n * Note: A maximum of 25 key value pairs can be provided for a resource and only string,\n * numeral and datetime (yyyy-MM-ddTHH:mm:ssZ) values are supported.\n */\n properties?: Record<string, any>;\n}\n\n/** Schema of planting data resource. */\nexport interface PlantingData {\n /** Schema for storing measurement reading and unit. */\n avgPlantingRate?: Measure;\n /** Schema for storing measurement reading and unit. */\n totalMaterial?: Measure;\n /** Schema for storing measurement reading and unit. */\n avgMaterial?: Measure;\n /** Planting product details. */\n plantingProductDetails?: Array<PlantingProductDetail>;\n /** Schema for storing measurement reading and unit. */\n area?: Measure;\n /**\n * Modified date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ.\n * Note: this will be specified by the source provider itself.\n */\n operationModifiedDateTime?: Date | string;\n /** Start date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ. */\n operationStartDateTime?: Date | string;\n /** End date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ. */\n operationEndDateTime?: Date | string;\n /** Optional boundary ID of the field for which operation was applied. */\n associatedBoundaryId?: string;\n /** Status of the resource. */\n status?: string;\n /** Source of the resource. */\n source?: string;\n /** Name to identify resource. */\n name?: string;\n /** Textual description of the resource. */\n description?: string;\n /**\n * A collection of key value pairs that belongs to the resource.\n * Each pair must not have a key greater than 50 characters\n * and must not have a value greater than 150 characters.\n * Note: A maximum of 25 key value pairs can be provided for a resource and only string,\n * numeral and datetime (yyyy-MM-ddTHH:mm:ssZ) values are supported.\n */\n properties?: Record<string, any>;\n}\n\n/** Schema for Planting product detail. */\nexport interface PlantingProductDetail {\n /** Name of the product. */\n productName?: string;\n /** Schema for storing measurement reading and unit. */\n area?: Measure;\n /** Schema for storing measurement reading and unit. */\n totalMaterial?: Measure;\n /** Schema for storing measurement reading and unit. */\n avgMaterial?: Measure;\n}\n\n/** Api Model for plant tissue analysis object. */\nexport interface PlantTissueAnalysis {\n /** Id of the associated Field. */\n fieldId?: string;\n /** Id of the associated Crop. */\n cropId?: string;\n /** Id of the associated Crop product. */\n cropProductId?: string;\n /** Id of the associated Season. */\n seasonId?: string;\n /** Planting datetime for this plant tissue analysis. */\n plantingDateTime?: Date | string;\n /** Growth stage for this plant tissue analysis. */\n growthStage?: string;\n /** Plant part for this plant tissue analysis. */\n plantPart?: string;\n /** Plant position for this plant tissue analysis. */\n plantPosition?: string;\n /** Plant appearance for this plant tissue analysis. */\n plantAppearance?: string;\n /** Sample collection condition for this plant tissue analysis. */\n sampleCollectionCondition?: string;\n /** Sample collection dateTime for this plant tissue analysis. */\n sampleCollectionDateTime?: Date | string;\n /** Sample received dateTime. */\n sampleReceivedDateTime?: Date | string;\n /** Sample test result dateTime for this plant tissue analysis. */\n sampleTestResultDateTime?: Date | string;\n /** Model for representing LabDetails object. */\n labDetails?: LabDetails;\n /** Status of the resource. */\n status?: string;\n /** Source of the resource. */\n source?: string;\n /** Name to identify resource. */\n name?: string;\n /** Textual description of the resource. */\n description?: string;\n /**\n * A collection of key value pairs that belongs to the resource.\n * Each pair must not have a key greater than 50 characters\n * and must not have a value greater than 150 characters.\n * Note: A maximum of 25 key value pairs can be provided for a resource and only string,\n * numeral and datetime (yyyy-MM-ddTHH:mm:ssZ) values are supported.\n */\n properties?: Record<string, any>;\n}\n\n/** Model for representing LabDetails object. */\nexport interface LabDetails {\n /** Code of the resource. */\n code?: string;\n /** Name of the resource. */\n name?: string;\n /** Description of the resource. */\n description?: string;\n /** Address of the resource. */\n address?: string;\n}\n\n/** Api Model for Prescription Map object. */\nexport interface PrescriptionMap {\n /** Prescription map type. */\n type?: string;\n /** Season Id. */\n seasonId?: string;\n /** Crop Id. */\n cropId?: string;\n /** Field Id. */\n fieldId?: string;\n /** Status of the resource. */\n status?: string;\n /** Source of the resource. */\n source?: string;\n /** Name to identify resource. */\n name?: string;\n /** Textual description of the resource. */\n description?: string;\n /**\n * A collection of key value pairs that belongs to the resource.\n * Each pair must not have a key greater than 50 characters\n * and must not have a value greater than 150 characters.\n * Note: A maximum of 25 key value pairs can be provided for a resource and only string,\n * numeral and datetime (yyyy-MM-ddTHH:mm:ssZ) values are supported.\n */\n properties?: Record<string, any>;\n}\n\n/** Api Model for Prescription object. */\nexport interface Prescription {\n /** Prescription map Id. */\n prescriptionMapId?: string;\n /** Product Code. */\n productCode?: string;\n /** Product name. */\n productName?: string;\n /** Prescription type. */\n type?: string;\n /** Measures. */\n measurements?: Record<string, Measure>;\n /** Status of the resource. */\n status?: string;\n /** Source of the resource. */\n source?: string;\n /** Name to identify resource. */\n name?: string;\n /** Textual description of the resource. */\n description?: string;\n /**\n * A collection of key value pairs that belongs to the resource.\n * Each pair must not have a key greater than 50 characters\n * and must not have a value greater than 150 characters.\n * Note: A maximum of 25 key value pairs can be provided for a resource and only string,\n * numeral and datetime (yyyy-MM-ddTHH:mm:ssZ) values are supported.\n */\n properties?: Record<string, any>;\n}\n\n/** Schema of satellite data ingestion job. */\nexport interface SatelliteDataIngestionJob {\n /** Party Id. */\n partyId: string;\n /** The id of the boundary object for which satellite data is being fetched. */\n boundaryId: string;\n /** Start Date. */\n startDateTime: Date | string;\n /** End Date. */\n endDateTime: Date | string;\n /** Provider of satellite data. Available Value: Microsoft. */\n provider?: \"Microsoft\";\n /** Source of satellite data. Available Value: Sentinel_2_L2A. */\n source: \"Sentinel_2_L2A\" | \"Sentinel_2_L1C\";\n /** Data Model for SatelliteIngestionJobRequest. */\n data?: SatelliteData;\n /** Name to identify resource. */\n name?: string;\n /** Textual description of the resource. */\n description?: string;\n /**\n * A collection of key value pairs that belongs to the resource.\n * Each pair must not have a key greater than 50 characters\n * and must not have a value greater than 150 characters.\n * Note: A maximum of 25 key value pairs can be provided for a resource and only string,\n * numeral and datetime (yyyy-MM-ddTHH:mm:ssZ) values are supported.\n */\n properties?: Record<string, any>;\n}\n\n/** Data Model for SatelliteIngestionJobRequest. */\nexport interface SatelliteData {\n /** List of ImageNames. */\n imageNames?: Array<string>;\n /** List of ImageFormats. Available value: TIF. */\n imageFormats?: Array<string>;\n /** List of ImageResolutions in meters. Available values: 10, 20, 60. */\n imageResolutions?: Array<number>;\n}\n\n/** Search stac Features parameters. */\nexport interface SearchFeaturesQuery {\n /** Start datetime of the time interval in which to search for Features. */\n startDateTime: Date | string;\n /** End datetime of the time interval in which to search for Features. */\n endDateTime: Date | string;\n /** GeoJSON (For more details: https://geojson.org/). Note: Coordinates are expected in [Longitude, Latitude] format. */\n intersects?: GeoJsonObject;\n /**\n * Only features that have a geometry that intersects the bounding box are selected.\n * The bounding box is provided as four numbers. The coordinate reference system of the values is WGS84 longitude/latitude.\n */\n bbox?: Array<number>;\n /** Array of feature ids to return. */\n featureIds?: Array<string>;\n}\n\n/** Schema of seasonal field resource. */\nexport interface SeasonalField {\n /** Id of the associated Farm. */\n farmId?: string;\n /** Id of the associated Field. */\n fieldId?: string;\n /** Id of the season it belongs to. */\n seasonId?: string;\n /** CropProduct ids. */\n cropProductIds?: Array<string>;\n /** Id of the crop it belongs to. */\n cropId?: string;\n /** Status of the resource. */\n status?: string;\n /** Source of the resource. */\n source?: string;\n /** Name to identify resource. */\n name?: string;\n /** Textual description of the resource. */\n description?: string;\n /**\n * A collection of key value pairs that belongs to the resource.\n * Each pair must not have a key greater than 50 characters\n * and must not have a value greater than 150 characters.\n * Note: A maximum of 25 key value pairs can be provided for a resource and only string,\n * numeral and datetime (yyyy-MM-ddTHH:mm:ssZ) values are supported.\n */\n properties?: Record<string, any>;\n}\n\n/** Schema of season resource. */\nexport interface Season {\n /** Season start datetime, sample format: yyyy-MM-ddTHH:mm:ssZ. */\n startDateTime?: Date | string;\n /** Season end datetime, sample format: yyyy-MM-ddTHH:mm:ssZ. */\n endDateTime?: Date | string;\n /** Season year. */\n year?: number;\n /** Geographic Identifier. */\n geographicIdentifier?: string;\n /** Status of the resource. */\n status?: string;\n /** Source of the resource. */\n source?: string;\n /** Name to identify resource. */\n name?: string;\n /** Textual description of the resource. */\n description?: string;\n /**\n * A collection of key value pairs that belongs to the resource.\n * Each pair must not have a key greater than 50 characters\n * and must not have a value greater than 150 characters.\n * Note: A maximum of 25 key value pairs can be provided for a resource and only string,\n * numeral and datetime (yyyy-MM-ddTHH:mm:ssZ) values are supported.\n */\n properties?: Record<string, any>;\n}\n\n/** SensorModel API model. */\nexport interface SensorDataModel {\n /** Type of sensor. */\n type?: string;\n /** Sensor manufacturer. */\n manufacturer?: string;\n /** Sensor productCode. */\n productCode?: string;\n /** Map of sensor type to sensor measures. */\n measures: Record<string, SensorDataModelMeasure>;\n /** Status of the resource. */\n status?: string;\n /** Name to identify resource. */\n name?: string;\n /** Textual description of the resource. */\n description?: string;\n /**\n * A collection of key value pairs that belongs to the resource.\n * Each pair must not have a key greater than 50 characters\n * and must not have a value greater than 150 characters.\n * Note: A maximum of 25 key value pairs can be provided for a resource and\n * only string, numeral and datetime (yyyy-MM-ddTHH:mm:ssZ) values are supported.\n */\n properties?: Record<string, any>;\n}\n\n/** Sensor model measure details. */\nexport interface SensorDataModelMeasure {\n /** Description of sensor measure. */\n description?: string;\n /** Sensor measure data type. */\n dataType: \"Bool\" | \"Double\" | \"DateTime\" | \"Long\" | \"String\";\n /** Measurement type of sensor data. */\n type?: string;\n /** Unit of sensor measure. */\n unit?: string;\n /**\n * A collection of key value pairs for sensor data model.\n * Each pair must not have a key greater than 50 characters\n * and must not have a value greater than 150 characters.\n * Note: A maximum of 25 key value pairs can be provided for a model and\n * only string, numeral and datetime (yyyy-MM-ddTHH:mm:ssZ) values are supported.\n */\n properties?: Record<string, any>;\n}\n\n/** SensorMapping API model. */\nexport interface SensorMapping {\n /** Id of the associated sensor. */\n sensorId?: string;\n /** Id of the associated sensor partner. */\n sensorPartnerId?: string;\n /** Id of the associated party. */\n partyId?: string;\n /** Id of the associated boundary. */\n boundaryId?: string;\n /** Status of the resource. */\n status?: string;\n /** Name to identify resource. */\n name?: string;\n /** Textual description of the resource. */\n description?: string;\n /**\n * A collection of key value pairs that belongs to the resource.\n * Each pair must not have a key greater than 50 characters\n * and must not have a value greater than 150 characters.\n * Note: A maximum of 25 key value pairs can be provided for a resource and\n * only string, numeral and datetime (yyyy-MM-ddTHH:mm:ssZ) values are supported.\n */\n properties?: Record<string, any>;\n}\n\n/** Sensor partner integration model. */\nexport interface SensorPartnerIntegrationModel {\n /** Id of the party. */\n partyId?: string;\n /** Status of the resource. */\n status?: string;\n /** Name to identify resource. */\n name?: string;\n /** Textual description of the resource. */\n description?: string;\n /**\n * A collection of key value pairs that belongs to the resource.\n * Each pair must not have a key greater than 50 characters\n * and must not have a value greater than 150 characters.\n * Note: A maximum of 25 key value pairs can be provided for a resource and\n * only string, numeral and datetime (yyyy-MM-ddTHH:mm:ssZ) values are supported.\n */\n properties?: Record<string, any>;\n}\n\n/** Sensor API model. */\nexport interface Sensor {\n /** Id of the associated sensor data model. */\n sensorDataModelId?: string;\n /** Integration id for the device. */\n integrationId?: string;\n /** Id of the associated hardware. */\n hardwareId?: string;\n /** Id of the associated device. */\n deviceId?: string;\n /** Type of sensor. */\n type?: string;\n /** Location model class. */\n location?: Location;\n /** Schema for storing port values. */\n port?: Port;\n /**\n * Depth of each sensor measure in meters.\n * Like sensor moisture at 2m, 4m, 6m.\n */\n depthInMeters?: Array<number>;\n /** Status of the resource. */\n status?: string;\n /** Name to identify resource. */\n name?: string;\n /** Textual description of the resource. */\n description?: string;\n /**\n * A collection of key value pairs that belongs to the resource.\n * Each pair must not have a key greater than 50 characters\n * and must not have a value greater than 150 characters.\n * Note: A maximum of 25 key value pairs can be provided for a resource and\n * only string, numeral and datetime (yyyy-MM-ddTHH:mm:ssZ) values are supported.\n */\n properties?: Record<string, any>;\n}\n\n/** Model for renewing sensor's connection string. */\nexport interface SensorRenewConnectionStringModel {\n /** Specifies the type of connection string key to be renewed valid values - Primary/Secondary/Both. */\n connectionStringType: \"Primary\" | \"Secondary\" | \"Both\";\n}\n\n/** SolutionInference request model. */\nexport interface SolutionInference {\n /**\n * RequestPath containing the api-version, query parameters and path route to be called for partner request.\n * Expected format is \"/{api-version}/{resourceExposedByPartner}/{customerDefinedJobId}?query1=value1\".\n * Not following this format may result into validation errors.\n */\n requestPath: string;\n /** Api input parameters required by partner to trigger/cancel job request. */\n partnerRequestBody?: Record<string, any>;\n}\n\n/** Schema of tillage data resource. */\nexport interface TillageData {\n /** Schema for storing measurement reading and unit. */\n tillageDepth?: Measure;\n /** Schema for storing measurement reading and unit. */\n tillagePressure?: Measure;\n /** Schema for storing measurement reading and unit. */\n area?: Measure;\n /**\n * Modified date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ.\n * Note: this will be specified by the source provider itself.\n */\n operationModifiedDateTime?: Date | string;\n /** Start date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ. */\n operationStartDateTime?: Date | string;\n /** End date-time of the operation data, sample format: yyyy-MM-ddTHH:mm:ssZ. */\n operationEndDateTime?: Date | string;\n /** Optional boundary ID of the field for which operation was applied. */\n associatedBoundaryId?: string;\n /** Status of the resource. */\n status?: string;\n /** Source of the resource. */\n source?: string;\n /** Name to identify resource. */\n name?: string;\n /** Textual description of the resource. */\n description?: string;\n /**\n * A collection of key value pairs that belongs to the resource.\n * Each pair must not have a key greater than 50 characters\n * and must not have a value greater than 150 characters.\n * Note: A maximum of 25 key value pairs can be provided for a resource and only string,\n * numeral and datetime (yyyy-MM-ddTHH:mm:ssZ) values are supported.\n */\n properties?: Record<string, any>;\n}\n\n/** Schema of weather data delete job. */\nexport interface WeatherDataDeleteJob {\n /** Id of the extension to be used for the providerInput. eg. DTN.ClearAg. */\n extensionId: string;\n /** The id of the party for which weather data is being fetched. */\n partyId: string;\n /** The id of the boundary object for which weather data is being fetched. */\n boundaryId: string;\n /** Type of weather data. Possible values include: 'forecast' , 'historical'. */\n weatherDataType?: string;\n /** Granularity of weather data. Possible values include: 'daily' , 'hourly'. */\n granularity?: string;\n /** Weather data start UTC date-time (inclusive), sample format: yyyy-MM-ddTHH:mm:ssZ. */\n startDateTime?: Date | string;\n /** Weather data end UTC date-time (inclusive), sample format: yyyy-MM-ddTHH:mm:ssZ. */\n endDateTime?: Date | string;\n /** Name to identify resource. */\n name?: string;\n /** Textual description of the resource. */\n description?: string;\n /**\n * A collection of key value pairs that belongs to the resource.\n * Each pair must not have a key greater than 50 characters\n * and must not have a value greater than 150 characters.\n * Note: A maximum of 25 key value pairs can be provided for a resource and only string,\n * numeral and datetime (yyyy-MM-ddTHH:mm:ssZ) values are supported.\n */\n properties?: Record<string, any>;\n}\n\n/** Schema of weather ingestion job. */\nexport interface WeatherDataIngestionJob {\n /** The id of the boundary object for which weather data is being fetched. */\n boundaryId: string;\n /** The id of the party for which weather data is being fetched. */\n partyId: string;\n /** Id of the extension to be used for the providerInput. eg. DTN.ClearAg. */\n extensionId: string;\n /** Extension api name to which request is to be made. */\n extensionApiName: string;\n /** Extension api input dictionary which would be used to feed request query/body/parameter information. */\n extensionApiInput: Record<string, any>;\n /** App id of the weather data provider. */\n extensionDataProviderAppId?: string;\n /** Api key of the weather data provider. */\n extensionDataProviderApiKey?: string;\n /** Name to identify resource. */\n name?: string;\n /** Textual description of the resource. */\n description?: string;\n /**\n * A collection of key value pairs that belongs to the resource.\n * Each pair must not have a key greater than 50 characters\n * and must not have a value greater than 150 characters.\n * Note: A maximum of 25 key value pairs can be provided for a resource and only string,\n * numeral and datetime (yyyy-MM-ddTHH:mm:ssZ) values are supported.\n */\n properties?: Record<string, any>;\n}\n\n/** Schema of weather data provider request. */\nexport interface WeatherDataProviderRequest {\n /** List of locations for which weather data need to be fetched from the provider. */\n locations?: Array<WeatherLocation>;\n /** App id of the weather data provider. */\n providerAppId?: string;\n /** Api key of the weather data provider. */\n providerApiKey: string;\n /** Id of the extension to be used for the providerInput. eg. DTN.ClearAg. */\n extensionId: string;\n /** Extension api name to which request is to be made. */\n extensionApiName: string;\n /** Language (IETF BCP 47 language tag) in which search results should be returned by the data provider. Examples: 'en-US', 'es', 'es-MX', 'fr-FR'. */\n language?: string;\n /** Start of time range. Hour 0 represents the current hour. (Only applicable for DTN.ClearAg extension.) */\n startTimeHours?: number;\n /** End of time range. Supported ranges are from 0 to 240. (Only applicable for DTN.ClearAg extension.) */\n endTimeHours?: number;\n /** Specifies for how many days the daily forecast responses are returned. Available values are 1, 5, 10, 25 and 45. (Only applicable for Azure Weather Maps extension.) */\n duration?: number;\n /** Units for which request to data provider is to be sent. Supported values are 'e' for English units, 'm' for Metric units, 'h' for Hybrid units (UK) and 's' for Metric SI units. */\n units: string;\n /** Schema of additional parameters for weather data provider request. */\n additionalParams?: AdditionalProviderParameters;\n}\n\n/** Schema of Location data. */\nexport interface WeatherLocation {\n /** Location Type eg. LatLong/IataCode/IcaoCode/Placeid/PostalKey. */\n type: \"LatLong\" | \"IataCode\" | \"IcaoCode\" | \"PlaceId\" | \"PostalKey\";\n /** Location Value eg. \"10,-25\" for LocationType Type \"LatLong\". */\n value: string;\n}\n\n/** Schema of additional parameters for weather data provider request. */\nexport interface AdditionalProviderParameters {\n /** Icon Resolution (Only applicable for AzureWeatherMaps). */\n iconResolution?: string;\n /** Details (Only applicable for AzureWeatherMaps). */\n details?: boolean;\n}\n\n/** Api Model for Zone object. */\nexport interface Zone {\n /** Type of the Zone. */\n type?: string;\n /** Management Zone Id associated with the Zone. */\n managementZoneId?: string;\n /** Status of the resource. */\n status?: string;\n /** Source of the resource. */\n source?: string;\n /** Name to identify resource. */\n name?: string;\n /** Textual description of the resource. */\n description?: string;\n /**\n * A collection of key value pairs that belongs to the resource.\n * Each pair must not have a key greater than 50 characters\n * and must not have a value greater than 150 characters.\n * Note: A maximum of 25 key value pairs can be provided for a resource and only string,\n * numeral and datetime (yyyy-MM-ddTHH:mm:ssZ) values are supported.\n */\n properties?: Record<string, any>;\n}\n\n/** MultiPolygon geometry. */\nexport interface MultiPolygon extends GeoJsonObjectParent {\n /**\n * Gets or sets Coordinates of GeoJSON Object.\n * It must be an array of polygons, each polygon contains list of linear rings.\n * For Polygons with more than one of these rings, the first MUST be the exterior ring,\n * and any others MUST be interior rings.\n */\n coordinates: Array<Array<Array<Array<number>>>>;\n type: \"MultiPolygon\";\n}\n\n/** Point geometry. */\nexport interface Point extends GeoJsonObjectParent {\n /**\n * Gets or sets the coordinate of this point.\n * It must be an array of 2 or 3 elements for a 2D or 3D system.\n */\n coordinates: Array<number>;\n type: \"Point\";\n}\n\n/** Polygon geometry. */\nexport interface Polygon extends GeoJsonObjectParent {\n /**\n * Gets or sets type of the GeoJSON Object.\n * It must be an array of linear ring coordinate arrays.\n * For Polygons with more than one of these rings, the first MUST be the exterior ring,\n * and any others MUST be interior rings.\n */\n coordinates: Array<Array<Array<number>>>;\n type: \"Polygon\";\n}\n\n/** GeoJSON (For more details: https://geojson.org/). Note: Coordinates are expected in [Longitude, Latitude] format. */\nexport type GeoJsonObject = MultiPolygon | Point | Polygon;\n"]}
|