Skip to content

Commit

Permalink
feat(meta): Add geoLocationTrackingEnabled override
Browse files Browse the repository at this point in the history
  • Loading branch information
kpelelis committed Feb 18, 2025
1 parent a861cb1 commit aa3ff2f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/go/faro.gen.go

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

3 changes: 3 additions & 0 deletions spec/components/schemas/overrides.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@ components:
serviceName:
type: string
x-go-type-skip-optional-pointer: true
geoLocationTrackingEnabled:
type: boolean
x-go-type-skip-optional-pointer: true
x-go-type-skip-optional-pointer: true
3 changes: 3 additions & 0 deletions spec/gen/faro.gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,9 @@ components:
serviceName:
type: string
x-go-type-skip-optional-pointer: true
geoLocationTrackingEnabled:
type: boolean
x-go-type-skip-optional-pointer: true
x-go-type-skip-optional-pointer: true
View:
type: object
Expand Down

0 comments on commit aa3ff2f

Please sign in to comment.