@azure-rest/agrifood-farming 1.0.0-alpha.20211105.1 → 1.0.0-alpha.20220131.1

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.
@@ -1 +1 @@
1
- {"version":3,"file":"responses.js","sourceRoot":"","sources":["../../src/responses.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT license.\n\nimport {\n ApplicationDataListResponse,\n ErrorResponse,\n ApplicationData,\n AttachmentListResponse,\n Attachment,\n BoundaryListResponse,\n CascadeDeleteJob,\n Boundary,\n BoundaryOverlapResponse,\n CropListResponse,\n Crop,\n CropVarietyListResponse,\n CropVariety,\n FarmerListResponse,\n Farmer,\n FarmOperationDataIngestionJob,\n FarmListResponse,\n Farm,\n FieldListResponse,\n Field,\n HarvestDataListResponse,\n HarvestData,\n ImageProcessingRasterizeJob,\n OAuthProviderListResponse,\n OAuthProvider,\n OAuthTokenListResponse,\n PlantingDataListResponse,\n PlantingData,\n SceneListResponse,\n SatelliteDataIngestionJob,\n SeasonalFieldListResponse,\n SeasonalField,\n SeasonListResponse,\n Season,\n TillageDataListResponse,\n TillageData,\n WeatherDataListResponse,\n WeatherDataIngestionJob,\n WeatherDataDeleteJob,\n} from \"./models\";\nimport { HttpResponse } from \"@azure-rest/core-client\";\n\n/** Returns a paginated list of application data resources under a particular farm. */\nexport interface ApplicationDataListByFarmerId200Response extends HttpResponse {\n status: \"200\";\n body: ApplicationDataListResponse;\n}\n\n/** Returns a paginated list of application data resources under a particular farm. */\nexport interface ApplicationDataListByFarmerIddefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Returns a paginated list of application data resources across all farmers. */\nexport interface ApplicationDataList200Response extends HttpResponse {\n status: \"200\";\n body: ApplicationDataListResponse;\n}\n\n/** Returns a paginated list of application data resources across all farmers. */\nexport interface ApplicationDataListdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Get a specified application data resource under a particular farmer. */\nexport interface ApplicationDataGet200Response extends HttpResponse {\n status: \"200\";\n body: ApplicationData;\n}\n\n/** Get a specified application data resource under a particular farmer. */\nexport interface ApplicationDataGetdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Creates or updates an application data resource under a particular farmer. */\nexport interface ApplicationDataCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: ApplicationData;\n}\n\n/** Creates or updates an application data resource under a particular farmer. */\nexport interface ApplicationDataCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: ApplicationData;\n}\n\n/** Creates or updates an application data resource under a particular farmer. */\nexport interface ApplicationDataCreateOrUpdatedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Deletes a specified application data resource under a particular farmer. */\nexport interface ApplicationDataDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes a specified application data resource under a particular farmer. */\nexport interface ApplicationDataDeletedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Returns a paginated list of attachment resources under a particular farmer. */\nexport interface AttachmentsListByFarmerId200Response extends HttpResponse {\n status: \"200\";\n body: AttachmentListResponse;\n}\n\n/** Returns a paginated list of attachment resources under a particular farmer. */\nexport interface AttachmentsListByFarmerIddefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Gets a specified attachment resource under a particular farmer. */\nexport interface AttachmentsGet200Response extends HttpResponse {\n status: \"200\";\n body: Attachment;\n}\n\n/** Gets a specified attachment resource under a particular farmer. */\nexport interface AttachmentsGetdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Creates or updates an attachment resource under a particular farmer. */\nexport interface AttachmentsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: Attachment;\n}\n\n/** Creates or updates an attachment resource under a particular farmer. */\nexport interface AttachmentsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: Attachment;\n}\n\n/** Creates or updates an attachment resource under a particular farmer. */\nexport interface AttachmentsCreateOrUpdatedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Deletes a specified attachment resource under a particular farmer. */\nexport interface AttachmentsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes a specified attachment resource under a particular farmer. */\nexport interface AttachmentsDeletedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Downloads and returns attachment as response for the given input filePath. */\nexport interface AttachmentsDownload200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Downloads and returns attachment as response for the given input filePath. */\nexport interface AttachmentsDownloaddefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Returns a paginated list of boundary resources under a particular farmer. */\nexport interface BoundariesListByFarmerId200Response extends HttpResponse {\n status: \"200\";\n body: BoundaryListResponse;\n}\n\n/** Returns a paginated list of boundary resources under a particular farmer. */\nexport interface BoundariesListByFarmerIddefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Search for boundaries by fields and intersecting geometry. */\nexport interface BoundariesSearchByFarmerId200Response extends HttpResponse {\n status: \"200\";\n body: BoundaryListResponse;\n}\n\n/** Search for boundaries by fields and intersecting geometry. */\nexport interface BoundariesSearchByFarmerIddefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Returns a paginated list of boundary resources across all farmers. */\nexport interface BoundariesList200Response extends HttpResponse {\n status: \"200\";\n body: BoundaryListResponse;\n}\n\n/** Returns a paginated list of boundary resources across all farmers. */\nexport interface BoundariesListdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Search for boundaries across all farmers by fields and intersecting geometry. */\nexport interface BoundariesSearch200Response extends HttpResponse {\n status: \"200\";\n body: BoundaryListResponse;\n}\n\n/** Search for boundaries across all farmers by fields and intersecting geometry. */\nexport interface BoundariesSearchdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Get cascade delete job for specified boundary. */\nexport interface BoundariesGetCascadeDeleteJobDetails200Response extends HttpResponse {\n status: \"200\";\n body: CascadeDeleteJob;\n}\n\n/** Get cascade delete job for specified boundary. */\nexport interface BoundariesGetCascadeDeleteJobDetailsdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Create a cascade delete job for specified boundary. */\nexport interface BoundariesCreateCascadeDeleteJob202Response extends HttpResponse {\n status: \"202\";\n body: CascadeDeleteJob;\n}\n\n/** Create a cascade delete job for specified boundary. */\nexport interface BoundariesCreateCascadeDeleteJobdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Gets a specified boundary resource under a particular farmer. */\nexport interface BoundariesGet200Response extends HttpResponse {\n status: \"200\";\n body: Boundary;\n}\n\n/** Gets a specified boundary resource under a particular farmer. */\nexport interface BoundariesGetdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Creates or updates a boundary resource. */\nexport interface BoundariesCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: Boundary;\n}\n\n/** Creates or updates a boundary resource. */\nexport interface BoundariesCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: Boundary;\n}\n\n/** Creates or updates a boundary resource. */\nexport interface BoundariesCreateOrUpdatedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Deletes a specified boundary resource under a particular farmer. */\nexport interface BoundariesDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes a specified boundary resource under a particular farmer. */\nexport interface BoundariesDeletedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Returns overlapping acreage between two boundary Ids. */\nexport interface BoundariesGetOverlap200Response extends HttpResponse {\n status: \"200\";\n body: BoundaryOverlapResponse;\n}\n\n/** Returns overlapping acreage between two boundary Ids. */\nexport interface BoundariesGetOverlapdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Returns a paginated list of crop resources. */\nexport interface CropsList200Response extends HttpResponse {\n status: \"200\";\n body: CropListResponse;\n}\n\n/** Returns a paginated list of crop resources. */\nexport interface CropsListdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Gets a specified crop resource. */\nexport interface CropsGet200Response extends HttpResponse {\n status: \"200\";\n body: Crop;\n}\n\n/** Gets a specified crop resource. */\nexport interface CropsGetdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Creates or updates a crop resource. */\nexport interface CropsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: Crop;\n}\n\n/** Creates or updates a crop resource. */\nexport interface CropsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: Crop;\n}\n\n/** Creates or updates a crop resource. */\nexport interface CropsCreateOrUpdatedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Deletes Crop for given crop id. */\nexport interface CropsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes Crop for given crop id. */\nexport interface CropsDeletedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Returns a paginated list of crop variety resources under a particular crop. */\nexport interface CropVarietiesListByCropId200Response extends HttpResponse {\n status: \"200\";\n body: CropVarietyListResponse;\n}\n\n/** Returns a paginated list of crop variety resources under a particular crop. */\nexport interface CropVarietiesListByCropIddefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Returns a paginated list of crop variety resources across all crops. */\nexport interface CropVarietiesList200Response extends HttpResponse {\n status: \"200\";\n body: CropVarietyListResponse;\n}\n\n/** Returns a paginated list of crop variety resources across all crops. */\nexport interface CropVarietiesListdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Gets a specified crop variety resource under a particular crop. */\nexport interface CropVarietiesGet200Response extends HttpResponse {\n status: \"200\";\n body: CropVariety;\n}\n\n/** Gets a specified crop variety resource under a particular crop. */\nexport interface CropVarietiesGetdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Creates or updates a crop variety resource. */\nexport interface CropVarietiesCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: CropVariety;\n}\n\n/** Creates or updates a crop variety resource. */\nexport interface CropVarietiesCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: CropVariety;\n}\n\n/** Creates or updates a crop variety resource. */\nexport interface CropVarietiesCreateOrUpdatedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Deletes a specified crop variety resource under a particular crop. */\nexport interface CropVarietiesDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes a specified crop variety resource under a particular crop. */\nexport interface CropVarietiesDeletedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Returns a paginated list of farmer resources. */\nexport interface FarmersList200Response extends HttpResponse {\n status: \"200\";\n body: FarmerListResponse;\n}\n\n/** Returns a paginated list of farmer resources. */\nexport interface FarmersListdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Gets a specified farmer resource. */\nexport interface FarmersGet200Response extends HttpResponse {\n status: \"200\";\n body: Farmer;\n}\n\n/** Gets a specified farmer resource. */\nexport interface FarmersGetdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Creates or updates a farmer resource. */\nexport interface FarmersCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: Farmer;\n}\n\n/** Creates or updates a farmer resource. */\nexport interface FarmersCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: Farmer;\n}\n\n/** Creates or updates a farmer resource. */\nexport interface FarmersCreateOrUpdatedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Deletes a specified farmer resource. */\nexport interface FarmersDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes a specified farmer resource. */\nexport interface FarmersDeletedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Get a cascade delete job for specified farmer. */\nexport interface FarmersGetCascadeDeleteJobDetails200Response extends HttpResponse {\n status: \"200\";\n body: CascadeDeleteJob;\n}\n\n/** Get a cascade delete job for specified farmer. */\nexport interface FarmersGetCascadeDeleteJobDetailsdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Create a cascade delete job for specified farmer. */\nexport interface FarmersCreateCascadeDeleteJob202Response extends HttpResponse {\n status: \"202\";\n body: CascadeDeleteJob;\n}\n\n/** Create a cascade delete job for specified farmer. */\nexport interface FarmersCreateCascadeDeleteJobdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Create a farm operation data ingestion job. */\nexport interface FarmOperationsCreateDataIngestionJob202Response extends HttpResponse {\n status: \"202\";\n body: FarmOperationDataIngestionJob;\n}\n\n/** Create a farm operation data ingestion job. */\nexport interface FarmOperationsCreateDataIngestionJobdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Get a farm operation data ingestion job. */\nexport interface FarmOperationsGetDataIngestionJobDetails200Response extends HttpResponse {\n status: \"200\";\n body: FarmOperationDataIngestionJob;\n}\n\n/** Get a farm operation data ingestion job. */\nexport interface FarmOperationsGetDataIngestionJobDetailsdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Returns a paginated list of farm resources under a particular farmer. */\nexport interface FarmsListByFarmerId200Response extends HttpResponse {\n status: \"200\";\n body: FarmListResponse;\n}\n\n/** Returns a paginated list of farm resources under a particular farmer. */\nexport interface FarmsListByFarmerIddefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Returns a paginated list of farm resources across all farmers. */\nexport interface FarmsList200Response extends HttpResponse {\n status: \"200\";\n body: FarmListResponse;\n}\n\n/** Returns a paginated list of farm resources across all farmers. */\nexport interface FarmsListdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Gets a specified farm resource under a particular farmer. */\nexport interface FarmsGet200Response extends HttpResponse {\n status: \"200\";\n body: Farm;\n}\n\n/** Gets a specified farm resource under a particular farmer. */\nexport interface FarmsGetdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Creates or updates a farm resource under a particular farmer. */\nexport interface FarmsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: Farm;\n}\n\n/** Creates or updates a farm resource under a particular farmer. */\nexport interface FarmsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: Farm;\n}\n\n/** Creates or updates a farm resource under a particular farmer. */\nexport interface FarmsCreateOrUpdatedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Deletes a specified farm resource under a particular farmer. */\nexport interface FarmsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes a specified farm resource under a particular farmer. */\nexport interface FarmsDeletedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Get a cascade delete job for specified farm. */\nexport interface FarmsGetCascadeDeleteJobDetails200Response extends HttpResponse {\n status: \"200\";\n body: CascadeDeleteJob;\n}\n\n/** Get a cascade delete job for specified farm. */\nexport interface FarmsGetCascadeDeleteJobDetailsdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Create a cascade delete job for specified farm. */\nexport interface FarmsCreateCascadeDeleteJob202Response extends HttpResponse {\n status: \"202\";\n body: CascadeDeleteJob;\n}\n\n/** Create a cascade delete job for specified farm. */\nexport interface FarmsCreateCascadeDeleteJobdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Returns a paginated list of field resources under a particular farmer. */\nexport interface FieldsListByFarmerId200Response extends HttpResponse {\n status: \"200\";\n body: FieldListResponse;\n}\n\n/** Returns a paginated list of field resources under a particular farmer. */\nexport interface FieldsListByFarmerIddefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Returns a paginated list of field resources across all farmers. */\nexport interface FieldsList200Response extends HttpResponse {\n status: \"200\";\n body: FieldListResponse;\n}\n\n/** Returns a paginated list of field resources across all farmers. */\nexport interface FieldsListdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Gets a specified field resource under a particular farmer. */\nexport interface FieldsGet200Response extends HttpResponse {\n status: \"200\";\n body: Field;\n}\n\n/** Gets a specified field resource under a particular farmer. */\nexport interface FieldsGetdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Creates or Updates a field resource under a particular farmer. */\nexport interface FieldsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: Field;\n}\n\n/** Creates or Updates a field resource under a particular farmer. */\nexport interface FieldsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: Field;\n}\n\n/** Creates or Updates a field resource under a particular farmer. */\nexport interface FieldsCreateOrUpdatedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Deletes a specified field resource under a particular farmer. */\nexport interface FieldsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes a specified field resource under a particular farmer. */\nexport interface FieldsDeletedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Get a cascade delete job for specified field. */\nexport interface FieldsGetCascadeDeleteJobDetails200Response extends HttpResponse {\n status: \"200\";\n body: CascadeDeleteJob;\n}\n\n/** Get a cascade delete job for specified field. */\nexport interface FieldsGetCascadeDeleteJobDetailsdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Create a cascade delete job for specified field. */\nexport interface FieldsCreateCascadeDeleteJob202Response extends HttpResponse {\n status: \"202\";\n body: CascadeDeleteJob;\n}\n\n/** Create a cascade delete job for specified field. */\nexport interface FieldsCreateCascadeDeleteJobdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Returns a paginated list of harvest data resources under a particular farm. */\nexport interface HarvestDataListByFarmerId200Response extends HttpResponse {\n status: \"200\";\n body: HarvestDataListResponse;\n}\n\n/** Returns a paginated list of harvest data resources under a particular farm. */\nexport interface HarvestDataListByFarmerIddefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Returns a paginated list of harvest data resources across all farmers. */\nexport interface HarvestDataList200Response extends HttpResponse {\n status: \"200\";\n body: HarvestDataListResponse;\n}\n\n/** Returns a paginated list of harvest data resources across all farmers. */\nexport interface HarvestDataListdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Get a specified harvest data resource under a particular farmer. */\nexport interface HarvestDataGet200Response extends HttpResponse {\n status: \"200\";\n body: HarvestData;\n}\n\n/** Get a specified harvest data resource under a particular farmer. */\nexport interface HarvestDataGetdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Creates or updates harvest data resource under a particular farmer. */\nexport interface HarvestDataCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: HarvestData;\n}\n\n/** Creates or updates harvest data resource under a particular farmer. */\nexport interface HarvestDataCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: HarvestData;\n}\n\n/** Creates or updates harvest data resource under a particular farmer. */\nexport interface HarvestDataCreateOrUpdatedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Deletes a specified harvest data resource under a particular farmer. */\nexport interface HarvestDataDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes a specified harvest data resource under a particular farmer. */\nexport interface HarvestDataDeletedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Create a ImageProcessing Rasterize job. */\nexport interface ImageProcessingCreateRasterizeJob202Response extends HttpResponse {\n status: \"202\";\n body: ImageProcessingRasterizeJob;\n}\n\n/** Create a ImageProcessing Rasterize job. */\nexport interface ImageProcessingCreateRasterizeJobdefaultResponse extends HttpResponse {\n status: \"500\";\n}\n\n/** Get ImageProcessing Rasterize job's details. */\nexport interface ImageProcessingGetRasterizeJob200Response extends HttpResponse {\n status: \"200\";\n body: ImageProcessingRasterizeJob;\n}\n\n/** Returns a paginated list of oauthProvider resources. */\nexport interface OAuthProvidersList200Response extends HttpResponse {\n status: \"200\";\n body: OAuthProviderListResponse;\n}\n\n/** Returns a paginated list of oauthProvider resources. */\nexport interface OAuthProvidersListdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Get a specified oauthProvider resource. */\nexport interface OAuthProvidersGet200Response extends HttpResponse {\n status: \"200\";\n body: OAuthProvider;\n}\n\n/** Get a specified oauthProvider resource. */\nexport interface OAuthProvidersGetdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Creates or updates an oauthProvider resource. */\nexport interface OAuthProvidersCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: OAuthProvider;\n}\n\n/** Creates or updates an oauthProvider resource. */\nexport interface OAuthProvidersCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: OAuthProvider;\n}\n\n/** Creates or updates an oauthProvider resource. */\nexport interface OAuthProvidersCreateOrUpdatedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Deletes an specified oauthProvider resource. */\nexport interface OAuthProvidersDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes an specified oauthProvider resource. */\nexport interface OAuthProvidersDeletedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Returns a list of OAuthToken documents. */\nexport interface OAuthTokensList200Response extends HttpResponse {\n status: \"200\";\n body: OAuthTokenListResponse;\n}\n\n/** Returns a list of OAuthToken documents. */\nexport interface OAuthTokensListdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Returns Connection link needed in the OAuth flow. */\nexport interface OAuthTokensGetOAuthConnectionLink200Response extends HttpResponse {\n status: \"200\";\n body: string;\n}\n\n/** Returns Connection link needed in the OAuth flow. */\nexport interface OAuthTokensGetOAuthConnectionLinkdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Get cascade delete job details for OAuth tokens for specified job ID. */\nexport interface OAuthTokensGetCascadeDeleteJobDetails200Response extends HttpResponse {\n status: \"200\";\n body: CascadeDeleteJob;\n}\n\n/** Get cascade delete job details for OAuth tokens for specified job ID. */\nexport interface OAuthTokensGetCascadeDeleteJobDetailsdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Create a cascade delete job for OAuth tokens. */\nexport interface OAuthTokensCreateCascadeDeleteJob202Response extends HttpResponse {\n status: \"202\";\n body: CascadeDeleteJob;\n}\n\n/** Create a cascade delete job for OAuth tokens. */\nexport interface OAuthTokensCreateCascadeDeleteJobdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Returns a paginated list of planting data resources under a particular farm. */\nexport interface PlantingDataListByFarmerId200Response extends HttpResponse {\n status: \"200\";\n body: PlantingDataListResponse;\n}\n\n/** Returns a paginated list of planting data resources under a particular farm. */\nexport interface PlantingDataListByFarmerIddefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Returns a paginated list of planting data resources across all farmers. */\nexport interface PlantingDataList200Response extends HttpResponse {\n status: \"200\";\n body: PlantingDataListResponse;\n}\n\n/** Returns a paginated list of planting data resources across all farmers. */\nexport interface PlantingDataListdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Get a specified planting data resource under a particular farmer. */\nexport interface PlantingDataGet200Response extends HttpResponse {\n status: \"200\";\n body: PlantingData;\n}\n\n/** Get a specified planting data resource under a particular farmer. */\nexport interface PlantingDataGetdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Creates or updates an planting data resource under a particular farmer. */\nexport interface PlantingDataCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: PlantingData;\n}\n\n/** Creates or updates an planting data resource under a particular farmer. */\nexport interface PlantingDataCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: PlantingData;\n}\n\n/** Creates or updates an planting data resource under a particular farmer. */\nexport interface PlantingDataCreateOrUpdatedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Deletes a specified planting data resource under a particular farmer. */\nexport interface PlantingDataDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes a specified planting data resource under a particular farmer. */\nexport interface PlantingDataDeletedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Returns a paginated list of scene resources. */\nexport interface ScenesList200Response extends HttpResponse {\n status: \"200\";\n body: SceneListResponse;\n}\n\n/** Returns a paginated list of scene resources. */\nexport interface ScenesListdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Create a satellite data ingestion job. */\nexport interface ScenesCreateSatelliteDataIngestionJob202Response extends HttpResponse {\n status: \"202\";\n body: SatelliteDataIngestionJob;\n}\n\n/** Create a satellite data ingestion job. */\nexport interface ScenesCreateSatelliteDataIngestionJobdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Get a satellite data ingestion job. */\nexport interface ScenesGetSatelliteDataIngestionJobDetails200Response extends HttpResponse {\n status: \"200\";\n body: SatelliteDataIngestionJob;\n}\n\n/** Get a satellite data ingestion job. */\nexport interface ScenesGetSatelliteDataIngestionJobDetailsdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Downloads and returns file stream as response for the given input filePath. */\nexport interface ScenesDownload200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Downloads and returns file stream as response for the given input filePath. */\nexport interface ScenesDownloaddefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Returns a paginated list of seasonal field resources under a particular farmer. */\nexport interface SeasonalFieldsListByFarmerId200Response extends HttpResponse {\n status: \"200\";\n body: SeasonalFieldListResponse;\n}\n\n/** Returns a paginated list of seasonal field resources under a particular farmer. */\nexport interface SeasonalFieldsListByFarmerIddefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Returns a paginated list of seasonal field resources across all farmers. */\nexport interface SeasonalFieldsList200Response extends HttpResponse {\n status: \"200\";\n body: SeasonalFieldListResponse;\n}\n\n/** Returns a paginated list of seasonal field resources across all farmers. */\nexport interface SeasonalFieldsListdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Gets a specified seasonal field resource under a particular farmer. */\nexport interface SeasonalFieldsGet200Response extends HttpResponse {\n status: \"200\";\n body: SeasonalField;\n}\n\n/** Gets a specified seasonal field resource under a particular farmer. */\nexport interface SeasonalFieldsGetdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Creates or Updates a seasonal field resource under a particular farmer. */\nexport interface SeasonalFieldsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: SeasonalField;\n}\n\n/** Creates or Updates a seasonal field resource under a particular farmer. */\nexport interface SeasonalFieldsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: SeasonalField;\n}\n\n/** Creates or Updates a seasonal field resource under a particular farmer. */\nexport interface SeasonalFieldsCreateOrUpdatedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Deletes a specified seasonal-field resource under a particular farmer. */\nexport interface SeasonalFieldsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes a specified seasonal-field resource under a particular farmer. */\nexport interface SeasonalFieldsDeletedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Get cascade delete job for specified seasonal field. */\nexport interface SeasonalFieldsGetCascadeDeleteJobDetails200Response extends HttpResponse {\n status: \"200\";\n body: CascadeDeleteJob;\n}\n\n/** Get cascade delete job for specified seasonal field. */\nexport interface SeasonalFieldsGetCascadeDeleteJobDetailsdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Create a cascade delete job for specified seasonal field. */\nexport interface SeasonalFieldsCreateCascadeDeleteJob202Response extends HttpResponse {\n status: \"202\";\n body: CascadeDeleteJob;\n}\n\n/** Create a cascade delete job for specified seasonal field. */\nexport interface SeasonalFieldsCreateCascadeDeleteJobdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Returns a paginated list of season resources. */\nexport interface SeasonsList200Response extends HttpResponse {\n status: \"200\";\n body: SeasonListResponse;\n}\n\n/** Returns a paginated list of season resources. */\nexport interface SeasonsListdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Gets a specified season resource. */\nexport interface SeasonsGet200Response extends HttpResponse {\n status: \"200\";\n body: Season;\n}\n\n/** Gets a specified season resource. */\nexport interface SeasonsGetdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Creates or updates a season resource. */\nexport interface SeasonsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: Season;\n}\n\n/** Creates or updates a season resource. */\nexport interface SeasonsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: Season;\n}\n\n/** Creates or updates a season resource. */\nexport interface SeasonsCreateOrUpdatedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Deletes a specified season resource. */\nexport interface SeasonsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes a specified season resource. */\nexport interface SeasonsDeletedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Returns a paginated list of tillage data resources under a particular farm. */\nexport interface TillageDataListByFarmerId200Response extends HttpResponse {\n status: \"200\";\n body: TillageDataListResponse;\n}\n\n/** Returns a paginated list of tillage data resources under a particular farm. */\nexport interface TillageDataListByFarmerIddefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Returns a paginated list of tillage data resources across all farmers. */\nexport interface TillageDataList200Response extends HttpResponse {\n status: \"200\";\n body: TillageDataListResponse;\n}\n\n/** Returns a paginated list of tillage data resources across all farmers. */\nexport interface TillageDataListdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Get a specified tillage data resource under a particular farmer. */\nexport interface TillageDataGet200Response extends HttpResponse {\n status: \"200\";\n body: TillageData;\n}\n\n/** Get a specified tillage data resource under a particular farmer. */\nexport interface TillageDataGetdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Creates or updates an tillage data resource under a particular farmer. */\nexport interface TillageDataCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: TillageData;\n}\n\n/** Creates or updates an tillage data resource under a particular farmer. */\nexport interface TillageDataCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: TillageData;\n}\n\n/** Creates or updates an tillage data resource under a particular farmer. */\nexport interface TillageDataCreateOrUpdatedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Deletes a specified tillage data resource under a particular farmer. */\nexport interface TillageDataDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes a specified tillage data resource under a particular farmer. */\nexport interface TillageDataDeletedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Returns a paginated list of weather data. */\nexport interface WeatherList200Response extends HttpResponse {\n status: \"200\";\n body: WeatherDataListResponse;\n}\n\n/** Returns a paginated list of weather data. */\nexport interface WeatherListdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Get weather ingestion job. */\nexport interface WeatherGetDataIngestionJobDetails200Response extends HttpResponse {\n status: \"200\";\n body: WeatherDataIngestionJob;\n}\n\n/** Get weather ingestion job. */\nexport interface WeatherGetDataIngestionJobDetailsdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Create a weather data ingestion job. */\nexport interface WeatherCreateDataIngestionJob202Response extends HttpResponse {\n status: \"202\";\n body: WeatherDataIngestionJob;\n}\n\n/** Create a weather data ingestion job. */\nexport interface WeatherCreateDataIngestionJobdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Get weather data delete job. */\nexport interface WeatherGetDataDeleteJobDetails200Response extends HttpResponse {\n status: \"200\";\n body: WeatherDataDeleteJob;\n}\n\n/** Get weather data delete job. */\nexport interface WeatherGetDataDeleteJobDetailsdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n\n/** Create a weather data delete job. */\nexport interface WeatherCreateDataDeleteJob202Response extends HttpResponse {\n status: \"202\";\n body: WeatherDataDeleteJob;\n}\n\n/** Create a weather data delete job. */\nexport interface WeatherCreateDataDeleteJobdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponse;\n}\n"]}
1
+ {"version":3,"file":"responses.js","sourceRoot":"","sources":["../../src/responses.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT license.\n\nimport { HttpResponse } from \"@azure-rest/core-client\";\nimport {\n ApplicationDataListResponseOutput,\n ErrorResponseOutput,\n ApplicationDataOutput,\n AttachmentListResponseOutput,\n AttachmentOutput,\n BoundaryListResponseOutput,\n CascadeDeleteJobOutput,\n BoundaryOutput,\n BoundaryOverlapResponseOutput,\n CropListResponseOutput,\n CropOutput,\n CropVarietyListResponseOutput,\n CropVarietyOutput,\n FarmerListResponseOutput,\n FarmerOutput,\n FarmOperationDataIngestionJobOutput,\n FarmListResponseOutput,\n FarmOutput,\n FieldListResponseOutput,\n FieldOutput,\n HarvestDataListResponseOutput,\n HarvestDataOutput,\n ImageProcessingRasterizeJobOutput,\n OAuthProviderListResponseOutput,\n OAuthProviderOutput,\n OAuthTokenListResponseOutput,\n PlantingDataListResponseOutput,\n PlantingDataOutput,\n SceneListResponseOutput,\n SatelliteDataIngestionJobOutput,\n SeasonalFieldListResponseOutput,\n SeasonalFieldOutput,\n SeasonListResponseOutput,\n SeasonOutput,\n TillageDataListResponseOutput,\n TillageDataOutput,\n WeatherDataListResponseOutput,\n WeatherDataIngestionJobOutput,\n WeatherDataDeleteJobOutput,\n} from \"./outputModels\";\n\n/** Returns a paginated list of application data resources under a particular farm. */\nexport interface ApplicationDataListByFarmerId200Response extends HttpResponse {\n status: \"200\";\n body: ApplicationDataListResponseOutput;\n}\n\n/** Returns a paginated list of application data resources under a particular farm. */\nexport interface ApplicationDataListByFarmerIddefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Returns a paginated list of application data resources across all farmers. */\nexport interface ApplicationDataList200Response extends HttpResponse {\n status: \"200\";\n body: ApplicationDataListResponseOutput;\n}\n\n/** Returns a paginated list of application data resources across all farmers. */\nexport interface ApplicationDataListdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Get a specified application data resource under a particular farmer. */\nexport interface ApplicationDataGet200Response extends HttpResponse {\n status: \"200\";\n body: ApplicationDataOutput;\n}\n\n/** Get a specified application data resource under a particular farmer. */\nexport interface ApplicationDataGetdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Creates or updates an application data resource under a particular farmer. */\nexport interface ApplicationDataCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: ApplicationDataOutput;\n}\n\n/** Creates or updates an application data resource under a particular farmer. */\nexport interface ApplicationDataCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: ApplicationDataOutput;\n}\n\n/** Creates or updates an application data resource under a particular farmer. */\nexport interface ApplicationDataCreateOrUpdatedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Deletes a specified application data resource under a particular farmer. */\nexport interface ApplicationDataDelete204Response extends HttpResponse {\n status: \"204\";\n body: Record<string, unknown>;\n}\n\n/** Deletes a specified application data resource under a particular farmer. */\nexport interface ApplicationDataDeletedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Returns a paginated list of attachment resources under a particular farmer. */\nexport interface AttachmentsListByFarmerId200Response extends HttpResponse {\n status: \"200\";\n body: AttachmentListResponseOutput;\n}\n\n/** Returns a paginated list of attachment resources under a particular farmer. */\nexport interface AttachmentsListByFarmerIddefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Gets a specified attachment resource under a particular farmer. */\nexport interface AttachmentsGet200Response extends HttpResponse {\n status: \"200\";\n body: AttachmentOutput;\n}\n\n/** Gets a specified attachment resource under a particular farmer. */\nexport interface AttachmentsGetdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Creates or updates an attachment resource under a particular farmer. */\nexport interface AttachmentsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: AttachmentOutput;\n}\n\n/** Creates or updates an attachment resource under a particular farmer. */\nexport interface AttachmentsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: AttachmentOutput;\n}\n\n/** Creates or updates an attachment resource under a particular farmer. */\nexport interface AttachmentsCreateOrUpdatedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Deletes a specified attachment resource under a particular farmer. */\nexport interface AttachmentsDelete204Response extends HttpResponse {\n status: \"204\";\n body: Record<string, unknown>;\n}\n\n/** Deletes a specified attachment resource under a particular farmer. */\nexport interface AttachmentsDeletedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Downloads and returns attachment as response for the given input filePath. */\nexport interface AttachmentsDownload200Response extends HttpResponse {\n status: \"200\";\n body: Record<string, unknown>;\n}\n\n/** Downloads and returns attachment as response for the given input filePath. */\nexport interface AttachmentsDownloaddefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Returns a paginated list of boundary resources under a particular farmer. */\nexport interface BoundariesListByFarmerId200Response extends HttpResponse {\n status: \"200\";\n body: BoundaryListResponseOutput;\n}\n\n/** Returns a paginated list of boundary resources under a particular farmer. */\nexport interface BoundariesListByFarmerIddefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Search for boundaries by fields and intersecting geometry. */\nexport interface BoundariesSearchByFarmerId200Response extends HttpResponse {\n status: \"200\";\n body: BoundaryListResponseOutput;\n}\n\n/** Search for boundaries by fields and intersecting geometry. */\nexport interface BoundariesSearchByFarmerIddefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Returns a paginated list of boundary resources across all farmers. */\nexport interface BoundariesList200Response extends HttpResponse {\n status: \"200\";\n body: BoundaryListResponseOutput;\n}\n\n/** Returns a paginated list of boundary resources across all farmers. */\nexport interface BoundariesListdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Search for boundaries across all farmers by fields and intersecting geometry. */\nexport interface BoundariesSearch200Response extends HttpResponse {\n status: \"200\";\n body: BoundaryListResponseOutput;\n}\n\n/** Search for boundaries across all farmers by fields and intersecting geometry. */\nexport interface BoundariesSearchdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Get cascade delete job for specified boundary. */\nexport interface BoundariesGetCascadeDeleteJobDetails200Response extends HttpResponse {\n status: \"200\";\n body: CascadeDeleteJobOutput;\n}\n\n/** Get cascade delete job for specified boundary. */\nexport interface BoundariesGetCascadeDeleteJobDetailsdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Create a cascade delete job for specified boundary. */\nexport interface BoundariesCreateCascadeDeleteJob202Response extends HttpResponse {\n status: \"202\";\n body: CascadeDeleteJobOutput;\n}\n\n/** Create a cascade delete job for specified boundary. */\nexport interface BoundariesCreateCascadeDeleteJobdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Gets a specified boundary resource under a particular farmer. */\nexport interface BoundariesGet200Response extends HttpResponse {\n status: \"200\";\n body: BoundaryOutput;\n}\n\n/** Gets a specified boundary resource under a particular farmer. */\nexport interface BoundariesGetdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Creates or updates a boundary resource. */\nexport interface BoundariesCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: BoundaryOutput;\n}\n\n/** Creates or updates a boundary resource. */\nexport interface BoundariesCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: BoundaryOutput;\n}\n\n/** Creates or updates a boundary resource. */\nexport interface BoundariesCreateOrUpdatedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Deletes a specified boundary resource under a particular farmer. */\nexport interface BoundariesDelete204Response extends HttpResponse {\n status: \"204\";\n body: Record<string, unknown>;\n}\n\n/** Deletes a specified boundary resource under a particular farmer. */\nexport interface BoundariesDeletedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Returns overlapping acreage between two boundary Ids. */\nexport interface BoundariesGetOverlap200Response extends HttpResponse {\n status: \"200\";\n body: BoundaryOverlapResponseOutput;\n}\n\n/** Returns overlapping acreage between two boundary Ids. */\nexport interface BoundariesGetOverlapdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Returns a paginated list of crop resources. */\nexport interface CropsList200Response extends HttpResponse {\n status: \"200\";\n body: CropListResponseOutput;\n}\n\n/** Returns a paginated list of crop resources. */\nexport interface CropsListdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Gets a specified crop resource. */\nexport interface CropsGet200Response extends HttpResponse {\n status: \"200\";\n body: CropOutput;\n}\n\n/** Gets a specified crop resource. */\nexport interface CropsGetdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Creates or updates a crop resource. */\nexport interface CropsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: CropOutput;\n}\n\n/** Creates or updates a crop resource. */\nexport interface CropsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: CropOutput;\n}\n\n/** Creates or updates a crop resource. */\nexport interface CropsCreateOrUpdatedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Deletes Crop for given crop id. */\nexport interface CropsDelete204Response extends HttpResponse {\n status: \"204\";\n body: Record<string, unknown>;\n}\n\n/** Deletes Crop for given crop id. */\nexport interface CropsDeletedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Returns a paginated list of crop variety resources under a particular crop. */\nexport interface CropVarietiesListByCropId200Response extends HttpResponse {\n status: \"200\";\n body: CropVarietyListResponseOutput;\n}\n\n/** Returns a paginated list of crop variety resources under a particular crop. */\nexport interface CropVarietiesListByCropIddefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Returns a paginated list of crop variety resources across all crops. */\nexport interface CropVarietiesList200Response extends HttpResponse {\n status: \"200\";\n body: CropVarietyListResponseOutput;\n}\n\n/** Returns a paginated list of crop variety resources across all crops. */\nexport interface CropVarietiesListdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Gets a specified crop variety resource under a particular crop. */\nexport interface CropVarietiesGet200Response extends HttpResponse {\n status: \"200\";\n body: CropVarietyOutput;\n}\n\n/** Gets a specified crop variety resource under a particular crop. */\nexport interface CropVarietiesGetdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Creates or updates a crop variety resource. */\nexport interface CropVarietiesCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: CropVarietyOutput;\n}\n\n/** Creates or updates a crop variety resource. */\nexport interface CropVarietiesCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: CropVarietyOutput;\n}\n\n/** Creates or updates a crop variety resource. */\nexport interface CropVarietiesCreateOrUpdatedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Deletes a specified crop variety resource under a particular crop. */\nexport interface CropVarietiesDelete204Response extends HttpResponse {\n status: \"204\";\n body: Record<string, unknown>;\n}\n\n/** Deletes a specified crop variety resource under a particular crop. */\nexport interface CropVarietiesDeletedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Returns a paginated list of farmer resources. */\nexport interface FarmersList200Response extends HttpResponse {\n status: \"200\";\n body: FarmerListResponseOutput;\n}\n\n/** Returns a paginated list of farmer resources. */\nexport interface FarmersListdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Gets a specified farmer resource. */\nexport interface FarmersGet200Response extends HttpResponse {\n status: \"200\";\n body: FarmerOutput;\n}\n\n/** Gets a specified farmer resource. */\nexport interface FarmersGetdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Creates or updates a farmer resource. */\nexport interface FarmersCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: FarmerOutput;\n}\n\n/** Creates or updates a farmer resource. */\nexport interface FarmersCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: FarmerOutput;\n}\n\n/** Creates or updates a farmer resource. */\nexport interface FarmersCreateOrUpdatedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Deletes a specified farmer resource. */\nexport interface FarmersDelete204Response extends HttpResponse {\n status: \"204\";\n body: Record<string, unknown>;\n}\n\n/** Deletes a specified farmer resource. */\nexport interface FarmersDeletedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Get a cascade delete job for specified farmer. */\nexport interface FarmersGetCascadeDeleteJobDetails200Response extends HttpResponse {\n status: \"200\";\n body: CascadeDeleteJobOutput;\n}\n\n/** Get a cascade delete job for specified farmer. */\nexport interface FarmersGetCascadeDeleteJobDetailsdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Create a cascade delete job for specified farmer. */\nexport interface FarmersCreateCascadeDeleteJob202Response extends HttpResponse {\n status: \"202\";\n body: CascadeDeleteJobOutput;\n}\n\n/** Create a cascade delete job for specified farmer. */\nexport interface FarmersCreateCascadeDeleteJobdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Create a farm operation data ingestion job. */\nexport interface FarmOperationsCreateDataIngestionJob202Response extends HttpResponse {\n status: \"202\";\n body: FarmOperationDataIngestionJobOutput;\n}\n\n/** Create a farm operation data ingestion job. */\nexport interface FarmOperationsCreateDataIngestionJobdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Get a farm operation data ingestion job. */\nexport interface FarmOperationsGetDataIngestionJobDetails200Response extends HttpResponse {\n status: \"200\";\n body: FarmOperationDataIngestionJobOutput;\n}\n\n/** Get a farm operation data ingestion job. */\nexport interface FarmOperationsGetDataIngestionJobDetailsdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Returns a paginated list of farm resources under a particular farmer. */\nexport interface FarmsListByFarmerId200Response extends HttpResponse {\n status: \"200\";\n body: FarmListResponseOutput;\n}\n\n/** Returns a paginated list of farm resources under a particular farmer. */\nexport interface FarmsListByFarmerIddefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Returns a paginated list of farm resources across all farmers. */\nexport interface FarmsList200Response extends HttpResponse {\n status: \"200\";\n body: FarmListResponseOutput;\n}\n\n/** Returns a paginated list of farm resources across all farmers. */\nexport interface FarmsListdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Gets a specified farm resource under a particular farmer. */\nexport interface FarmsGet200Response extends HttpResponse {\n status: \"200\";\n body: FarmOutput;\n}\n\n/** Gets a specified farm resource under a particular farmer. */\nexport interface FarmsGetdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Creates or updates a farm resource under a particular farmer. */\nexport interface FarmsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: FarmOutput;\n}\n\n/** Creates or updates a farm resource under a particular farmer. */\nexport interface FarmsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: FarmOutput;\n}\n\n/** Creates or updates a farm resource under a particular farmer. */\nexport interface FarmsCreateOrUpdatedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Deletes a specified farm resource under a particular farmer. */\nexport interface FarmsDelete204Response extends HttpResponse {\n status: \"204\";\n body: Record<string, unknown>;\n}\n\n/** Deletes a specified farm resource under a particular farmer. */\nexport interface FarmsDeletedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Get a cascade delete job for specified farm. */\nexport interface FarmsGetCascadeDeleteJobDetails200Response extends HttpResponse {\n status: \"200\";\n body: CascadeDeleteJobOutput;\n}\n\n/** Get a cascade delete job for specified farm. */\nexport interface FarmsGetCascadeDeleteJobDetailsdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Create a cascade delete job for specified farm. */\nexport interface FarmsCreateCascadeDeleteJob202Response extends HttpResponse {\n status: \"202\";\n body: CascadeDeleteJobOutput;\n}\n\n/** Create a cascade delete job for specified farm. */\nexport interface FarmsCreateCascadeDeleteJobdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Returns a paginated list of field resources under a particular farmer. */\nexport interface FieldsListByFarmerId200Response extends HttpResponse {\n status: \"200\";\n body: FieldListResponseOutput;\n}\n\n/** Returns a paginated list of field resources under a particular farmer. */\nexport interface FieldsListByFarmerIddefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Returns a paginated list of field resources across all farmers. */\nexport interface FieldsList200Response extends HttpResponse {\n status: \"200\";\n body: FieldListResponseOutput;\n}\n\n/** Returns a paginated list of field resources across all farmers. */\nexport interface FieldsListdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Gets a specified field resource under a particular farmer. */\nexport interface FieldsGet200Response extends HttpResponse {\n status: \"200\";\n body: FieldOutput;\n}\n\n/** Gets a specified field resource under a particular farmer. */\nexport interface FieldsGetdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Creates or Updates a field resource under a particular farmer. */\nexport interface FieldsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: FieldOutput;\n}\n\n/** Creates or Updates a field resource under a particular farmer. */\nexport interface FieldsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: FieldOutput;\n}\n\n/** Creates or Updates a field resource under a particular farmer. */\nexport interface FieldsCreateOrUpdatedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Deletes a specified field resource under a particular farmer. */\nexport interface FieldsDelete204Response extends HttpResponse {\n status: \"204\";\n body: Record<string, unknown>;\n}\n\n/** Deletes a specified field resource under a particular farmer. */\nexport interface FieldsDeletedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Get a cascade delete job for specified field. */\nexport interface FieldsGetCascadeDeleteJobDetails200Response extends HttpResponse {\n status: \"200\";\n body: CascadeDeleteJobOutput;\n}\n\n/** Get a cascade delete job for specified field. */\nexport interface FieldsGetCascadeDeleteJobDetailsdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Create a cascade delete job for specified field. */\nexport interface FieldsCreateCascadeDeleteJob202Response extends HttpResponse {\n status: \"202\";\n body: CascadeDeleteJobOutput;\n}\n\n/** Create a cascade delete job for specified field. */\nexport interface FieldsCreateCascadeDeleteJobdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Returns a paginated list of harvest data resources under a particular farm. */\nexport interface HarvestDataListByFarmerId200Response extends HttpResponse {\n status: \"200\";\n body: HarvestDataListResponseOutput;\n}\n\n/** Returns a paginated list of harvest data resources under a particular farm. */\nexport interface HarvestDataListByFarmerIddefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Returns a paginated list of harvest data resources across all farmers. */\nexport interface HarvestDataList200Response extends HttpResponse {\n status: \"200\";\n body: HarvestDataListResponseOutput;\n}\n\n/** Returns a paginated list of harvest data resources across all farmers. */\nexport interface HarvestDataListdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Get a specified harvest data resource under a particular farmer. */\nexport interface HarvestDataGet200Response extends HttpResponse {\n status: \"200\";\n body: HarvestDataOutput;\n}\n\n/** Get a specified harvest data resource under a particular farmer. */\nexport interface HarvestDataGetdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Creates or updates harvest data resource under a particular farmer. */\nexport interface HarvestDataCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: HarvestDataOutput;\n}\n\n/** Creates or updates harvest data resource under a particular farmer. */\nexport interface HarvestDataCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: HarvestDataOutput;\n}\n\n/** Creates or updates harvest data resource under a particular farmer. */\nexport interface HarvestDataCreateOrUpdatedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Deletes a specified harvest data resource under a particular farmer. */\nexport interface HarvestDataDelete204Response extends HttpResponse {\n status: \"204\";\n body: Record<string, unknown>;\n}\n\n/** Deletes a specified harvest data resource under a particular farmer. */\nexport interface HarvestDataDeletedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Create a ImageProcessing Rasterize job. */\nexport interface ImageProcessingCreateRasterizeJob202Response extends HttpResponse {\n status: \"202\";\n body: ImageProcessingRasterizeJobOutput;\n}\n\n/** Create a ImageProcessing Rasterize job. */\nexport interface ImageProcessingCreateRasterizeJobdefaultResponse extends HttpResponse {\n status: \"500\";\n body: Record<string, unknown>;\n}\n\n/** Get ImageProcessing Rasterize job's details. */\nexport interface ImageProcessingGetRasterizeJob200Response extends HttpResponse {\n status: \"200\";\n body: ImageProcessingRasterizeJobOutput;\n}\n\n/** Returns a paginated list of oauthProvider resources. */\nexport interface OAuthProvidersList200Response extends HttpResponse {\n status: \"200\";\n body: OAuthProviderListResponseOutput;\n}\n\n/** Returns a paginated list of oauthProvider resources. */\nexport interface OAuthProvidersListdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Get a specified oauthProvider resource. */\nexport interface OAuthProvidersGet200Response extends HttpResponse {\n status: \"200\";\n body: OAuthProviderOutput;\n}\n\n/** Get a specified oauthProvider resource. */\nexport interface OAuthProvidersGetdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Creates or updates an oauthProvider resource. */\nexport interface OAuthProvidersCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: OAuthProviderOutput;\n}\n\n/** Creates or updates an oauthProvider resource. */\nexport interface OAuthProvidersCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: OAuthProviderOutput;\n}\n\n/** Creates or updates an oauthProvider resource. */\nexport interface OAuthProvidersCreateOrUpdatedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Deletes an specified oauthProvider resource. */\nexport interface OAuthProvidersDelete204Response extends HttpResponse {\n status: \"204\";\n body: Record<string, unknown>;\n}\n\n/** Deletes an specified oauthProvider resource. */\nexport interface OAuthProvidersDeletedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Returns a list of OAuthToken documents. */\nexport interface OAuthTokensList200Response extends HttpResponse {\n status: \"200\";\n body: OAuthTokenListResponseOutput;\n}\n\n/** Returns a list of OAuthToken documents. */\nexport interface OAuthTokensListdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Returns Connection link needed in the OAuth flow. */\nexport interface OAuthTokensGetOAuthConnectionLink200Response extends HttpResponse {\n status: \"200\";\n body: string;\n}\n\n/** Returns Connection link needed in the OAuth flow. */\nexport interface OAuthTokensGetOAuthConnectionLinkdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Get cascade delete job details for OAuth tokens for specified job ID. */\nexport interface OAuthTokensGetCascadeDeleteJobDetails200Response extends HttpResponse {\n status: \"200\";\n body: CascadeDeleteJobOutput;\n}\n\n/** Get cascade delete job details for OAuth tokens for specified job ID. */\nexport interface OAuthTokensGetCascadeDeleteJobDetailsdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Create a cascade delete job for OAuth tokens. */\nexport interface OAuthTokensCreateCascadeDeleteJob202Response extends HttpResponse {\n status: \"202\";\n body: CascadeDeleteJobOutput;\n}\n\n/** Create a cascade delete job for OAuth tokens. */\nexport interface OAuthTokensCreateCascadeDeleteJobdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Returns a paginated list of planting data resources under a particular farm. */\nexport interface PlantingDataListByFarmerId200Response extends HttpResponse {\n status: \"200\";\n body: PlantingDataListResponseOutput;\n}\n\n/** Returns a paginated list of planting data resources under a particular farm. */\nexport interface PlantingDataListByFarmerIddefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Returns a paginated list of planting data resources across all farmers. */\nexport interface PlantingDataList200Response extends HttpResponse {\n status: \"200\";\n body: PlantingDataListResponseOutput;\n}\n\n/** Returns a paginated list of planting data resources across all farmers. */\nexport interface PlantingDataListdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Get a specified planting data resource under a particular farmer. */\nexport interface PlantingDataGet200Response extends HttpResponse {\n status: \"200\";\n body: PlantingDataOutput;\n}\n\n/** Get a specified planting data resource under a particular farmer. */\nexport interface PlantingDataGetdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Creates or updates an planting data resource under a particular farmer. */\nexport interface PlantingDataCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: PlantingDataOutput;\n}\n\n/** Creates or updates an planting data resource under a particular farmer. */\nexport interface PlantingDataCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: PlantingDataOutput;\n}\n\n/** Creates or updates an planting data resource under a particular farmer. */\nexport interface PlantingDataCreateOrUpdatedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Deletes a specified planting data resource under a particular farmer. */\nexport interface PlantingDataDelete204Response extends HttpResponse {\n status: \"204\";\n body: Record<string, unknown>;\n}\n\n/** Deletes a specified planting data resource under a particular farmer. */\nexport interface PlantingDataDeletedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Returns a paginated list of scene resources. */\nexport interface ScenesList200Response extends HttpResponse {\n status: \"200\";\n body: SceneListResponseOutput;\n}\n\n/** Returns a paginated list of scene resources. */\nexport interface ScenesListdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Create a satellite data ingestion job. */\nexport interface ScenesCreateSatelliteDataIngestionJob202Response extends HttpResponse {\n status: \"202\";\n body: SatelliteDataIngestionJobOutput;\n}\n\n/** Create a satellite data ingestion job. */\nexport interface ScenesCreateSatelliteDataIngestionJobdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Get a satellite data ingestion job. */\nexport interface ScenesGetSatelliteDataIngestionJobDetails200Response extends HttpResponse {\n status: \"200\";\n body: SatelliteDataIngestionJobOutput;\n}\n\n/** Get a satellite data ingestion job. */\nexport interface ScenesGetSatelliteDataIngestionJobDetailsdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Downloads and returns file stream as response for the given input filePath. */\nexport interface ScenesDownload200Response extends HttpResponse {\n status: \"200\";\n body: Record<string, unknown>;\n}\n\n/** Downloads and returns file stream as response for the given input filePath. */\nexport interface ScenesDownloaddefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Returns a paginated list of seasonal field resources under a particular farmer. */\nexport interface SeasonalFieldsListByFarmerId200Response extends HttpResponse {\n status: \"200\";\n body: SeasonalFieldListResponseOutput;\n}\n\n/** Returns a paginated list of seasonal field resources under a particular farmer. */\nexport interface SeasonalFieldsListByFarmerIddefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Returns a paginated list of seasonal field resources across all farmers. */\nexport interface SeasonalFieldsList200Response extends HttpResponse {\n status: \"200\";\n body: SeasonalFieldListResponseOutput;\n}\n\n/** Returns a paginated list of seasonal field resources across all farmers. */\nexport interface SeasonalFieldsListdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Gets a specified seasonal field resource under a particular farmer. */\nexport interface SeasonalFieldsGet200Response extends HttpResponse {\n status: \"200\";\n body: SeasonalFieldOutput;\n}\n\n/** Gets a specified seasonal field resource under a particular farmer. */\nexport interface SeasonalFieldsGetdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Creates or Updates a seasonal field resource under a particular farmer. */\nexport interface SeasonalFieldsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: SeasonalFieldOutput;\n}\n\n/** Creates or Updates a seasonal field resource under a particular farmer. */\nexport interface SeasonalFieldsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: SeasonalFieldOutput;\n}\n\n/** Creates or Updates a seasonal field resource under a particular farmer. */\nexport interface SeasonalFieldsCreateOrUpdatedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Deletes a specified seasonal-field resource under a particular farmer. */\nexport interface SeasonalFieldsDelete204Response extends HttpResponse {\n status: \"204\";\n body: Record<string, unknown>;\n}\n\n/** Deletes a specified seasonal-field resource under a particular farmer. */\nexport interface SeasonalFieldsDeletedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Get cascade delete job for specified seasonal field. */\nexport interface SeasonalFieldsGetCascadeDeleteJobDetails200Response extends HttpResponse {\n status: \"200\";\n body: CascadeDeleteJobOutput;\n}\n\n/** Get cascade delete job for specified seasonal field. */\nexport interface SeasonalFieldsGetCascadeDeleteJobDetailsdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Create a cascade delete job for specified seasonal field. */\nexport interface SeasonalFieldsCreateCascadeDeleteJob202Response extends HttpResponse {\n status: \"202\";\n body: CascadeDeleteJobOutput;\n}\n\n/** Create a cascade delete job for specified seasonal field. */\nexport interface SeasonalFieldsCreateCascadeDeleteJobdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Returns a paginated list of season resources. */\nexport interface SeasonsList200Response extends HttpResponse {\n status: \"200\";\n body: SeasonListResponseOutput;\n}\n\n/** Returns a paginated list of season resources. */\nexport interface SeasonsListdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Gets a specified season resource. */\nexport interface SeasonsGet200Response extends HttpResponse {\n status: \"200\";\n body: SeasonOutput;\n}\n\n/** Gets a specified season resource. */\nexport interface SeasonsGetdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Creates or updates a season resource. */\nexport interface SeasonsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: SeasonOutput;\n}\n\n/** Creates or updates a season resource. */\nexport interface SeasonsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: SeasonOutput;\n}\n\n/** Creates or updates a season resource. */\nexport interface SeasonsCreateOrUpdatedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Deletes a specified season resource. */\nexport interface SeasonsDelete204Response extends HttpResponse {\n status: \"204\";\n body: Record<string, unknown>;\n}\n\n/** Deletes a specified season resource. */\nexport interface SeasonsDeletedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Returns a paginated list of tillage data resources under a particular farm. */\nexport interface TillageDataListByFarmerId200Response extends HttpResponse {\n status: \"200\";\n body: TillageDataListResponseOutput;\n}\n\n/** Returns a paginated list of tillage data resources under a particular farm. */\nexport interface TillageDataListByFarmerIddefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Returns a paginated list of tillage data resources across all farmers. */\nexport interface TillageDataList200Response extends HttpResponse {\n status: \"200\";\n body: TillageDataListResponseOutput;\n}\n\n/** Returns a paginated list of tillage data resources across all farmers. */\nexport interface TillageDataListdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Get a specified tillage data resource under a particular farmer. */\nexport interface TillageDataGet200Response extends HttpResponse {\n status: \"200\";\n body: TillageDataOutput;\n}\n\n/** Get a specified tillage data resource under a particular farmer. */\nexport interface TillageDataGetdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Creates or updates an tillage data resource under a particular farmer. */\nexport interface TillageDataCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: TillageDataOutput;\n}\n\n/** Creates or updates an tillage data resource under a particular farmer. */\nexport interface TillageDataCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: TillageDataOutput;\n}\n\n/** Creates or updates an tillage data resource under a particular farmer. */\nexport interface TillageDataCreateOrUpdatedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Deletes a specified tillage data resource under a particular farmer. */\nexport interface TillageDataDelete204Response extends HttpResponse {\n status: \"204\";\n body: Record<string, unknown>;\n}\n\n/** Deletes a specified tillage data resource under a particular farmer. */\nexport interface TillageDataDeletedefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Returns a paginated list of weather data. */\nexport interface WeatherList200Response extends HttpResponse {\n status: \"200\";\n body: WeatherDataListResponseOutput;\n}\n\n/** Returns a paginated list of weather data. */\nexport interface WeatherListdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Get weather ingestion job. */\nexport interface WeatherGetDataIngestionJobDetails200Response extends HttpResponse {\n status: \"200\";\n body: WeatherDataIngestionJobOutput;\n}\n\n/** Get weather ingestion job. */\nexport interface WeatherGetDataIngestionJobDetailsdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Create a weather data ingestion job. */\nexport interface WeatherCreateDataIngestionJob202Response extends HttpResponse {\n status: \"202\";\n body: WeatherDataIngestionJobOutput;\n}\n\n/** Create a weather data ingestion job. */\nexport interface WeatherCreateDataIngestionJobdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Get weather data delete job. */\nexport interface WeatherGetDataDeleteJobDetails200Response extends HttpResponse {\n status: \"200\";\n body: WeatherDataDeleteJobOutput;\n}\n\n/** Get weather data delete job. */\nexport interface WeatherGetDataDeleteJobDetailsdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n\n/** Create a weather data delete job. */\nexport interface WeatherCreateDataDeleteJob202Response extends HttpResponse {\n status: \"202\";\n body: WeatherDataDeleteJobOutput;\n}\n\n/** Create a weather data delete job. */\nexport interface WeatherCreateDataDeleteJobdefaultResponse extends HttpResponse {\n status: \"500\";\n body: ErrorResponseOutput;\n}\n"]}
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "sdk-type": "client",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "An isomorphic REST client library for the Azure FarmBeats Service.",
6
- "version": "1.0.0-alpha.20211105.1",
6
+ "version": "1.0.0-alpha.20220131.1",
7
7
  "keywords": [
8
8
  "node",
9
9
  "azure",
@@ -54,12 +54,12 @@
54
54
  },
55
55
  "scripts": {
56
56
  "audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
57
- "build:browser": "tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1",
58
- "build:node": "tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1",
57
+ "build:browser": "tsc -p . && dev-tool run bundle",
58
+ "build:node": "tsc -p . && dev-tool run bundle",
59
59
  "build:samples": "echo Obsolete.",
60
- "build:test": "tsc -p . && rollup -c 2>&1",
61
- "build": "npm run clean && tsc -p . && rollup -c 2>&1 && api-extractor run --local",
62
- "build:debug": "tsc -p . && rollup -c 2>&1 && api-extractor run --local",
60
+ "build:test": "tsc -p . && dev-tool run bundle",
61
+ "build": "npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local",
62
+ "build:debug": "tsc -p . && dev-tool run bundle && api-extractor run --local",
63
63
  "check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
64
64
  "clean": "rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log",
65
65
  "execute:samples": "dev-tool samples run samples-dev",
@@ -77,16 +77,15 @@
77
77
  "test": "npm run clean && npm run build:test && npm run unit-test",
78
78
  "unit-test:browser": "karma start --single-run",
79
79
  "unit-test:node": "mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"",
80
- "unit-test": "npm run unit-test:node && npm run unit-test:browser",
81
- "docs": "typedoc --excludePrivate --excludeExternals --out ./dist/docs ./src"
80
+ "unit-test": "npm run unit-test:node && npm run unit-test:browser"
82
81
  },
83
82
  "sideEffects": false,
84
83
  "autoPublish": false,
85
84
  "dependencies": {
86
- "@azure/core-auth": "^1.3.0",
87
- "@azure-rest/core-client-paging": "1.0.0-beta.1",
88
85
  "@azure-rest/core-client": "1.0.0-beta.7",
89
- "@azure-rest/core-client-lro": ">=1.0.0-alpha <1.0.0-alphb",
86
+ "@azure/core-auth": "^1.3.0",
87
+ "@azure/core-lro": ">=2.2.4-alpha <2.2.4-alphb",
88
+ "@azure/core-paging": ">=1.2.2-alpha <1.2.2-alphb",
90
89
  "@azure/logger": "^1.0.0",
91
90
  "tslib": "^2.2.0"
92
91
  },
@@ -119,14 +118,12 @@
119
118
  "karma-sourcemap-loader": "^0.3.8",
120
119
  "karma": "^6.2.0",
121
120
  "mkdirp": "^1.0.4",
122
- "mocha-junit-reporter": "^1.18.0",
121
+ "mocha-junit-reporter": "^2.0.0",
123
122
  "mocha": "^7.1.1",
124
- "nyc": "^14.0.0",
125
- "prettier": "2.2.1",
123
+ "nyc": "^15.0.0",
124
+ "prettier": "^2.5.1",
126
125
  "rimraf": "^3.0.0",
127
- "rollup": "^1.16.3",
128
126
  "source-map-support": "^0.5.9",
129
- "typedoc": "0.15.2",
130
127
  "typescript": "~4.2.0"
131
128
  }
132
129
  }