merge_hris_client 2.0.2 → 2.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (108) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -4
  3. data/docs/BankInfo.md +3 -1
  4. data/docs/Benefit.md +3 -1
  5. data/docs/Company.md +3 -1
  6. data/docs/Deduction.md +3 -1
  7. data/docs/Earning.md +4 -2
  8. data/docs/Employee.md +3 -1
  9. data/docs/EmployeePayrollRun.md +3 -1
  10. data/docs/EmployeesApi.md +8 -0
  11. data/docs/Employment.md +4 -2
  12. data/docs/EndUserDetailsRequest.md +1 -1
  13. data/docs/ForceResyncApi.md +4 -4
  14. data/docs/Group.md +3 -1
  15. data/docs/LinkedAccountsApi.md +14 -14
  16. data/docs/Location.md +4 -2
  17. data/docs/PayGroup.md +3 -1
  18. data/docs/PayrollRun.md +3 -1
  19. data/docs/Tax.md +4 -2
  20. data/docs/Team.md +3 -1
  21. data/docs/TimeOff.md +3 -1
  22. data/docs/TimeOffBalance.md +3 -1
  23. data/lib/merge_hris_client/api/bank_info_api.rb +0 -1
  24. data/lib/merge_hris_client/api/employees_api.rb +16 -0
  25. data/lib/merge_hris_client/api/force_resync_api.rb +3 -3
  26. data/lib/merge_hris_client/api/linked_accounts_api.rb +14 -14
  27. data/lib/merge_hris_client/models/account_details_and_actions_status_enum.rb +0 -1
  28. data/lib/merge_hris_client/models/account_type_enum.rb +0 -1
  29. data/lib/merge_hris_client/models/bank_info.rb +15 -5
  30. data/lib/merge_hris_client/models/benefit.rb +15 -5
  31. data/lib/merge_hris_client/models/categories_enum.rb +2 -1
  32. data/lib/merge_hris_client/models/category_enum.rb +2 -1
  33. data/lib/merge_hris_client/models/company.rb +15 -5
  34. data/lib/merge_hris_client/models/country_enum.rb +0 -1
  35. data/lib/merge_hris_client/models/deduction.rb +15 -5
  36. data/lib/merge_hris_client/models/earning.rb +18 -6
  37. data/lib/merge_hris_client/models/earning_type_enum.rb +0 -1
  38. data/lib/merge_hris_client/models/employee.rb +14 -5
  39. data/lib/merge_hris_client/models/employee_payroll_run.rb +15 -5
  40. data/lib/merge_hris_client/models/employment.rb +15 -5
  41. data/lib/merge_hris_client/models/employment_status_enum.rb +0 -1
  42. data/lib/merge_hris_client/models/employment_type_enum.rb +0 -1
  43. data/lib/merge_hris_client/models/encoding_enum.rb +0 -1
  44. data/lib/merge_hris_client/models/ethnicity_enum.rb +0 -1
  45. data/lib/merge_hris_client/models/flsa_status_enum.rb +0 -1
  46. data/lib/merge_hris_client/models/gender_enum.rb +0 -1
  47. data/lib/merge_hris_client/models/group.rb +15 -5
  48. data/lib/merge_hris_client/models/group_type_enum.rb +0 -1
  49. data/lib/merge_hris_client/models/issue_status_enum.rb +0 -1
  50. data/lib/merge_hris_client/models/location.rb +15 -5
  51. data/lib/merge_hris_client/models/location_type_enum.rb +0 -1
  52. data/lib/merge_hris_client/models/marital_status_enum.rb +0 -1
  53. data/lib/merge_hris_client/models/method_enum.rb +0 -1
  54. data/lib/merge_hris_client/models/pay_currency_enum.rb +0 -1
  55. data/lib/merge_hris_client/models/pay_frequency_enum.rb +0 -1
  56. data/lib/merge_hris_client/models/pay_group.rb +15 -5
  57. data/lib/merge_hris_client/models/pay_period_enum.rb +0 -1
  58. data/lib/merge_hris_client/models/payroll_run.rb +15 -5
  59. data/lib/merge_hris_client/models/policy_type_enum.rb +0 -1
  60. data/lib/merge_hris_client/models/reason_enum.rb +0 -1
  61. data/lib/merge_hris_client/models/request_format_enum.rb +0 -1
  62. data/lib/merge_hris_client/models/request_type_enum.rb +0 -1
  63. data/lib/merge_hris_client/models/run_state_enum.rb +0 -1
  64. data/lib/merge_hris_client/models/run_type_enum.rb +0 -1
  65. data/lib/merge_hris_client/models/sync_status_status_enum.rb +0 -1
  66. data/lib/merge_hris_client/models/tax.rb +18 -6
  67. data/lib/merge_hris_client/models/team.rb +15 -5
  68. data/lib/merge_hris_client/models/time_off.rb +14 -5
  69. data/lib/merge_hris_client/models/time_off_balance.rb +15 -5
  70. data/lib/merge_hris_client/models/time_off_status_enum.rb +0 -1
  71. data/lib/merge_hris_client/models/units_enum.rb +0 -1
  72. data/lib/merge_hris_client/version.rb +1 -1
  73. data/spec/api/employees_api_spec.rb +4 -0
  74. data/spec/api/force_resync_api_spec.rb +1 -1
  75. data/spec/api/linked_accounts_api_spec.rb +7 -7
  76. data/spec/api/webhook_receivers_api_spec.rb +58 -0
  77. data/spec/models/bank_info_spec.rb +6 -0
  78. data/spec/models/benefit_spec.rb +6 -0
  79. data/spec/models/company_spec.rb +6 -0
  80. data/spec/models/deduction_spec.rb +6 -0
  81. data/spec/models/earning_spec.rb +6 -0
  82. data/spec/models/employee_payroll_run_spec.rb +6 -0
  83. data/spec/models/employee_spec.rb +6 -0
  84. data/spec/models/employment_spec.rb +6 -0
  85. data/spec/models/group_spec.rb +6 -0
  86. data/spec/models/linked_account_status_spec.rb +40 -0
  87. data/spec/models/location_spec.rb +6 -0
  88. data/spec/models/meta_response_spec.rb +52 -0
  89. data/spec/models/pay_group_spec.rb +6 -0
  90. data/spec/models/payroll_run_spec.rb +6 -0
  91. data/spec/models/tax_spec.rb +6 -0
  92. data/spec/models/team_spec.rb +6 -0
  93. data/spec/models/time_off_balance_spec.rb +6 -0
  94. data/spec/models/time_off_spec.rb +6 -0
  95. data/spec/models/webhook_receiver_request_spec.rb +46 -0
  96. data/spec/models/webhook_receiver_spec.rb +46 -0
  97. metadata +107 -110
  98. data/docs/BenefitPlanTypeEnum.md +0 -15
  99. data/docs/TypeEnum.md +0 -15
  100. data/lib/merge_hris_client/api/time_off_balance_api.rb +0 -196
  101. data/lib/merge_hris_client/models/benefit_plan_type_enum.rb +0 -56
  102. data/lib/merge_hris_client/models/data_passthrough.rb +0 -262
  103. data/lib/merge_hris_client/models/end_user_details.rb +0 -289
  104. data/lib/merge_hris_client/models/remote_key_for_regeneration.rb +0 -224
  105. data/lib/merge_hris_client/models/state_enum.rb +0 -93
  106. data/lib/merge_hris_client/models/type_enum.rb +0 -38
  107. data/spec/models/benefit_plan_type_enum_spec.rb +0 -28
  108. data/spec/models/type_enum_spec.rb +0 -28
@@ -11,5 +11,5 @@ OpenAPI Generator version: 5.1.1
11
11
  =end
12
12
 
13
13
  module MergeHRISClient
14
- VERSION = '2.0.2'
14
+ VERSION = '2.0.3'
15
15
  end
@@ -67,10 +67,14 @@ describe 'EmployeesApi' do
67
67
  # @option opts [Time] :created_after If provided, will only return objects created after this datetime.
68
68
  # @option opts [Time] :created_before If provided, will only return objects created before this datetime.
69
69
  # @option opts [String] :cursor The pagination cursor value.
70
+ # @option opts [String] :display_full_name If provided, will only return employees with this display name.
71
+ # @option opts [String] :employment_status If provided, will only return employees with this employment status.
70
72
  # @option opts [String] :expand Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
73
+ # @option opts [String] :first_name If provided, will only return employees with this first name.
71
74
  # @option opts [Boolean] :include_deleted_data Whether to include data that was deleted in the third-party service.
72
75
  # @option opts [Boolean] :include_remote_data Whether to include the original data Merge fetched from the third-party to produce these models.
73
76
  # @option opts [Boolean] :include_sensitive_fields Whether to include sensitive fields (such as social security numbers) in the response.
77
+ # @option opts [String] :last_name If provided, will only return employees with this last name.
74
78
  # @option opts [String] :manager_id If provided, will only return employees for this manager.
75
79
  # @option opts [Time] :modified_after If provided, will only return objects modified after this datetime.
76
80
  # @option opts [Time] :modified_before If provided, will only return objects modified before this datetime.
@@ -36,7 +36,7 @@ describe 'ForceResyncApi' do
36
36
  # Force re-sync of all models. This is only available for organizations on Merge's Grow and Expand plans.
37
37
  # @param x_account_token Token identifying the end user.
38
38
  # @param [Hash] opts the optional parameters
39
- # @return [SyncStatus]
39
+ # @return [Array<SyncStatus>]
40
40
  describe 'sync_status_resync_create test' do
41
41
  it 'should work' do
42
42
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -37,14 +37,14 @@ describe 'LinkedAccountsApi' do
37
37
  # @param [Hash] opts the optional parameters
38
38
  # @option opts [String] :category
39
39
  # @option opts [String] :cursor The pagination cursor value.
40
- # @option opts [String] :end_user_email_address
41
- # @option opts [String] :end_user_organization_name
42
- # @option opts [String] :end_user_origin_id
43
- # @option opts [String] :end_user_origin_ids Comma-separated list of EndUser origin IDs, making it possible to specify multiple EndUsers at once
40
+ # @option opts [String] :end_user_email_address If provided, will only return linked accounts associated with the given email address.
41
+ # @option opts [String] :end_user_organization_name If provided, will only return linked accounts associated with the given organization name.
42
+ # @option opts [String] :end_user_origin_id If provided, will only return linked accounts associated with the given origin ID.
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
- # @option opts [String] :ids Comma-separated list of LinkedAccount IDs, making it possible to specify multiple LinkedAccounts at once
46
- # @option opts [String] :integration_name
47
- # @option opts [String] :is_test_account If included, will only include test linked accounts. If not included, will only include non-test linked accounts
45
+ # @option opts [String] :ids Comma-separated list of LinkedAccount IDs, making it possible to specify multiple LinkedAccounts at once.
46
+ # @option opts [String] :integration_name If provided, will only return linked accounts associated with the given integration name.
47
+ # @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
48
  # @option opts [Integer] :page_size Number of results to return per page.
49
49
  # @option opts [String] :status Filter by status. Options: &#x60;COMPLETE&#x60;, &#x60;INCOMPLETE&#x60;, &#x60;RELINK_NEEDED&#x60;
50
50
  # @return [PaginatedAccountDetailsAndActionsList]
@@ -0,0 +1,58 @@
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 'spec_helper'
14
+ require 'json'
15
+
16
+ # Unit tests for MergeHRISClient::WebhookReceiversApi
17
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
18
+ # Please update as you see appropriate
19
+ describe 'WebhookReceiversApi' do
20
+ before do
21
+ # run before each test
22
+ @api_instance = MergeHRISClient::WebhookReceiversApi.new
23
+ end
24
+
25
+ after do
26
+ # run after each test
27
+ end
28
+
29
+ describe 'test an instance of WebhookReceiversApi' do
30
+ it 'should create an instance of WebhookReceiversApi' do
31
+ expect(@api_instance).to be_instance_of(MergeHRISClient::WebhookReceiversApi)
32
+ end
33
+ end
34
+
35
+ # unit tests for webhook_receivers_create
36
+ # Creates a &#x60;WebhookReceiver&#x60; object with the given values.
37
+ # @param x_account_token Token identifying the end user.
38
+ # @param webhook_receiver_request
39
+ # @param [Hash] opts the optional parameters
40
+ # @return [WebhookReceiver]
41
+ describe 'webhook_receivers_create test' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ end
45
+ end
46
+
47
+ # unit tests for webhook_receivers_list
48
+ # Returns a list of &#x60;WebhookReceiver&#x60; objects.
49
+ # @param x_account_token Token identifying the end user.
50
+ # @param [Hash] opts the optional parameters
51
+ # @return [Array<WebhookReceiver>]
52
+ describe 'webhook_receivers_list test' do
53
+ it 'should work' do
54
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
55
+ end
56
+ end
57
+
58
+ end
@@ -79,4 +79,10 @@ describe MergeHRISClient::BankInfo do
79
79
  end
80
80
  end
81
81
 
82
+ describe 'test attribute "remote_was_deleted"' do
83
+ it 'should work' do
84
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
85
+ end
86
+ end
87
+
82
88
  end
@@ -73,4 +73,10 @@ describe MergeHRISClient::Benefit do
73
73
  end
74
74
  end
75
75
 
76
+ describe 'test attribute "remote_was_deleted"' 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
  end
@@ -61,4 +61,10 @@ describe MergeHRISClient::Company do
61
61
  end
62
62
  end
63
63
 
64
+ describe 'test attribute "remote_was_deleted"' 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
@@ -61,4 +61,10 @@ describe MergeHRISClient::Deduction do
61
61
  end
62
62
  end
63
63
 
64
+ describe 'test attribute "remote_was_deleted"' 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
@@ -55,4 +55,10 @@ describe MergeHRISClient::Earning do
55
55
  end
56
56
  end
57
57
 
58
+ describe 'test attribute "remote_was_deleted"' 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
  end
@@ -103,4 +103,10 @@ describe MergeHRISClient::EmployeePayrollRun do
103
103
  end
104
104
  end
105
105
 
106
+ describe 'test attribute "remote_was_deleted"' do
107
+ it 'should work' do
108
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
109
+ end
110
+ end
111
+
106
112
  end
@@ -199,4 +199,10 @@ describe MergeHRISClient::Employee do
199
199
  end
200
200
  end
201
201
 
202
+ describe 'test attribute "remote_was_deleted"' 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
+
202
208
  end
@@ -103,4 +103,10 @@ describe MergeHRISClient::Employment do
103
103
  end
104
104
  end
105
105
 
106
+ describe 'test attribute "remote_was_deleted"' do
107
+ it 'should work' do
108
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
109
+ end
110
+ end
111
+
106
112
  end
@@ -61,4 +61,10 @@ describe MergeHRISClient::Group do
61
61
  end
62
62
  end
63
63
 
64
+ describe 'test attribute "remote_was_deleted"' 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
@@ -0,0 +1,40 @@
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 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for MergeHRISClient::LinkedAccountStatus
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe MergeHRISClient::LinkedAccountStatus do
21
+ let(:instance) { MergeHRISClient::LinkedAccountStatus.new }
22
+
23
+ describe 'test an instance of LinkedAccountStatus' do
24
+ it 'should create an instance of LinkedAccountStatus' do
25
+ expect(instance).to be_instance_of(MergeHRISClient::LinkedAccountStatus)
26
+ end
27
+ end
28
+ describe 'test attribute "linked_account_status"' do
29
+ it 'should work' do
30
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
31
+ end
32
+ end
33
+
34
+ describe 'test attribute "can_make_request"' do
35
+ it 'should work' do
36
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
37
+ end
38
+ end
39
+
40
+ end
@@ -97,4 +97,10 @@ describe MergeHRISClient::Location do
97
97
  end
98
98
  end
99
99
 
100
+ describe 'test attribute "remote_was_deleted"' 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
  end
@@ -0,0 +1,52 @@
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 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for MergeHRISClient::MetaResponse
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe MergeHRISClient::MetaResponse do
21
+ let(:instance) { MergeHRISClient::MetaResponse.new }
22
+
23
+ describe 'test an instance of MetaResponse' do
24
+ it 'should create an instance of MetaResponse' do
25
+ expect(instance).to be_instance_of(MergeHRISClient::MetaResponse)
26
+ end
27
+ end
28
+ describe 'test attribute "request_schema"' do
29
+ it 'should work' do
30
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
31
+ end
32
+ end
33
+
34
+ describe 'test attribute "status"' do
35
+ it 'should work' do
36
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
37
+ end
38
+ end
39
+
40
+ describe 'test attribute "has_conditional_params"' do
41
+ it 'should work' do
42
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
43
+ end
44
+ end
45
+
46
+ describe 'test attribute "has_required_linked_account_params"' 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
+
52
+ end
@@ -49,4 +49,10 @@ describe MergeHRISClient::PayGroup do
49
49
  end
50
50
  end
51
51
 
52
+ describe 'test attribute "remote_was_deleted"' do
53
+ it 'should work' do
54
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
55
+ end
56
+ end
57
+
52
58
  end
@@ -73,4 +73,10 @@ describe MergeHRISClient::PayrollRun do
73
73
  end
74
74
  end
75
75
 
76
+ describe 'test attribute "remote_was_deleted"' 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
  end
@@ -61,4 +61,10 @@ describe MergeHRISClient::Tax do
61
61
  end
62
62
  end
63
63
 
64
+ describe 'test attribute "remote_was_deleted"' 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
@@ -55,4 +55,10 @@ describe MergeHRISClient::Team do
55
55
  end
56
56
  end
57
57
 
58
+ describe 'test attribute "remote_was_deleted"' 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
  end
@@ -67,4 +67,10 @@ describe MergeHRISClient::TimeOffBalance do
67
67
  end
68
68
  end
69
69
 
70
+ describe 'test attribute "remote_was_deleted"' 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
  end
@@ -97,4 +97,10 @@ describe MergeHRISClient::TimeOff do
97
97
  end
98
98
  end
99
99
 
100
+ describe 'test attribute "remote_was_deleted"' 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
  end
@@ -0,0 +1,46 @@
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 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for MergeHRISClient::WebhookReceiverRequest
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe MergeHRISClient::WebhookReceiverRequest do
21
+ let(:instance) { MergeHRISClient::WebhookReceiverRequest.new }
22
+
23
+ describe 'test an instance of WebhookReceiverRequest' do
24
+ it 'should create an instance of WebhookReceiverRequest' do
25
+ expect(instance).to be_instance_of(MergeHRISClient::WebhookReceiverRequest)
26
+ end
27
+ end
28
+ describe 'test attribute "event"' do
29
+ it 'should work' do
30
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
31
+ end
32
+ end
33
+
34
+ describe 'test attribute "is_active"' do
35
+ it 'should work' do
36
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
37
+ end
38
+ end
39
+
40
+ describe 'test attribute "key"' do
41
+ it 'should work' do
42
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
43
+ end
44
+ end
45
+
46
+ end
@@ -0,0 +1,46 @@
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 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for MergeHRISClient::WebhookReceiver
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe MergeHRISClient::WebhookReceiver do
21
+ let(:instance) { MergeHRISClient::WebhookReceiver.new }
22
+
23
+ describe 'test an instance of WebhookReceiver' do
24
+ it 'should create an instance of WebhookReceiver' do
25
+ expect(instance).to be_instance_of(MergeHRISClient::WebhookReceiver)
26
+ end
27
+ end
28
+ describe 'test attribute "event"' do
29
+ it 'should work' do
30
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
31
+ end
32
+ end
33
+
34
+ describe 'test attribute "is_active"' do
35
+ it 'should work' do
36
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
37
+ end
38
+ end
39
+
40
+ describe 'test attribute "key"' do
41
+ it 'should work' do
42
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
43
+ end
44
+ end
45
+
46
+ end