Skip to content

Commit ee65e01

Browse files
committed
Add missing imports
1 parent 43897dd commit ee65e01

File tree

5 files changed

+19
-37
lines changed

5 files changed

+19
-37
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 2 additions & 7 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: 8 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/validation-errors.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -255,12 +255,6 @@
255255
],
256256
"response": []
257257
},
258-
"connector.update_features": {
259-
"request": [
260-
"Missing request & response"
261-
],
262-
"response": []
263-
},
264258
"enrich.delete_policy": {
265259
"request": [
266260
"Request: missing json spec query parameter 'master_timeout'"

output/typescript/types.ts

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

specification/connector/sync_job_update_stats/SyncJobUpdateStatsRequest.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
* specific language governing permissions and limitations
1717
* under the License.
1818
*/
19-
import { Dictionary } from '@spec_utils/Dictionary'
20-
import { UserDefinedValue } from '@spec_utils/UserDefinedValue'
19+
2120
import { RequestBase } from '@_types/Base'
22-
import { Id } from '@_types/common'
23-
import { integer } from '@_types/Numeric'
21+
import { Duration } from '@_types/Time'
22+
import { Id, Metadata } from '@_types/common'
23+
import { integer, long } from '@_types/Numeric'
2424

2525
/**
2626
* Set the connector sync job stats.

0 commit comments

Comments
 (0)