Skip to content

Commit 93a27de

Browse files
authored
Merge pull request #196 from haydenhoang/master
gen types, fixed: #194
2 parents 01ce554 + 25ba20d commit 93a27de

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

typesense/api/generator/generator.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1486,7 +1486,9 @@ components:
14861486
fields_matched:
14871487
type: integer
14881488
num_tokens_dropped:
1489+
format: int64
14891490
type: integer
1491+
x-go-type: uint64
14901492
score:
14911493
type: string
14921494
tokens_matched:

typesense/api/generator/openapi.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2240,6 +2240,8 @@ components:
22402240
type: integer
22412241
num_tokens_dropped:
22422242
type: integer
2243+
format: int64
2244+
x-go-type: uint64
22432245
score:
22442246
type: string
22452247
tokens_matched:

typesense/api/types_gen.go

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

0 commit comments

Comments
 (0)