Skip to content

Commit 902222a

Browse files
authored
Throttling info in DeleteByQueryResponse is optional (#2147)
1 parent fe23fb0 commit 902222a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

output/schema/schema.json

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

specification/_global/delete_by_query/DeleteByQueryResponse.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ export class Response {
3434
slice_id?: integer
3535
task?: TaskId
3636
throttled?: Duration
37-
throttled_millis: DurationValue<UnitMillis>
37+
throttled_millis?: DurationValue<UnitMillis>
3838
throttled_until?: Duration
39-
throttled_until_millis: DurationValue<UnitMillis>
39+
throttled_until_millis?: DurationValue<UnitMillis>
4040
timed_out?: boolean
4141
took?: DurationValue<UnitMillis>
4242
total?: long

0 commit comments

Comments
 (0)