File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 17
17
* under the License.
18
18
*/
19
19
import { RequestBase } from '@_types/Base'
20
+ import { IndexName } from '@_types/common'
20
21
import { WithNullValue } from '@spec_utils/utils'
21
22
22
23
/**
@@ -33,7 +34,7 @@ export interface Request extends RequestBase {
33
34
/** @codegen_name connector */
34
35
body : {
35
36
description ?: string
36
- index_name : WithNullValue < string >
37
+ index_name : WithNullValue < IndexName >
37
38
is_native ?: boolean
38
39
language ?: string
39
40
name ?: string
Original file line number Diff line number Diff line change 17
17
* under the License.
18
18
*/
19
19
import { RequestBase } from '@_types/Base'
20
- import { Id } from '@_types/common'
20
+ import { Id , IndexName } from '@_types/common'
21
21
import { WithNullValue } from '@spec_utils/utils'
22
22
23
23
/**
@@ -40,7 +40,7 @@ export interface Request extends RequestBase {
40
40
/** @codegen_name connector */
41
41
body : {
42
42
description ?: string
43
- index_name : WithNullValue < string >
43
+ index_name : WithNullValue < IndexName >
44
44
is_native ?: boolean
45
45
language ?: string
46
46
name ?: string
Original file line number Diff line number Diff line change 17
17
* under the License.
18
18
*/
19
19
import { RequestBase } from '@_types/Base'
20
- import { Id } from '@_types/common'
20
+ import { Id , IndexName } from '@_types/common'
21
21
import { WithNullValue } from '@spec_utils/utils'
22
22
23
23
/**
@@ -38,6 +38,6 @@ export interface Request extends RequestBase {
38
38
* The connector index name
39
39
*/
40
40
body : {
41
- index_name : WithNullValue < string >
41
+ index_name : WithNullValue < IndexName >
42
42
}
43
43
}
You can’t perform that action at this time.
0 commit comments