From 6d3ecff3709b01dba048f10da49dc7457a6b0d51 Mon Sep 17 00:00:00 2001 From: Cody Olsen Date: Thu, 9 Feb 2023 16:32:05 +0100 Subject: [PATCH] chore: `linter --fix` --- src/SanityClient.ts | 2 +- src/data/dataMethods.ts | 2 +- src/data/patch.ts | 2 +- src/data/transaction.ts | 2 +- src/http/errors.ts | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/SanityClient.ts b/src/SanityClient.ts index a53f817b..6f36dee4 100644 --- a/src/SanityClient.ts +++ b/src/SanityClient.ts @@ -11,12 +11,12 @@ import {ObservableProjectsClient, ProjectsClient} from './projects/ProjectsClien import type { AllDocumentIdsMutationOptions, AllDocumentsMutationOptions, + Any, BaseMutationOptions, ClientConfig, FilteredResponseQueryOptions, FirstDocumentIdMutationOptions, FirstDocumentMutationOptions, - Any as Any, HttpRequest, IdentifiedSanityDocumentStub, InitializedClientConfig, diff --git a/src/data/dataMethods.ts b/src/data/dataMethods.ts index 65ba5030..e2183959 100644 --- a/src/data/dataMethods.ts +++ b/src/data/dataMethods.ts @@ -6,11 +6,11 @@ import type {ObservableSanityClient, SanityClient} from '../SanityClient' import type { AllDocumentIdsMutationOptions, AllDocumentsMutationOptions, + Any, BaseMutationOptions, FilteredResponseQueryOptions, FirstDocumentIdMutationOptions, FirstDocumentMutationOptions, - Any, HttpRequest, HttpRequestEvent, IdentifiedSanityDocumentStub, diff --git a/src/data/patch.ts b/src/data/patch.ts index dd9ea0f7..f68a3d5f 100644 --- a/src/data/patch.ts +++ b/src/data/patch.ts @@ -4,11 +4,11 @@ import type {ObservableSanityClient, SanityClient} from '../SanityClient' import type { AllDocumentIdsMutationOptions, AllDocumentsMutationOptions, + Any, AttributeSet, BaseMutationOptions, FirstDocumentIdMutationOptions, FirstDocumentMutationOptions, - Any, MultipleMutationResult, PatchMutationOperation, PatchOperations, diff --git a/src/data/transaction.ts b/src/data/transaction.ts index 15e80f60..90e1afee 100644 --- a/src/data/transaction.ts +++ b/src/data/transaction.ts @@ -2,8 +2,8 @@ import type {Observable} from 'rxjs' import type {ObservableSanityClient, SanityClient} from '../SanityClient' import type { - BaseMutationOptions, Any, + BaseMutationOptions, IdentifiedSanityDocumentStub, MultipleMutationResult, Mutation, diff --git a/src/http/errors.ts b/src/http/errors.ts index 5d8d965c..297b8fbd 100644 --- a/src/http/errors.ts +++ b/src/http/errors.ts @@ -1,4 +1,4 @@ -import type {ErrorProps, Any} from '../types' +import type {Any, ErrorProps} from '../types' /** @public */ export class ClientError extends Error {