diff --git a/src/types/models/AccountIdentity.ts b/src/types/models/AccountIdentity.ts index 35e2a96..747d82c 100644 --- a/src/types/models/AccountIdentity.ts +++ b/src/types/models/AccountIdentity.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { exists } from "../runtime"; /** diff --git a/src/types/models/AnalyzeRequest.ts b/src/types/models/AnalyzeRequest.ts index 1d0b6ff..90cb156 100644 --- a/src/types/models/AnalyzeRequest.ts +++ b/src/types/models/AnalyzeRequest.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { exists } from "../runtime"; /** diff --git a/src/types/models/ApiVersion.ts b/src/types/models/ApiVersion.ts index b03a30f..cccd4a5 100644 --- a/src/types/models/ApiVersion.ts +++ b/src/types/models/ApiVersion.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { exists } from "../runtime"; /** diff --git a/src/types/models/AppendToSeriesStoreRequest.ts b/src/types/models/AppendToSeriesStoreRequest.ts index 72941f2..2af41a4 100644 --- a/src/types/models/AppendToSeriesStoreRequest.ts +++ b/src/types/models/AppendToSeriesStoreRequest.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ /** * The body of an append to series store request. diff --git a/src/types/models/AutoAblationParams.ts b/src/types/models/AutoAblationParams.ts index c573c75..16ebfd8 100644 --- a/src/types/models/AutoAblationParams.ts +++ b/src/types/models/AutoAblationParams.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { exists } from "../runtime"; /** diff --git a/src/types/models/BaseReactRequest.ts b/src/types/models/BaseReactRequest.ts index f44edcc..c500231 100644 --- a/src/types/models/BaseReactRequest.ts +++ b/src/types/models/BaseReactRequest.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { exists, mapValues } from "../runtime"; import type { FeatureBounds } from "./FeatureBounds"; diff --git a/src/types/models/BeginSessionRequest.ts b/src/types/models/BeginSessionRequest.ts index 8f2d47d..7b11e3d 100644 --- a/src/types/models/BeginSessionRequest.ts +++ b/src/types/models/BeginSessionRequest.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { exists } from "../runtime"; /** diff --git a/src/types/models/BooleanType.ts b/src/types/models/BooleanType.ts index e753af6..27e0e4e 100644 --- a/src/types/models/BooleanType.ts +++ b/src/types/models/BooleanType.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ /** * diff --git a/src/types/models/CaseCountResponse.ts b/src/types/models/CaseCountResponse.ts index cc695ce..8842ad0 100644 --- a/src/types/models/CaseCountResponse.ts +++ b/src/types/models/CaseCountResponse.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { exists } from "../runtime"; /** diff --git a/src/types/models/CaseEditRequest.ts b/src/types/models/CaseEditRequest.ts index c94af17..a8764fd 100644 --- a/src/types/models/CaseEditRequest.ts +++ b/src/types/models/CaseEditRequest.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { exists } from "../runtime"; /** diff --git a/src/types/models/CaseRemoveRequest.ts b/src/types/models/CaseRemoveRequest.ts index 9e7b61b..fa0212c 100644 --- a/src/types/models/CaseRemoveRequest.ts +++ b/src/types/models/CaseRemoveRequest.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { exists } from "../runtime"; /** diff --git a/src/types/models/Cases.ts b/src/types/models/Cases.ts index aff72ce..e51c89f 100644 --- a/src/types/models/Cases.ts +++ b/src/types/models/Cases.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { exists } from "../runtime"; /** diff --git a/src/types/models/CasesRequest.ts b/src/types/models/CasesRequest.ts index 347d911..26a3165 100644 --- a/src/types/models/CasesRequest.ts +++ b/src/types/models/CasesRequest.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { exists } from "../runtime"; /** diff --git a/src/types/models/DateType.ts b/src/types/models/DateType.ts index 7b344d5..13db251 100644 --- a/src/types/models/DateType.ts +++ b/src/types/models/DateType.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ /** * diff --git a/src/types/models/DatetimeType.ts b/src/types/models/DatetimeType.ts index aa731b7..7c3da3f 100644 --- a/src/types/models/DatetimeType.ts +++ b/src/types/models/DatetimeType.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { exists } from "../runtime"; /** diff --git a/src/types/models/DerivationParameters.ts b/src/types/models/DerivationParameters.ts index 6c00877..63dc5b8 100644 --- a/src/types/models/DerivationParameters.ts +++ b/src/types/models/DerivationParameters.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { exists } from "../runtime"; /** diff --git a/src/types/models/DestructTraineeResponse.ts b/src/types/models/DestructTraineeResponse.ts index ffb6542..f5ef3e5 100644 --- a/src/types/models/DestructTraineeResponse.ts +++ b/src/types/models/DestructTraineeResponse.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { exists } from "../runtime"; /** diff --git a/src/types/models/DetailsResponse.ts b/src/types/models/DetailsResponse.ts index 9763b06..01f3ed0 100644 --- a/src/types/models/DetailsResponse.ts +++ b/src/types/models/DetailsResponse.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { exists } from "../runtime"; import type { DerivationParameters } from "./DerivationParameters"; diff --git a/src/types/models/DetailsResponseDistanceRatioPartsInner.ts b/src/types/models/DetailsResponseDistanceRatioPartsInner.ts index 867d9f5..b8959c4 100644 --- a/src/types/models/DetailsResponseDistanceRatioPartsInner.ts +++ b/src/types/models/DetailsResponseDistanceRatioPartsInner.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { exists } from "../runtime"; /** diff --git a/src/types/models/DetailsResponseOutlyingFeatureValuesInnerValue.ts b/src/types/models/DetailsResponseOutlyingFeatureValuesInnerValue.ts index 55677c9..662e1b9 100644 --- a/src/types/models/DetailsResponseOutlyingFeatureValuesInnerValue.ts +++ b/src/types/models/DetailsResponseOutlyingFeatureValuesInnerValue.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { exists } from "../runtime"; /** diff --git a/src/types/models/DistancesRequest.ts b/src/types/models/DistancesRequest.ts index 356aa10..9839d63 100644 --- a/src/types/models/DistancesRequest.ts +++ b/src/types/models/DistancesRequest.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { exists } from "../runtime"; /** diff --git a/src/types/models/DistancesResponse.ts b/src/types/models/DistancesResponse.ts index f600a52..3e9f666 100644 --- a/src/types/models/DistancesResponse.ts +++ b/src/types/models/DistancesResponse.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { exists } from "../runtime"; /** diff --git a/src/types/models/EvaluateActionOutput.ts b/src/types/models/EvaluateActionOutput.ts index 8849986..4593ba1 100644 --- a/src/types/models/EvaluateActionOutput.ts +++ b/src/types/models/EvaluateActionOutput.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { exists } from "../runtime"; import type { EvaluateResponse } from "./EvaluateResponse"; diff --git a/src/types/models/EvaluateRequest.ts b/src/types/models/EvaluateRequest.ts index 9cd7c18..9a04885 100644 --- a/src/types/models/EvaluateRequest.ts +++ b/src/types/models/EvaluateRequest.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { exists } from "../runtime"; /** diff --git a/src/types/models/EvaluateResponse.ts b/src/types/models/EvaluateResponse.ts index 8c63ecd..61fb707 100644 --- a/src/types/models/EvaluateResponse.ts +++ b/src/types/models/EvaluateResponse.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { exists } from "../runtime"; /** diff --git a/src/types/models/ExtremeCasesRequest.ts b/src/types/models/ExtremeCasesRequest.ts index 167cb89..081846b 100644 --- a/src/types/models/ExtremeCasesRequest.ts +++ b/src/types/models/ExtremeCasesRequest.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { exists } from "../runtime"; /** diff --git a/src/types/models/FeatureAddRequest.ts b/src/types/models/FeatureAddRequest.ts index 816807e..db541cf 100644 --- a/src/types/models/FeatureAddRequest.ts +++ b/src/types/models/FeatureAddRequest.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { exists } from "../runtime"; import type { FeatureAttributes } from "./FeatureAttributes"; diff --git a/src/types/models/FeatureAttributes.ts b/src/types/models/FeatureAttributes.ts index 0bb449d..1d74c50 100644 --- a/src/types/models/FeatureAttributes.ts +++ b/src/types/models/FeatureAttributes.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { exists } from "../runtime"; import type { FeatureAutoDeriveOnTrain } from "./FeatureAutoDeriveOnTrain"; diff --git a/src/types/models/FeatureAutoDeriveOnTrain.ts b/src/types/models/FeatureAutoDeriveOnTrain.ts index b8a05c3..dd3acdf 100644 --- a/src/types/models/FeatureAutoDeriveOnTrain.ts +++ b/src/types/models/FeatureAutoDeriveOnTrain.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { FeatureAutoDeriveOnTrainCustom, diff --git a/src/types/models/FeatureAutoDeriveOnTrainCustom.ts b/src/types/models/FeatureAutoDeriveOnTrainCustom.ts index b33a6df..5668aa8 100644 --- a/src/types/models/FeatureAutoDeriveOnTrainCustom.ts +++ b/src/types/models/FeatureAutoDeriveOnTrainCustom.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { exists } from "../runtime"; /** diff --git a/src/types/models/FeatureAutoDeriveOnTrainProgress.ts b/src/types/models/FeatureAutoDeriveOnTrainProgress.ts index 9603775..d7e2ca4 100644 --- a/src/types/models/FeatureAutoDeriveOnTrainProgress.ts +++ b/src/types/models/FeatureAutoDeriveOnTrainProgress.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ /** * Derive feature by creating two new continuous features: `.series_progress` and `.series_progress_delta`. Series progress values range from 0 to 1.0 for each case in the series. Series progress delta values are the delta value of the progress for each case. Both of these features are used to determine when to stop series synthesis. diff --git a/src/types/models/FeatureBounds.ts b/src/types/models/FeatureBounds.ts index 25b4af5..93e2cf0 100644 --- a/src/types/models/FeatureBounds.ts +++ b/src/types/models/FeatureBounds.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { exists } from "../runtime"; /** diff --git a/src/types/models/FeatureConviction.ts b/src/types/models/FeatureConviction.ts index c155b12..c6eabb4 100644 --- a/src/types/models/FeatureConviction.ts +++ b/src/types/models/FeatureConviction.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { exists } from "../runtime"; /** diff --git a/src/types/models/FeatureConvictionActionOutput.ts b/src/types/models/FeatureConvictionActionOutput.ts index 9b10108..a4244fe 100644 --- a/src/types/models/FeatureConvictionActionOutput.ts +++ b/src/types/models/FeatureConvictionActionOutput.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { exists } from "../runtime"; import type { FeatureConviction } from "./FeatureConviction"; diff --git a/src/types/models/FeatureConvictionRequest.ts b/src/types/models/FeatureConvictionRequest.ts index b41825f..6a19629 100644 --- a/src/types/models/FeatureConvictionRequest.ts +++ b/src/types/models/FeatureConvictionRequest.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { exists } from "../runtime"; /** diff --git a/src/types/models/FeatureMarginalStats.ts b/src/types/models/FeatureMarginalStats.ts index 7c4db6e..d4a3e59 100644 --- a/src/types/models/FeatureMarginalStats.ts +++ b/src/types/models/FeatureMarginalStats.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { exists, mapValues } from "../runtime"; import type { MarginalStats } from "./MarginalStats"; diff --git a/src/types/models/FeatureMarginalStatsRequest.ts b/src/types/models/FeatureMarginalStatsRequest.ts index 05bc839..1466fc4 100644 --- a/src/types/models/FeatureMarginalStatsRequest.ts +++ b/src/types/models/FeatureMarginalStatsRequest.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { exists } from "../runtime"; /** diff --git a/src/types/models/FeatureOriginalType.ts b/src/types/models/FeatureOriginalType.ts index ea416a6..c9eed60 100644 --- a/src/types/models/FeatureOriginalType.ts +++ b/src/types/models/FeatureOriginalType.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { BooleanType, BooleanTypeFromJSONTyped, BooleanTypeToJSON } from "./BooleanType"; import { DateType, DateTypeFromJSONTyped, DateTypeToJSON } from "./DateType"; diff --git a/src/types/models/FeatureRemoveRequest.ts b/src/types/models/FeatureRemoveRequest.ts index 954ac94..81b1690 100644 --- a/src/types/models/FeatureRemoveRequest.ts +++ b/src/types/models/FeatureRemoveRequest.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { exists } from "../runtime"; /** diff --git a/src/types/models/FeatureTimeSeries.ts b/src/types/models/FeatureTimeSeries.ts index 01613df..743c448 100644 --- a/src/types/models/FeatureTimeSeries.ts +++ b/src/types/models/FeatureTimeSeries.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { exists } from "../runtime"; /** diff --git a/src/types/models/ImputeRequest.ts b/src/types/models/ImputeRequest.ts index db694bf..347adac 100644 --- a/src/types/models/ImputeRequest.ts +++ b/src/types/models/ImputeRequest.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { exists } from "../runtime"; /** diff --git a/src/types/models/IntegerType.ts b/src/types/models/IntegerType.ts index c80e3da..f722079 100644 --- a/src/types/models/IntegerType.ts +++ b/src/types/models/IntegerType.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { exists } from "../runtime"; /** diff --git a/src/types/models/MarginalStats.ts b/src/types/models/MarginalStats.ts index 0a60c9d..ec27b57 100644 --- a/src/types/models/MarginalStats.ts +++ b/src/types/models/MarginalStats.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { exists } from "../runtime"; /** diff --git a/src/types/models/Metrics.ts b/src/types/models/Metrics.ts index 2c502b5..9bf3001 100644 --- a/src/types/models/Metrics.ts +++ b/src/types/models/Metrics.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { exists } from "../runtime"; /** diff --git a/src/types/models/ModelError.ts b/src/types/models/ModelError.ts index 8989a2f..6524e03 100644 --- a/src/types/models/ModelError.ts +++ b/src/types/models/ModelError.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { exists } from "../runtime"; /** diff --git a/src/types/models/NumericType.ts b/src/types/models/NumericType.ts index e455fb5..0203938 100644 --- a/src/types/models/NumericType.ts +++ b/src/types/models/NumericType.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { exists } from "../runtime"; /** diff --git a/src/types/models/ObjectType.ts b/src/types/models/ObjectType.ts index 0af3e5e..38eaeff 100644 --- a/src/types/models/ObjectType.ts +++ b/src/types/models/ObjectType.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ /** * diff --git a/src/types/models/PairwiseDistancesActionOutput.ts b/src/types/models/PairwiseDistancesActionOutput.ts index a7353a2..96b3115 100644 --- a/src/types/models/PairwiseDistancesActionOutput.ts +++ b/src/types/models/PairwiseDistancesActionOutput.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { exists } from "../runtime"; /** diff --git a/src/types/models/PairwiseDistancesRequest.ts b/src/types/models/PairwiseDistancesRequest.ts index 84a96cf..7348f2c 100644 --- a/src/types/models/PairwiseDistancesRequest.ts +++ b/src/types/models/PairwiseDistancesRequest.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { exists } from "../runtime"; /** diff --git a/src/types/models/RandomSeedRequest.ts b/src/types/models/RandomSeedRequest.ts index 90cfd82..33e87ce 100644 --- a/src/types/models/RandomSeedRequest.ts +++ b/src/types/models/RandomSeedRequest.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { exists } from "../runtime"; /** diff --git a/src/types/models/ReactActionOutput.ts b/src/types/models/ReactActionOutput.ts index 01bf197..864f448 100644 --- a/src/types/models/ReactActionOutput.ts +++ b/src/types/models/ReactActionOutput.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { exists } from "../runtime"; import type { ReactResponse } from "./ReactResponse"; diff --git a/src/types/models/ReactAggregateActionOutput.ts b/src/types/models/ReactAggregateActionOutput.ts index 7f4c2e9..c97e3da 100644 --- a/src/types/models/ReactAggregateActionOutput.ts +++ b/src/types/models/ReactAggregateActionOutput.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { exists } from "../runtime"; import type { ReactAggregateResponse } from "./ReactAggregateResponse"; diff --git a/src/types/models/ReactAggregateDetails.ts b/src/types/models/ReactAggregateDetails.ts index e0d9a79..3c06856 100644 --- a/src/types/models/ReactAggregateDetails.ts +++ b/src/types/models/ReactAggregateDetails.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { exists } from "../runtime"; /** diff --git a/src/types/models/ReactAggregateRequest.ts b/src/types/models/ReactAggregateRequest.ts index bc05e9f..32fd1a3 100644 --- a/src/types/models/ReactAggregateRequest.ts +++ b/src/types/models/ReactAggregateRequest.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { exists } from "../runtime"; import type { ReactAggregateDetails } from "./ReactAggregateDetails"; diff --git a/src/types/models/ReactAggregateResponse.ts b/src/types/models/ReactAggregateResponse.ts index 75a7ca0..e3cab34 100644 --- a/src/types/models/ReactAggregateResponse.ts +++ b/src/types/models/ReactAggregateResponse.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { exists, mapValues } from "../runtime"; import type { ReactAggregateResponseContent } from "./ReactAggregateResponseContent"; diff --git a/src/types/models/ReactAggregateResponseContent.ts b/src/types/models/ReactAggregateResponseContent.ts index 7a56446..1289bf9 100644 --- a/src/types/models/ReactAggregateResponseContent.ts +++ b/src/types/models/ReactAggregateResponseContent.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { exists } from "../runtime"; import type { ReactAggregateResponseContentConfusionMatrix } from "./ReactAggregateResponseContentConfusionMatrix"; diff --git a/src/types/models/ReactAggregateResponseContentConfusionMatrix.ts b/src/types/models/ReactAggregateResponseContentConfusionMatrix.ts index 6251c09..8a82da5 100644 --- a/src/types/models/ReactAggregateResponseContentConfusionMatrix.ts +++ b/src/types/models/ReactAggregateResponseContentConfusionMatrix.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { exists } from "../runtime"; /** diff --git a/src/types/models/ReactDetails.ts b/src/types/models/ReactDetails.ts index 9792322..0ea1f96 100644 --- a/src/types/models/ReactDetails.ts +++ b/src/types/models/ReactDetails.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { exists } from "../runtime"; /** diff --git a/src/types/models/ReactGroupActionOutput.ts b/src/types/models/ReactGroupActionOutput.ts index 0e11076..12a1b1f 100644 --- a/src/types/models/ReactGroupActionOutput.ts +++ b/src/types/models/ReactGroupActionOutput.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { exists } from "../runtime"; import type { ReactGroupResponse } from "./ReactGroupResponse"; diff --git a/src/types/models/ReactGroupRequest.ts b/src/types/models/ReactGroupRequest.ts index 4b8e00d..fae66d0 100644 --- a/src/types/models/ReactGroupRequest.ts +++ b/src/types/models/ReactGroupRequest.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { exists } from "../runtime"; /** diff --git a/src/types/models/ReactGroupResponse.ts b/src/types/models/ReactGroupResponse.ts index 39815eb..3a04b1f 100644 --- a/src/types/models/ReactGroupResponse.ts +++ b/src/types/models/ReactGroupResponse.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { exists } from "../runtime"; import type { ReactGroupResponseContent } from "./ReactGroupResponseContent"; diff --git a/src/types/models/ReactGroupResponseContent.ts b/src/types/models/ReactGroupResponseContent.ts index 11956db..87a665a 100644 --- a/src/types/models/ReactGroupResponseContent.ts +++ b/src/types/models/ReactGroupResponseContent.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { exists } from "../runtime"; /** diff --git a/src/types/models/ReactIntoFeaturesActionOutput.ts b/src/types/models/ReactIntoFeaturesActionOutput.ts index ae7b548..b12b1f0 100644 --- a/src/types/models/ReactIntoFeaturesActionOutput.ts +++ b/src/types/models/ReactIntoFeaturesActionOutput.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { exists } from "../runtime"; import type { ReactIntoFeaturesResponse } from "./ReactIntoFeaturesResponse"; diff --git a/src/types/models/ReactIntoFeaturesRequest.ts b/src/types/models/ReactIntoFeaturesRequest.ts index 17eba86..40923aa 100644 --- a/src/types/models/ReactIntoFeaturesRequest.ts +++ b/src/types/models/ReactIntoFeaturesRequest.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { exists } from "../runtime"; /** diff --git a/src/types/models/ReactIntoFeaturesResponse.ts b/src/types/models/ReactIntoFeaturesResponse.ts index a23942d..2ad1dec 100644 --- a/src/types/models/ReactIntoFeaturesResponse.ts +++ b/src/types/models/ReactIntoFeaturesResponse.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { exists } from "../runtime"; import type { Warning } from "./Warning"; diff --git a/src/types/models/ReactRequest.ts b/src/types/models/ReactRequest.ts index 7267781..00d929a 100644 --- a/src/types/models/ReactRequest.ts +++ b/src/types/models/ReactRequest.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { exists, mapValues } from "../runtime"; import type { FeatureBounds } from "./FeatureBounds"; diff --git a/src/types/models/ReactResponse.ts b/src/types/models/ReactResponse.ts index ab03ee2..6054323 100644 --- a/src/types/models/ReactResponse.ts +++ b/src/types/models/ReactResponse.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { exists } from "../runtime"; import type { ReactResponseContent } from "./ReactResponseContent"; diff --git a/src/types/models/ReactResponseContent.ts b/src/types/models/ReactResponseContent.ts index 5aa0679..7cff247 100644 --- a/src/types/models/ReactResponseContent.ts +++ b/src/types/models/ReactResponseContent.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { exists } from "../runtime"; import type { DerivationParameters } from "./DerivationParameters"; diff --git a/src/types/models/ReactSeriesActionOutput.ts b/src/types/models/ReactSeriesActionOutput.ts index 300bb02..e4b4fda 100644 --- a/src/types/models/ReactSeriesActionOutput.ts +++ b/src/types/models/ReactSeriesActionOutput.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { exists } from "../runtime"; import type { ReactSeriesResponse } from "./ReactSeriesResponse"; diff --git a/src/types/models/ReactSeriesRequest.ts b/src/types/models/ReactSeriesRequest.ts index ea16b64..95ecadb 100644 --- a/src/types/models/ReactSeriesRequest.ts +++ b/src/types/models/ReactSeriesRequest.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { exists, mapValues } from "../runtime"; import type { FeatureBounds } from "./FeatureBounds"; diff --git a/src/types/models/ReactSeriesResponse.ts b/src/types/models/ReactSeriesResponse.ts index fb03039..23005c4 100644 --- a/src/types/models/ReactSeriesResponse.ts +++ b/src/types/models/ReactSeriesResponse.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { exists } from "../runtime"; import type { ReactSeriesResponseContent } from "./ReactSeriesResponseContent"; diff --git a/src/types/models/ReactSeriesResponseContent.ts b/src/types/models/ReactSeriesResponseContent.ts index aff4d34..3662f75 100644 --- a/src/types/models/ReactSeriesResponseContent.ts +++ b/src/types/models/ReactSeriesResponseContent.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { exists } from "../runtime"; import type { DerivationParameters } from "./DerivationParameters"; diff --git a/src/types/models/ReduceDataParams.ts b/src/types/models/ReduceDataParams.ts index 2e4d387..51bcddb 100644 --- a/src/types/models/ReduceDataParams.ts +++ b/src/types/models/ReduceDataParams.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { exists } from "../runtime"; /** diff --git a/src/types/models/RemoveSeriesStoreRequest.ts b/src/types/models/RemoveSeriesStoreRequest.ts index d6f4f8b..7226bbe 100644 --- a/src/types/models/RemoveSeriesStoreRequest.ts +++ b/src/types/models/RemoveSeriesStoreRequest.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { exists } from "../runtime"; /** diff --git a/src/types/models/Session.ts b/src/types/models/Session.ts index 3b3696f..6bd4319 100644 --- a/src/types/models/Session.ts +++ b/src/types/models/Session.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { exists } from "../runtime"; import type { AccountIdentity } from "./AccountIdentity"; diff --git a/src/types/models/SessionIdentity.ts b/src/types/models/SessionIdentity.ts index f63ec79..6b90435 100644 --- a/src/types/models/SessionIdentity.ts +++ b/src/types/models/SessionIdentity.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { exists } from "../runtime"; /** diff --git a/src/types/models/SetAutoAnalyzeParamsRequest.ts b/src/types/models/SetAutoAnalyzeParamsRequest.ts index 38d67a7..b565ba2 100644 --- a/src/types/models/SetAutoAnalyzeParamsRequest.ts +++ b/src/types/models/SetAutoAnalyzeParamsRequest.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { exists } from "../runtime"; /** diff --git a/src/types/models/StringType.ts b/src/types/models/StringType.ts index 673bd16..ed82bb4 100644 --- a/src/types/models/StringType.ts +++ b/src/types/models/StringType.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { exists } from "../runtime"; /** diff --git a/src/types/models/TimeType.ts b/src/types/models/TimeType.ts index d7bce70..1b3393e 100644 --- a/src/types/models/TimeType.ts +++ b/src/types/models/TimeType.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { exists } from "../runtime"; /** diff --git a/src/types/models/TimedeltaType.ts b/src/types/models/TimedeltaType.ts index 9ff7602..e8d670d 100644 --- a/src/types/models/TimedeltaType.ts +++ b/src/types/models/TimedeltaType.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { exists } from "../runtime"; /** diff --git a/src/types/models/TraceResponse.ts b/src/types/models/TraceResponse.ts index e00f863..fa3b007 100644 --- a/src/types/models/TraceResponse.ts +++ b/src/types/models/TraceResponse.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { exists } from "../runtime"; /** diff --git a/src/types/models/TrainActionOutput.ts b/src/types/models/TrainActionOutput.ts index 13edfe8..c1a9fa0 100644 --- a/src/types/models/TrainActionOutput.ts +++ b/src/types/models/TrainActionOutput.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { exists } from "../runtime"; import type { TrainResponse } from "./TrainResponse"; diff --git a/src/types/models/TrainRequest.ts b/src/types/models/TrainRequest.ts index 07a5ce2..ba328b9 100644 --- a/src/types/models/TrainRequest.ts +++ b/src/types/models/TrainRequest.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { exists } from "../runtime"; /** diff --git a/src/types/models/TrainResponse.ts b/src/types/models/TrainResponse.ts index f635d2f..90bcbec 100644 --- a/src/types/models/TrainResponse.ts +++ b/src/types/models/TrainResponse.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { exists } from "../runtime"; /** diff --git a/src/types/models/Trainee.ts b/src/types/models/Trainee.ts index acaaa09..20fb71c 100644 --- a/src/types/models/Trainee.ts +++ b/src/types/models/Trainee.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { exists, mapValues } from "../runtime"; import type { FeatureAttributes } from "./FeatureAttributes"; diff --git a/src/types/models/TraineeAcquireResourcesRequest.ts b/src/types/models/TraineeAcquireResourcesRequest.ts index 05bd2f4..5308489 100644 --- a/src/types/models/TraineeAcquireResourcesRequest.ts +++ b/src/types/models/TraineeAcquireResourcesRequest.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { exists } from "../runtime"; /** diff --git a/src/types/models/TraineeIdentity.ts b/src/types/models/TraineeIdentity.ts index c23ca03..cb117cd 100644 --- a/src/types/models/TraineeIdentity.ts +++ b/src/types/models/TraineeIdentity.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { exists } from "../runtime"; import type { AccountIdentity } from "./AccountIdentity"; diff --git a/src/types/models/TraineeInformation.ts b/src/types/models/TraineeInformation.ts index 173d8e0..bc2f391 100644 --- a/src/types/models/TraineeInformation.ts +++ b/src/types/models/TraineeInformation.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { exists } from "../runtime"; import type { TraineeVersion } from "./TraineeVersion"; diff --git a/src/types/models/TraineeRequest.ts b/src/types/models/TraineeRequest.ts index 51ae245..9a8b7ea 100644 --- a/src/types/models/TraineeRequest.ts +++ b/src/types/models/TraineeRequest.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { exists, mapValues } from "../runtime"; import type { FeatureAttributes } from "./FeatureAttributes"; diff --git a/src/types/models/TraineeVersion.ts b/src/types/models/TraineeVersion.ts index 8d30859..9bc22c3 100644 --- a/src/types/models/TraineeVersion.ts +++ b/src/types/models/TraineeVersion.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { exists } from "../runtime"; /** diff --git a/src/types/models/TraineeWorkflowAttributes.ts b/src/types/models/TraineeWorkflowAttributes.ts index 3e32832..648bc21 100644 --- a/src/types/models/TraineeWorkflowAttributes.ts +++ b/src/types/models/TraineeWorkflowAttributes.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { exists } from "../runtime"; /** diff --git a/src/types/models/TraineeWorkflowAttributesRequest.ts b/src/types/models/TraineeWorkflowAttributesRequest.ts index b7aa209..71a5088 100644 --- a/src/types/models/TraineeWorkflowAttributesRequest.ts +++ b/src/types/models/TraineeWorkflowAttributesRequest.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { exists } from "../runtime"; /** diff --git a/src/types/models/UpdateSessionRequest.ts b/src/types/models/UpdateSessionRequest.ts index 5ef0a79..86a9ccf 100644 --- a/src/types/models/UpdateSessionRequest.ts +++ b/src/types/models/UpdateSessionRequest.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { exists } from "../runtime"; /** diff --git a/src/types/models/Warning.ts b/src/types/models/Warning.ts index 343873b..1a5f5ff 100644 --- a/src/types/models/Warning.ts +++ b/src/types/models/Warning.ts @@ -1,11 +1,4 @@ -/** - * Howso API - * OpenAPI implementation for interacting with the Howso API. - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ +/* eslint-disable @typescript-eslint/no-unused-vars */ import { exists } from "../runtime"; /**