Skip to content

Commit

Permalink
Update client with fixed product-feature enum value (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
paprikati authored Jun 27, 2024
1 parent 05f6dd9 commit 2f143c4
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
42 changes: 21 additions & 21 deletions client/client.gen.go

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

6 changes: 3 additions & 3 deletions client/openapi3.json
Original file line number Diff line number Diff line change
Expand Up @@ -10333,7 +10333,7 @@
"enum": [
"customer",
"issue-tracker",
"product-features",
"product-feature",
"service",
"on-call",
"team",
Expand Down Expand Up @@ -12370,7 +12370,7 @@
"enum": [
"customer",
"issue-tracker",
"product-features",
"product-feature",
"service",
"on-call",
"team",
Expand Down Expand Up @@ -25324,7 +25324,7 @@
"enum": [
"customer",
"issue-tracker",
"product-features",
"product-feature",
"service",
"on-call",
"team",
Expand Down

0 comments on commit 2f143c4

Please sign in to comment.