From f7fffb1d5e20314923ff604df8a43961c9cbb042 Mon Sep 17 00:00:00 2001 From: Faust1 Date: Mon, 19 Feb 2024 10:14:45 +0100 Subject: [PATCH] fixed lint --- .../armonik.api.angular/src/lib/index.ts | 4 ++-- packages/web/src/index.ts | 20 +++++++++---------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/packages/angular/projects/aneoconsultingfr/armonik.api.angular/src/lib/index.ts b/packages/angular/projects/aneoconsultingfr/armonik.api.angular/src/lib/index.ts index 56b3c5b20..efed04c99 100644 --- a/packages/angular/projects/aneoconsultingfr/armonik.api.angular/src/lib/index.ts +++ b/packages/angular/projects/aneoconsultingfr/armonik.api.angular/src/lib/index.ts @@ -83,7 +83,7 @@ export { export { ResultsClient } from './generated/results-service.pbsc' export { SessionStatus } from './generated/session-status.pb' export { - CancelSessionRequest, CancelSessionResponse, + CancelSessionRequest, CancelSessionResponse, GetSessionRequest, GetSessionResponse, ListSessionsRequest, ListSessionsResponse, PauseSessionRequest, PauseSessionResponse, @@ -121,7 +121,7 @@ export { ListTasksRequest, ListTasksResponse, TaskDetailed, TaskSummary, - ListTasksDetailedResponse, SubmitTasksRequest, SubmitTasksResponse + ListTasksDetailedResponse, SubmitTasksRequest, SubmitTasksResponse, } from './generated/tasks-common.pb' export { TaskField, diff --git a/packages/web/src/index.ts b/packages/web/src/index.ts index 38e0ea32d..22f4b90aa 100644 --- a/packages/web/src/index.ts +++ b/packages/web/src/index.ts @@ -9,20 +9,20 @@ export { ApplicationField, ApplicationRawEnumField, ApplicationRawField, - applicationRawEnumFieldFromJSON, applicationRawEnumFieldToJSON + applicationRawEnumFieldFromJSON, applicationRawEnumFieldToJSON, } from './generated/applications_fields' export { FilterField as ApplicationFilterField, Filters as ApplicationFilters, FiltersAnd as ApplicationFiltersAnd, } from './generated/applications_filters' -export { ApplicationsClientImpl as ApplicationsClient, ApplicationsServiceName, } from './generated/applications_service' +export { ApplicationsClientImpl as ApplicationsClient, ApplicationsServiceName } from './generated/applications_service' export { GetCurrentUserRequest, GetCurrentUserResponse, User, } from './generated/auth_common' -export { AuthenticationClientImpl as AuthenticationClient, AuthenticationServiceName, } from './generated/auth_service' +export { AuthenticationClientImpl as AuthenticationClient, AuthenticationServiceName } from './generated/auth_service' export { EventSubscriptionRequest, EventSubscriptionResponse, @@ -52,7 +52,7 @@ export { filterDurationOperatorFromJSON, filterDurationOperatorToJSON, filterNumberOperatorFromJSON, filterNumberOperatorToJSON, filterStatusOperatorFromJSON, filterStatusOperatorToJSON, - filterStringOperatorFromJSON, filterStringOperatorToJSON + filterStringOperatorFromJSON, filterStringOperatorToJSON, } from './generated/filters_common' export { StatusCount, TaskOptions } from './generated/objects' export { @@ -67,7 +67,7 @@ export { export { PartitionField, PartitionRawEnumField, PartitionRawField, - partitionRawEnumFieldFromJSON, partitionRawEnumFieldToJSON + partitionRawEnumFieldFromJSON, partitionRawEnumFieldToJSON, } from './generated/partitions_fields' export { FilterField as PartitionFilterField, @@ -95,7 +95,7 @@ export { export { ResultField, ResultRawEnumField, ResultRawField, - resultRawEnumFieldFromJSON, resultRawEnumFieldToJSON + resultRawEnumFieldFromJSON, resultRawEnumFieldToJSON, } from './generated/results_fields' export { FilterField as ResultFilterField, @@ -106,7 +106,7 @@ export { export { ResultsClientImpl as ResultsClient, ResultsServiceName } from './generated/results_service' export { SessionStatus, sessionStatusFromJSON, sessionStatusToJSON } from './generated/session_status' export { - CancelSessionRequest, CancelSessionResponse, + CancelSessionRequest, CancelSessionResponse, GetSessionRequest, GetSessionResponse, ListSessionsRequest, ListSessionsResponse, PauseSessionRequest, PauseSessionResponse, @@ -126,7 +126,7 @@ export { TaskOptionField as SessionTaskOptionField, TaskOptionGenericField as SessionTaskOptionGenericField, sessionRawEnumFieldFromJSON, sessionRawEnumFieldToJSON, - taskOptionEnumFieldFromJSON, taskOptionEnumFieldToJSON + taskOptionEnumFieldFromJSON, taskOptionEnumFieldToJSON, } from './generated/sessions_fields' export { FilterField as SessionFilterField, @@ -157,7 +157,7 @@ export { TaskOptionEnumField, TaskOptionField, TaskOptionGenericField, TaskSummaryEnumField, TaskSummaryField, - taskSummaryEnumFieldFromJSON, taskSummaryEnumFieldToJSON + taskSummaryEnumFieldFromJSON, taskSummaryEnumFieldToJSON, } from './generated/tasks_fields' export { FilterField as TaskFilterField, @@ -172,6 +172,6 @@ export { CheckHealthRequest, CheckHealthResponse, HealthStatusEnum, - healthStatusEnumFromJSON, healthStatusEnumToJSON + healthStatusEnumFromJSON, healthStatusEnumToJSON, } from './generated/health_checks_common' export { HealthChecksServiceClientImpl as HealthChecksServiceClient, HealthChecksServiceServiceName } from './generated/health_checks_service'