Skip to content

Commit

Permalink
Add missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl committed Dec 19, 2024
1 parent 43897dd commit ee65e01
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 37 deletions.
9 changes: 2 additions & 7 deletions output/openapi/elasticsearch-openapi.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 8 additions & 15 deletions output/schema/schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 0 additions & 6 deletions output/schema/validation-errors.json
Original file line number Diff line number Diff line change
Expand Up @@ -255,12 +255,6 @@
],
"response": []
},
"connector.update_features": {
"request": [
"Missing request & response"
],
"response": []
},
"enrich.delete_policy": {
"request": [
"Request: missing json spec query parameter 'master_timeout'"
Expand Down
10 changes: 5 additions & 5 deletions output/typescript/types.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
* specific language governing permissions and limitations
* under the License.
*/
import { Dictionary } from '@spec_utils/Dictionary'
import { UserDefinedValue } from '@spec_utils/UserDefinedValue'

import { RequestBase } from '@_types/Base'
import { Id } from '@_types/common'
import { integer } from '@_types/Numeric'
import { Duration } from '@_types/Time'
import { Id, Metadata } from '@_types/common'
import { integer, long } from '@_types/Numeric'

/**
* Set the connector sync job stats.
Expand Down

0 comments on commit ee65e01

Please sign in to comment.