Skip to content

Commit dc27d46

Browse files
some non required field in connector config (#2744) (#2745)
(cherry picked from commit 7548143) Co-authored-by: Laura Trotta <[email protected]>
1 parent e6276e5 commit dc27d46

File tree

6 files changed

+12
-18
lines changed

6 files changed

+12
-18
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/openapi/elasticsearch-serverless-openapi.json

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema-serverless.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/typescript/types.ts

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/connector/_types/Connector.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@ export interface ConnectorConfigProperties {
9292
required: boolean
9393
sensitive: boolean
9494
tooltip?: string | null
95-
type: ConnectorFieldType
96-
ui_restrictions: string[]
97-
validations: Validation[]
95+
type?: ConnectorFieldType
96+
ui_restrictions?: string[]
97+
validations?: Validation[]
9898
value: UserDefinedValue
9999
}
100100

0 commit comments

Comments
 (0)