affixapi 1.1.56 → 1.1.58
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/openapi_client/models/address_no_non_null_request.rb +2 -2
- data/lib/openapi_client/models/address_response.rb +2 -2
- data/lib/openapi_client/version.rb +1 -1
- data/spec/models/address_no_non_null_request_spec.rb +1 -1
- data/spec/models/address_response_spec.rb +1 -1
- metadata +35 -35
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b683bef5601fe15f51880465fe4dfbd0c30eaaae51515bf936dde13fd7d56eb4
|
|
4
|
+
data.tar.gz: 88da9a93f19bce426bdb92090bda7bbb6b13a85e728829abe50095b40af08375
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a76a031fcf23f091bf9dc2563e5c6f84b67c2c30b4f729ec99a1db8c8fe681382d1e6e3c044164045d43f252b83eefe354a42f1f78fbc3863ad31d74d5830e98
|
|
7
|
+
data.tar.gz: ec9d910168180f081f89efed9a2e8a2a9e729ea30b304c9adadeb7a235cd8db6e7b1f852826558b2a0467fddb4d42d20ea0aa1c2d6f52ca1f4902c9d96040650
|
data/Gemfile.lock
CHANGED
|
@@ -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", "
|
|
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", "
|
|
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", "
|
|
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", "
|
|
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
|
|
@@ -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", "
|
|
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", "
|
|
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.
|
|
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-
|
|
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/
|
|
2782
|
-
- spec/models/
|
|
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/
|
|
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/
|
|
2790
|
-
- spec/models/
|
|
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/
|
|
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/
|
|
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
|