Skip to content

Commit f2d94b9

Browse files
committed
Run prettier
1 parent 0906a1c commit f2d94b9

File tree

420 files changed

+689
-689
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

420 files changed

+689
-689
lines changed

specification/_global/bulk/BulkRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
* under the License.
1818
*/
1919

20-
import { SourceConfigParam } from '@global/search/_types/SourceFilter'
2120
import { RequestBase } from '@_types/Base'
2221
import {
2322
Fields,
@@ -27,6 +26,7 @@ import {
2726
WaitForActiveShards
2827
} from '@_types/common'
2928
import { Duration } from '@_types/Time'
29+
import { SourceConfigParam } from '@global/search/_types/SourceFilter'
3030
import { OperationContainer, UpdateAction } from './types'
3131

3232
/**

specification/_global/bulk/BulkResponse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
* under the License.
1818
*/
1919

20-
import { SingleKeyDictionary } from '@spec_utils/Dictionary'
2120
import { long } from '@_types/Numeric'
21+
import { SingleKeyDictionary } from '@spec_utils/Dictionary'
2222
import { OperationType, ResponseItem } from './types'
2323

2424
export class Response {

specification/_global/bulk/types.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@
1717
* under the License.
1818
*/
1919

20-
import { SourceConfig } from '@global/search/_types/SourceFilter'
21-
import { Dictionary } from '@spec_utils/Dictionary'
22-
import { UserDefinedValue } from '@spec_utils/UserDefinedValue'
2320
import {
2421
Id,
2522
IndexName,
@@ -33,6 +30,9 @@ import { ErrorCause } from '@_types/Errors'
3330
import { integer, long } from '@_types/Numeric'
3431
import { Script } from '@_types/Scripting'
3532
import { ShardStatistics } from '@_types/Stats'
33+
import { SourceConfig } from '@global/search/_types/SourceFilter'
34+
import { Dictionary } from '@spec_utils/Dictionary'
35+
import { UserDefinedValue } from '@spec_utils/UserDefinedValue'
3636

3737
export class ResponseItem {
3838
/**

specification/_global/exists/DocumentExistsRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
* under the License.
1818
*/
1919

20-
import { SourceConfigParam } from '@global/search/_types/SourceFilter'
2120
import { RequestBase } from '@_types/Base'
2221
import {
2322
Fields,
@@ -27,6 +26,7 @@ import {
2726
VersionNumber,
2827
VersionType
2928
} from '@_types/common'
29+
import { SourceConfigParam } from '@global/search/_types/SourceFilter'
3030

3131
/**
3232
* Check a document.

specification/_global/exists_source/SourceExistsRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
* under the License.
1818
*/
1919

20-
import { SourceConfigParam } from '@global/search/_types/SourceFilter'
2120
import { RequestBase } from '@_types/Base'
2221
import {
2322
Fields,
@@ -27,6 +26,7 @@ import {
2726
VersionNumber,
2827
VersionType
2928
} from '@_types/common'
29+
import { SourceConfigParam } from '@global/search/_types/SourceFilter'
3030

3131
/**
3232
* Check for a document source.

specification/_global/explain/ExplainRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
* under the License.
1818
*/
1919

20-
import { SourceConfigParam } from '@global/search/_types/SourceFilter'
2120
import { RequestBase } from '@_types/Base'
2221
import { Fields, Id, IndexName, Routing } from '@_types/common'
2322
import { QueryContainer } from '@_types/query_dsl/abstractions'
2423
import { Operator } from '@_types/query_dsl/Operator'
24+
import { SourceConfigParam } from '@global/search/_types/SourceFilter'
2525

2626
/**
2727
* Explain a document match result.

specification/_global/field_caps/FieldCapabilitiesResponse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
* under the License.
1818
*/
1919

20-
import { Dictionary } from '@spec_utils/Dictionary'
2120
import { Field, Indices } from '@_types/common'
21+
import { Dictionary } from '@spec_utils/Dictionary'
2222
import { FieldCapability } from './types'
2323

2424
/**

specification/_global/get/GetRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
* under the License.
1818
*/
1919

20-
import { SourceConfigParam } from '@global/search/_types/SourceFilter'
2120
import { RequestBase } from '@_types/Base'
2221
import {
2322
Fields,
@@ -27,6 +26,7 @@ import {
2726
VersionNumber,
2827
VersionType
2928
} from '@_types/common'
29+
import { SourceConfigParam } from '@global/search/_types/SourceFilter'
3030

3131
/**
3232
* Get a document by its ID.

specification/_global/get/GetResponse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
* under the License.
1818
*/
1919

20-
import { GetResult } from '@global/get/types'
2120
import { ErrorResponseBase } from '@_types/Base'
21+
import { GetResult } from '@global/get/types'
2222

2323
export class Response<TDocument> {
2424
/** @codegen_name result */

specification/_global/get/types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
* under the License.
1818
*/
1919

20-
import { Dictionary } from '@spec_utils/Dictionary'
21-
import { UserDefinedValue } from '@spec_utils/UserDefinedValue'
2220
import { Id, IndexName, SequenceNumber, VersionNumber } from '@_types/common'
2321
import { long } from '@_types/Numeric'
22+
import { Dictionary } from '@spec_utils/Dictionary'
23+
import { UserDefinedValue } from '@spec_utils/UserDefinedValue'
2424

2525
export class GetResult<TDocument> {
2626
/**

0 commit comments

Comments
 (0)