merge_ats_client 1.0.1 → 1.0.2
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 +13 -3
- data/docs/AccountToken.md +3 -1
- data/docs/ApplicationsApi.md +0 -82
- data/docs/Attachment.md +2 -0
- data/docs/AttachmentRequest.md +26 -0
- data/docs/AttachmentTypeEnum.md +15 -0
- data/docs/AttachmentsApi.md +80 -0
- data/docs/AvailableActions.md +1 -1
- data/docs/Candidate.md +2 -2
- data/docs/CandidateRequest.md +5 -1
- data/docs/InterviewsApi.md +80 -0
- data/docs/JobsApi.md +3 -1
- data/docs/ModelOperation.md +3 -1
- data/docs/PaginatedSyncStatusList.md +22 -0
- data/docs/RemoteUserRequest.md +30 -0
- data/docs/ScheduledInterviewRequest.md +38 -0
- data/docs/ScorecardRequest.md +30 -0
- data/docs/ScorecardsApi.md +80 -0
- data/docs/SyncStatus.md +1 -1
- data/docs/SyncStatusApi.md +89 -11
- data/docs/SyncStatusStatusEnum.md +15 -0
- data/docs/UsersApi.md +81 -0
- data/lib/merge_ats_client/api/applications_api.rb +0 -82
- data/lib/merge_ats_client/api/attachments_api.rb +76 -0
- data/lib/merge_ats_client/api/interviews_api.rb +76 -0
- data/lib/merge_ats_client/api/jobs_api.rb +7 -0
- data/lib/merge_ats_client/api/scorecards_api.rb +76 -0
- data/lib/merge_ats_client/api/sync_status_api.rb +78 -10
- data/lib/merge_ats_client/api/users_api.rb +79 -0
- data/lib/merge_ats_client/api_client.rb +1 -1
- data/lib/merge_ats_client/models/account_token.rb +18 -4
- data/lib/merge_ats_client/models/activity.rb +1 -1
- data/lib/merge_ats_client/models/application.rb +1 -1
- data/lib/merge_ats_client/models/attachment.rb +13 -2
- data/lib/merge_ats_client/models/attachment_request.rb +279 -0
- data/lib/merge_ats_client/models/attachment_type_enum.rb +39 -0
- data/lib/merge_ats_client/models/candidate.rb +1 -1
- data/lib/merge_ats_client/models/candidate_request.rb +26 -4
- data/lib/merge_ats_client/models/data_passthrough_request.rb +1 -0
- data/lib/merge_ats_client/models/eeoc.rb +1 -1
- data/lib/merge_ats_client/models/end_user_details_request.rb +1 -5
- data/lib/merge_ats_client/models/job.rb +1 -1
- data/lib/merge_ats_client/models/job_interview_stage.rb +1 -1
- data/lib/merge_ats_client/models/model_operation.rb +20 -4
- data/lib/merge_ats_client/models/offer.rb +1 -1
- data/lib/merge_ats_client/models/paginated_sync_status_list.rb +240 -0
- data/lib/merge_ats_client/models/remote_user_request.rb +302 -0
- data/lib/merge_ats_client/models/scheduled_interview.rb +1 -1
- data/lib/merge_ats_client/models/scheduled_interview_request.rb +331 -0
- data/lib/merge_ats_client/models/scorecard.rb +1 -1
- data/lib/merge_ats_client/models/scorecard_request.rb +287 -0
- data/lib/merge_ats_client/models/sync_status.rb +1 -1
- data/lib/merge_ats_client/models/sync_status_status_enum.rb +37 -0
- data/lib/merge_ats_client/version.rb +2 -2
- data/lib/merge_ats_client.rb +7 -3
- data/spec/api/delete_account_api_spec.rb +46 -0
- data/spec/api/generate_key_api_spec.rb +46 -0
- data/spec/api/issues_api_spec.rb +65 -0
- data/spec/models/attachment_request_spec.rb +58 -0
- data/spec/models/attachment_type_enum_spec.rb +28 -0
- data/spec/models/generate_remote_key_request_spec.rb +1 -1
- data/spec/models/issue_spec.rb +70 -0
- data/spec/models/issue_status_enum_spec.rb +28 -0
- data/spec/models/paginated_issue_list_spec.rb +46 -0
- data/spec/models/paginated_sync_status_list_spec.rb +46 -0
- data/spec/models/remote_data_request_spec.rb +40 -0
- data/spec/models/remote_user_request_spec.rb +70 -0
- data/spec/models/scheduled_interview_request_spec.rb +94 -0
- data/spec/models/scorecard_request_spec.rb +70 -0
- data/spec/models/sync_status_status_enum_spec.rb +28 -0
- data/test_ats.rb +13 -13
- data/test_signature.rb +2 -2
- metadata +44 -3
- data/merge_ats_client-1.0.0.gem +0 -0
@@ -0,0 +1,94 @@
|
|
1
|
+
=begin
|
2
|
+
#Merge ATS API
|
3
|
+
|
4
|
+
#The unified API for building rich integrations with multiple Applicant Tracking 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 MergeATSClient::ScheduledInterviewRequest
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
|
+
# Please update as you see appropriate
|
20
|
+
describe MergeATSClient::ScheduledInterviewRequest do
|
21
|
+
let(:instance) { MergeATSClient::ScheduledInterviewRequest.new }
|
22
|
+
|
23
|
+
describe 'test an instance of ScheduledInterviewRequest' do
|
24
|
+
it 'should create an instance of ScheduledInterviewRequest' do
|
25
|
+
expect(instance).to be_instance_of(MergeATSClient::ScheduledInterviewRequest)
|
26
|
+
end
|
27
|
+
end
|
28
|
+
describe 'test attribute "remote_id"' 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 "application"' 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 "job_interview_stage"' 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 "organizer"' 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
|
+
describe 'test attribute "interviewers"' 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
|
+
describe 'test attribute "location"' 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
|
+
|
64
|
+
describe 'test attribute "start_at"' 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
|
+
|
70
|
+
describe 'test attribute "end_at"' 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
|
+
|
76
|
+
describe 'test attribute "remote_created_at"' 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
|
+
|
82
|
+
describe 'test attribute "remote_updated_at"' 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
|
+
|
88
|
+
describe 'test attribute "status"' do
|
89
|
+
it 'should work' do
|
90
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
91
|
+
end
|
92
|
+
end
|
93
|
+
|
94
|
+
end
|
@@ -0,0 +1,70 @@
|
|
1
|
+
=begin
|
2
|
+
#Merge ATS API
|
3
|
+
|
4
|
+
#The unified API for building rich integrations with multiple Applicant Tracking 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 MergeATSClient::ScorecardRequest
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
|
+
# Please update as you see appropriate
|
20
|
+
describe MergeATSClient::ScorecardRequest do
|
21
|
+
let(:instance) { MergeATSClient::ScorecardRequest.new }
|
22
|
+
|
23
|
+
describe 'test an instance of ScorecardRequest' do
|
24
|
+
it 'should create an instance of ScorecardRequest' do
|
25
|
+
expect(instance).to be_instance_of(MergeATSClient::ScorecardRequest)
|
26
|
+
end
|
27
|
+
end
|
28
|
+
describe 'test attribute "remote_id"' 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 "application"' 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 "interview"' 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 "interviewer"' 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
|
+
describe 'test attribute "remote_created_at"' 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
|
+
describe 'test attribute "submitted_at"' 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
|
+
|
64
|
+
describe 'test attribute "overall_recommendation"' 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
|
+
|
70
|
+
end
|
@@ -0,0 +1,28 @@
|
|
1
|
+
=begin
|
2
|
+
#Merge ATS API
|
3
|
+
|
4
|
+
#The unified API for building rich integrations with multiple Applicant Tracking 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 MergeATSClient::SyncStatusStatusEnum
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
|
+
# Please update as you see appropriate
|
20
|
+
describe MergeATSClient::SyncStatusStatusEnum do
|
21
|
+
let(:instance) { MergeATSClient::SyncStatusStatusEnum.new }
|
22
|
+
|
23
|
+
describe 'test an instance of SyncStatusStatusEnum' do
|
24
|
+
it 'should create an instance of SyncStatusStatusEnum' do
|
25
|
+
expect(instance).to be_instance_of(MergeATSClient::SyncStatusStatusEnum)
|
26
|
+
end
|
27
|
+
end
|
28
|
+
end
|
data/test_ats.rb
CHANGED
@@ -1,22 +1,22 @@
|
|
1
1
|
require 'merge_ats_client'
|
2
2
|
|
3
3
|
MergeATSClient.configure do |config|
|
4
|
-
config.
|
5
|
-
config.host = '127.0.0.1:8000'
|
6
|
-
config.api_key["Authorization"] = "nkc9wDxSQa5pRMWApkN6VyfDYND6DesaAlgkhMoOxUiAqJYEpuDq1Q"
|
4
|
+
config.api_key["Authorization"] = "gCTNlqHbmF3z2mGRh92StFH2mtOwF50mtvvs4aX-0ntwI_AbGtrB1g"
|
7
5
|
config.api_key_prefix['Authorization'] = 'Bearer'
|
8
6
|
end
|
9
|
-
x_account_token = "
|
10
|
-
|
11
|
-
|
12
|
-
api_instance = MergeATSClient::
|
13
|
-
p = MergeATSClient::DataPassthrough.new
|
14
|
-
p.method = "GET"
|
15
|
-
p.path = "/test"
|
16
|
-
p.headers = {"a": "b"}
|
7
|
+
x_account_token = "NBfCj-FLWuB7gkD9-lhmsuK7Et2bc04dnYMyAtVY0nX8PVCchrcjvg"
|
8
|
+
expand = "applications,attachments"
|
9
|
+
opts = {expand: expand}
|
10
|
+
api_instance = MergeATSClient::CandidatesApi.new
|
11
|
+
#p = MergeATSClient::DataPassthrough.new
|
12
|
+
#p.method = "GET"
|
13
|
+
#p.path = "/test"
|
14
|
+
#p.headers = {"a": "b"}
|
17
15
|
begin
|
18
|
-
result = api_instance.
|
19
|
-
puts result
|
16
|
+
result = api_instance.candidates_list(x_account_token, opts)
|
17
|
+
puts result.class
|
18
|
+
puts result.results.first()
|
19
|
+
puts result.results.first().attachments.first().class
|
20
20
|
rescue MergeATSClient::ApiError => e
|
21
21
|
puts "Exception when calling CandidatesApi->candidates_retrieve: #{e}"
|
22
22
|
end
|
data/test_signature.rb
CHANGED
@@ -3,7 +3,7 @@ require "base64"
|
|
3
3
|
require 'openssl'
|
4
4
|
require 'json'
|
5
5
|
|
6
|
-
signature = "EXAMPLE_SIGNATURE"
|
6
|
+
'''signature = "EXAMPLE_SIGNATURE"
|
7
7
|
payload = {model: "a", pk: "b", fields: "c"}
|
8
8
|
json_payload = payload.to_json
|
9
9
|
puts json_payload
|
@@ -13,7 +13,7 @@ puts hmax_2
|
|
13
13
|
|
14
14
|
b64_encoded2 = Base64.encode64(hmax_2).strip!
|
15
15
|
puts "decoded 2: "
|
16
|
-
puts hmax_2
|
16
|
+
puts hmax_2'''
|
17
17
|
# b64_encoded == request.env["X-Merge-Webhook-Signature"]
|
18
18
|
|
19
19
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: merge_ats_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- OpenAPI-Generator
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-10-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: typhoeus
|
@@ -73,6 +73,8 @@ files:
|
|
73
73
|
- docs/ApplicationRequest.md
|
74
74
|
- docs/ApplicationsApi.md
|
75
75
|
- docs/Attachment.md
|
76
|
+
- docs/AttachmentRequest.md
|
77
|
+
- docs/AttachmentTypeEnum.md
|
76
78
|
- docs/AttachmentsApi.md
|
77
79
|
- docs/AvailableActions.md
|
78
80
|
- docs/AvailableActionsApi.md
|
@@ -124,6 +126,7 @@ files:
|
|
124
126
|
- docs/PaginatedRemoteUserList.md
|
125
127
|
- docs/PaginatedScheduledInterviewList.md
|
126
128
|
- docs/PaginatedScorecardList.md
|
129
|
+
- docs/PaginatedSyncStatusList.md
|
127
130
|
- docs/PaginatedTagList.md
|
128
131
|
- docs/PassthroughApi.md
|
129
132
|
- docs/PatchedApplicationRequest.md
|
@@ -141,12 +144,16 @@ files:
|
|
141
144
|
- docs/RemoteKeyForRegenerationRequest.md
|
142
145
|
- docs/RemoteResponse.md
|
143
146
|
- docs/RemoteUser.md
|
147
|
+
- docs/RemoteUserRequest.md
|
144
148
|
- docs/ScheduledInterview.md
|
149
|
+
- docs/ScheduledInterviewRequest.md
|
145
150
|
- docs/ScheduledInterviewStatusEnum.md
|
146
151
|
- docs/Scorecard.md
|
152
|
+
- docs/ScorecardRequest.md
|
147
153
|
- docs/ScorecardsApi.md
|
148
154
|
- docs/SyncStatus.md
|
149
155
|
- docs/SyncStatusApi.md
|
156
|
+
- docs/SyncStatusStatusEnum.md
|
150
157
|
- docs/Tag.md
|
151
158
|
- docs/TagsApi.md
|
152
159
|
- docs/Url.md
|
@@ -190,6 +197,8 @@ files:
|
|
190
197
|
- lib/merge_ats_client/models/application.rb
|
191
198
|
- lib/merge_ats_client/models/application_request.rb
|
192
199
|
- lib/merge_ats_client/models/attachment.rb
|
200
|
+
- lib/merge_ats_client/models/attachment_request.rb
|
201
|
+
- lib/merge_ats_client/models/attachment_type_enum.rb
|
193
202
|
- lib/merge_ats_client/models/available_actions.rb
|
194
203
|
- lib/merge_ats_client/models/candidate.rb
|
195
204
|
- lib/merge_ats_client/models/candidate_request.rb
|
@@ -229,6 +238,7 @@ files:
|
|
229
238
|
- lib/merge_ats_client/models/paginated_remote_user_list.rb
|
230
239
|
- lib/merge_ats_client/models/paginated_scheduled_interview_list.rb
|
231
240
|
- lib/merge_ats_client/models/paginated_scorecard_list.rb
|
241
|
+
- lib/merge_ats_client/models/paginated_sync_status_list.rb
|
232
242
|
- lib/merge_ats_client/models/paginated_tag_list.rb
|
233
243
|
- lib/merge_ats_client/models/patched_application_request.rb
|
234
244
|
- lib/merge_ats_client/models/phone_number.rb
|
@@ -243,10 +253,14 @@ files:
|
|
243
253
|
- lib/merge_ats_client/models/remote_key_for_regeneration_request.rb
|
244
254
|
- lib/merge_ats_client/models/remote_response.rb
|
245
255
|
- lib/merge_ats_client/models/remote_user.rb
|
256
|
+
- lib/merge_ats_client/models/remote_user_request.rb
|
246
257
|
- lib/merge_ats_client/models/scheduled_interview.rb
|
258
|
+
- lib/merge_ats_client/models/scheduled_interview_request.rb
|
247
259
|
- lib/merge_ats_client/models/scheduled_interview_status_enum.rb
|
248
260
|
- lib/merge_ats_client/models/scorecard.rb
|
261
|
+
- lib/merge_ats_client/models/scorecard_request.rb
|
249
262
|
- lib/merge_ats_client/models/sync_status.rb
|
263
|
+
- lib/merge_ats_client/models/sync_status_status_enum.rb
|
250
264
|
- lib/merge_ats_client/models/tag.rb
|
251
265
|
- lib/merge_ats_client/models/url.rb
|
252
266
|
- lib/merge_ats_client/models/url_request.rb
|
@@ -254,7 +268,6 @@ files:
|
|
254
268
|
- lib/merge_ats_client/models/veteran_status_enum.rb
|
255
269
|
- lib/merge_ats_client/models/visibility_enum.rb
|
256
270
|
- lib/merge_ats_client/version.rb
|
257
|
-
- merge_ats_client-1.0.0.gem
|
258
271
|
- merge_ats_client.gemspec
|
259
272
|
- pull_request_template.md
|
260
273
|
- spec/api/account_token_api_spec.rb
|
@@ -263,9 +276,12 @@ files:
|
|
263
276
|
- spec/api/attachments_api_spec.rb
|
264
277
|
- spec/api/available_actions_api_spec.rb
|
265
278
|
- spec/api/candidates_api_spec.rb
|
279
|
+
- spec/api/delete_account_api_spec.rb
|
266
280
|
- spec/api/departments_api_spec.rb
|
267
281
|
- spec/api/eeocs_api_spec.rb
|
282
|
+
- spec/api/generate_key_api_spec.rb
|
268
283
|
- spec/api/interviews_api_spec.rb
|
284
|
+
- spec/api/issues_api_spec.rb
|
269
285
|
- spec/api/job_interview_stages_api_spec.rb
|
270
286
|
- spec/api/jobs_api_spec.rb
|
271
287
|
- spec/api/link_token_api_spec.rb
|
@@ -287,7 +303,9 @@ files:
|
|
287
303
|
- spec/models/activity_type_enum_spec.rb
|
288
304
|
- spec/models/application_request_spec.rb
|
289
305
|
- spec/models/application_spec.rb
|
306
|
+
- spec/models/attachment_request_spec.rb
|
290
307
|
- spec/models/attachment_spec.rb
|
308
|
+
- spec/models/attachment_type_enum_spec.rb
|
291
309
|
- spec/models/available_actions_spec.rb
|
292
310
|
- spec/models/candidate_request_spec.rb
|
293
311
|
- spec/models/candidate_spec.rb
|
@@ -303,6 +321,8 @@ files:
|
|
303
321
|
- spec/models/end_user_details_spec.rb
|
304
322
|
- spec/models/gender_enum_spec.rb
|
305
323
|
- spec/models/generate_remote_key_request_spec.rb
|
324
|
+
- spec/models/issue_spec.rb
|
325
|
+
- spec/models/issue_status_enum_spec.rb
|
306
326
|
- spec/models/job_interview_stage_spec.rb
|
307
327
|
- spec/models/job_spec.rb
|
308
328
|
- spec/models/job_status_enum_spec.rb
|
@@ -319,6 +339,7 @@ files:
|
|
319
339
|
- spec/models/paginated_candidate_list_spec.rb
|
320
340
|
- spec/models/paginated_department_list_spec.rb
|
321
341
|
- spec/models/paginated_eeoc_list_spec.rb
|
342
|
+
- spec/models/paginated_issue_list_spec.rb
|
322
343
|
- spec/models/paginated_job_interview_stage_list_spec.rb
|
323
344
|
- spec/models/paginated_job_list_spec.rb
|
324
345
|
- spec/models/paginated_offer_list_spec.rb
|
@@ -327,6 +348,7 @@ files:
|
|
327
348
|
- spec/models/paginated_remote_user_list_spec.rb
|
328
349
|
- spec/models/paginated_scheduled_interview_list_spec.rb
|
329
350
|
- spec/models/paginated_scorecard_list_spec.rb
|
351
|
+
- spec/models/paginated_sync_status_list_spec.rb
|
330
352
|
- spec/models/paginated_tag_list_spec.rb
|
331
353
|
- spec/models/patched_application_request_spec.rb
|
332
354
|
- spec/models/phone_number_request_spec.rb
|
@@ -334,16 +356,21 @@ files:
|
|
334
356
|
- spec/models/phone_number_type_enum_spec.rb
|
335
357
|
- spec/models/race_enum_spec.rb
|
336
358
|
- spec/models/reject_reason_spec.rb
|
359
|
+
- spec/models/remote_data_request_spec.rb
|
337
360
|
- spec/models/remote_data_spec.rb
|
338
361
|
- spec/models/remote_key_for_regeneration_request_spec.rb
|
339
362
|
- spec/models/remote_key_for_regeneration_spec.rb
|
340
363
|
- spec/models/remote_key_spec.rb
|
341
364
|
- spec/models/remote_response_spec.rb
|
365
|
+
- spec/models/remote_user_request_spec.rb
|
342
366
|
- spec/models/remote_user_spec.rb
|
367
|
+
- spec/models/scheduled_interview_request_spec.rb
|
343
368
|
- spec/models/scheduled_interview_spec.rb
|
344
369
|
- spec/models/scheduled_interview_status_enum_spec.rb
|
370
|
+
- spec/models/scorecard_request_spec.rb
|
345
371
|
- spec/models/scorecard_spec.rb
|
346
372
|
- spec/models/sync_status_spec.rb
|
373
|
+
- spec/models/sync_status_status_enum_spec.rb
|
347
374
|
- spec/models/tag_spec.rb
|
348
375
|
- spec/models/url_request_spec.rb
|
349
376
|
- spec/models/url_spec.rb
|
@@ -386,6 +413,9 @@ test_files:
|
|
386
413
|
- spec/api/passthrough_api_spec.rb
|
387
414
|
- spec/api/interviews_api_spec.rb
|
388
415
|
- spec/api/eeocs_api_spec.rb
|
416
|
+
- spec/api/generate_key_api_spec.rb
|
417
|
+
- spec/api/issues_api_spec.rb
|
418
|
+
- spec/api/delete_account_api_spec.rb
|
389
419
|
- spec/api/offers_api_spec.rb
|
390
420
|
- spec/api/activities_api_spec.rb
|
391
421
|
- spec/api/attachments_api_spec.rb
|
@@ -401,6 +431,7 @@ test_files:
|
|
401
431
|
- spec/api_client_spec.rb
|
402
432
|
- spec/configuration_spec.rb
|
403
433
|
- spec/models/department_spec.rb
|
434
|
+
- spec/models/remote_user_request_spec.rb
|
404
435
|
- spec/models/eeoc_spec.rb
|
405
436
|
- spec/models/job_interview_stage_spec.rb
|
406
437
|
- spec/models/activity_type_enum_spec.rb
|
@@ -414,12 +445,15 @@ test_files:
|
|
414
445
|
- spec/models/paginated_tag_list_spec.rb
|
415
446
|
- spec/models/data_passthrough_request_spec.rb
|
416
447
|
- spec/models/model_operation_spec.rb
|
448
|
+
- spec/models/scheduled_interview_request_spec.rb
|
417
449
|
- spec/models/email_address_spec.rb
|
450
|
+
- spec/models/issue_spec.rb
|
418
451
|
- spec/models/access_role_enum_spec.rb
|
419
452
|
- spec/models/tag_spec.rb
|
420
453
|
- spec/models/offer_spec.rb
|
421
454
|
- spec/models/paginated_reject_reason_list_spec.rb
|
422
455
|
- spec/models/remote_key_for_regeneration_spec.rb
|
456
|
+
- spec/models/paginated_sync_status_list_spec.rb
|
423
457
|
- spec/models/scheduled_interview_spec.rb
|
424
458
|
- spec/models/job_spec.rb
|
425
459
|
- spec/models/patched_application_request_spec.rb
|
@@ -430,9 +464,11 @@ test_files:
|
|
430
464
|
- spec/models/paginated_application_list_spec.rb
|
431
465
|
- spec/models/paginated_department_list_spec.rb
|
432
466
|
- spec/models/email_address_request_spec.rb
|
467
|
+
- spec/models/paginated_issue_list_spec.rb
|
433
468
|
- spec/models/account_token_spec.rb
|
434
469
|
- spec/models/paginated_activity_list_spec.rb
|
435
470
|
- spec/models/candidate_request_spec.rb
|
471
|
+
- spec/models/attachment_type_enum_spec.rb
|
436
472
|
- spec/models/available_actions_spec.rb
|
437
473
|
- spec/models/offer_status_enum_spec.rb
|
438
474
|
- spec/models/url_type_enum_spec.rb
|
@@ -441,14 +477,18 @@ test_files:
|
|
441
477
|
- spec/models/phone_number_spec.rb
|
442
478
|
- spec/models/disability_status_enum_spec.rb
|
443
479
|
- spec/models/application_request_spec.rb
|
480
|
+
- spec/models/scorecard_request_spec.rb
|
444
481
|
- spec/models/paginated_candidate_list_spec.rb
|
445
482
|
- spec/models/remote_user_spec.rb
|
446
483
|
- spec/models/activity_spec.rb
|
447
484
|
- spec/models/account_integration_spec.rb
|
485
|
+
- spec/models/remote_data_request_spec.rb
|
448
486
|
- spec/models/phone_number_type_enum_spec.rb
|
449
487
|
- spec/models/paginated_office_list_spec.rb
|
488
|
+
- spec/models/issue_status_enum_spec.rb
|
450
489
|
- spec/models/race_enum_spec.rb
|
451
490
|
- spec/models/url_request_spec.rb
|
491
|
+
- spec/models/sync_status_status_enum_spec.rb
|
452
492
|
- spec/models/paginated_job_interview_stage_list_spec.rb
|
453
493
|
- spec/models/method_enum_spec.rb
|
454
494
|
- spec/models/data_passthrough_spec.rb
|
@@ -461,6 +501,7 @@ test_files:
|
|
461
501
|
- spec/models/remote_key_for_regeneration_request_spec.rb
|
462
502
|
- spec/models/end_user_details_request_spec.rb
|
463
503
|
- spec/models/end_user_details_spec.rb
|
504
|
+
- spec/models/attachment_request_spec.rb
|
464
505
|
- spec/models/application_spec.rb
|
465
506
|
- spec/models/candidate_spec.rb
|
466
507
|
- spec/models/veteran_status_enum_spec.rb
|
data/merge_ats_client-1.0.0.gem
DELETED
Binary file
|