affixapi 1.1.76 → 1.1.78

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: c40ea62092854405fafe3ad8b01c4519c788979c8664bc990f6b783106f141b1
4
- data.tar.gz: ffec6d76e8b99ada938a5d5e03f130a24ae12087381e67382f845d61b08c6477
3
+ metadata.gz: 41c030fe428c01f6df3a87f46750e828548aaab0e53cf5b0f27dd4ea0dc28b16
4
+ data.tar.gz: 12af573766f85b181e704defd56e0ffa8f18d7bfbcc2c8cc192add8a6786cb9d
5
5
  SHA512:
6
- metadata.gz: 79308bec1d9f94e651c3a6fe9ff37926beb47498748ed2df83922f0eb9636085ab387aba8fe7804ef42c058271b4ba0b25f06ffe361bfdce166b8425cc073cf9
7
- data.tar.gz: b0f004e501fd20d6c5971ba27efe04779700a9b5be66351ca48a5232df6e28535ddb52740497a4f2ecdfc36388b971ebbb2a0afca27eeca12cbc8c93aa000b75
6
+ metadata.gz: 7544c7444d359aea0a73cd0696e71c05b8a878755d2498375a98649f16001c3e971f265969ca5d1cf8e16047f65f12d7411bf5acdb01bcc0ecde6f555ebe0d89
7
+ data.tar.gz: 77150caf070aa65a5ec893deccc34ef1dcc30cc87d85e7434c20026df4a14eca50c04018f8a06150b18370380adb9ebdc619ef33df5f48af5341d5b3be69b991
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- affixapi (1.1.76)
4
+ affixapi (1.1.78)
5
5
  typhoeus (~> 1.0, >= 1.0.1)
6
6
 
7
7
  GEM
@@ -372,7 +372,7 @@ end
372
372
 
373
373
  Payslips
374
374
 
375
- Retrieves payslips from a specific payrun. Supported integrations: - sageone - simplepay.ie - brightpay connect
375
+ Retrieves payslips from a specific payrun. Supported integrations: - brain payroll - brightpay connect - deel - gusto - justworks - moorepay - onpay - oyster - parolla.ie - paycircle - payfit - pento.io - quickbooks online - remote.com - rippling - sageone - shape payroll - simplepay.ie - staffology - xero uk
376
376
 
377
377
  ### Examples
378
378
 
@@ -16,7 +16,7 @@
16
16
  | **tax_id** | **String** | | [optional] |
17
17
  | **gender** | **String** | | [optional] |
18
18
  | **ethnicity** | **String** | | [optional] |
19
- | **marital_status** | **String** | | [optional] |
19
+ | **marital_status** | **String** | `other` option can include co-habitating, civil partnership, separated, widowed, etc | [optional] |
20
20
  | **date_of_birth** | **Date** | | [optional] |
21
21
  | **employment_status** | [**EmploymentStatusNotNullRequest**](EmploymentStatusNotNullRequest.md) | | [optional] |
22
22
  | **employment_type** | **String** | | [optional] |
@@ -18,7 +18,7 @@
18
18
  | **tax_id** | **String** | | |
19
19
  | **gender** | **String** | | |
20
20
  | **ethnicity** | **String** | | |
21
- | **marital_status** | **String** | `other` option can include co-habitating, civil partnership, separated, divorced, widowed, etc | |
21
+ | **marital_status** | **String** | `other` option can include co-habitating, civil partnership, separated, widowed, etc | |
22
22
  | **date_of_birth** | **Date** | | |
23
23
  | **employment_status** | [**EmploymentStatusResponse**](EmploymentStatusResponse.md) | | |
24
24
  | **employment_type** | **String** | | |
@@ -372,7 +372,7 @@ end
372
372
 
373
373
  Payslips
374
374
 
375
- Retrieves payslips from a specific payrun. Supported integrations: - sageone - simplepay.ie - brightpay connect
375
+ Retrieves payslips from a specific payrun. Supported integrations: - brain payroll - brightpay connect - deel - gusto - justworks - moorepay - onpay - oyster - parolla.ie - paycircle - payfit - pento.io - quickbooks online - remote.com - rippling - sageone - shape payroll - simplepay.ie - staffology - xero uk
376
376
 
377
377
  ### Examples
378
378
 
@@ -322,7 +322,7 @@ module OpenapiClient
322
322
  end
323
323
 
324
324
  # Payslips
325
- # Retrieves payslips from a specific payrun. Supported integrations: - sageone - simplepay.ie - brightpay connect
325
+ # Retrieves payslips from a specific payrun. Supported integrations: - brain payroll - brightpay connect - deel - gusto - justworks - moorepay - onpay - oyster - parolla.ie - paycircle - payfit - pento.io - quickbooks online - remote.com - rippling - sageone - shape payroll - simplepay.ie - staffology - xero uk
326
326
  # @param payrun_id [String] The id of the payrun.
327
327
  # @param [Hash] opts the optional parameters
328
328
  # @return [Array<PayslipResponse>]
@@ -332,7 +332,7 @@ module OpenapiClient
332
332
  end
333
333
 
334
334
  # Payslips
335
- # Retrieves payslips from a specific payrun. Supported integrations: - sageone - simplepay.ie - brightpay connect
335
+ # Retrieves payslips from a specific payrun. Supported integrations: - brain payroll - brightpay connect - deel - gusto - justworks - moorepay - onpay - oyster - parolla.ie - paycircle - payfit - pento.io - quickbooks online - remote.com - rippling - sageone - shape payroll - simplepay.ie - staffology - xero uk
336
336
  # @param payrun_id [String] The id of the payrun.
337
337
  # @param [Hash] opts the optional parameters
338
338
  # @return [Array<(Array<PayslipResponse>, Integer, Hash)>] Array<PayslipResponse> data, response status code and response headers
@@ -322,7 +322,7 @@ module OpenapiClient
322
322
  end
323
323
 
324
324
  # Payslips
325
- # Retrieves payslips from a specific payrun. Supported integrations: - sageone - simplepay.ie - brightpay connect
325
+ # Retrieves payslips from a specific payrun. Supported integrations: - brain payroll - brightpay connect - deel - gusto - justworks - moorepay - onpay - oyster - parolla.ie - paycircle - payfit - pento.io - quickbooks online - remote.com - rippling - sageone - shape payroll - simplepay.ie - staffology - xero uk
326
326
  # @param payrun_id [String] The id of the payrun.
327
327
  # @param [Hash] opts the optional parameters
328
328
  # @return [Array<PayslipResponse>]
@@ -332,7 +332,7 @@ module OpenapiClient
332
332
  end
333
333
 
334
334
  # Payslips
335
- # Retrieves payslips from a specific payrun. Supported integrations: - sageone - simplepay.ie - brightpay connect
335
+ # Retrieves payslips from a specific payrun. Supported integrations: - brain payroll - brightpay connect - deel - gusto - justworks - moorepay - onpay - oyster - parolla.ie - paycircle - payfit - pento.io - quickbooks online - remote.com - rippling - sageone - shape payroll - simplepay.ie - staffology - xero uk
336
336
  # @param payrun_id [String] The id of the payrun.
337
337
  # @param [Hash] opts the optional parameters
338
338
  # @return [Array<(Array<PayslipResponse>, Integer, Hash)>] Array<PayslipResponse> data, response status code and response headers
@@ -44,6 +44,7 @@ module OpenapiClient
44
44
 
45
45
  attr_accessor :ethnicity
46
46
 
47
+ # `other` option can include co-habitating, civil partnership, separated, widowed, etc
47
48
  attr_accessor :marital_status
48
49
 
49
50
  attr_accessor :date_of_birth
@@ -374,7 +375,7 @@ module OpenapiClient
374
375
  return false unless gender_validator.valid?(@gender)
375
376
  ethnicity_validator = EnumAttributeValidator.new('String', ["asian", "black", "hispanic", "mixed", "not_specified", "other", "white"])
376
377
  return false unless ethnicity_validator.valid?(@ethnicity)
377
- marital_status_validator = EnumAttributeValidator.new('String', ["single", "married", "not_specified"])
378
+ marital_status_validator = EnumAttributeValidator.new('String', ["single", "married", "divorced", "not_specified", "other"])
378
379
  return false unless marital_status_validator.valid?(@marital_status)
379
380
  employment_type_validator = EnumAttributeValidator.new('String', ["full_time", "part_time", "contractor", "other"])
380
381
  return false unless employment_type_validator.valid?(@employment_type)
@@ -404,7 +405,7 @@ module OpenapiClient
404
405
  # Custom attribute writer method checking allowed values (enum).
405
406
  # @param [Object] marital_status Object to be assigned
406
407
  def marital_status=(marital_status)
407
- validator = EnumAttributeValidator.new('String', ["single", "married", "not_specified"])
408
+ validator = EnumAttributeValidator.new('String', ["single", "married", "divorced", "not_specified", "other"])
408
409
  unless validator.valid?(marital_status)
409
410
  fail ArgumentError, "invalid value for \"marital_status\", must be one of #{validator.allowable_values}."
410
411
  end
@@ -50,7 +50,7 @@ module OpenapiClient
50
50
 
51
51
  attr_accessor :ethnicity
52
52
 
53
- # `other` option can include co-habitating, civil partnership, separated, divorced, widowed, etc
53
+ # `other` option can include co-habitating, civil partnership, separated, widowed, etc
54
54
  attr_accessor :marital_status
55
55
 
56
56
  attr_accessor :date_of_birth
@@ -412,7 +412,7 @@ module OpenapiClient
412
412
  return false unless gender_validator.valid?(@gender)
413
413
  ethnicity_validator = EnumAttributeValidator.new('String', ["null", "asian", "black", "hispanic", "mixed", "not_specified", "other", "white"])
414
414
  return false unless ethnicity_validator.valid?(@ethnicity)
415
- marital_status_validator = EnumAttributeValidator.new('String', ["single", "married", "not_specified", "other", "null"])
415
+ marital_status_validator = EnumAttributeValidator.new('String', ["single", "married", "divorced", "not_specified", "other", "null"])
416
416
  return false unless marital_status_validator.valid?(@marital_status)
417
417
  employment_type_validator = EnumAttributeValidator.new('String', ["null", "full_time", "part_time", "contractor", "other"])
418
418
  return false unless employment_type_validator.valid?(@employment_type)
@@ -442,7 +442,7 @@ module OpenapiClient
442
442
  # Custom attribute writer method checking allowed values (enum).
443
443
  # @param [Object] marital_status Object to be assigned
444
444
  def marital_status=(marital_status)
445
- validator = EnumAttributeValidator.new('String', ["single", "married", "not_specified", "other", "null"])
445
+ validator = EnumAttributeValidator.new('String', ["single", "married", "divorced", "not_specified", "other", "null"])
446
446
  unless validator.valid?(marital_status)
447
447
  fail ArgumentError, "invalid value for \"marital_status\", must be one of #{validator.allowable_values}."
448
448
  end
@@ -11,5 +11,5 @@ OpenAPI Generator version: 5.1.1
11
11
  =end
12
12
 
13
13
  module OpenapiClient
14
- VERSION = '1.1.76'
14
+ VERSION = '1.1.78'
15
15
  end
@@ -92,7 +92,7 @@ describe 'Class20230301Api' do
92
92
 
93
93
  # unit tests for xhr_payslips20230301
94
94
  # Payslips
95
- # Retrieves payslips from a specific payrun. Supported integrations: - sageone - simplepay.ie - brightpay connect
95
+ # Retrieves payslips from a specific payrun. Supported integrations: - brain payroll - brightpay connect - deel - gusto - justworks - moorepay - onpay - oyster - parolla.ie - paycircle - payfit - pento.io - quickbooks online - remote.com - rippling - sageone - shape payroll - simplepay.ie - staffology - xero uk
96
96
  # @param payrun_id The id of the payrun.
97
97
  # @param [Hash] opts the optional parameters
98
98
  # @return [Array<PayslipResponse>]
@@ -92,7 +92,7 @@ describe 'XHRVerticallyIntegratedApi' do
92
92
 
93
93
  # unit tests for xhr_payslips20230301
94
94
  # Payslips
95
- # Retrieves payslips from a specific payrun. Supported integrations: - sageone - simplepay.ie - brightpay connect
95
+ # Retrieves payslips from a specific payrun. Supported integrations: - brain payroll - brightpay connect - deel - gusto - justworks - moorepay - onpay - oyster - parolla.ie - paycircle - payfit - pento.io - quickbooks online - remote.com - rippling - sageone - shape payroll - simplepay.ie - staffology - xero uk
96
96
  # @param payrun_id The id of the payrun.
97
97
  # @param [Hash] opts the optional parameters
98
98
  # @return [Array<PayslipResponse>]
@@ -108,7 +108,7 @@ describe OpenapiClient::CreateEmployeeRequest do
108
108
  describe 'test attribute "marital_status"' do
109
109
  it 'should work' do
110
110
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
111
- # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["single", "married", "not_specified"])
111
+ # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["single", "married", "divorced", "not_specified", "other"])
112
112
  # validator.allowable_values.each do |value|
113
113
  # expect { instance.marital_status = value }.not_to raise_error
114
114
  # end
@@ -120,7 +120,7 @@ describe OpenapiClient::EmployeeResponse do
120
120
  describe 'test attribute "marital_status"' do
121
121
  it 'should work' do
122
122
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
123
- # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["single", "married", "not_specified", "other", "null"])
123
+ # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["single", "married", "divorced", "not_specified", "other", "null"])
124
124
  # validator.allowable_values.each do |value|
125
125
  # expect { instance.marital_status = value }.not_to raise_error
126
126
  # end
@@ -3,10 +3,10 @@ current directory: /home/runner/work/ruby-sdk/ruby-sdk/vendor/bundle/ruby/3.3.0/
3
3
  creating Makefile
4
4
 
5
5
  current directory: /home/runner/work/ruby-sdk/ruby-sdk/vendor/bundle/ruby/3.3.0/gems/byebug-11.1.3/ext/byebug
6
- make DESTDIR\= sitearchdir\=./.gem.20240506-1776-4rq35 sitelibdir\=./.gem.20240506-1776-4rq35 clean
6
+ make DESTDIR\= sitearchdir\=./.gem.20240521-1779-mf8m8f sitelibdir\=./.gem.20240521-1779-mf8m8f clean
7
7
 
8
8
  current directory: /home/runner/work/ruby-sdk/ruby-sdk/vendor/bundle/ruby/3.3.0/gems/byebug-11.1.3/ext/byebug
9
- make DESTDIR\= sitearchdir\=./.gem.20240506-1776-4rq35 sitelibdir\=./.gem.20240506-1776-4rq35
9
+ make DESTDIR\= sitearchdir\=./.gem.20240521-1779-mf8m8f sitelibdir\=./.gem.20240521-1779-mf8m8f
10
10
  compiling breakpoint.c
11
11
  compiling byebug.c
12
12
  byebug.c: In function ‘check_started’:
@@ -35,8 +35,8 @@ compiling threads.c
35
35
  linking shared-object byebug/byebug.so
36
36
 
37
37
  current directory: /home/runner/work/ruby-sdk/ruby-sdk/vendor/bundle/ruby/3.3.0/gems/byebug-11.1.3/ext/byebug
38
- make DESTDIR\= sitearchdir\=./.gem.20240506-1776-4rq35 sitelibdir\=./.gem.20240506-1776-4rq35 install
39
- /usr/bin/install -c -m 0755 byebug.so ./.gem.20240506-1776-4rq35/byebug
38
+ make DESTDIR\= sitearchdir\=./.gem.20240521-1779-mf8m8f sitelibdir\=./.gem.20240521-1779-mf8m8f install
39
+ /usr/bin/install -c -m 0755 byebug.so ./.gem.20240521-1779-mf8m8f/byebug
40
40
 
41
41
  current directory: /home/runner/work/ruby-sdk/ruby-sdk/vendor/bundle/ruby/3.3.0/gems/byebug-11.1.3/ext/byebug
42
- make DESTDIR\= sitearchdir\=./.gem.20240506-1776-4rq35 sitelibdir\=./.gem.20240506-1776-4rq35 clean
42
+ make DESTDIR\= sitearchdir\=./.gem.20240521-1779-mf8m8f sitelibdir\=./.gem.20240521-1779-mf8m8f clean
@@ -11,10 +11,10 @@ creating extconf.h
11
11
  creating Makefile
12
12
 
13
13
  current directory: /home/runner/work/ruby-sdk/ruby-sdk/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c
14
- make DESTDIR\= sitearchdir\=./.gem.20240506-1776-633lbd sitelibdir\=./.gem.20240506-1776-633lbd clean
14
+ make DESTDIR\= sitearchdir\=./.gem.20240521-1779-eldvk1 sitelibdir\=./.gem.20240521-1779-eldvk1 clean
15
15
 
16
16
  current directory: /home/runner/work/ruby-sdk/ruby-sdk/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c
17
- make DESTDIR\= sitearchdir\=./.gem.20240506-1776-633lbd sitelibdir\=./.gem.20240506-1776-633lbd
17
+ make DESTDIR\= sitearchdir\=./.gem.20240521-1779-eldvk1 sitelibdir\=./.gem.20240521-1779-eldvk1
18
18
  compiling AbstractMemory.c
19
19
  compiling ArrayType.c
20
20
  compiling Buffer.c
@@ -41,8 +41,8 @@ compiling ffi.c
41
41
  linking shared-object ffi_c.so
42
42
 
43
43
  current directory: /home/runner/work/ruby-sdk/ruby-sdk/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c
44
- make DESTDIR\= sitearchdir\=./.gem.20240506-1776-633lbd sitelibdir\=./.gem.20240506-1776-633lbd install
45
- /usr/bin/install -c -m 0755 ffi_c.so ./.gem.20240506-1776-633lbd
44
+ make DESTDIR\= sitearchdir\=./.gem.20240521-1779-eldvk1 sitelibdir\=./.gem.20240521-1779-eldvk1 install
45
+ /usr/bin/install -c -m 0755 ffi_c.so ./.gem.20240521-1779-eldvk1
46
46
 
47
47
  current directory: /home/runner/work/ruby-sdk/ruby-sdk/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c
48
- make DESTDIR\= sitearchdir\=./.gem.20240506-1776-633lbd sitelibdir\=./.gem.20240506-1776-633lbd clean
48
+ make DESTDIR\= sitearchdir\=./.gem.20240521-1779-eldvk1 sitelibdir\=./.gem.20240521-1779-eldvk1 clean
@@ -3,10 +3,10 @@ current directory: /home/runner/work/ruby-sdk/ruby-sdk/vendor/bundle/ruby/3.3.0/
3
3
  creating Makefile
4
4
 
5
5
  current directory: /home/runner/work/ruby-sdk/ruby-sdk/vendor/bundle/ruby/3.3.0/gems/jaro_winkler-1.5.6/ext/jaro_winkler
6
- make DESTDIR\= sitearchdir\=./.gem.20240506-1776-1704v5 sitelibdir\=./.gem.20240506-1776-1704v5 clean
6
+ make DESTDIR\= sitearchdir\=./.gem.20240521-1779-gvsa9v sitelibdir\=./.gem.20240521-1779-gvsa9v clean
7
7
 
8
8
  current directory: /home/runner/work/ruby-sdk/ruby-sdk/vendor/bundle/ruby/3.3.0/gems/jaro_winkler-1.5.6/ext/jaro_winkler
9
- make DESTDIR\= sitearchdir\=./.gem.20240506-1776-1704v5 sitelibdir\=./.gem.20240506-1776-1704v5
9
+ make DESTDIR\= sitearchdir\=./.gem.20240521-1779-gvsa9v sitelibdir\=./.gem.20240521-1779-gvsa9v
10
10
  compiling adj_matrix.c
11
11
  adj_matrix.c: In function ‘adj_matrix_default’:
12
12
  adj_matrix.c:82:12: warning: old-style function definition [-Wold-style-definition]
@@ -22,8 +22,8 @@ compiling jaro_winkler.c
22
22
  linking shared-object jaro_winkler/jaro_winkler_ext.so
23
23
 
24
24
  current directory: /home/runner/work/ruby-sdk/ruby-sdk/vendor/bundle/ruby/3.3.0/gems/jaro_winkler-1.5.6/ext/jaro_winkler
25
- make DESTDIR\= sitearchdir\=./.gem.20240506-1776-1704v5 sitelibdir\=./.gem.20240506-1776-1704v5 install
26
- /usr/bin/install -c -m 0755 jaro_winkler_ext.so ./.gem.20240506-1776-1704v5/jaro_winkler
25
+ make DESTDIR\= sitearchdir\=./.gem.20240521-1779-gvsa9v sitelibdir\=./.gem.20240521-1779-gvsa9v install
26
+ /usr/bin/install -c -m 0755 jaro_winkler_ext.so ./.gem.20240521-1779-gvsa9v/jaro_winkler
27
27
 
28
28
  current directory: /home/runner/work/ruby-sdk/ruby-sdk/vendor/bundle/ruby/3.3.0/gems/jaro_winkler-1.5.6/ext/jaro_winkler
29
- make DESTDIR\= sitearchdir\=./.gem.20240506-1776-1704v5 sitelibdir\=./.gem.20240506-1776-1704v5 clean
29
+ make DESTDIR\= sitearchdir\=./.gem.20240521-1779-gvsa9v sitelibdir\=./.gem.20240521-1779-gvsa9v clean
@@ -3,16 +3,16 @@ current directory: /home/runner/work/ruby-sdk/ruby-sdk/vendor/bundle/ruby/3.3.0/
3
3
  creating Makefile
4
4
 
5
5
  current directory: /home/runner/work/ruby-sdk/ruby-sdk/vendor/bundle/ruby/3.3.0/gems/racc-1.7.3/ext/racc/cparse
6
- make DESTDIR\= sitearchdir\=./.gem.20240506-1776-g93q70 sitelibdir\=./.gem.20240506-1776-g93q70 clean
6
+ make DESTDIR\= sitearchdir\=./.gem.20240521-1779-jljr6f sitelibdir\=./.gem.20240521-1779-jljr6f clean
7
7
 
8
8
  current directory: /home/runner/work/ruby-sdk/ruby-sdk/vendor/bundle/ruby/3.3.0/gems/racc-1.7.3/ext/racc/cparse
9
- make DESTDIR\= sitearchdir\=./.gem.20240506-1776-g93q70 sitelibdir\=./.gem.20240506-1776-g93q70
9
+ make DESTDIR\= sitearchdir\=./.gem.20240521-1779-jljr6f sitelibdir\=./.gem.20240521-1779-jljr6f
10
10
  compiling cparse.c
11
11
  linking shared-object racc/cparse.so
12
12
 
13
13
  current directory: /home/runner/work/ruby-sdk/ruby-sdk/vendor/bundle/ruby/3.3.0/gems/racc-1.7.3/ext/racc/cparse
14
- make DESTDIR\= sitearchdir\=./.gem.20240506-1776-g93q70 sitelibdir\=./.gem.20240506-1776-g93q70 install
15
- /usr/bin/install -c -m 0755 cparse.so ./.gem.20240506-1776-g93q70/racc
14
+ make DESTDIR\= sitearchdir\=./.gem.20240521-1779-jljr6f sitelibdir\=./.gem.20240521-1779-jljr6f install
15
+ /usr/bin/install -c -m 0755 cparse.so ./.gem.20240521-1779-jljr6f/racc
16
16
 
17
17
  current directory: /home/runner/work/ruby-sdk/ruby-sdk/vendor/bundle/ruby/3.3.0/gems/racc-1.7.3/ext/racc/cparse
18
- make DESTDIR\= sitearchdir\=./.gem.20240506-1776-g93q70 sitelibdir\=./.gem.20240506-1776-g93q70 clean
18
+ make DESTDIR\= sitearchdir\=./.gem.20240521-1779-jljr6f sitelibdir\=./.gem.20240521-1779-jljr6f clean
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.76
4
+ version: 1.1.78
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-05-10 00:00:00.000000000 Z
11
+ date: 2024-05-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -2778,61 +2778,61 @@ signing_key:
2778
2778
  specification_version: 4
2779
2779
  summary: Affix API Ruby Gem
2780
2780
  test_files:
2781
- - spec/api/xhr_vertically_integrated_api_spec.rb
2782
- - spec/api/class20230301_api_spec.rb
2783
2781
  - spec/api/management_api_spec.rb
2782
+ - spec/api/class20230301_api_spec.rb
2783
+ - spec/api/xhr_vertically_integrated_api_spec.rb
2784
2784
  - spec/api/core_api_spec.rb
2785
2785
  - spec/api_client_spec.rb
2786
2786
  - spec/configuration_spec.rb
2787
- - spec/models/payslip_response_contributions_spec.rb
2788
- - spec/models/id_and_message_response_spec.rb
2789
- - spec/models/compensation_history_response_spec.rb
2787
+ - spec/models/inline_response401_spec.rb
2788
+ - spec/models/address_no_non_null_request_spec.rb
2789
+ - spec/models/create_employee_request_manager_spec.rb
2790
+ - spec/models/inline_response400_spec.rb
2790
2791
  - spec/models/location_response_spec.rb
2791
- - spec/models/mode_request_spec.rb
2792
- - spec/models/group_no_null_enum_request_spec.rb
2793
- - spec/models/time_off_balance_response_spec.rb
2794
- - spec/models/currency_not_null_request_spec.rb
2795
- - spec/models/payrun_response_spec.rb
2796
2792
  - spec/models/employee_response_manager_spec.rb
2797
- - spec/models/message_response_spec.rb
2798
- - spec/models/payslip_response_taxes_spec.rb
2799
- - spec/models/employment_status_response_spec.rb
2800
- - spec/models/employment_history_response_spec.rb
2801
- - spec/models/inline_response401_spec.rb
2802
- - spec/models/timesheet_response_spec.rb
2803
- - spec/models/scopes_response_spec.rb
2793
+ - spec/models/employment_status_not_null_not_nullable_spec.rb
2804
2794
  - spec/models/time_off_entry_response_spec.rb
2805
- - spec/models/compensation_history_no_non_null_request_spec.rb
2795
+ - spec/models/currency_not_null_request_spec.rb
2796
+ - spec/models/payslip_response_earnings_spec.rb
2797
+ - spec/models/create_employee_request_emergency_contacts_spec.rb
2806
2798
  - spec/models/group_response_spec.rb
2807
- - spec/models/create_employee_request_spec.rb
2799
+ - spec/models/client_response_spec.rb
2800
+ - spec/models/group_no_null_enum_request_spec.rb
2801
+ - spec/models/mode_request_spec.rb
2802
+ - spec/models/employment_history_no_non_null_request_spec.rb
2803
+ - spec/models/message_response_spec.rb
2808
2804
  - spec/models/employment_status_not_null_request_spec.rb
2809
- - spec/models/payslip_response_earnings_spec.rb
2810
- - spec/models/inline_response400_spec.rb
2811
- - spec/models/token_response_spec.rb
2812
- - spec/models/policy_type_response_spec.rb
2813
- - spec/models/identity_response_spec.rb
2814
- - spec/models/provider_response_spec.rb
2805
+ - spec/models/address_response_spec.rb
2806
+ - spec/models/compensation_history_response_spec.rb
2815
2807
  - spec/models/client_request_spec.rb
2808
+ - spec/models/create_employee_request_bank_account_spec.rb
2809
+ - spec/models/compensation_history_no_non_null_request_spec.rb
2810
+ - spec/models/location_no_non_null_request_spec.rb
2811
+ - spec/models/provider_request_spec.rb
2812
+ - spec/models/payslip_response_deductions_spec.rb
2813
+ - spec/models/payslip_response_taxes_spec.rb
2814
+ - spec/models/create_employee_request_spec.rb
2815
+ - spec/models/timesheet_response_spec.rb
2816
2816
  - spec/models/company_response_spec.rb
2817
- - spec/models/employment_history_no_non_null_request_spec.rb
2818
- - spec/models/address_no_non_null_request_spec.rb
2817
+ - spec/models/scopes_request_spec.rb
2819
2818
  - spec/models/payslip_response_spec.rb
2820
- - spec/models/location_no_non_null_request_spec.rb
2821
- - spec/models/address_response_spec.rb
2822
- - spec/models/create_employee_request_manager_spec.rb
2823
- - spec/models/disconnect_response_spec.rb
2824
- - spec/models/employee_response_spec.rb
2819
+ - spec/models/mode_response_spec.rb
2820
+ - spec/models/provider_response_spec.rb
2825
2821
  - spec/models/inline_response409_spec.rb
2826
- - spec/models/employment_status_not_null_not_nullable_spec.rb
2827
2822
  - spec/models/currency_response_spec.rb
2828
- - spec/models/provider_request_spec.rb
2829
- - spec/models/payslip_response_deductions_spec.rb
2830
- - spec/models/token_request_spec.rb
2831
- - spec/models/create_employee_request_emergency_contacts_spec.rb
2832
- - spec/models/client_response_spec.rb
2823
+ - spec/models/token_response_spec.rb
2833
2824
  - spec/models/introspect_response_spec.rb
2834
- - spec/models/mode_response_spec.rb
2835
- - spec/models/scopes_request_spec.rb
2825
+ - spec/models/id_and_message_response_spec.rb
2826
+ - spec/models/employment_history_response_spec.rb
2827
+ - spec/models/policy_type_response_spec.rb
2828
+ - spec/models/scopes_response_spec.rb
2829
+ - spec/models/token_request_spec.rb
2830
+ - spec/models/employment_status_response_spec.rb
2831
+ - spec/models/payrun_response_spec.rb
2832
+ - spec/models/employee_response_spec.rb
2833
+ - spec/models/disconnect_response_spec.rb
2834
+ - spec/models/payslip_response_contributions_spec.rb
2835
+ - spec/models/identity_response_spec.rb
2836
+ - spec/models/time_off_balance_response_spec.rb
2836
2837
  - spec/models/create_employee_request_dependents_spec.rb
2837
- - spec/models/create_employee_request_bank_account_spec.rb
2838
2838
  - spec/spec_helper.rb