diff --git a/Gemfile.lock b/Gemfile.lock index bed856d..19f399a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - affixapi (1.1.83) + affixapi (1.1.84) typhoeus (~> 1.0, >= 1.0.1) GEM diff --git a/lib/openapi_client/models/payrun_type_response.rb b/lib/openapi_client/models/payrun_type_response.rb index b8dc421..1dcbf47 100644 --- a/lib/openapi_client/models/payrun_type_response.rb +++ b/lib/openapi_client/models/payrun_type_response.rb @@ -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 diff --git a/lib/openapi_client/version.rb b/lib/openapi_client/version.rb index 62c49f7..c0f0e23 100644 --- a/lib/openapi_client/version.rb +++ b/lib/openapi_client/version.rb @@ -11,5 +11,5 @@ =end module OpenapiClient - VERSION = '1.1.83' + VERSION = '1.1.84' end