merge_ats_client 3.0.2 → 3.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (72) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +198 -186
  3. data/docs/Activity.md +2 -2
  4. data/docs/Application.md +2 -2
  5. data/docs/AsyncPassthroughApi.md +155 -0
  6. data/docs/AsyncPassthroughReciept.md +18 -0
  7. data/docs/Attachment.md +2 -2
  8. data/docs/Candidate.md +2 -2
  9. data/docs/CandidatesApi.md +156 -0
  10. data/docs/DeleteAccountApi.md +9 -9
  11. data/docs/Department.md +2 -2
  12. data/docs/EEOC.md +2 -2
  13. data/docs/EndUserDetailsRequest.md +1 -1
  14. data/docs/Job.md +2 -2
  15. data/docs/JobInterviewStage.md +2 -2
  16. data/docs/Offer.md +2 -2
  17. data/docs/Office.md +2 -2
  18. data/docs/PatchedCandidateEndpointRequest.md +20 -0
  19. data/docs/PatchedCandidateRequest.md +50 -0
  20. data/docs/RejectReason.md +2 -2
  21. data/docs/RemoteData.md +1 -1
  22. data/docs/RemoteUser.md +2 -2
  23. data/docs/ScheduledInterview.md +2 -2
  24. data/docs/Scorecard.md +2 -2
  25. data/docs/Tag.md +2 -2
  26. data/lib/merge_ats_client/api/async_passthrough_api.rb +160 -0
  27. data/lib/merge_ats_client/api/candidates_api.rb +150 -0
  28. data/lib/merge_ats_client/api/delete_account_api.rb +7 -7
  29. data/lib/merge_ats_client/models/activity.rb +10 -10
  30. data/lib/merge_ats_client/models/application.rb +10 -10
  31. data/lib/merge_ats_client/models/async_passthrough_reciept.rb +223 -0
  32. data/lib/merge_ats_client/models/attachment.rb +10 -10
  33. data/lib/merge_ats_client/models/candidate.rb +10 -10
  34. data/lib/merge_ats_client/models/department.rb +10 -10
  35. data/lib/merge_ats_client/models/eeoc.rb +10 -10
  36. data/lib/merge_ats_client/models/end_user_details_request.rb +1 -1
  37. data/lib/merge_ats_client/models/job.rb +10 -10
  38. data/lib/merge_ats_client/models/job_interview_stage.rb +10 -10
  39. data/lib/merge_ats_client/models/offer.rb +10 -10
  40. data/lib/merge_ats_client/models/office.rb +10 -10
  41. data/lib/merge_ats_client/models/patched_candidate_endpoint_request.rb +237 -0
  42. data/lib/merge_ats_client/models/patched_candidate_request.rb +418 -0
  43. data/lib/merge_ats_client/models/reject_reason.rb +10 -10
  44. data/lib/merge_ats_client/models/remote_data.rb +3 -4
  45. data/lib/merge_ats_client/models/remote_user.rb +10 -10
  46. data/lib/merge_ats_client/models/scheduled_interview.rb +10 -10
  47. data/lib/merge_ats_client/models/scorecard.rb +10 -10
  48. data/lib/merge_ats_client/models/tag.rb +10 -10
  49. data/lib/merge_ats_client/version.rb +1 -1
  50. data/lib/merge_ats_client.rb +4 -0
  51. data/spec/api/async_passthrough_api_spec.rb +59 -0
  52. data/spec/api/candidates_api_spec.rb +27 -0
  53. data/spec/api/delete_account_api_spec.rb +2 -2
  54. data/spec/models/activity_spec.rb +2 -2
  55. data/spec/models/application_spec.rb +2 -2
  56. data/spec/models/async_passthrough_reciept_spec.rb +34 -0
  57. data/spec/models/attachment_spec.rb +2 -2
  58. data/spec/models/candidate_spec.rb +2 -2
  59. data/spec/models/department_spec.rb +2 -2
  60. data/spec/models/eeoc_spec.rb +2 -2
  61. data/spec/models/job_interview_stage_spec.rb +2 -2
  62. data/spec/models/job_spec.rb +2 -2
  63. data/spec/models/offer_spec.rb +2 -2
  64. data/spec/models/office_spec.rb +2 -2
  65. data/spec/models/patched_candidate_endpoint_request_spec.rb +40 -0
  66. data/spec/models/patched_candidate_request_spec.rb +130 -0
  67. data/spec/models/reject_reason_spec.rb +2 -2
  68. data/spec/models/remote_user_spec.rb +2 -2
  69. data/spec/models/scheduled_interview_spec.rb +2 -2
  70. data/spec/models/scorecard_spec.rb +2 -2
  71. data/spec/models/tag_spec.rb +2 -2
  72. metadata +140 -124
@@ -0,0 +1,130 @@
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::PatchedCandidateRequest
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe MergeATSClient::PatchedCandidateRequest do
21
+ let(:instance) { MergeATSClient::PatchedCandidateRequest.new }
22
+
23
+ describe 'test an instance of PatchedCandidateRequest' do
24
+ it 'should create an instance of PatchedCandidateRequest' do
25
+ expect(instance).to be_instance_of(MergeATSClient::PatchedCandidateRequest)
26
+ end
27
+ end
28
+ describe 'test attribute "first_name"' 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 "last_name"' 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 "company"' 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 "title"' 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 "last_interaction_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 "is_private"' 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 "can_email"' 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 "locations"' 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 "phone_numbers"' 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 "email_addresses"' 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 "urls"' 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
+ describe 'test attribute "tags"' 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
+
100
+ describe 'test attribute "applications"' 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
+
106
+ describe 'test attribute "attachments"' 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
+
112
+ describe 'test attribute "remote_template_id"' do
113
+ it 'should work' do
114
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
115
+ end
116
+ end
117
+
118
+ describe 'test attribute "integration_params"' do
119
+ it 'should work' do
120
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
121
+ end
122
+ end
123
+
124
+ describe 'test attribute "linked_account_params"' do
125
+ it 'should work' do
126
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
127
+ end
128
+ end
129
+
130
+ end
@@ -49,13 +49,13 @@ describe MergeATSClient::RejectReason do
49
49
  end
50
50
  end
51
51
 
52
- describe 'test attribute "field_mappings"' do
52
+ describe 'test attribute "modified_at"' do
53
53
  it 'should work' do
54
54
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
55
55
  end
56
56
  end
57
57
 
58
- describe 'test attribute "modified_at"' do
58
+ describe 'test attribute "field_mappings"' do
59
59
  it 'should work' do
60
60
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
61
61
  end
@@ -79,13 +79,13 @@ describe MergeATSClient::RemoteUser do
79
79
  end
80
80
  end
81
81
 
82
- describe 'test attribute "field_mappings"' do
82
+ describe 'test attribute "modified_at"' do
83
83
  it 'should work' do
84
84
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
85
85
  end
86
86
  end
87
87
 
88
- describe 'test attribute "modified_at"' do
88
+ describe 'test attribute "field_mappings"' do
89
89
  it 'should work' do
90
90
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
91
91
  end
@@ -103,13 +103,13 @@ describe MergeATSClient::ScheduledInterview do
103
103
  end
104
104
  end
105
105
 
106
- describe 'test attribute "field_mappings"' do
106
+ describe 'test attribute "modified_at"' do
107
107
  it 'should work' do
108
108
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
109
109
  end
110
110
  end
111
111
 
112
- describe 'test attribute "modified_at"' do
112
+ describe 'test attribute "field_mappings"' do
113
113
  it 'should work' do
114
114
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
115
115
  end
@@ -79,13 +79,13 @@ describe MergeATSClient::Scorecard do
79
79
  end
80
80
  end
81
81
 
82
- describe 'test attribute "field_mappings"' do
82
+ describe 'test attribute "modified_at"' do
83
83
  it 'should work' do
84
84
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
85
85
  end
86
86
  end
87
87
 
88
- describe 'test attribute "modified_at"' do
88
+ describe 'test attribute "field_mappings"' do
89
89
  it 'should work' do
90
90
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
91
91
  end
@@ -43,13 +43,13 @@ describe MergeATSClient::Tag do
43
43
  end
44
44
  end
45
45
 
46
- describe 'test attribute "field_mappings"' do
46
+ describe 'test attribute "modified_at"' do
47
47
  it 'should work' do
48
48
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
49
49
  end
50
50
  end
51
51
 
52
- describe 'test attribute "modified_at"' do
52
+ describe 'test attribute "field_mappings"' do
53
53
  it 'should work' do
54
54
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
55
55
  end
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: 3.0.2
4
+ version: 3.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-06-26 00:00:00.000000000 Z
11
+ date: 2023-08-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -82,6 +82,8 @@ files:
82
82
  - docs/ApplicationRequest.md
83
83
  - docs/ApplicationResponse.md
84
84
  - docs/ApplicationsApi.md
85
+ - docs/AsyncPassthroughApi.md
86
+ - docs/AsyncPassthroughReciept.md
85
87
  - docs/Attachment.md
86
88
  - docs/AttachmentEndpointRequest.md
87
89
  - docs/AttachmentRequest.md
@@ -171,6 +173,8 @@ files:
171
173
  - docs/PaginatedSyncStatusList.md
172
174
  - docs/PaginatedTagList.md
173
175
  - docs/PassthroughApi.md
176
+ - docs/PatchedCandidateEndpointRequest.md
177
+ - docs/PatchedCandidateRequest.md
174
178
  - docs/PhoneNumber.md
175
179
  - docs/PhoneNumberRequest.md
176
180
  - docs/PhoneNumberTypeEnum.md
@@ -219,6 +223,7 @@ files:
219
223
  - lib/merge_ats_client/api/account_token_api.rb
220
224
  - lib/merge_ats_client/api/activities_api.rb
221
225
  - lib/merge_ats_client/api/applications_api.rb
226
+ - lib/merge_ats_client/api/async_passthrough_api.rb
222
227
  - lib/merge_ats_client/api/attachments_api.rb
223
228
  - lib/merge_ats_client/api/available_actions_api.rb
224
229
  - lib/merge_ats_client/api/candidates_api.rb
@@ -263,6 +268,7 @@ files:
263
268
  - lib/merge_ats_client/models/application_endpoint_request.rb
264
269
  - lib/merge_ats_client/models/application_request.rb
265
270
  - lib/merge_ats_client/models/application_response.rb
271
+ - lib/merge_ats_client/models/async_passthrough_reciept.rb
266
272
  - lib/merge_ats_client/models/attachment.rb
267
273
  - lib/merge_ats_client/models/attachment_endpoint_request.rb
268
274
  - lib/merge_ats_client/models/attachment_request.rb
@@ -335,6 +341,8 @@ files:
335
341
  - lib/merge_ats_client/models/paginated_scorecard_list.rb
336
342
  - lib/merge_ats_client/models/paginated_sync_status_list.rb
337
343
  - lib/merge_ats_client/models/paginated_tag_list.rb
344
+ - lib/merge_ats_client/models/patched_candidate_endpoint_request.rb
345
+ - lib/merge_ats_client/models/patched_candidate_request.rb
338
346
  - lib/merge_ats_client/models/phone_number.rb
339
347
  - lib/merge_ats_client/models/phone_number_request.rb
340
348
  - lib/merge_ats_client/models/phone_number_type_enum.rb
@@ -375,6 +383,7 @@ files:
375
383
  - spec/api/account_token_api_spec.rb
376
384
  - spec/api/activities_api_spec.rb
377
385
  - spec/api/applications_api_spec.rb
386
+ - spec/api/async_passthrough_api_spec.rb
378
387
  - spec/api/attachments_api_spec.rb
379
388
  - spec/api/available_actions_api_spec.rb
380
389
  - spec/api/candidates_api_spec.rb
@@ -418,6 +427,7 @@ files:
418
427
  - spec/models/application_request_spec.rb
419
428
  - spec/models/application_response_spec.rb
420
429
  - spec/models/application_spec.rb
430
+ - spec/models/async_passthrough_reciept_spec.rb
421
431
  - spec/models/attachment_endpoint_request_spec.rb
422
432
  - spec/models/attachment_request_spec.rb
423
433
  - spec/models/attachment_response_spec.rb
@@ -489,6 +499,8 @@ files:
489
499
  - spec/models/paginated_scorecard_list_spec.rb
490
500
  - spec/models/paginated_sync_status_list_spec.rb
491
501
  - spec/models/paginated_tag_list_spec.rb
502
+ - spec/models/patched_candidate_endpoint_request_spec.rb
503
+ - spec/models/patched_candidate_request_spec.rb
492
504
  - spec/models/phone_number_request_spec.rb
493
505
  - spec/models/phone_number_spec.rb
494
506
  - spec/models/phone_number_type_enum_spec.rb
@@ -547,155 +559,159 @@ signing_key:
547
559
  specification_version: 4
548
560
  summary: Merge ATS API Ruby Gem
549
561
  test_files:
550
- - spec/api/eeocs_api_spec.rb
551
- - spec/api/delete_account_api_spec.rb
562
+ - spec/api/sync_status_api_spec.rb
563
+ - spec/api/async_passthrough_api_spec.rb
552
564
  - spec/api/force_resync_api_spec.rb
565
+ - spec/api/offers_api_spec.rb
566
+ - spec/api/activities_api_spec.rb
567
+ - spec/api/interviews_api_spec.rb
568
+ - spec/api/selective_sync_api_spec.rb
569
+ - spec/api/job_interview_stages_api_spec.rb
553
570
  - spec/api/attachments_api_spec.rb
554
- - spec/api/tags_api_spec.rb
555
- - spec/api/account_token_api_spec.rb
556
- - spec/api/users_api_spec.rb
557
- - spec/api/link_token_api_spec.rb
558
- - spec/api/sync_status_api_spec.rb
559
- - spec/api/passthrough_api_spec.rb
560
571
  - spec/api/scorecards_api_spec.rb
561
- - spec/api/webhook_receivers_api_spec.rb
562
- - spec/api/candidates_api_spec.rb
563
- - spec/api/activities_api_spec.rb
564
- - spec/api/offers_api_spec.rb
572
+ - spec/api/account_token_api_spec.rb
573
+ - spec/api/delete_account_api_spec.rb
565
574
  - spec/api/available_actions_api_spec.rb
566
- - spec/api/jobs_api_spec.rb
567
- - spec/api/account_details_api_spec.rb
568
575
  - spec/api/reject_reasons_api_spec.rb
576
+ - spec/api/candidates_api_spec.rb
577
+ - spec/api/users_api_spec.rb
578
+ - spec/api/link_token_api_spec.rb
579
+ - spec/api/eeocs_api_spec.rb
569
580
  - spec/api/departments_api_spec.rb
570
- - spec/api/interviews_api_spec.rb
571
- - spec/api/selective_sync_api_spec.rb
572
- - spec/api/linked_accounts_api_spec.rb
573
- - spec/api/applications_api_spec.rb
574
581
  - spec/api/generate_key_api_spec.rb
575
- - spec/api/job_interview_stages_api_spec.rb
582
+ - spec/api/applications_api_spec.rb
576
583
  - spec/api/issues_api_spec.rb
584
+ - spec/api/jobs_api_spec.rb
585
+ - spec/api/webhook_receivers_api_spec.rb
577
586
  - spec/api/offices_api_spec.rb
587
+ - spec/api/tags_api_spec.rb
588
+ - spec/api/passthrough_api_spec.rb
578
589
  - spec/api/regenerate_key_api_spec.rb
590
+ - spec/api/linked_accounts_api_spec.rb
591
+ - spec/api/account_details_api_spec.rb
579
592
  - spec/api_client_spec.rb
580
593
  - spec/configuration_spec.rb
581
- - spec/models/warning_validation_problem_spec.rb
594
+ - spec/models/paginated_candidate_list_spec.rb
595
+ - spec/models/linked_account_condition_spec.rb
596
+ - spec/models/category_enum_spec.rb
582
597
  - spec/models/url_spec.rb
583
- - spec/models/sync_status_status_enum_spec.rb
584
- - spec/models/office_spec.rb
585
- - spec/models/paginated_activity_list_spec.rb
586
- - spec/models/application_response_spec.rb
587
- - spec/models/webhook_receiver_spec.rb
588
- - spec/models/department_spec.rb
589
- - spec/models/phone_number_request_spec.rb
590
- - spec/models/gender_enum_spec.rb
591
- - spec/models/attachment_type_enum_spec.rb
592
- - spec/models/attachment_endpoint_request_spec.rb
593
- - spec/models/data_passthrough_request_spec.rb
598
+ - spec/models/url_request_spec.rb
599
+ - spec/models/model_operation_spec.rb
600
+ - spec/models/account_details_and_actions_integration_spec.rb
601
+ - spec/models/condition_schema_spec.rb
602
+ - spec/models/job_spec.rb
603
+ - spec/models/response_type_enum_spec.rb
604
+ - spec/models/paginated_scheduled_interview_list_spec.rb
594
605
  - spec/models/remote_response_spec.rb
595
- - spec/models/operator_schema_spec.rb
596
- - spec/models/category_enum_spec.rb
597
- - spec/models/paginated_issue_list_spec.rb
598
- - spec/models/scheduled_interview_endpoint_request_spec.rb
606
+ - spec/models/tag_spec.rb
607
+ - spec/models/categories_enum_spec.rb
608
+ - spec/models/paginated_department_list_spec.rb
609
+ - spec/models/warning_validation_problem_spec.rb
610
+ - spec/models/veteran_status_enum_spec.rb
611
+ - spec/models/meta_response_spec.rb
612
+ - spec/models/disability_status_enum_spec.rb
613
+ - spec/models/remote_key_for_regeneration_request_spec.rb
614
+ - spec/models/application_endpoint_request_spec.rb
615
+ - spec/models/enabled_actions_enum_spec.rb
616
+ - spec/models/common_model_scopes_body_request_spec.rb
617
+ - spec/models/paginated_office_list_spec.rb
599
618
  - spec/models/attachment_response_spec.rb
600
- - spec/models/offer_spec.rb
601
- - spec/models/account_details_and_actions_status_enum_spec.rb
602
- - spec/models/account_details_and_actions_spec.rb
603
- - spec/models/activity_type_enum_spec.rb
604
- - spec/models/activity_endpoint_request_spec.rb
605
- - spec/models/paginated_offer_list_spec.rb
606
- - spec/models/access_role_enum_spec.rb
607
- - spec/models/model_operation_spec.rb
608
- - spec/models/email_address_type_enum_spec.rb
609
- - spec/models/available_actions_spec.rb
619
+ - spec/models/eeoc_spec.rb
610
620
  - spec/models/paginated_condition_schema_list_spec.rb
611
- - spec/models/account_token_spec.rb
612
- - spec/models/generate_remote_key_request_spec.rb
613
- - spec/models/paginated_account_details_and_actions_list_spec.rb
614
- - spec/models/common_model_scopes_body_request_spec.rb
615
- - spec/models/reject_reason_spec.rb
616
- - spec/models/attachment_request_spec.rb
617
- - spec/models/account_details_spec.rb
618
- - spec/models/issue_spec.rb
619
- - spec/models/linked_account_selective_sync_configuration_list_request_spec.rb
621
+ - spec/models/attachment_spec.rb
622
+ - spec/models/activity_type_enum_spec.rb
623
+ - spec/models/candidate_request_spec.rb
624
+ - spec/models/data_passthrough_request_spec.rb
625
+ - spec/models/department_spec.rb
620
626
  - spec/models/paginated_sync_status_list_spec.rb
621
- - spec/models/email_address_request_spec.rb
622
- - spec/models/paginated_job_interview_stage_list_spec.rb
623
- - spec/models/candidate_endpoint_request_spec.rb
624
- - spec/models/account_integration_spec.rb
625
- - spec/models/issue_status_enum_spec.rb
626
- - spec/models/linked_account_condition_request_spec.rb
627
- - spec/models/url_type_enum_spec.rb
628
- - spec/models/job_status_enum_spec.rb
629
- - spec/models/paginated_attachment_list_spec.rb
630
- - spec/models/phone_number_type_enum_spec.rb
627
+ - spec/models/scheduled_interview_response_spec.rb
631
628
  - spec/models/scheduled_interview_status_enum_spec.rb
629
+ - spec/models/ignore_common_model_request_spec.rb
630
+ - spec/models/activity_endpoint_request_spec.rb
631
+ - spec/models/error_validation_problem_spec.rb
632
+ - spec/models/issue_status_enum_spec.rb
633
+ - spec/models/office_spec.rb
634
+ - spec/models/operator_schema_spec.rb
635
+ - spec/models/application_response_spec.rb
636
+ - spec/models/email_address_spec.rb
632
637
  - spec/models/visibility_enum_spec.rb
633
- - spec/models/activity_request_spec.rb
634
- - spec/models/remote_key_spec.rb
635
- - spec/models/condition_schema_spec.rb
636
- - spec/models/application_spec.rb
637
- - spec/models/application_request_spec.rb
638
- - spec/models/selective_sync_configurations_usage_enum_spec.rb
639
- - spec/models/account_details_and_actions_integration_spec.rb
638
+ - spec/models/paginated_offer_list_spec.rb
639
+ - spec/models/candidate_endpoint_request_spec.rb
640
+ - spec/models/debug_model_log_summary_spec.rb
640
641
  - spec/models/paginated_remote_user_list_spec.rb
641
- - spec/models/url_request_spec.rb
642
- - spec/models/paginated_job_list_spec.rb
643
- - spec/models/meta_response_spec.rb
644
- - spec/models/eeoc_spec.rb
645
- - spec/models/paginated_candidate_list_spec.rb
646
- - spec/models/paginated_application_list_spec.rb
647
- - spec/models/encoding_enum_spec.rb
648
- - spec/models/job_spec.rb
649
- - spec/models/disability_status_enum_spec.rb
650
- - spec/models/veteran_status_enum_spec.rb
651
- - spec/models/error_validation_problem_spec.rb
652
- - spec/models/scheduled_interview_spec.rb
653
- - spec/models/scorecard_spec.rb
654
- - spec/models/sync_status_spec.rb
655
- - spec/models/paginated_office_list_spec.rb
656
- - spec/models/paginated_scheduled_interview_list_spec.rb
657
- - spec/models/response_type_enum_spec.rb
658
- - spec/models/webhook_receiver_request_spec.rb
659
- - spec/models/activity_spec.rb
660
- - spec/models/overall_recommendation_enum_spec.rb
642
+ - spec/models/scheduled_interview_endpoint_request_spec.rb
643
+ - spec/models/update_application_stage_request_spec.rb
661
644
  - spec/models/end_user_details_request_spec.rb
662
- - spec/models/offer_status_enum_spec.rb
663
- - spec/models/attachment_spec.rb
664
- - spec/models/activity_response_spec.rb
665
- - spec/models/linked_account_selective_sync_configuration_spec.rb
666
- - spec/models/linked_account_condition_spec.rb
667
- - spec/models/paginated_reject_reason_list_spec.rb
645
+ - spec/models/paginated_job_interview_stage_list_spec.rb
646
+ - spec/models/async_passthrough_reciept_spec.rb
647
+ - spec/models/linked_account_selective_sync_configuration_list_request_spec.rb
648
+ - spec/models/encoding_enum_spec.rb
668
649
  - spec/models/remote_user_spec.rb
669
- - spec/models/enabled_actions_enum_spec.rb
650
+ - spec/models/account_details_and_actions_status_enum_spec.rb
651
+ - spec/models/linked_account_selective_sync_configuration_spec.rb
652
+ - spec/models/scorecard_spec.rb
653
+ - spec/models/available_actions_spec.rb
670
654
  - spec/models/job_interview_stage_spec.rb
671
- - spec/models/condition_type_enum_spec.rb
672
- - spec/models/paginated_scorecard_list_spec.rb
673
- - spec/models/linked_account_status_spec.rb
674
- - spec/models/linked_account_selective_sync_configuration_request_spec.rb
675
- - spec/models/request_format_enum_spec.rb
676
- - spec/models/reason_enum_spec.rb
677
- - spec/models/categories_enum_spec.rb
678
- - spec/models/paginated_tag_list_spec.rb
679
- - spec/models/application_endpoint_request_spec.rb
680
- - spec/models/debug_mode_log_spec.rb
681
- - spec/models/tag_spec.rb
682
- - spec/models/update_application_stage_request_spec.rb
683
- - spec/models/scheduled_interview_request_spec.rb
655
+ - spec/models/paginated_issue_list_spec.rb
656
+ - spec/models/phone_number_type_enum_spec.rb
657
+ - spec/models/application_spec.rb
684
658
  - spec/models/candidate_spec.rb
685
- - spec/models/candidate_request_spec.rb
686
- - spec/models/scheduled_interview_response_spec.rb
687
- - spec/models/link_token_spec.rb
688
- - spec/models/email_address_spec.rb
659
+ - spec/models/attachment_type_enum_spec.rb
660
+ - spec/models/scheduled_interview_spec.rb
689
661
  - spec/models/race_enum_spec.rb
690
- - spec/models/remote_key_for_regeneration_request_spec.rb
662
+ - spec/models/paginated_scorecard_list_spec.rb
663
+ - spec/models/offer_status_enum_spec.rb
664
+ - spec/models/attachment_endpoint_request_spec.rb
665
+ - spec/models/candidate_response_spec.rb
691
666
  - spec/models/multipart_form_field_request_spec.rb
692
- - spec/models/ignore_common_model_request_spec.rb
693
- - spec/models/paginated_eeoc_list_spec.rb
694
- - spec/models/debug_model_log_summary_spec.rb
667
+ - spec/models/offer_spec.rb
668
+ - spec/models/webhook_receiver_spec.rb
669
+ - spec/models/reason_enum_spec.rb
670
+ - spec/models/account_details_and_actions_spec.rb
671
+ - spec/models/attachment_request_spec.rb
695
672
  - spec/models/method_enum_spec.rb
673
+ - spec/models/activity_spec.rb
674
+ - spec/models/condition_type_enum_spec.rb
675
+ - spec/models/linked_account_status_spec.rb
676
+ - spec/models/email_address_type_enum_spec.rb
677
+ - spec/models/remote_data_spec.rb
678
+ - spec/models/link_token_spec.rb
679
+ - spec/models/debug_mode_log_spec.rb
680
+ - spec/models/paginated_eeoc_list_spec.rb
681
+ - spec/models/webhook_receiver_request_spec.rb
682
+ - spec/models/issue_spec.rb
683
+ - spec/models/paginated_reject_reason_list_spec.rb
684
+ - spec/models/gender_enum_spec.rb
685
+ - spec/models/patched_candidate_endpoint_request_spec.rb
696
686
  - spec/models/validation_problem_source_spec.rb
697
- - spec/models/paginated_department_list_spec.rb
687
+ - spec/models/sync_status_status_enum_spec.rb
698
688
  - spec/models/phone_number_spec.rb
699
- - spec/models/candidate_response_spec.rb
700
- - spec/models/remote_data_spec.rb
689
+ - spec/models/request_format_enum_spec.rb
690
+ - spec/models/linked_account_condition_request_spec.rb
691
+ - spec/models/selective_sync_configurations_usage_enum_spec.rb
692
+ - spec/models/sync_status_spec.rb
693
+ - spec/models/patched_candidate_request_spec.rb
694
+ - spec/models/paginated_application_list_spec.rb
695
+ - spec/models/generate_remote_key_request_spec.rb
696
+ - spec/models/account_token_spec.rb
697
+ - spec/models/url_type_enum_spec.rb
698
+ - spec/models/account_integration_spec.rb
699
+ - spec/models/job_status_enum_spec.rb
700
+ - spec/models/paginated_tag_list_spec.rb
701
+ - spec/models/email_address_request_spec.rb
702
+ - spec/models/activity_response_spec.rb
703
+ - spec/models/reject_reason_spec.rb
704
+ - spec/models/paginated_activity_list_spec.rb
705
+ - spec/models/paginated_job_list_spec.rb
706
+ - spec/models/access_role_enum_spec.rb
707
+ - spec/models/paginated_account_details_and_actions_list_spec.rb
708
+ - spec/models/linked_account_selective_sync_configuration_request_spec.rb
709
+ - spec/models/scheduled_interview_request_spec.rb
710
+ - spec/models/remote_key_spec.rb
711
+ - spec/models/activity_request_spec.rb
712
+ - spec/models/application_request_spec.rb
713
+ - spec/models/phone_number_request_spec.rb
714
+ - spec/models/account_details_spec.rb
715
+ - spec/models/paginated_attachment_list_spec.rb
716
+ - spec/models/overall_recommendation_enum_spec.rb
701
717
  - spec/spec_helper.rb