merge_ats_client 2.0.1 → 3.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (237) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE.md +16 -0
  3. data/README.md +186 -167
  4. data/docs/AccountIntegration.md +6 -2
  5. data/docs/ActivitiesApi.md +164 -8
  6. data/docs/Activity.md +12 -6
  7. data/docs/ActivityEndpointRequest.md +20 -0
  8. data/docs/ActivityRequest.md +32 -0
  9. data/docs/ActivityResponse.md +24 -0
  10. data/docs/Application.md +12 -10
  11. data/docs/ApplicationRequest.md +5 -9
  12. data/docs/ApplicationsApi.md +4 -4
  13. data/docs/Attachment.md +8 -4
  14. data/docs/AttachmentRequest.md +1 -3
  15. data/docs/AttachmentsApi.md +13 -9
  16. data/docs/Candidate.md +8 -6
  17. data/docs/CandidateRequest.md +1 -9
  18. data/docs/CandidatesApi.md +16 -13
  19. data/docs/CommonModelScopesBodyRequest.md +22 -0
  20. data/docs/ConditionSchema.md +30 -0
  21. data/docs/ConditionTypeEnum.md +15 -0
  22. data/docs/DataPassthroughRequest.md +1 -1
  23. data/docs/Department.md +7 -3
  24. data/docs/DepartmentsApi.md +4 -4
  25. data/docs/EEOC.md +12 -8
  26. data/docs/EeocsApi.md +13 -9
  27. data/docs/EmailAddress.md +4 -2
  28. data/docs/EmailAddressRequest.md +6 -2
  29. data/docs/EnabledActionsEnum.md +15 -0
  30. data/docs/EndUserDetailsRequest.md +5 -3
  31. data/docs/ForceResyncApi.md +1 -1
  32. data/docs/InterviewsApi.md +165 -9
  33. data/docs/Issue.md +10 -8
  34. data/docs/IssuesApi.md +6 -6
  35. data/docs/Job.md +8 -4
  36. data/docs/JobInterviewStage.md +10 -4
  37. data/docs/JobInterviewStagesApi.md +4 -4
  38. data/docs/JobsApi.md +16 -10
  39. data/docs/LinkToken.md +1 -1
  40. data/docs/LinkedAccountCondition.md +28 -0
  41. data/docs/LinkedAccountConditionRequest.md +22 -0
  42. data/docs/LinkedAccountSelectiveSyncConfiguration.md +18 -0
  43. data/docs/LinkedAccountSelectiveSyncConfigurationListRequest.md +18 -0
  44. data/docs/LinkedAccountSelectiveSyncConfigurationRequest.md +18 -0
  45. data/docs/LinkedAccountsApi.md +2 -2
  46. data/docs/MetaResponse.md +2 -0
  47. data/docs/MultipartFormFieldRequest.md +1 -1
  48. data/docs/Offer.md +10 -6
  49. data/docs/OffersApi.md +13 -9
  50. data/docs/Office.md +7 -3
  51. data/docs/OfficesApi.md +4 -4
  52. data/docs/OperatorSchema.md +20 -0
  53. data/docs/PaginatedConditionSchemaList.md +22 -0
  54. data/docs/PhoneNumber.md +4 -2
  55. data/docs/PhoneNumberRequest.md +6 -2
  56. data/docs/RejectReason.md +7 -3
  57. data/docs/RejectReasonsApi.md +4 -4
  58. data/docs/RemoteUser.md +8 -4
  59. data/docs/ScheduledInterview.md +11 -7
  60. data/docs/ScheduledInterviewEndpointRequest.md +20 -0
  61. data/docs/ScheduledInterviewRequest.md +36 -0
  62. data/docs/ScheduledInterviewResponse.md +24 -0
  63. data/docs/Scorecard.md +11 -7
  64. data/docs/ScorecardsApi.md +13 -9
  65. data/docs/SelectiveSyncApi.md +233 -0
  66. data/docs/SelectiveSyncConfigurationsUsageEnum.md +15 -0
  67. data/docs/SyncStatus.md +3 -1
  68. data/docs/SyncStatusApi.md +1 -1
  69. data/docs/Tag.md +7 -3
  70. data/docs/TagsApi.md +4 -4
  71. data/docs/Url.md +4 -2
  72. data/docs/UrlRequest.md +6 -2
  73. data/docs/UsersApi.md +13 -9
  74. data/lib/merge_ats_client/api/activities_api.rb +160 -8
  75. data/lib/merge_ats_client/api/applications_api.rb +4 -4
  76. data/lib/merge_ats_client/api/attachments_api.rb +22 -8
  77. data/lib/merge_ats_client/api/candidates_api.rb +15 -11
  78. data/lib/merge_ats_client/api/departments_api.rb +4 -4
  79. data/lib/merge_ats_client/api/eeocs_api.rb +22 -8
  80. data/lib/merge_ats_client/api/force_resync_api.rb +2 -2
  81. data/lib/merge_ats_client/api/interviews_api.rb +160 -8
  82. data/lib/merge_ats_client/api/issues_api.rb +6 -6
  83. data/lib/merge_ats_client/api/job_interview_stages_api.rb +4 -4
  84. data/lib/merge_ats_client/api/jobs_api.rb +27 -10
  85. data/lib/merge_ats_client/api/linked_accounts_api.rb +3 -3
  86. data/lib/merge_ats_client/api/offers_api.rb +22 -8
  87. data/lib/merge_ats_client/api/offices_api.rb +4 -4
  88. data/lib/merge_ats_client/api/reject_reasons_api.rb +4 -4
  89. data/lib/merge_ats_client/api/scorecards_api.rb +22 -8
  90. data/lib/merge_ats_client/api/selective_sync_api.rb +225 -0
  91. data/lib/merge_ats_client/api/sync_status_api.rb +2 -2
  92. data/lib/merge_ats_client/api/tags_api.rb +4 -4
  93. data/lib/merge_ats_client/api/users_api.rb +22 -8
  94. data/lib/merge_ats_client/models/access_role_enum.rb +1 -1
  95. data/lib/merge_ats_client/models/account_details_and_actions_status_enum.rb +1 -1
  96. data/lib/merge_ats_client/models/account_integration.rb +30 -8
  97. data/lib/merge_ats_client/models/activity.rb +50 -16
  98. data/lib/merge_ats_client/models/activity_endpoint_request.rb +237 -0
  99. data/lib/merge_ats_client/models/activity_request.rb +300 -0
  100. data/lib/merge_ats_client/models/activity_response.rb +266 -0
  101. data/lib/merge_ats_client/models/activity_type_enum.rb +1 -1
  102. data/lib/merge_ats_client/models/application.rb +40 -26
  103. data/lib/merge_ats_client/models/application_request.rb +7 -26
  104. data/lib/merge_ats_client/models/attachment.rb +38 -16
  105. data/lib/merge_ats_client/models/attachment_request.rb +3 -14
  106. data/lib/merge_ats_client/models/attachment_type_enum.rb +1 -1
  107. data/lib/merge_ats_client/models/candidate.rb +36 -27
  108. data/lib/merge_ats_client/models/candidate_request.rb +3 -49
  109. data/lib/merge_ats_client/models/categories_enum.rb +4 -2
  110. data/lib/merge_ats_client/models/category_enum.rb +4 -2
  111. data/lib/merge_ats_client/models/common_model_scopes_body_request.rb +274 -0
  112. data/lib/merge_ats_client/models/condition_schema.rb +298 -0
  113. data/lib/merge_ats_client/models/condition_type_enum.rb +50 -0
  114. data/lib/merge_ats_client/models/data_passthrough_request.rb +1 -0
  115. data/lib/merge_ats_client/models/department.rb +36 -14
  116. data/lib/merge_ats_client/models/disability_status_enum.rb +1 -1
  117. data/lib/merge_ats_client/models/eeoc.rb +42 -19
  118. data/lib/merge_ats_client/models/email_address.rb +16 -6
  119. data/lib/merge_ats_client/models/email_address_request.rb +30 -6
  120. data/lib/merge_ats_client/models/email_address_type_enum.rb +1 -1
  121. data/lib/merge_ats_client/models/enabled_actions_enum.rb +45 -0
  122. data/lib/merge_ats_client/models/encoding_enum.rb +1 -1
  123. data/lib/merge_ats_client/models/end_user_details_request.rb +20 -7
  124. data/lib/merge_ats_client/models/gender_enum.rb +1 -1
  125. data/lib/merge_ats_client/models/issue.rb +16 -4
  126. data/lib/merge_ats_client/models/job.rb +38 -16
  127. data/lib/merge_ats_client/models/job_interview_stage.rb +72 -15
  128. data/lib/merge_ats_client/models/job_status_enum.rb +1 -1
  129. data/lib/merge_ats_client/models/link_token.rb +0 -5
  130. data/lib/merge_ats_client/models/linked_account_condition.rb +282 -0
  131. data/lib/merge_ats_client/models/linked_account_condition_request.rb +269 -0
  132. data/lib/merge_ats_client/models/linked_account_selective_sync_configuration.rb +221 -0
  133. data/lib/merge_ats_client/models/linked_account_selective_sync_configuration_list_request.rb +226 -0
  134. data/lib/merge_ats_client/models/linked_account_selective_sync_configuration_request.rb +226 -0
  135. data/lib/merge_ats_client/models/meta_response.rb +12 -1
  136. data/lib/merge_ats_client/models/method_enum.rb +1 -1
  137. data/lib/merge_ats_client/models/multipart_form_field_request.rb +1 -1
  138. data/lib/merge_ats_client/models/offer.rb +40 -16
  139. data/lib/merge_ats_client/models/offer_status_enum.rb +1 -1
  140. data/lib/merge_ats_client/models/office.rb +37 -15
  141. data/lib/merge_ats_client/models/operator_schema.rb +229 -0
  142. data/lib/merge_ats_client/models/overall_recommendation_enum.rb +1 -1
  143. data/lib/merge_ats_client/models/paginated_condition_schema_list.rb +240 -0
  144. data/lib/merge_ats_client/models/phone_number.rb +16 -6
  145. data/lib/merge_ats_client/models/phone_number_request.rb +30 -6
  146. data/lib/merge_ats_client/models/phone_number_type_enum.rb +1 -1
  147. data/lib/merge_ats_client/models/race_enum.rb +1 -1
  148. data/lib/merge_ats_client/models/reason_enum.rb +1 -1
  149. data/lib/merge_ats_client/models/reject_reason.rb +37 -15
  150. data/lib/merge_ats_client/models/remote_user.rb +38 -16
  151. data/lib/merge_ats_client/models/request_format_enum.rb +1 -1
  152. data/lib/merge_ats_client/models/response_type_enum.rb +1 -1
  153. data/lib/merge_ats_client/models/scheduled_interview.rb +41 -16
  154. data/lib/merge_ats_client/models/scheduled_interview_endpoint_request.rb +237 -0
  155. data/lib/merge_ats_client/models/scheduled_interview_request.rb +323 -0
  156. data/lib/merge_ats_client/models/scheduled_interview_response.rb +266 -0
  157. data/lib/merge_ats_client/models/scheduled_interview_status_enum.rb +1 -1
  158. data/lib/merge_ats_client/models/scorecard.rb +41 -16
  159. data/lib/merge_ats_client/models/selective_sync_configurations_usage_enum.rb +45 -0
  160. data/lib/merge_ats_client/models/sync_status.rb +13 -4
  161. data/lib/merge_ats_client/models/sync_status_status_enum.rb +3 -2
  162. data/lib/merge_ats_client/models/tag.rb +36 -14
  163. data/lib/merge_ats_client/models/url.rb +17 -7
  164. data/lib/merge_ats_client/models/url_request.rb +31 -7
  165. data/lib/merge_ats_client/models/url_type_enum.rb +1 -1
  166. data/lib/merge_ats_client/models/veteran_status_enum.rb +1 -1
  167. data/lib/merge_ats_client/models/visibility_enum.rb +1 -1
  168. data/lib/merge_ats_client/version.rb +1 -1
  169. data/lib/merge_ats_client.rb +19 -1
  170. data/spec/api/activities_api_spec.rb +31 -4
  171. data/spec/api/applications_api_spec.rb +2 -2
  172. data/spec/api/attachments_api_spec.rb +6 -4
  173. data/spec/api/candidates_api_spec.rb +5 -3
  174. data/spec/api/departments_api_spec.rb +2 -2
  175. data/spec/api/eeocs_api_spec.rb +6 -4
  176. data/spec/api/force_resync_api_spec.rb +1 -1
  177. data/spec/api/interviews_api_spec.rb +31 -4
  178. data/spec/api/issues_api_spec.rb +3 -3
  179. data/spec/api/job_interview_stages_api_spec.rb +2 -2
  180. data/spec/api/jobs_api_spec.rb +8 -5
  181. data/spec/api/linked_accounts_api_spec.rb +1 -1
  182. data/spec/api/offers_api_spec.rb +6 -4
  183. data/spec/api/offices_api_spec.rb +2 -2
  184. data/spec/api/reject_reasons_api_spec.rb +2 -2
  185. data/spec/api/scorecards_api_spec.rb +6 -4
  186. data/spec/api/selective_sync_api_spec.rb +72 -0
  187. data/spec/api/sync_status_api_spec.rb +1 -1
  188. data/spec/api/tags_api_spec.rb +2 -2
  189. data/spec/api/users_api_spec.rb +6 -4
  190. data/spec/models/account_integration_spec.rb +12 -0
  191. data/spec/models/{ignore_common_model_spec.rb → activity_endpoint_request_spec.rb} +8 -8
  192. data/spec/models/activity_request_spec.rb +76 -0
  193. data/spec/models/activity_response_spec.rb +52 -0
  194. data/spec/models/activity_spec.rb +19 -1
  195. data/spec/models/application_request_spec.rb +0 -12
  196. data/spec/models/application_spec.rb +9 -3
  197. data/spec/models/attachment_request_spec.rb +0 -6
  198. data/spec/models/attachment_spec.rb +14 -2
  199. data/spec/models/candidate_request_spec.rb +0 -24
  200. data/spec/models/candidate_spec.rb +9 -3
  201. data/spec/models/common_model_scopes_body_request_spec.rb +46 -0
  202. data/spec/models/condition_schema_spec.rb +70 -0
  203. data/spec/models/condition_type_enum_spec.rb +28 -0
  204. data/spec/models/department_spec.rb +14 -2
  205. data/spec/models/eeoc_spec.rb +14 -2
  206. data/spec/models/email_address_request_spec.rb +12 -0
  207. data/spec/models/email_address_spec.rb +6 -0
  208. data/spec/models/enabled_actions_enum_spec.rb +28 -0
  209. data/spec/models/end_user_details_request_spec.rb +6 -0
  210. data/spec/models/issue_spec.rb +6 -0
  211. data/spec/models/job_interview_stage_spec.rb +19 -1
  212. data/spec/models/job_spec.rb +14 -2
  213. data/spec/models/linked_account_condition_request_spec.rb +46 -0
  214. data/spec/models/linked_account_condition_spec.rb +64 -0
  215. data/spec/models/linked_account_selective_sync_configuration_list_request_spec.rb +34 -0
  216. data/spec/models/linked_account_selective_sync_configuration_request_spec.rb +34 -0
  217. data/spec/models/linked_account_selective_sync_configuration_spec.rb +34 -0
  218. data/spec/models/meta_response_spec.rb +6 -0
  219. data/spec/models/offer_spec.rb +14 -2
  220. data/spec/models/office_spec.rb +14 -2
  221. data/spec/models/{remote_data_request_spec.rb → operator_schema_spec.rb} +8 -8
  222. data/spec/models/paginated_condition_schema_list_spec.rb +46 -0
  223. data/spec/models/phone_number_request_spec.rb +12 -0
  224. data/spec/models/phone_number_spec.rb +6 -0
  225. data/spec/models/reject_reason_spec.rb +14 -2
  226. data/spec/models/remote_user_spec.rb +14 -2
  227. data/spec/models/scheduled_interview_endpoint_request_spec.rb +40 -0
  228. data/spec/models/scheduled_interview_request_spec.rb +88 -0
  229. data/spec/models/scheduled_interview_response_spec.rb +52 -0
  230. data/spec/models/scheduled_interview_spec.rb +14 -2
  231. data/spec/models/scorecard_spec.rb +14 -2
  232. data/spec/models/selective_sync_configurations_usage_enum_spec.rb +28 -0
  233. data/spec/models/sync_status_spec.rb +6 -0
  234. data/spec/models/tag_spec.rb +14 -2
  235. data/spec/models/url_request_spec.rb +12 -0
  236. data/spec/models/url_spec.rb +6 -0
  237. metadata +182 -109
@@ -14,19 +14,23 @@ require 'date'
14
14
  require 'time'
15
15
 
16
16
  module MergeATSClient
17
- # # The Url Object ### Description The `Url` object is used to represent a candidate's website. ### Usage Example Fetch from the `GET Candidate` endpoint and view their website urls.
17
+ # # The Url Object ### Description The `Url` object is used to represent hyperlinks associated with the parent model. ### Usage Example Fetch from the `GET Candidate` endpoint and view their website urls.
18
18
  class Url
19
19
  # The site's url.
20
20
  attr_accessor :value
21
21
 
22
- # The type of site.
22
+ # The type of site. * `PERSONAL` - PERSONAL * `COMPANY` - COMPANY * `PORTFOLIO` - PORTFOLIO * `BLOG` - BLOG * `SOCIAL_MEDIA` - SOCIAL_MEDIA * `OTHER` - OTHER * `JOB_POSTING` - JOB_POSTING
23
23
  attr_accessor :url_type
24
24
 
25
+ # This is the datetime that this object was last updated by Merge
26
+ attr_accessor :modified_at
27
+
25
28
  # Attribute mapping from ruby-style variable name to JSON key.
26
29
  def self.attribute_map
27
30
  {
28
31
  :'value' => :'value',
29
- :'url_type' => :'url_type'
32
+ :'url_type' => :'url_type',
33
+ :'modified_at' => :'modified_at'
30
34
  }
31
35
  end
32
36
 
@@ -39,7 +43,8 @@ module MergeATSClient
39
43
  def self.openapi_types
40
44
  {
41
45
  :'value' => :'String',
42
- :'url_type' => :'UrlTypeEnum'
46
+ :'url_type' => :'UrlTypeEnum',
47
+ :'modified_at' => :'Time'
43
48
  }
44
49
  end
45
50
 
@@ -47,7 +52,7 @@ module MergeATSClient
47
52
  def self.openapi_nullable
48
53
  Set.new([
49
54
  :'value',
50
- :'url_type'
55
+ :'url_type',
51
56
  ])
52
57
  end
53
58
 
@@ -73,6 +78,10 @@ module MergeATSClient
73
78
  if attributes.key?(:'url_type')
74
79
  self.url_type = attributes[:'url_type']
75
80
  end
81
+
82
+ if attributes.key?(:'modified_at')
83
+ self.modified_at = attributes[:'modified_at']
84
+ end
76
85
  end
77
86
 
78
87
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -109,7 +118,8 @@ module MergeATSClient
109
118
  return true if self.equal?(o)
110
119
  self.class == o.class &&
111
120
  value == o.value &&
112
- url_type == o.url_type
121
+ url_type == o.url_type &&
122
+ modified_at == o.modified_at
113
123
  end
114
124
 
115
125
  # @see the `==` method
@@ -121,7 +131,7 @@ module MergeATSClient
121
131
  # Calculates hash code according to all attributes.
122
132
  # @return [Integer] Hash code
123
133
  def hash
124
- [value, url_type].hash
134
+ [value, url_type, modified_at].hash
125
135
  end
126
136
 
127
137
  # Builds the object from hash
@@ -14,19 +14,25 @@ require 'date'
14
14
  require 'time'
15
15
 
16
16
  module MergeATSClient
17
- # # The Url Object ### Description The `Url` object is used to represent a candidate's website. ### Usage Example Fetch from the `GET Candidate` endpoint and view their website urls.
17
+ # # The Url Object ### Description The `Url` object is used to represent hyperlinks associated with the parent model. ### Usage Example Fetch from the `GET Candidate` endpoint and view their website urls.
18
18
  class UrlRequest
19
19
  # The site's url.
20
20
  attr_accessor :value
21
21
 
22
- # The type of site.
22
+ # The type of site. * `PERSONAL` - PERSONAL * `COMPANY` - COMPANY * `PORTFOLIO` - PORTFOLIO * `BLOG` - BLOG * `SOCIAL_MEDIA` - SOCIAL_MEDIA * `OTHER` - OTHER * `JOB_POSTING` - JOB_POSTING
23
23
  attr_accessor :url_type
24
24
 
25
+ attr_accessor :integration_params
26
+
27
+ attr_accessor :linked_account_params
28
+
25
29
  # Attribute mapping from ruby-style variable name to JSON key.
26
30
  def self.attribute_map
27
31
  {
28
32
  :'value' => :'value',
29
- :'url_type' => :'url_type'
33
+ :'url_type' => :'url_type',
34
+ :'integration_params' => :'integration_params',
35
+ :'linked_account_params' => :'linked_account_params'
30
36
  }
31
37
  end
32
38
 
@@ -39,7 +45,9 @@ module MergeATSClient
39
45
  def self.openapi_types
40
46
  {
41
47
  :'value' => :'String',
42
- :'url_type' => :'UrlTypeEnum'
48
+ :'url_type' => :'UrlTypeEnum',
49
+ :'integration_params' => :'Hash<String, Object>',
50
+ :'linked_account_params' => :'Hash<String, Object>'
43
51
  }
44
52
  end
45
53
 
@@ -47,7 +55,9 @@ module MergeATSClient
47
55
  def self.openapi_nullable
48
56
  Set.new([
49
57
  :'value',
50
- :'url_type'
58
+ :'url_type',
59
+ :'integration_params',
60
+ :'linked_account_params'
51
61
  ])
52
62
  end
53
63
 
@@ -73,6 +83,18 @@ module MergeATSClient
73
83
  if attributes.key?(:'url_type')
74
84
  self.url_type = attributes[:'url_type']
75
85
  end
86
+
87
+ if attributes.key?(:'integration_params')
88
+ if (value = attributes[:'integration_params']).is_a?(Hash)
89
+ self.integration_params = value
90
+ end
91
+ end
92
+
93
+ if attributes.key?(:'linked_account_params')
94
+ if (value = attributes[:'linked_account_params']).is_a?(Hash)
95
+ self.linked_account_params = value
96
+ end
97
+ end
76
98
  end
77
99
 
78
100
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -109,7 +131,9 @@ module MergeATSClient
109
131
  return true if self.equal?(o)
110
132
  self.class == o.class &&
111
133
  value == o.value &&
112
- url_type == o.url_type
134
+ url_type == o.url_type &&
135
+ integration_params == o.integration_params &&
136
+ linked_account_params == o.linked_account_params
113
137
  end
114
138
 
115
139
  # @see the `==` method
@@ -121,7 +145,7 @@ module MergeATSClient
121
145
  # Calculates hash code according to all attributes.
122
146
  # @return [Integer] Hash code
123
147
  def hash
124
- [value, url_type].hash
148
+ [value, url_type, integration_params, linked_account_params].hash
125
149
  end
126
150
 
127
151
  # Builds the object from hash
@@ -43,7 +43,7 @@ module MergeATSClient
43
43
  end
44
44
 
45
45
  def self.build_from_hash(value)
46
- IssueStatusEnum.new.build_from_hash(value)
46
+ UrlTypeEnum.new.build_from_hash(value)
47
47
  end
48
48
  end
49
49
 
@@ -39,7 +39,7 @@ module MergeATSClient
39
39
  end
40
40
 
41
41
  def self.build_from_hash(value)
42
- IssueStatusEnum.new.build_from_hash(value)
42
+ VeteranStatusEnum.new.build_from_hash(value)
43
43
  end
44
44
  end
45
45
 
@@ -39,7 +39,7 @@ module MergeATSClient
39
39
  end
40
40
 
41
41
  def self.build_from_hash(value)
42
- IssueStatusEnum.new.build_from_hash(value)
42
+ VisibilityEnum.new.build_from_hash(value)
43
43
  end
44
44
  end
45
45
 
@@ -11,5 +11,5 @@ OpenAPI Generator version: 5.1.1
11
11
  =end
12
12
 
13
13
  module MergeATSClient
14
- VERSION = '2.0.1'
14
+ VERSION = '3.0.1'
15
15
  end
@@ -25,6 +25,9 @@ require 'merge_ats_client/models/account_details_and_actions_status_enum'
25
25
  require 'merge_ats_client/models/account_integration'
26
26
  require 'merge_ats_client/models/account_token'
27
27
  require 'merge_ats_client/models/activity'
28
+ require 'merge_ats_client/models/activity_endpoint_request'
29
+ require 'merge_ats_client/models/activity_request'
30
+ require 'merge_ats_client/models/activity_response'
28
31
  require 'merge_ats_client/models/activity_type_enum'
29
32
  require 'merge_ats_client/models/application'
30
33
  require 'merge_ats_client/models/application_endpoint_request'
@@ -42,6 +45,9 @@ require 'merge_ats_client/models/candidate_request'
42
45
  require 'merge_ats_client/models/candidate_response'
43
46
  require 'merge_ats_client/models/categories_enum'
44
47
  require 'merge_ats_client/models/category_enum'
48
+ require 'merge_ats_client/models/common_model_scopes_body_request'
49
+ require 'merge_ats_client/models/condition_schema'
50
+ require 'merge_ats_client/models/condition_type_enum'
45
51
  require 'merge_ats_client/models/data_passthrough_request'
46
52
  require 'merge_ats_client/models/debug_mode_log'
47
53
  require 'merge_ats_client/models/debug_model_log_summary'
@@ -51,12 +57,12 @@ require 'merge_ats_client/models/eeoc'
51
57
  require 'merge_ats_client/models/email_address'
52
58
  require 'merge_ats_client/models/email_address_request'
53
59
  require 'merge_ats_client/models/email_address_type_enum'
60
+ require 'merge_ats_client/models/enabled_actions_enum'
54
61
  require 'merge_ats_client/models/encoding_enum'
55
62
  require 'merge_ats_client/models/end_user_details_request'
56
63
  require 'merge_ats_client/models/error_validation_problem'
57
64
  require 'merge_ats_client/models/gender_enum'
58
65
  require 'merge_ats_client/models/generate_remote_key_request'
59
- require 'merge_ats_client/models/ignore_common_model'
60
66
  require 'merge_ats_client/models/ignore_common_model_request'
61
67
  require 'merge_ats_client/models/issue'
62
68
  require 'merge_ats_client/models/issue_status_enum'
@@ -64,6 +70,11 @@ require 'merge_ats_client/models/job'
64
70
  require 'merge_ats_client/models/job_interview_stage'
65
71
  require 'merge_ats_client/models/job_status_enum'
66
72
  require 'merge_ats_client/models/link_token'
73
+ require 'merge_ats_client/models/linked_account_condition'
74
+ require 'merge_ats_client/models/linked_account_condition_request'
75
+ require 'merge_ats_client/models/linked_account_selective_sync_configuration'
76
+ require 'merge_ats_client/models/linked_account_selective_sync_configuration_list_request'
77
+ require 'merge_ats_client/models/linked_account_selective_sync_configuration_request'
67
78
  require 'merge_ats_client/models/linked_account_status'
68
79
  require 'merge_ats_client/models/meta_response'
69
80
  require 'merge_ats_client/models/method_enum'
@@ -72,12 +83,14 @@ require 'merge_ats_client/models/multipart_form_field_request'
72
83
  require 'merge_ats_client/models/offer'
73
84
  require 'merge_ats_client/models/offer_status_enum'
74
85
  require 'merge_ats_client/models/office'
86
+ require 'merge_ats_client/models/operator_schema'
75
87
  require 'merge_ats_client/models/overall_recommendation_enum'
76
88
  require 'merge_ats_client/models/paginated_account_details_and_actions_list'
77
89
  require 'merge_ats_client/models/paginated_activity_list'
78
90
  require 'merge_ats_client/models/paginated_application_list'
79
91
  require 'merge_ats_client/models/paginated_attachment_list'
80
92
  require 'merge_ats_client/models/paginated_candidate_list'
93
+ require 'merge_ats_client/models/paginated_condition_schema_list'
81
94
  require 'merge_ats_client/models/paginated_department_list'
82
95
  require 'merge_ats_client/models/paginated_eeoc_list'
83
96
  require 'merge_ats_client/models/paginated_issue_list'
@@ -105,8 +118,12 @@ require 'merge_ats_client/models/remote_user'
105
118
  require 'merge_ats_client/models/request_format_enum'
106
119
  require 'merge_ats_client/models/response_type_enum'
107
120
  require 'merge_ats_client/models/scheduled_interview'
121
+ require 'merge_ats_client/models/scheduled_interview_endpoint_request'
122
+ require 'merge_ats_client/models/scheduled_interview_request'
123
+ require 'merge_ats_client/models/scheduled_interview_response'
108
124
  require 'merge_ats_client/models/scheduled_interview_status_enum'
109
125
  require 'merge_ats_client/models/scorecard'
126
+ require 'merge_ats_client/models/selective_sync_configurations_usage_enum'
110
127
  require 'merge_ats_client/models/sync_status'
111
128
  require 'merge_ats_client/models/sync_status_status_enum'
112
129
  require 'merge_ats_client/models/tag'
@@ -146,6 +163,7 @@ require 'merge_ats_client/api/passthrough_api'
146
163
  require 'merge_ats_client/api/regenerate_key_api'
147
164
  require 'merge_ats_client/api/reject_reasons_api'
148
165
  require 'merge_ats_client/api/scorecards_api'
166
+ require 'merge_ats_client/api/selective_sync_api'
149
167
  require 'merge_ats_client/api/sync_status_api'
150
168
  require 'merge_ats_client/api/tags_api'
151
169
  require 'merge_ats_client/api/users_api'
@@ -32,6 +32,20 @@ describe 'ActivitiesApi' do
32
32
  end
33
33
  end
34
34
 
35
+ # unit tests for activities_create
36
+ # Creates an &#x60;Activity&#x60; object with the given values.
37
+ # @param x_account_token Token identifying the end user.
38
+ # @param activity_endpoint_request
39
+ # @param [Hash] opts the optional parameters
40
+ # @option opts [Boolean] :is_debug_mode Whether to include debug fields (such as log file links) in the response.
41
+ # @option opts [Boolean] :run_async Whether or not third-party updates should be run asynchronously.
42
+ # @return [ActivityResponse]
43
+ describe 'activities_create test' do
44
+ it 'should work' do
45
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
46
+ end
47
+ end
48
+
35
49
  # unit tests for activities_list
36
50
  # Returns a list of &#x60;Activity&#x60; objects.
37
51
  # @param x_account_token Token identifying the end user.
@@ -42,11 +56,12 @@ describe 'ActivitiesApi' do
42
56
  # @option opts [String] :expand Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
43
57
  # @option opts [Boolean] :include_deleted_data Whether to include data that was marked as deleted by third party webhooks.
44
58
  # @option opts [Boolean] :include_remote_data Whether to include the original data Merge fetched from the third-party to produce these models.
45
- # @option opts [Time] :modified_after If provided, will only return objects modified after this datetime.
46
- # @option opts [Time] :modified_before If provided, will only return objects modified before this datetime.
59
+ # @option opts [Time] :modified_after If provided, only objects synced by Merge after this date time will be returned.
60
+ # @option opts [Time] :modified_before If provided, only objects synced by Merge before this date time will be returned.
47
61
  # @option opts [Integer] :page_size Number of results to return per page.
48
- # @option opts [String] :remote_fields Which fields should be returned in non-normalized form.
62
+ # @option opts [String] :remote_fields Deprecated. Use show_enum_origins.
49
63
  # @option opts [String] :remote_id The API provider&#39;s ID for the given object.
64
+ # @option opts [String] :show_enum_origins Which fields should be returned in non-normalized form.
50
65
  # @option opts [String] :user_id If provided, will only return activities done by this user.
51
66
  # @return [PaginatedActivityList]
52
67
  describe 'activities_list test' do
@@ -55,6 +70,17 @@ describe 'ActivitiesApi' do
55
70
  end
56
71
  end
57
72
 
73
+ # unit tests for activities_meta_post_retrieve
74
+ # Returns metadata for &#x60;Activity&#x60; POSTs.
75
+ # @param x_account_token Token identifying the end user.
76
+ # @param [Hash] opts the optional parameters
77
+ # @return [MetaResponse]
78
+ describe 'activities_meta_post_retrieve test' do
79
+ it 'should work' do
80
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
81
+ end
82
+ end
83
+
58
84
  # unit tests for activities_retrieve
59
85
  # Returns an &#x60;Activity&#x60; object with the given &#x60;id&#x60;.
60
86
  # @param x_account_token Token identifying the end user.
@@ -62,7 +88,8 @@ describe 'ActivitiesApi' do
62
88
  # @param [Hash] opts the optional parameters
63
89
  # @option opts [String] :expand Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
64
90
  # @option opts [Boolean] :include_remote_data Whether to include the original data Merge fetched from the third-party to produce these models.
65
- # @option opts [String] :remote_fields Which fields should be returned in non-normalized form.
91
+ # @option opts [String] :remote_fields Deprecated. Use show_enum_origins.
92
+ # @option opts [String] :show_enum_origins Which fields should be returned in non-normalized form.
66
93
  # @return [Activity]
67
94
  describe 'activities_retrieve test' do
68
95
  it 'should work' do
@@ -75,8 +75,8 @@ describe 'ApplicationsApi' do
75
75
  # @option opts [Boolean] :include_deleted_data Whether to include data that was marked as deleted by third party webhooks.
76
76
  # @option opts [Boolean] :include_remote_data Whether to include the original data Merge fetched from the third-party to produce these models.
77
77
  # @option opts [String] :job_id If provided, will only return applications for this job.
78
- # @option opts [Time] :modified_after If provided, will only return objects modified after this datetime.
79
- # @option opts [Time] :modified_before If provided, will only return objects modified before this datetime.
78
+ # @option opts [Time] :modified_after If provided, only objects synced by Merge after this date time will be returned.
79
+ # @option opts [Time] :modified_before If provided, only objects synced by Merge before this date time will be returned.
80
80
  # @option opts [Integer] :page_size Number of results to return per page.
81
81
  # @option opts [String] :reject_reason_id If provided, will only return applications with this reject reason.
82
82
  # @option opts [String] :remote_id The API provider&#39;s ID for the given object.
@@ -57,11 +57,12 @@ describe 'AttachmentsApi' do
57
57
  # @option opts [String] :expand Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
58
58
  # @option opts [Boolean] :include_deleted_data Whether to include data that was marked as deleted by third party webhooks.
59
59
  # @option opts [Boolean] :include_remote_data Whether to include the original data Merge fetched from the third-party to produce these models.
60
- # @option opts [Time] :modified_after If provided, will only return objects modified after this datetime.
61
- # @option opts [Time] :modified_before If provided, will only return objects modified before this datetime.
60
+ # @option opts [Time] :modified_after If provided, only objects synced by Merge after this date time will be returned.
61
+ # @option opts [Time] :modified_before If provided, only objects synced by Merge before this date time will be returned.
62
62
  # @option opts [Integer] :page_size Number of results to return per page.
63
- # @option opts [String] :remote_fields Which fields should be returned in non-normalized form.
63
+ # @option opts [String] :remote_fields Deprecated. Use show_enum_origins.
64
64
  # @option opts [String] :remote_id The API provider&#39;s ID for the given object.
65
+ # @option opts [String] :show_enum_origins Which fields should be returned in non-normalized form.
65
66
  # @return [PaginatedAttachmentList]
66
67
  describe 'attachments_list test' do
67
68
  it 'should work' do
@@ -87,7 +88,8 @@ describe 'AttachmentsApi' do
87
88
  # @param [Hash] opts the optional parameters
88
89
  # @option opts [String] :expand Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
89
90
  # @option opts [Boolean] :include_remote_data Whether to include the original data Merge fetched from the third-party to produce these models.
90
- # @option opts [String] :remote_fields Which fields should be returned in non-normalized form.
91
+ # @option opts [String] :remote_fields Deprecated. Use show_enum_origins.
92
+ # @option opts [String] :show_enum_origins Which fields should be returned in non-normalized form.
91
93
  # @return [Attachment]
92
94
  describe 'attachments_retrieve test' do
93
95
  it 'should work' do
@@ -52,7 +52,7 @@ describe 'CandidatesApi' do
52
52
  # @param model_id
53
53
  # @param ignore_common_model_request
54
54
  # @param [Hash] opts the optional parameters
55
- # @return [IgnoreCommonModel]
55
+ # @return [nil]
56
56
  describe 'candidates_ignore_create test' do
57
57
  it 'should work' do
58
58
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -66,15 +66,17 @@ describe 'CandidatesApi' do
66
66
  # @option opts [Time] :created_after If provided, will only return objects created after this datetime.
67
67
  # @option opts [Time] :created_before If provided, will only return objects created before this datetime.
68
68
  # @option opts [String] :cursor The pagination cursor value.
69
+ # @option opts [String] :email_addresses If provided, will only return candidates with these email addresses; multiple addresses can be separated by commas.
69
70
  # @option opts [String] :expand Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
70
71
  # @option opts [String] :first_name If provided, will only return candidates with this first name.
71
72
  # @option opts [Boolean] :include_deleted_data Whether to include data that was marked as deleted by third party webhooks.
72
73
  # @option opts [Boolean] :include_remote_data Whether to include the original data Merge fetched from the third-party to produce these models.
73
74
  # @option opts [String] :last_name If provided, will only return candidates with this last name.
74
- # @option opts [Time] :modified_after If provided, will only return objects modified after this datetime.
75
- # @option opts [Time] :modified_before If provided, will only return objects modified before this datetime.
75
+ # @option opts [Time] :modified_after If provided, only objects synced by Merge after this date time will be returned.
76
+ # @option opts [Time] :modified_before If provided, only objects synced by Merge before this date time will be returned.
76
77
  # @option opts [Integer] :page_size Number of results to return per page.
77
78
  # @option opts [String] :remote_id The API provider&#39;s ID for the given object.
79
+ # @option opts [String] :tags If provided, will only return candidates with these tags; multiple tags can be separated by commas.
78
80
  # @return [PaginatedCandidateList]
79
81
  describe 'candidates_list test' do
80
82
  it 'should work' do
@@ -41,8 +41,8 @@ describe 'DepartmentsApi' do
41
41
  # @option opts [String] :cursor The pagination cursor value.
42
42
  # @option opts [Boolean] :include_deleted_data Whether to include data that was marked as deleted by third party webhooks.
43
43
  # @option opts [Boolean] :include_remote_data Whether to include the original data Merge fetched from the third-party to produce these models.
44
- # @option opts [Time] :modified_after If provided, will only return objects modified after this datetime.
45
- # @option opts [Time] :modified_before If provided, will only return objects modified before this datetime.
44
+ # @option opts [Time] :modified_after If provided, only objects synced by Merge after this date time will be returned.
45
+ # @option opts [Time] :modified_before If provided, only objects synced by Merge before this date time will be returned.
46
46
  # @option opts [Integer] :page_size Number of results to return per page.
47
47
  # @option opts [String] :remote_id The API provider&#39;s ID for the given object.
48
48
  # @return [PaginatedDepartmentList]
@@ -43,11 +43,12 @@ describe 'EeocsApi' do
43
43
  # @option opts [String] :expand Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
44
44
  # @option opts [Boolean] :include_deleted_data Whether to include data that was marked as deleted by third party webhooks.
45
45
  # @option opts [Boolean] :include_remote_data Whether to include the original data Merge fetched from the third-party to produce these models.
46
- # @option opts [Time] :modified_after If provided, will only return objects modified after this datetime.
47
- # @option opts [Time] :modified_before If provided, will only return objects modified before this datetime.
46
+ # @option opts [Time] :modified_after If provided, only objects synced by Merge after this date time will be returned.
47
+ # @option opts [Time] :modified_before If provided, only objects synced by Merge before this date time will be returned.
48
48
  # @option opts [Integer] :page_size Number of results to return per page.
49
- # @option opts [String] :remote_fields Which fields should be returned in non-normalized form.
49
+ # @option opts [String] :remote_fields Deprecated. Use show_enum_origins.
50
50
  # @option opts [String] :remote_id The API provider&#39;s ID for the given object.
51
+ # @option opts [String] :show_enum_origins Which fields should be returned in non-normalized form.
51
52
  # @return [PaginatedEEOCList]
52
53
  describe 'eeocs_list test' do
53
54
  it 'should work' do
@@ -62,7 +63,8 @@ describe 'EeocsApi' do
62
63
  # @param [Hash] opts the optional parameters
63
64
  # @option opts [String] :expand Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
64
65
  # @option opts [Boolean] :include_remote_data Whether to include the original data Merge fetched from the third-party to produce these models.
65
- # @option opts [String] :remote_fields Which fields should be returned in non-normalized form.
66
+ # @option opts [String] :remote_fields Deprecated. Use show_enum_origins.
67
+ # @option opts [String] :show_enum_origins Which fields should be returned in non-normalized form.
66
68
  # @return [EEOC]
67
69
  describe 'eeocs_retrieve test' do
68
70
  it 'should work' do
@@ -33,7 +33,7 @@ describe 'ForceResyncApi' do
33
33
  end
34
34
 
35
35
  # unit tests for sync_status_resync_create
36
- # Force re-sync of all models. This is only available for organizations on Merge&#39;s Grow and Expand plans.
36
+ # Force re-sync of all models. This is available for all organizations via the dashboard. Force re-sync is also available programmatically via API for monthly, quarterly, and highest sync frequency customers on the Core, Professional, or Enterprise plans. Doing so will consume a sync credit for the relevant linked account.
37
37
  # @param x_account_token Token identifying the end user.
38
38
  # @param [Hash] opts the optional parameters
39
39
  # @return [Array<SyncStatus>]
@@ -32,6 +32,20 @@ describe 'InterviewsApi' do
32
32
  end
33
33
  end
34
34
 
35
+ # unit tests for interviews_create
36
+ # Creates a &#x60;ScheduledInterview&#x60; object with the given values.
37
+ # @param x_account_token Token identifying the end user.
38
+ # @param scheduled_interview_endpoint_request
39
+ # @param [Hash] opts the optional parameters
40
+ # @option opts [Boolean] :is_debug_mode Whether to include debug fields (such as log file links) in the response.
41
+ # @option opts [Boolean] :run_async Whether or not third-party updates should be run asynchronously.
42
+ # @return [ScheduledInterviewResponse]
43
+ describe 'interviews_create test' do
44
+ it 'should work' do
45
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
46
+ end
47
+ end
48
+
35
49
  # unit tests for interviews_list
36
50
  # Returns a list of &#x60;ScheduledInterview&#x60; objects.
37
51
  # @param x_account_token Token identifying the end user.
@@ -44,12 +58,13 @@ describe 'InterviewsApi' do
44
58
  # @option opts [Boolean] :include_deleted_data Whether to include data that was marked as deleted by third party webhooks.
45
59
  # @option opts [Boolean] :include_remote_data Whether to include the original data Merge fetched from the third-party to produce these models.
46
60
  # @option opts [String] :job_interview_stage_id If provided, will only return interviews at this stage.
47
- # @option opts [Time] :modified_after If provided, will only return objects modified after this datetime.
48
- # @option opts [Time] :modified_before If provided, will only return objects modified before this datetime.
61
+ # @option opts [Time] :modified_after If provided, only objects synced by Merge after this date time will be returned.
62
+ # @option opts [Time] :modified_before If provided, only objects synced by Merge before this date time will be returned.
49
63
  # @option opts [String] :organizer_id If provided, will only return interviews organized by this user.
50
64
  # @option opts [Integer] :page_size Number of results to return per page.
51
- # @option opts [String] :remote_fields Which fields should be returned in non-normalized form.
65
+ # @option opts [String] :remote_fields Deprecated. Use show_enum_origins.
52
66
  # @option opts [String] :remote_id The API provider&#39;s ID for the given object.
67
+ # @option opts [String] :show_enum_origins Which fields should be returned in non-normalized form.
53
68
  # @return [PaginatedScheduledInterviewList]
54
69
  describe 'interviews_list test' do
55
70
  it 'should work' do
@@ -57,6 +72,17 @@ describe 'InterviewsApi' do
57
72
  end
58
73
  end
59
74
 
75
+ # unit tests for interviews_meta_post_retrieve
76
+ # Returns metadata for &#x60;ScheduledInterview&#x60; POSTs.
77
+ # @param x_account_token Token identifying the end user.
78
+ # @param [Hash] opts the optional parameters
79
+ # @return [MetaResponse]
80
+ describe 'interviews_meta_post_retrieve test' do
81
+ it 'should work' do
82
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
83
+ end
84
+ end
85
+
60
86
  # unit tests for interviews_retrieve
61
87
  # Returns a &#x60;ScheduledInterview&#x60; object with the given &#x60;id&#x60;.
62
88
  # @param x_account_token Token identifying the end user.
@@ -64,7 +90,8 @@ describe 'InterviewsApi' do
64
90
  # @param [Hash] opts the optional parameters
65
91
  # @option opts [String] :expand Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
66
92
  # @option opts [Boolean] :include_remote_data Whether to include the original data Merge fetched from the third-party to produce these models.
67
- # @option opts [String] :remote_fields Which fields should be returned in non-normalized form.
93
+ # @option opts [String] :remote_fields Deprecated. Use show_enum_origins.
94
+ # @option opts [String] :show_enum_origins Which fields should be returned in non-normalized form.
68
95
  # @return [ScheduledInterview]
69
96
  describe 'interviews_retrieve test' do
70
97
  it 'should work' do
@@ -43,11 +43,11 @@ describe 'IssuesApi' do
43
43
  # @option opts [Time] :first_incident_time_before If provided, will only return issues whose first incident time was before this datetime.
44
44
  # @option opts [String] :include_muted If True, will include muted issues
45
45
  # @option opts [String] :integration_name
46
- # @option opts [Time] :last_incident_time_after If provided, will only return issues whose first incident time was after this datetime.
47
- # @option opts [Time] :last_incident_time_before If provided, will only return issues whose first incident time was before this datetime.
46
+ # @option opts [Time] :last_incident_time_after If provided, will only return issues whose last incident time was after this datetime.
47
+ # @option opts [Time] :last_incident_time_before If provided, will only return issues whose last incident time was before this datetime.
48
48
  # @option opts [Integer] :page_size Number of results to return per page.
49
49
  # @option opts [String] :start_date If included, will only include issues whose most recent action occurred after this time
50
- # @option opts [String] :status
50
+ # @option opts [String] :status Status of the issue. Options: (&#39;ONGOING&#39;, &#39;RESOLVED&#39;) * &#x60;ONGOING&#x60; - ONGOING * &#x60;RESOLVED&#x60; - RESOLVED
51
51
  # @return [PaginatedIssueList]
52
52
  describe 'issues_list test' do
53
53
  it 'should work' do
@@ -43,8 +43,8 @@ describe 'JobInterviewStagesApi' do
43
43
  # @option opts [Boolean] :include_deleted_data Whether to include data that was marked as deleted by third party webhooks.
44
44
  # @option opts [Boolean] :include_remote_data Whether to include the original data Merge fetched from the third-party to produce these models.
45
45
  # @option opts [String] :job_id If provided, will only return interview stages for this job.
46
- # @option opts [Time] :modified_after If provided, will only return objects modified after this datetime.
47
- # @option opts [Time] :modified_before If provided, will only return objects modified before this datetime.
46
+ # @option opts [Time] :modified_after If provided, only objects synced by Merge after this date time will be returned.
47
+ # @option opts [Time] :modified_before If provided, only objects synced by Merge before this date time will be returned.
48
48
  # @option opts [Integer] :page_size Number of results to return per page.
49
49
  # @option opts [String] :remote_id The API provider&#39;s ID for the given object.
50
50
  # @return [PaginatedJobInterviewStageList]
@@ -43,12 +43,14 @@ describe 'JobsApi' do
43
43
  # @option opts [String] :expand Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
44
44
  # @option opts [Boolean] :include_deleted_data Whether to include data that was marked as deleted by third party webhooks.
45
45
  # @option opts [Boolean] :include_remote_data Whether to include the original data Merge fetched from the third-party to produce these models.
46
- # @option opts [Time] :modified_after If provided, will only return objects modified after this datetime.
47
- # @option opts [Time] :modified_before If provided, will only return objects modified before this datetime.
46
+ # @option opts [Time] :modified_after If provided, only objects synced by Merge after this date time will be returned.
47
+ # @option opts [Time] :modified_before If provided, only objects synced by Merge before this date time will be returned.
48
+ # @option opts [String] :offices If provided, will only return jobs for this office; multiple offices can be separated by commas.
48
49
  # @option opts [Integer] :page_size Number of results to return per page.
49
- # @option opts [String] :remote_fields Which fields should be returned in non-normalized form.
50
+ # @option opts [String] :remote_fields Deprecated. Use show_enum_origins.
50
51
  # @option opts [String] :remote_id The API provider&#39;s ID for the given object.
51
- # @option opts [String] :status If provided, will only return jobs with this status. Options: (&#39;OPEN&#39;, &#39;CLOSED&#39;, &#39;DRAFT&#39;, &#39;ARCHIVED&#39;, &#39;PENDING&#39;)
52
+ # @option opts [String] :show_enum_origins Which fields should be returned in non-normalized form.
53
+ # @option opts [String] :status If provided, will only return jobs with this status. Options: (&#39;OPEN&#39;, &#39;CLOSED&#39;, &#39;DRAFT&#39;, &#39;ARCHIVED&#39;, &#39;PENDING&#39;) * &#x60;OPEN&#x60; - OPEN * &#x60;CLOSED&#x60; - CLOSED * &#x60;DRAFT&#x60; - DRAFT * &#x60;ARCHIVED&#x60; - ARCHIVED * &#x60;PENDING&#x60; - PENDING
52
54
  # @return [PaginatedJobList]
53
55
  describe 'jobs_list test' do
54
56
  it 'should work' do
@@ -63,7 +65,8 @@ describe 'JobsApi' do
63
65
  # @param [Hash] opts the optional parameters
64
66
  # @option opts [String] :expand Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
65
67
  # @option opts [Boolean] :include_remote_data Whether to include the original data Merge fetched from the third-party to produce these models.
66
- # @option opts [String] :remote_fields Which fields should be returned in non-normalized form.
68
+ # @option opts [String] :remote_fields Deprecated. Use show_enum_origins.
69
+ # @option opts [String] :show_enum_origins Which fields should be returned in non-normalized form.
67
70
  # @return [Job]
68
71
  describe 'jobs_retrieve test' do
69
72
  it 'should work' do
@@ -35,7 +35,7 @@ describe 'LinkedAccountsApi' do
35
35
  # unit tests for linked_accounts_list
36
36
  # List linked accounts for your organization.
37
37
  # @param [Hash] opts the optional parameters
38
- # @option opts [String] :category
38
+ # @option opts [String] :category Options: (&#39;hris&#39;, &#39;ats&#39;, &#39;accounting&#39;, &#39;ticketing&#39;, &#39;crm&#39;, &#39;mktg&#39;, &#39;filestorage&#39;) * &#x60;hris&#x60; - hris * &#x60;ats&#x60; - ats * &#x60;accounting&#x60; - accounting * &#x60;ticketing&#x60; - ticketing * &#x60;crm&#x60; - crm * &#x60;mktg&#x60; - mktg * &#x60;filestorage&#x60; - filestorage
39
39
  # @option opts [String] :cursor The pagination cursor value.
40
40
  # @option opts [String] :end_user_email_address If provided, will only return linked accounts associated with the given email address.
41
41
  # @option opts [String] :end_user_organization_name If provided, will only return linked accounts associated with the given organization name.
@@ -44,11 +44,12 @@ describe 'OffersApi' do
44
44
  # @option opts [String] :expand Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
45
45
  # @option opts [Boolean] :include_deleted_data Whether to include data that was marked as deleted by third party webhooks.
46
46
  # @option opts [Boolean] :include_remote_data Whether to include the original data Merge fetched from the third-party to produce these models.
47
- # @option opts [Time] :modified_after If provided, will only return objects modified after this datetime.
48
- # @option opts [Time] :modified_before If provided, will only return objects modified before this datetime.
47
+ # @option opts [Time] :modified_after If provided, only objects synced by Merge after this date time will be returned.
48
+ # @option opts [Time] :modified_before If provided, only objects synced by Merge before this date time will be returned.
49
49
  # @option opts [Integer] :page_size Number of results to return per page.
50
- # @option opts [String] :remote_fields Which fields should be returned in non-normalized form.
50
+ # @option opts [String] :remote_fields Deprecated. Use show_enum_origins.
51
51
  # @option opts [String] :remote_id The API provider&#39;s ID for the given object.
52
+ # @option opts [String] :show_enum_origins Which fields should be returned in non-normalized form.
52
53
  # @return [PaginatedOfferList]
53
54
  describe 'offers_list test' do
54
55
  it 'should work' do
@@ -63,7 +64,8 @@ describe 'OffersApi' do
63
64
  # @param [Hash] opts the optional parameters
64
65
  # @option opts [String] :expand Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
65
66
  # @option opts [Boolean] :include_remote_data Whether to include the original data Merge fetched from the third-party to produce these models.
66
- # @option opts [String] :remote_fields Which fields should be returned in non-normalized form.
67
+ # @option opts [String] :remote_fields Deprecated. Use show_enum_origins.
68
+ # @option opts [String] :show_enum_origins Which fields should be returned in non-normalized form.
67
69
  # @return [Offer]
68
70
  describe 'offers_retrieve test' do
69
71
  it 'should work' do