merge_hris_client 2.0.4 → 2.0.5
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/README.md +5 -5
- data/docs/AccountDetails.md +3 -1
- data/docs/AccountDetailsAndActions.md +2 -0
- data/docs/Earning.md +0 -2
- data/docs/Employee.md +4 -0
- data/docs/EmployeeRequest.md +4 -0
- data/docs/EndUserDetailsRequest.md +9 -7
- data/docs/LinkToken.md +3 -1
- data/docs/LinkedAccountsApi.md +2 -0
- data/docs/RemoteResponse.md +3 -1
- data/docs/ResponseTypeEnum.md +15 -0
- data/docs/SyncStatus.md +2 -2
- data/docs/SyncStatusApi.md +1 -1
- data/docs/Tax.md +0 -2
- data/lib/merge_hris_client/api/linked_accounts_api.rb +3 -0
- data/lib/merge_hris_client/api/sync_status_api.rb +2 -2
- data/lib/merge_hris_client/models/account_details.rb +15 -4
- data/lib/merge_hris_client/models/account_details_and_actions.rb +12 -1
- data/lib/merge_hris_client/models/account_details_and_actions_status_enum.rb +17 -7
- data/lib/merge_hris_client/models/account_type_enum.rb +17 -7
- data/lib/merge_hris_client/models/categories_enum.rb +17 -7
- data/lib/merge_hris_client/models/category_enum.rb +17 -7
- data/lib/merge_hris_client/models/country_enum.rb +17 -7
- data/lib/merge_hris_client/models/data_passthrough_request.rb +1 -1
- data/lib/merge_hris_client/models/earning.rb +1 -13
- data/lib/merge_hris_client/models/earning_type_enum.rb +17 -7
- data/lib/merge_hris_client/models/employee.rb +24 -2
- data/lib/merge_hris_client/models/employee_request.rb +24 -2
- data/lib/merge_hris_client/models/employment_status_enum.rb +17 -7
- data/lib/merge_hris_client/models/employment_type_enum.rb +17 -7
- data/lib/merge_hris_client/models/encoding_enum.rb +17 -7
- data/lib/merge_hris_client/models/end_user_details_request.rb +28 -11
- data/lib/merge_hris_client/models/ethnicity_enum.rb +17 -7
- data/lib/merge_hris_client/models/flsa_status_enum.rb +17 -7
- data/lib/merge_hris_client/models/gender_enum.rb +17 -7
- data/lib/merge_hris_client/models/group_type_enum.rb +17 -7
- data/lib/merge_hris_client/models/issue.rb +1 -1
- data/lib/merge_hris_client/models/issue_status_enum.rb +17 -7
- data/lib/merge_hris_client/models/link_token.rb +13 -4
- data/lib/merge_hris_client/models/location_type_enum.rb +17 -7
- data/lib/merge_hris_client/models/marital_status_enum.rb +17 -7
- data/lib/merge_hris_client/models/meta_response.rb +1 -1
- data/lib/merge_hris_client/models/method_enum.rb +17 -7
- data/lib/merge_hris_client/models/pay_currency_enum.rb +17 -7
- data/lib/merge_hris_client/models/pay_frequency_enum.rb +17 -7
- data/lib/merge_hris_client/models/pay_period_enum.rb +17 -7
- data/lib/merge_hris_client/models/policy_type_enum.rb +17 -7
- data/lib/merge_hris_client/models/reason_enum.rb +17 -7
- data/lib/merge_hris_client/models/remote_response.rb +14 -11
- data/lib/merge_hris_client/models/request_format_enum.rb +17 -7
- data/lib/merge_hris_client/models/request_type_enum.rb +17 -7
- data/lib/merge_hris_client/models/response_type_enum.rb +45 -0
- data/lib/merge_hris_client/models/run_state_enum.rb +17 -7
- data/lib/merge_hris_client/models/run_type_enum.rb +17 -7
- data/lib/merge_hris_client/models/sync_status.rb +0 -10
- data/lib/merge_hris_client/models/sync_status_status_enum.rb +18 -7
- data/lib/merge_hris_client/models/tax.rb +1 -13
- data/lib/merge_hris_client/models/time_off_status_enum.rb +17 -7
- data/lib/merge_hris_client/models/units_enum.rb +17 -7
- data/lib/merge_hris_client/version.rb +1 -1
- data/lib/merge_hris_client.rb +1 -1
- data/spec/api/linked_accounts_api_spec.rb +1 -0
- data/spec/api/sync_status_api_spec.rb +1 -1
- data/spec/models/account_details_and_actions_spec.rb +6 -0
- data/spec/models/account_details_spec.rb +6 -0
- data/spec/models/bank_info_spec.rb +6 -0
- data/spec/models/benefit_spec.rb +6 -0
- data/spec/models/company_spec.rb +6 -0
- data/spec/models/deduction_spec.rb +6 -0
- data/spec/models/employee_payroll_run_spec.rb +6 -0
- data/spec/models/employee_request_spec.rb +12 -0
- data/spec/models/employee_spec.rb +18 -0
- data/spec/models/employment_spec.rb +6 -0
- data/spec/models/end_user_details_request_spec.rb +6 -0
- data/spec/models/group_spec.rb +6 -0
- data/spec/models/link_token_spec.rb +6 -0
- data/spec/models/location_spec.rb +6 -0
- data/spec/models/pay_group_spec.rb +6 -0
- data/spec/models/payroll_run_spec.rb +6 -0
- data/spec/models/remote_response_spec.rb +6 -0
- data/spec/models/response_type_enum_spec.rb +28 -0
- data/spec/models/team_spec.rb +6 -0
- data/spec/models/time_off_balance_spec.rb +6 -0
- data/spec/models/time_off_spec.rb +6 -0
- metadata +106 -102
@@ -22,18 +22,28 @@ module MergeHRISClient
|
|
22
22
|
VOLUNTEER = "VOLUNTEER".freeze
|
23
23
|
BEREAVEMENT = "BEREAVEMENT".freeze
|
24
24
|
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
new.build_from_hash(value)
|
30
|
-
end
|
25
|
+
MERGE_NONSTANDARD_VALUE = "MERGE_NONSTANDARD_VALUE".freeze
|
26
|
+
|
27
|
+
attr_accessor :value
|
28
|
+
attr_accessor :raw_value
|
31
29
|
|
32
30
|
# Builds the enum from string
|
33
31
|
# @param [String] The enum value in the form of the string
|
34
32
|
# @return [String] The enum value
|
35
33
|
def build_from_hash(value)
|
36
|
-
value
|
34
|
+
@raw_value = value
|
35
|
+
if ["VACATION", "SICK", "PERSONAL", "JURY_DUTY", "VOLUNTEER", "BEREAVEMENT", ].include? value
|
36
|
+
@value = value
|
37
|
+
else
|
38
|
+
@value = MERGE_NONSTANDARD_VALUE
|
39
|
+
end
|
40
|
+
|
41
|
+
self
|
42
|
+
end
|
43
|
+
|
44
|
+
def self.build_from_hash(value)
|
45
|
+
IssueStatusEnum.new.build_from_hash(value)
|
37
46
|
end
|
38
47
|
end
|
48
|
+
|
39
49
|
end
|
@@ -0,0 +1,45 @@
|
|
1
|
+
=begin
|
2
|
+
#Merge HRIS API
|
3
|
+
|
4
|
+
#The unified API for building rich integrations with multiple HR Information System platforms.
|
5
|
+
|
6
|
+
The version of the OpenAPI document: 1.0
|
7
|
+
Contact: hello@merge.dev
|
8
|
+
Generated by: https://openapi-generator.tech
|
9
|
+
OpenAPI Generator version: 5.1.1
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'date'
|
14
|
+
require 'time'
|
15
|
+
|
16
|
+
module MergeHRISClient
|
17
|
+
class ResponseTypeEnum
|
18
|
+
JSON = "JSON".freeze
|
19
|
+
BASE64_GZIP = "BASE64_GZIP".freeze
|
20
|
+
|
21
|
+
MERGE_NONSTANDARD_VALUE = "MERGE_NONSTANDARD_VALUE".freeze
|
22
|
+
|
23
|
+
attr_accessor :value
|
24
|
+
attr_accessor :raw_value
|
25
|
+
|
26
|
+
# Builds the enum from string
|
27
|
+
# @param [String] The enum value in the form of the string
|
28
|
+
# @return [String] The enum value
|
29
|
+
def build_from_hash(value)
|
30
|
+
@raw_value = value
|
31
|
+
if ["JSON", "BASE64_GZIP", ].include? value
|
32
|
+
@value = value
|
33
|
+
else
|
34
|
+
@value = MERGE_NONSTANDARD_VALUE
|
35
|
+
end
|
36
|
+
|
37
|
+
self
|
38
|
+
end
|
39
|
+
|
40
|
+
def self.build_from_hash(value)
|
41
|
+
IssueStatusEnum.new.build_from_hash(value)
|
42
|
+
end
|
43
|
+
end
|
44
|
+
|
45
|
+
end
|
@@ -21,18 +21,28 @@ module MergeHRISClient
|
|
21
21
|
FAILED = "FAILED".freeze
|
22
22
|
CLOSED = "CLOSED".freeze
|
23
23
|
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
new.build_from_hash(value)
|
29
|
-
end
|
24
|
+
MERGE_NONSTANDARD_VALUE = "MERGE_NONSTANDARD_VALUE".freeze
|
25
|
+
|
26
|
+
attr_accessor :value
|
27
|
+
attr_accessor :raw_value
|
30
28
|
|
31
29
|
# Builds the enum from string
|
32
30
|
# @param [String] The enum value in the form of the string
|
33
31
|
# @return [String] The enum value
|
34
32
|
def build_from_hash(value)
|
35
|
-
value
|
33
|
+
@raw_value = value
|
34
|
+
if ["PAID", "DRAFT", "APPROVED", "FAILED", "CLOSED", ].include? value
|
35
|
+
@value = value
|
36
|
+
else
|
37
|
+
@value = MERGE_NONSTANDARD_VALUE
|
38
|
+
end
|
39
|
+
|
40
|
+
self
|
41
|
+
end
|
42
|
+
|
43
|
+
def self.build_from_hash(value)
|
44
|
+
IssueStatusEnum.new.build_from_hash(value)
|
36
45
|
end
|
37
46
|
end
|
47
|
+
|
38
48
|
end
|
@@ -21,18 +21,28 @@ module MergeHRISClient
|
|
21
21
|
TERMINATION = "TERMINATION".freeze
|
22
22
|
SIGN_ON_BONUS = "SIGN_ON_BONUS".freeze
|
23
23
|
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
new.build_from_hash(value)
|
29
|
-
end
|
24
|
+
MERGE_NONSTANDARD_VALUE = "MERGE_NONSTANDARD_VALUE".freeze
|
25
|
+
|
26
|
+
attr_accessor :value
|
27
|
+
attr_accessor :raw_value
|
30
28
|
|
31
29
|
# Builds the enum from string
|
32
30
|
# @param [String] The enum value in the form of the string
|
33
31
|
# @return [String] The enum value
|
34
32
|
def build_from_hash(value)
|
35
|
-
value
|
33
|
+
@raw_value = value
|
34
|
+
if ["REGULAR", "OFF_CYCLE", "CORRECTION", "TERMINATION", "SIGN_ON_BONUS", ].include? value
|
35
|
+
@value = value
|
36
|
+
else
|
37
|
+
@value = MERGE_NONSTANDARD_VALUE
|
38
|
+
end
|
39
|
+
|
40
|
+
self
|
41
|
+
end
|
42
|
+
|
43
|
+
def self.build_from_hash(value)
|
44
|
+
IssueStatusEnum.new.build_from_hash(value)
|
36
45
|
end
|
37
46
|
end
|
47
|
+
|
38
48
|
end
|
@@ -115,14 +115,6 @@ module MergeHRISClient
|
|
115
115
|
invalid_properties.push('invalid value for "model_id", model_id cannot be nil.')
|
116
116
|
end
|
117
117
|
|
118
|
-
if @last_sync_start.nil?
|
119
|
-
invalid_properties.push('invalid value for "last_sync_start", last_sync_start cannot be nil.')
|
120
|
-
end
|
121
|
-
|
122
|
-
if @next_sync_start.nil?
|
123
|
-
invalid_properties.push('invalid value for "next_sync_start", next_sync_start cannot be nil.')
|
124
|
-
end
|
125
|
-
|
126
118
|
if @status.nil?
|
127
119
|
invalid_properties.push('invalid value for "status", status cannot be nil.')
|
128
120
|
end
|
@@ -139,8 +131,6 @@ module MergeHRISClient
|
|
139
131
|
def valid?
|
140
132
|
return false if @model_name.nil?
|
141
133
|
return false if @model_id.nil?
|
142
|
-
return false if @last_sync_start.nil?
|
143
|
-
return false if @next_sync_start.nil?
|
144
134
|
return false if @status.nil?
|
145
135
|
return false if @is_initial_sync.nil?
|
146
136
|
true
|
@@ -19,19 +19,30 @@ module MergeHRISClient
|
|
19
19
|
DONE = "DONE".freeze
|
20
20
|
FAILED = "FAILED".freeze
|
21
21
|
DISABLED = "DISABLED".freeze
|
22
|
+
PAUSED = "PAUSED".freeze
|
22
23
|
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
new.build_from_hash(value)
|
28
|
-
end
|
24
|
+
MERGE_NONSTANDARD_VALUE = "MERGE_NONSTANDARD_VALUE".freeze
|
25
|
+
|
26
|
+
attr_accessor :value
|
27
|
+
attr_accessor :raw_value
|
29
28
|
|
30
29
|
# Builds the enum from string
|
31
30
|
# @param [String] The enum value in the form of the string
|
32
31
|
# @return [String] The enum value
|
33
32
|
def build_from_hash(value)
|
34
|
-
value
|
33
|
+
@raw_value = value
|
34
|
+
if ["SYNCING", "DONE", "FAILED", "DISABLED", "PAUSED", ].include? value
|
35
|
+
@value = value
|
36
|
+
else
|
37
|
+
@value = MERGE_NONSTANDARD_VALUE
|
38
|
+
end
|
39
|
+
|
40
|
+
self
|
41
|
+
end
|
42
|
+
|
43
|
+
def self.build_from_hash(value)
|
44
|
+
IssueStatusEnum.new.build_from_hash(value)
|
35
45
|
end
|
36
46
|
end
|
47
|
+
|
37
48
|
end
|
@@ -29,8 +29,6 @@ module MergeHRISClient
|
|
29
29
|
# Whether or not the employer is responsible for paying the tax.
|
30
30
|
attr_accessor :employer_tax
|
31
31
|
|
32
|
-
attr_accessor :remote_data
|
33
|
-
|
34
32
|
# Indicates whether or not this object has been deleted by third party webhooks.
|
35
33
|
attr_accessor :remote_was_deleted
|
36
34
|
|
@@ -42,7 +40,6 @@ module MergeHRISClient
|
|
42
40
|
:'name' => :'name',
|
43
41
|
:'amount' => :'amount',
|
44
42
|
:'employer_tax' => :'employer_tax',
|
45
|
-
:'remote_data' => :'remote_data',
|
46
43
|
:'remote_was_deleted' => :'remote_was_deleted'
|
47
44
|
}
|
48
45
|
end
|
@@ -60,7 +57,6 @@ module MergeHRISClient
|
|
60
57
|
:'name' => :'String',
|
61
58
|
:'amount' => :'Float',
|
62
59
|
:'employer_tax' => :'Boolean',
|
63
|
-
:'remote_data' => :'Array<Hash<String, AnyType>>',
|
64
60
|
:'remote_was_deleted' => :'Boolean'
|
65
61
|
}
|
66
62
|
end
|
@@ -72,7 +68,6 @@ module MergeHRISClient
|
|
72
68
|
:'name',
|
73
69
|
:'amount',
|
74
70
|
:'employer_tax',
|
75
|
-
:'remote_data',
|
76
71
|
])
|
77
72
|
end
|
78
73
|
|
@@ -111,12 +106,6 @@ module MergeHRISClient
|
|
111
106
|
self.employer_tax = attributes[:'employer_tax']
|
112
107
|
end
|
113
108
|
|
114
|
-
if attributes.key?(:'remote_data')
|
115
|
-
if (value = attributes[:'remote_data']).is_a?(Array)
|
116
|
-
self.remote_data = value
|
117
|
-
end
|
118
|
-
end
|
119
|
-
|
120
109
|
if attributes.key?(:'remote_was_deleted')
|
121
110
|
self.remote_was_deleted = attributes[:'remote_was_deleted']
|
122
111
|
end
|
@@ -145,7 +134,6 @@ module MergeHRISClient
|
|
145
134
|
name == o.name &&
|
146
135
|
amount == o.amount &&
|
147
136
|
employer_tax == o.employer_tax &&
|
148
|
-
remote_data == o.remote_data &&
|
149
137
|
remote_was_deleted == o.remote_was_deleted
|
150
138
|
end
|
151
139
|
|
@@ -158,7 +146,7 @@ module MergeHRISClient
|
|
158
146
|
# Calculates hash code according to all attributes.
|
159
147
|
# @return [Integer] Hash code
|
160
148
|
def hash
|
161
|
-
[id, employee_payroll_run, name, amount, employer_tax,
|
149
|
+
[id, employee_payroll_run, name, amount, employer_tax, remote_was_deleted].hash
|
162
150
|
end
|
163
151
|
|
164
152
|
# Builds the object from hash
|
@@ -21,18 +21,28 @@ module MergeHRISClient
|
|
21
21
|
CANCELLED = "CANCELLED".freeze
|
22
22
|
DELETED = "DELETED".freeze
|
23
23
|
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
new.build_from_hash(value)
|
29
|
-
end
|
24
|
+
MERGE_NONSTANDARD_VALUE = "MERGE_NONSTANDARD_VALUE".freeze
|
25
|
+
|
26
|
+
attr_accessor :value
|
27
|
+
attr_accessor :raw_value
|
30
28
|
|
31
29
|
# Builds the enum from string
|
32
30
|
# @param [String] The enum value in the form of the string
|
33
31
|
# @return [String] The enum value
|
34
32
|
def build_from_hash(value)
|
35
|
-
value
|
33
|
+
@raw_value = value
|
34
|
+
if ["REQUESTED", "APPROVED", "DECLINED", "CANCELLED", "DELETED", ].include? value
|
35
|
+
@value = value
|
36
|
+
else
|
37
|
+
@value = MERGE_NONSTANDARD_VALUE
|
38
|
+
end
|
39
|
+
|
40
|
+
self
|
41
|
+
end
|
42
|
+
|
43
|
+
def self.build_from_hash(value)
|
44
|
+
IssueStatusEnum.new.build_from_hash(value)
|
36
45
|
end
|
37
46
|
end
|
47
|
+
|
38
48
|
end
|
@@ -18,18 +18,28 @@ module MergeHRISClient
|
|
18
18
|
HOURS = "HOURS".freeze
|
19
19
|
DAYS = "DAYS".freeze
|
20
20
|
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
new.build_from_hash(value)
|
26
|
-
end
|
21
|
+
MERGE_NONSTANDARD_VALUE = "MERGE_NONSTANDARD_VALUE".freeze
|
22
|
+
|
23
|
+
attr_accessor :value
|
24
|
+
attr_accessor :raw_value
|
27
25
|
|
28
26
|
# Builds the enum from string
|
29
27
|
# @param [String] The enum value in the form of the string
|
30
28
|
# @return [String] The enum value
|
31
29
|
def build_from_hash(value)
|
32
|
-
value
|
30
|
+
@raw_value = value
|
31
|
+
if ["HOURS", "DAYS", ].include? value
|
32
|
+
@value = value
|
33
|
+
else
|
34
|
+
@value = MERGE_NONSTANDARD_VALUE
|
35
|
+
end
|
36
|
+
|
37
|
+
self
|
38
|
+
end
|
39
|
+
|
40
|
+
def self.build_from_hash(value)
|
41
|
+
IssueStatusEnum.new.build_from_hash(value)
|
33
42
|
end
|
34
43
|
end
|
44
|
+
|
35
45
|
end
|
data/lib/merge_hris_client.rb
CHANGED
@@ -92,12 +92,12 @@ require 'merge_hris_client/models/payroll_run'
|
|
92
92
|
require 'merge_hris_client/models/policy_type_enum'
|
93
93
|
require 'merge_hris_client/models/reason_enum'
|
94
94
|
require 'merge_hris_client/models/remote_data'
|
95
|
-
require 'merge_hris_client/models/remote_data_request'
|
96
95
|
require 'merge_hris_client/models/remote_key'
|
97
96
|
require 'merge_hris_client/models/remote_key_for_regeneration_request'
|
98
97
|
require 'merge_hris_client/models/remote_response'
|
99
98
|
require 'merge_hris_client/models/request_format_enum'
|
100
99
|
require 'merge_hris_client/models/request_type_enum'
|
100
|
+
require 'merge_hris_client/models/response_type_enum'
|
101
101
|
require 'merge_hris_client/models/run_state_enum'
|
102
102
|
require 'merge_hris_client/models/run_type_enum'
|
103
103
|
require 'merge_hris_client/models/sync_status'
|
@@ -43,6 +43,7 @@ describe 'LinkedAccountsApi' do
|
|
43
43
|
# @option opts [String] :end_user_origin_ids Comma-separated list of EndUser origin IDs, making it possible to specify multiple EndUsers at once.
|
44
44
|
# @option opts [String] :id
|
45
45
|
# @option opts [String] :ids Comma-separated list of LinkedAccount IDs, making it possible to specify multiple LinkedAccounts at once.
|
46
|
+
# @option opts [Boolean] :include_duplicates If `true`, will include complete production duplicates of the account specified by the `id` query parameter in the response. `id` must be for a complete production linked account.
|
46
47
|
# @option opts [String] :integration_name If provided, will only return linked accounts associated with the given integration name.
|
47
48
|
# @option opts [String] :is_test_account If included, will only include test linked accounts. If not included, will only include non-test linked accounts.
|
48
49
|
# @option opts [Integer] :page_size Number of results to return per page.
|
@@ -33,7 +33,7 @@ describe 'SyncStatusApi' do
|
|
33
33
|
end
|
34
34
|
|
35
35
|
# unit tests for sync_status_list
|
36
|
-
# Get syncing status. Possible values: `DISABLED`, `DONE`, `FAILED`, `SYNCING`
|
36
|
+
# Get syncing status. Possible values: `DISABLED`, `DONE`, `FAILED`, `PAUSED`, `SYNCING`
|
37
37
|
# @param x_account_token Token identifying the end user.
|
38
38
|
# @param [Hash] opts the optional parameters
|
39
39
|
# @option opts [String] :cursor The pagination cursor value.
|
@@ -73,6 +73,12 @@ describe MergeHRISClient::AccountDetailsAndActions do
|
|
73
73
|
end
|
74
74
|
end
|
75
75
|
|
76
|
+
describe 'test attribute "is_duplicate"' do
|
77
|
+
it 'should work' do
|
78
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
79
|
+
end
|
80
|
+
end
|
81
|
+
|
76
82
|
describe 'test attribute "integration"' do
|
77
83
|
it 'should work' do
|
78
84
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -73,6 +73,12 @@ describe MergeHRISClient::BankInfo do
|
|
73
73
|
end
|
74
74
|
end
|
75
75
|
|
76
|
+
describe 'test attribute "remote_data"' do
|
77
|
+
it 'should work' do
|
78
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
79
|
+
end
|
80
|
+
end
|
81
|
+
|
76
82
|
describe 'test attribute "remote_was_deleted"' do
|
77
83
|
it 'should work' do
|
78
84
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
data/spec/models/benefit_spec.rb
CHANGED
@@ -67,6 +67,12 @@ describe MergeHRISClient::Benefit do
|
|
67
67
|
end
|
68
68
|
end
|
69
69
|
|
70
|
+
describe 'test attribute "remote_data"' do
|
71
|
+
it 'should work' do
|
72
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
73
|
+
end
|
74
|
+
end
|
75
|
+
|
70
76
|
describe 'test attribute "remote_was_deleted"' do
|
71
77
|
it 'should work' do
|
72
78
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
data/spec/models/company_spec.rb
CHANGED
@@ -55,6 +55,12 @@ describe MergeHRISClient::Company do
|
|
55
55
|
end
|
56
56
|
end
|
57
57
|
|
58
|
+
describe 'test attribute "remote_data"' do
|
59
|
+
it 'should work' do
|
60
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
61
|
+
end
|
62
|
+
end
|
63
|
+
|
58
64
|
describe 'test attribute "remote_was_deleted"' do
|
59
65
|
it 'should work' do
|
60
66
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -55,6 +55,12 @@ describe MergeHRISClient::Deduction do
|
|
55
55
|
end
|
56
56
|
end
|
57
57
|
|
58
|
+
describe 'test attribute "remote_data"' do
|
59
|
+
it 'should work' do
|
60
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
61
|
+
end
|
62
|
+
end
|
63
|
+
|
58
64
|
describe 'test attribute "remote_was_deleted"' do
|
59
65
|
it 'should work' do
|
60
66
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -97,6 +97,12 @@ describe MergeHRISClient::EmployeePayrollRun do
|
|
97
97
|
end
|
98
98
|
end
|
99
99
|
|
100
|
+
describe 'test attribute "remote_data"' do
|
101
|
+
it 'should work' do
|
102
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
103
|
+
end
|
104
|
+
end
|
105
|
+
|
100
106
|
describe 'test attribute "remote_was_deleted"' do
|
101
107
|
it 'should work' do
|
102
108
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -61,6 +61,12 @@ describe MergeHRISClient::EmployeeRequest do
|
|
61
61
|
end
|
62
62
|
end
|
63
63
|
|
64
|
+
describe 'test attribute "username"' do
|
65
|
+
it 'should work' do
|
66
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
67
|
+
end
|
68
|
+
end
|
69
|
+
|
64
70
|
describe 'test attribute "groups"' do
|
65
71
|
it 'should work' do
|
66
72
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -163,6 +169,12 @@ describe MergeHRISClient::EmployeeRequest do
|
|
163
169
|
end
|
164
170
|
end
|
165
171
|
|
172
|
+
describe 'test attribute "remote_created_at"' do
|
173
|
+
it 'should work' do
|
174
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
175
|
+
end
|
176
|
+
end
|
177
|
+
|
166
178
|
describe 'test attribute "employment_status"' do
|
167
179
|
it 'should work' do
|
168
180
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -67,6 +67,12 @@ describe MergeHRISClient::Employee do
|
|
67
67
|
end
|
68
68
|
end
|
69
69
|
|
70
|
+
describe 'test attribute "username"' do
|
71
|
+
it 'should work' do
|
72
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
73
|
+
end
|
74
|
+
end
|
75
|
+
|
70
76
|
describe 'test attribute "groups"' do
|
71
77
|
it 'should work' do
|
72
78
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -169,6 +175,12 @@ describe MergeHRISClient::Employee do
|
|
169
175
|
end
|
170
176
|
end
|
171
177
|
|
178
|
+
describe 'test attribute "remote_created_at"' do
|
179
|
+
it 'should work' do
|
180
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
181
|
+
end
|
182
|
+
end
|
183
|
+
|
172
184
|
describe 'test attribute "employment_status"' do
|
173
185
|
it 'should work' do
|
174
186
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -187,6 +199,12 @@ describe MergeHRISClient::Employee do
|
|
187
199
|
end
|
188
200
|
end
|
189
201
|
|
202
|
+
describe 'test attribute "remote_data"' do
|
203
|
+
it 'should work' do
|
204
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
205
|
+
end
|
206
|
+
end
|
207
|
+
|
190
208
|
describe 'test attribute "custom_fields"' do
|
191
209
|
it 'should work' do
|
192
210
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -97,6 +97,12 @@ describe MergeHRISClient::Employment do
|
|
97
97
|
end
|
98
98
|
end
|
99
99
|
|
100
|
+
describe 'test attribute "remote_data"' do
|
101
|
+
it 'should work' do
|
102
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
103
|
+
end
|
104
|
+
end
|
105
|
+
|
100
106
|
describe 'test attribute "remote_was_deleted"' do
|
101
107
|
it 'should work' do
|
102
108
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -61,4 +61,10 @@ describe MergeHRISClient::EndUserDetailsRequest do
|
|
61
61
|
end
|
62
62
|
end
|
63
63
|
|
64
|
+
describe 'test attribute "should_create_magic_link_url"' do
|
65
|
+
it 'should work' do
|
66
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
67
|
+
end
|
68
|
+
end
|
69
|
+
|
64
70
|
end
|
data/spec/models/group_spec.rb
CHANGED
@@ -55,6 +55,12 @@ describe MergeHRISClient::Group do
|
|
55
55
|
end
|
56
56
|
end
|
57
57
|
|
58
|
+
describe 'test attribute "remote_data"' do
|
59
|
+
it 'should work' do
|
60
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
61
|
+
end
|
62
|
+
end
|
63
|
+
|
58
64
|
describe 'test attribute "remote_was_deleted"' do
|
59
65
|
it 'should work' do
|
60
66
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -91,6 +91,12 @@ describe MergeHRISClient::Location do
|
|
91
91
|
end
|
92
92
|
end
|
93
93
|
|
94
|
+
describe 'test attribute "remote_data"' do
|
95
|
+
it 'should work' do
|
96
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
97
|
+
end
|
98
|
+
end
|
99
|
+
|
94
100
|
describe 'test attribute "remote_was_deleted"' do
|
95
101
|
it 'should work' do
|
96
102
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -43,6 +43,12 @@ describe MergeHRISClient::PayGroup do
|
|
43
43
|
end
|
44
44
|
end
|
45
45
|
|
46
|
+
describe 'test attribute "remote_data"' do
|
47
|
+
it 'should work' do
|
48
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
49
|
+
end
|
50
|
+
end
|
51
|
+
|
46
52
|
describe 'test attribute "remote_was_deleted"' do
|
47
53
|
it 'should work' do
|
48
54
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -67,6 +67,12 @@ describe MergeHRISClient::PayrollRun do
|
|
67
67
|
end
|
68
68
|
end
|
69
69
|
|
70
|
+
describe 'test attribute "remote_data"' do
|
71
|
+
it 'should work' do
|
72
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
73
|
+
end
|
74
|
+
end
|
75
|
+
|
70
76
|
describe 'test attribute "remote_was_deleted"' do
|
71
77
|
it 'should work' do
|
72
78
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -55,6 +55,12 @@ describe MergeHRISClient::RemoteResponse do
|
|
55
55
|
end
|
56
56
|
end
|
57
57
|
|
58
|
+
describe 'test attribute "response_type"' do
|
59
|
+
it 'should work' do
|
60
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
61
|
+
end
|
62
|
+
end
|
63
|
+
|
58
64
|
describe 'test attribute "headers"' do
|
59
65
|
it 'should work' do
|
60
66
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|