Skip to content

Commit c617d55

Browse files
github-actions[bot]sethmlarsonpeedeeboy
authored
[7.17] Rename position_length to positionLength
Co-authored-by: Seth Michael Larson <[email protected]> Co-authored-by: Pete Whelpton <[email protected]>
1 parent c32a25d commit c617d55

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

output/schema/schema.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/typescript/types.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/indices/analyze/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export class AnalyzerDetail {
3737
export class AnalyzeToken {
3838
end_offset: long
3939
position: long
40-
position_length?: long
40+
positionLength?: long
4141
start_offset: long
4242
token: string
4343
type: string

0 commit comments

Comments
 (0)