affixapi 1.1.56 → 1.1.58

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b8f4fca1540a8d248cb8120d11a032f3b1881cac14ecfdd63c61398fecf50a6c
4
- data.tar.gz: 235968e786ac909d0fcd8d6573b003a535ab66378896f2055131d3dc8efdd86d
3
+ metadata.gz: b683bef5601fe15f51880465fe4dfbd0c30eaaae51515bf936dde13fd7d56eb4
4
+ data.tar.gz: 88da9a93f19bce426bdb92090bda7bbb6b13a85e728829abe50095b40af08375
5
5
  SHA512:
6
- metadata.gz: f52b505bcd2405488a9c6501d9c5b8f063282239059d512c190c90f0d5f999a15d29a57d7b757736ae86cea31a9a2555cabfa1ad0c8934c6ab74c1bc37ff2a84
7
- data.tar.gz: b5b9fd139b51ea9fdea14c779c587ccd8ddcd23516be994e95c0a4eb878920de45fd55d2a799b786a9a67b19240c461a9e140769e17ee09f78ed906f5905c3ea
6
+ metadata.gz: a76a031fcf23f091bf9dc2563e5c6f84b67c2c30b4f729ec99a1db8c8fe681382d1e6e3c044164045d43f252b83eefe354a42f1f78fbc3863ad31d74d5830e98
7
+ data.tar.gz: ec9d910168180f081f89efed9a2e8a2a9e729ea30b304c9adadeb7a235cd8db6e7b1f852826558b2a0467fddb4d42d20ea0aa1c2d6f52ca1f4902c9d96040650
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- affixapi (1.1.56)
4
+ affixapi (1.1.58)
5
5
  typhoeus (~> 1.0, >= 1.0.1)
6
6
 
7
7
  GEM
@@ -133,7 +133,7 @@ module OpenapiClient
133
133
  # Check to see if the all the properties in the model are valid
134
134
  # @return true if the model is valid
135
135
  def valid?
136
- country_validator = EnumAttributeValidator.new('String', ["CA", "US", "MX", "AT", "AU", "BE", "CH", "CZ", "DE", "DK", "EE", "ES", "FI", "FR", "GB", "IE", "IM", "IS", "IT", "LI", "LT", "LT", "LV", "LU", "NL", "NO", "PH", "PL", "RO", "SE", "SG", "SK", "CN", "ID", "IN", "JP", "KR", "MO", "MY", "SG", "HK", "TW"])
136
+ country_validator = EnumAttributeValidator.new('String', ["CA", "US", "MX", "AT", "AU", "BE", "CH", "CZ", "DE", "DK", "EE", "ES", "FI", "FR", "GB", "IE", "IM", "IS", "IT", "LI", "LT", "LU", "LV", "NL", "NO", "PH", "PL", "RO", "SE", "SK", "CN", "HK", "ID", "IN", "JP", "KR", "MO", "MY", "SG", "TW"])
137
137
  return false unless country_validator.valid?(@country)
138
138
  true
139
139
  end
@@ -141,7 +141,7 @@ module OpenapiClient
141
141
  # Custom attribute writer method checking allowed values (enum).
142
142
  # @param [Object] country Object to be assigned
143
143
  def country=(country)
144
- validator = EnumAttributeValidator.new('String', ["CA", "US", "MX", "AT", "AU", "BE", "CH", "CZ", "DE", "DK", "EE", "ES", "FI", "FR", "GB", "IE", "IM", "IS", "IT", "LI", "LT", "LT", "LV", "LU", "NL", "NO", "PH", "PL", "RO", "SE", "SG", "SK", "CN", "ID", "IN", "JP", "KR", "MO", "MY", "SG", "HK", "TW"])
144
+ validator = EnumAttributeValidator.new('String', ["CA", "US", "MX", "AT", "AU", "BE", "CH", "CZ", "DE", "DK", "EE", "ES", "FI", "FR", "GB", "IE", "IM", "IS", "IT", "LI", "LT", "LU", "LV", "NL", "NO", "PH", "PL", "RO", "SE", "SK", "CN", "HK", "ID", "IN", "JP", "KR", "MO", "MY", "SG", "TW"])
145
145
  unless validator.valid?(country)
146
146
  fail ArgumentError, "invalid value for \"country\", must be one of #{validator.allowable_values}."
147
147
  end
@@ -133,7 +133,7 @@ module OpenapiClient
133
133
  # Check to see if the all the properties in the model are valid
134
134
  # @return true if the model is valid
135
135
  def valid?
136
- country_validator = EnumAttributeValidator.new('String', ["null", "CA", "US", "MX", "AT", "AU", "BE", "CH", "CZ", "DE", "DK", "EE", "ES", "FI", "FR", "GB", "IE", "IM", "IS", "IT", "LI", "LT", "LT", "LV", "LU", "NL", "NO", "PH", "PL", "RO", "SE", "SG", "SK", "CN", "ID", "IN", "JP", "KR", "MO", "MY", "SG", "HK", "TW"])
136
+ country_validator = EnumAttributeValidator.new('String', ["null", "CA", "US", "MX", "AT", "AU", "BE", "CH", "CZ", "DE", "DK", "EE", "ES", "FI", "FR", "GB", "IE", "IM", "IS", "IT", "LI", "LT", "LU", "LV", "NL", "NO", "PH", "PL", "RO", "SE", "SK", "CN", "HK", "ID", "IN", "JP", "KR", "MO", "MY", "SG", "TW"])
137
137
  return false unless country_validator.valid?(@country)
138
138
  true
139
139
  end
@@ -141,7 +141,7 @@ module OpenapiClient
141
141
  # Custom attribute writer method checking allowed values (enum).
142
142
  # @param [Object] country Object to be assigned
143
143
  def country=(country)
144
- validator = EnumAttributeValidator.new('String', ["null", "CA", "US", "MX", "AT", "AU", "BE", "CH", "CZ", "DE", "DK", "EE", "ES", "FI", "FR", "GB", "IE", "IM", "IS", "IT", "LI", "LT", "LT", "LV", "LU", "NL", "NO", "PH", "PL", "RO", "SE", "SG", "SK", "CN", "ID", "IN", "JP", "KR", "MO", "MY", "SG", "HK", "TW"])
144
+ validator = EnumAttributeValidator.new('String', ["null", "CA", "US", "MX", "AT", "AU", "BE", "CH", "CZ", "DE", "DK", "EE", "ES", "FI", "FR", "GB", "IE", "IM", "IS", "IT", "LI", "LT", "LU", "LV", "NL", "NO", "PH", "PL", "RO", "SE", "SK", "CN", "HK", "ID", "IN", "JP", "KR", "MO", "MY", "SG", "TW"])
145
145
  unless validator.valid?(country)
146
146
  fail ArgumentError, "invalid value for \"country\", must be one of #{validator.allowable_values}."
147
147
  end
@@ -11,5 +11,5 @@ OpenAPI Generator version: 5.1.1
11
11
  =end
12
12
 
13
13
  module OpenapiClient
14
- VERSION = '1.1.56'
14
+ VERSION = '1.1.58'
15
15
  end
@@ -46,7 +46,7 @@ describe OpenapiClient::AddressNoNonNullRequest do
46
46
  describe 'test attribute "country"' do
47
47
  it 'should work' do
48
48
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
49
- # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["CA", "US", "MX", "AT", "AU", "BE", "CH", "CZ", "DE", "DK", "EE", "ES", "FI", "FR", "GB", "IE", "IM", "IS", "IT", "LI", "LT", "LT", "LV", "LU", "NL", "NO", "PH", "PL", "RO", "SE", "SG", "SK", "CN", "ID", "IN", "JP", "KR", "MO", "MY", "SG", "HK", "TW"])
49
+ # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["CA", "US", "MX", "AT", "AU", "BE", "CH", "CZ", "DE", "DK", "EE", "ES", "FI", "FR", "GB", "IE", "IM", "IS", "IT", "LI", "LT", "LU", "LV", "NL", "NO", "PH", "PL", "RO", "SE", "SK", "CN", "HK", "ID", "IN", "JP", "KR", "MO", "MY", "SG", "TW"])
50
50
  # validator.allowable_values.each do |value|
51
51
  # expect { instance.country = value }.not_to raise_error
52
52
  # end
@@ -46,7 +46,7 @@ describe OpenapiClient::AddressResponse do
46
46
  describe 'test attribute "country"' do
47
47
  it 'should work' do
48
48
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
49
- # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["null", "CA", "US", "MX", "AT", "AU", "BE", "CH", "CZ", "DE", "DK", "EE", "ES", "FI", "FR", "GB", "IE", "IM", "IS", "IT", "LI", "LT", "LT", "LV", "LU", "NL", "NO", "PH", "PL", "RO", "SE", "SG", "SK", "CN", "ID", "IN", "JP", "KR", "MO", "MY", "SG", "HK", "TW"])
49
+ # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["null", "CA", "US", "MX", "AT", "AU", "BE", "CH", "CZ", "DE", "DK", "EE", "ES", "FI", "FR", "GB", "IE", "IM", "IS", "IT", "LI", "LT", "LU", "LV", "NL", "NO", "PH", "PL", "RO", "SE", "SK", "CN", "HK", "ID", "IN", "JP", "KR", "MO", "MY", "SG", "TW"])
50
50
  # validator.allowable_values.each do |value|
51
51
  # expect { instance.country = value }.not_to raise_error
52
52
  # end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: affixapi
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.56
4
+ version: 1.1.58
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-04-16 00:00:00.000000000 Z
11
+ date: 2024-04-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -2754,53 +2754,53 @@ signing_key:
2754
2754
  specification_version: 4
2755
2755
  summary: Affix API Ruby Gem
2756
2756
  test_files:
2757
- - spec/api/management_api_spec.rb
2758
2757
  - spec/api/xhr_vertically_integrated_api_spec.rb
2759
2758
  - spec/api/class20230301_api_spec.rb
2759
+ - spec/api/management_api_spec.rb
2760
2760
  - spec/api/core_api_spec.rb
2761
2761
  - spec/api_client_spec.rb
2762
2762
  - spec/configuration_spec.rb
2763
- - spec/models/address_response_spec.rb
2764
- - spec/models/mode_response_spec.rb
2765
- - spec/models/provider_response_spec.rb
2766
- - spec/models/payslip_response_earnings_spec.rb
2767
- - spec/models/payrun_response_spec.rb
2768
- - spec/models/location_response_spec.rb
2769
- - spec/models/payslip_response_spec.rb
2770
- - spec/models/inline_response400_spec.rb
2771
- - spec/models/create_employee_request_bank_account_spec.rb
2772
- - spec/models/scopes_response_spec.rb
2773
- - spec/models/employment_no_null_enum_request_spec.rb
2774
- - spec/models/group_no_null_enum_request_spec.rb
2775
- - spec/models/time_off_entry_response_spec.rb
2776
- - spec/models/provider_request_spec.rb
2777
2763
  - spec/models/payslip_response_contributions_spec.rb
2778
- - spec/models/company_response_spec.rb
2779
2764
  - spec/models/id_and_message_response_spec.rb
2765
+ - spec/models/location_response_spec.rb
2766
+ - spec/models/mode_request_spec.rb
2767
+ - spec/models/group_no_null_enum_request_spec.rb
2780
2768
  - spec/models/time_off_balance_response_spec.rb
2781
- - spec/models/client_request_spec.rb
2782
- - spec/models/token_response_spec.rb
2769
+ - spec/models/currency_not_null_request_spec.rb
2770
+ - spec/models/payrun_response_spec.rb
2783
2771
  - spec/models/employee_response_manager_spec.rb
2784
- - spec/models/group_response_spec.rb
2785
- - spec/models/payslip_response_deductions_spec.rb
2786
- - spec/models/create_employee_request_manager_spec.rb
2787
- - spec/models/employee_response_spec.rb
2772
+ - spec/models/message_response_spec.rb
2788
2773
  - spec/models/payslip_response_taxes_spec.rb
2789
- - spec/models/token_request_spec.rb
2790
- - spec/models/location_no_non_null_request_spec.rb
2774
+ - spec/models/employment_no_null_enum_request_spec.rb
2775
+ - spec/models/inline_response401_spec.rb
2791
2776
  - spec/models/timesheet_response_spec.rb
2777
+ - spec/models/scopes_response_spec.rb
2778
+ - spec/models/time_off_entry_response_spec.rb
2779
+ - spec/models/group_response_spec.rb
2780
+ - spec/models/create_employee_request_spec.rb
2781
+ - spec/models/employment_response_spec.rb
2782
+ - spec/models/payslip_response_earnings_spec.rb
2783
+ - spec/models/inline_response400_spec.rb
2784
+ - spec/models/token_response_spec.rb
2785
+ - spec/models/identity_response_spec.rb
2786
+ - spec/models/provider_response_spec.rb
2787
+ - spec/models/client_request_spec.rb
2788
+ - spec/models/company_response_spec.rb
2792
2789
  - spec/models/address_no_non_null_request_spec.rb
2790
+ - spec/models/payslip_response_spec.rb
2791
+ - spec/models/location_no_non_null_request_spec.rb
2792
+ - spec/models/address_response_spec.rb
2793
+ - spec/models/create_employee_request_manager_spec.rb
2794
+ - spec/models/disconnect_response_spec.rb
2795
+ - spec/models/employee_response_spec.rb
2793
2796
  - spec/models/inline_response409_spec.rb
2797
+ - spec/models/currency_response_spec.rb
2798
+ - spec/models/provider_request_spec.rb
2799
+ - spec/models/payslip_response_deductions_spec.rb
2800
+ - spec/models/token_request_spec.rb
2794
2801
  - spec/models/client_response_spec.rb
2795
2802
  - spec/models/introspect_response_spec.rb
2796
- - spec/models/employment_response_spec.rb
2797
- - spec/models/currency_not_null_request_spec.rb
2798
- - spec/models/currency_response_spec.rb
2799
- - spec/models/identity_response_spec.rb
2800
- - spec/models/message_response_spec.rb
2803
+ - spec/models/mode_response_spec.rb
2801
2804
  - spec/models/scopes_request_spec.rb
2802
- - spec/models/create_employee_request_spec.rb
2803
- - spec/models/inline_response401_spec.rb
2804
- - spec/models/mode_request_spec.rb
2805
- - spec/models/disconnect_response_spec.rb
2805
+ - spec/models/create_employee_request_bank_account_spec.rb
2806
2806
  - spec/spec_helper.rb