Skip to content

Commit

Permalink
chore(entities): generate EntityAlertViolationInt as int instead of s…
Browse files Browse the repository at this point in the history
…calar string
  • Loading branch information
sanderblue committed Jun 13, 2024
1 parent ca0ada5 commit 66913c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .tutone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -811,6 +811,8 @@ packages:
generate_struct_getters: true
- name: WorkloadEntityOutline
generate_struct_getters: true
- name: EntityAlertViolationInt
create_as: int

#
# Types that our other packages define
Expand Down
2 changes: 1 addition & 1 deletion pkg/entities/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -11313,7 +11313,7 @@ type AttributeMap map[string]interface{}
type DashboardWidgetRawConfiguration []byte

// EntityAlertViolationInt - The `ViolationInt` scalar type represents 52-bit signed integers
type EntityAlertViolationInt string
type EntityAlertViolationInt int

// Float - The `Float` scalar type represents signed double-precision fractional
// values as specified by
Expand Down

0 comments on commit 66913c7

Please sign in to comment.