Skip to content

Commit

Permalink
fix(payruns): snake_case payrun type
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions-bot committed Jun 5, 2024
1 parent 901b173 commit 663d18e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
affixapi (1.1.83)
affixapi (1.1.84)
typhoeus (~> 1.0, >= 1.0.1)

GEM
Expand Down
4 changes: 2 additions & 2 deletions lib/openapi_client/models/payrun_type_response.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
module OpenapiClient
class PayrunTypeResponse
REGULAR = "regular".freeze
ONE_TIME = "one-time".freeze
OFF_CYCLE = "off-cycle".freeze
ONE_TIME = "one_time".freeze
OFF_CYCLE = "off_cycle".freeze
CORRECTION = "correction".freeze
REVERSAL = "reversal".freeze
NULL = "null".freeze
Expand Down
2 changes: 1 addition & 1 deletion lib/openapi_client/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
=end

module OpenapiClient
VERSION = '1.1.83'
VERSION = '1.1.84'
end

0 comments on commit 663d18e

Please sign in to comment.