merge_ats_client 2.0.0 → 3.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (179) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE.md +16 -0
  3. data/README.md +20 -6
  4. data/docs/AccountDetails.md +3 -1
  5. data/docs/AccountDetailsAndActions.md +2 -0
  6. data/docs/ActivitiesApi.md +7 -3
  7. data/docs/Activity.md +1 -1
  8. data/docs/ApplicationsApi.md +84 -2
  9. data/docs/AttachmentsApi.md +7 -3
  10. data/docs/CandidatesApi.md +2 -2
  11. data/docs/ConditionSchema.md +30 -0
  12. data/docs/ConditionTypeEnum.md +15 -0
  13. data/docs/DataPassthroughRequest.md +3 -1
  14. data/docs/Department.md +1 -1
  15. data/docs/DepartmentsApi.md +2 -2
  16. data/docs/EEOC.md +1 -1
  17. data/docs/EeocsApi.md +7 -3
  18. data/docs/EmailAddressRequest.md +5 -1
  19. data/docs/EndUserDetailsRequest.md +9 -7
  20. data/docs/InterviewsApi.md +7 -3
  21. data/docs/Job.md +4 -2
  22. data/docs/JobInterviewStage.md +2 -2
  23. data/docs/JobInterviewStagesApi.md +2 -2
  24. data/docs/JobsApi.md +7 -3
  25. data/docs/LinkToken.md +3 -1
  26. data/docs/LinkedAccountCondition.md +28 -0
  27. data/docs/LinkedAccountConditionRequest.md +22 -0
  28. data/docs/LinkedAccountSelectiveSyncConfiguration.md +18 -0
  29. data/docs/LinkedAccountSelectiveSyncConfigurationListRequest.md +18 -0
  30. data/docs/LinkedAccountSelectiveSyncConfigurationRequest.md +18 -0
  31. data/docs/LinkedAccountsApi.md +2 -0
  32. data/docs/Offer.md +1 -1
  33. data/docs/OffersApi.md +7 -3
  34. data/docs/Office.md +1 -1
  35. data/docs/OfficesApi.md +2 -2
  36. data/docs/OperatorSchema.md +20 -0
  37. data/docs/PaginatedConditionSchemaList.md +22 -0
  38. data/docs/PhoneNumberRequest.md +5 -1
  39. data/docs/RejectReason.md +1 -1
  40. data/docs/RejectReasonsApi.md +2 -2
  41. data/docs/RemoteResponse.md +5 -1
  42. data/docs/RemoteUser.md +1 -1
  43. data/docs/ResponseTypeEnum.md +15 -0
  44. data/docs/ScheduledInterview.md +1 -1
  45. data/docs/Scorecard.md +1 -1
  46. data/docs/ScorecardsApi.md +7 -3
  47. data/docs/SelectiveSyncApi.md +233 -0
  48. data/docs/SyncStatus.md +2 -2
  49. data/docs/SyncStatusApi.md +1 -1
  50. data/docs/Tag.md +1 -1
  51. data/docs/TagsApi.md +2 -2
  52. data/docs/UpdateApplicationStageRequest.md +20 -0
  53. data/docs/UrlRequest.md +5 -1
  54. data/docs/UsersApi.md +7 -3
  55. data/lib/merge_ats_client/api/activities_api.rb +16 -2
  56. data/lib/merge_ats_client/api/applications_api.rb +80 -2
  57. data/lib/merge_ats_client/api/attachments_api.rb +16 -2
  58. data/lib/merge_ats_client/api/candidates_api.rb +2 -2
  59. data/lib/merge_ats_client/api/departments_api.rb +2 -2
  60. data/lib/merge_ats_client/api/eeocs_api.rb +16 -2
  61. data/lib/merge_ats_client/api/interviews_api.rb +16 -2
  62. data/lib/merge_ats_client/api/job_interview_stages_api.rb +2 -2
  63. data/lib/merge_ats_client/api/jobs_api.rb +16 -2
  64. data/lib/merge_ats_client/api/linked_accounts_api.rb +3 -0
  65. data/lib/merge_ats_client/api/offers_api.rb +16 -2
  66. data/lib/merge_ats_client/api/offices_api.rb +2 -2
  67. data/lib/merge_ats_client/api/reject_reasons_api.rb +2 -2
  68. data/lib/merge_ats_client/api/scorecards_api.rb +16 -2
  69. data/lib/merge_ats_client/api/selective_sync_api.rb +225 -0
  70. data/lib/merge_ats_client/api/sync_status_api.rb +2 -2
  71. data/lib/merge_ats_client/api/tags_api.rb +2 -2
  72. data/lib/merge_ats_client/api/users_api.rb +16 -2
  73. data/lib/merge_ats_client/models/access_role_enum.rb +17 -7
  74. data/lib/merge_ats_client/models/account_details.rb +15 -4
  75. data/lib/merge_ats_client/models/account_details_and_actions.rb +12 -1
  76. data/lib/merge_ats_client/models/account_details_and_actions_status_enum.rb +17 -7
  77. data/lib/merge_ats_client/models/activity.rb +1 -1
  78. data/lib/merge_ats_client/models/activity_type_enum.rb +17 -7
  79. data/lib/merge_ats_client/models/application.rb +1 -1
  80. data/lib/merge_ats_client/models/application_request.rb +3 -3
  81. data/lib/merge_ats_client/models/attachment_request.rb +2 -2
  82. data/lib/merge_ats_client/models/attachment_type_enum.rb +17 -7
  83. data/lib/merge_ats_client/models/candidate.rb +1 -1
  84. data/lib/merge_ats_client/models/candidate_request.rb +3 -3
  85. data/lib/merge_ats_client/models/categories_enum.rb +17 -7
  86. data/lib/merge_ats_client/models/category_enum.rb +17 -7
  87. data/lib/merge_ats_client/models/condition_schema.rb +297 -0
  88. data/lib/merge_ats_client/models/condition_type_enum.rb +50 -0
  89. data/lib/merge_ats_client/models/data_passthrough_request.rb +15 -6
  90. data/lib/merge_ats_client/models/department.rb +1 -1
  91. data/lib/merge_ats_client/models/disability_status_enum.rb +17 -7
  92. data/lib/merge_ats_client/models/eeoc.rb +1 -1
  93. data/lib/merge_ats_client/models/email_address_request.rb +29 -5
  94. data/lib/merge_ats_client/models/email_address_type_enum.rb +17 -7
  95. data/lib/merge_ats_client/models/encoding_enum.rb +18 -7
  96. data/lib/merge_ats_client/models/end_user_details_request.rb +28 -11
  97. data/lib/merge_ats_client/models/gender_enum.rb +17 -7
  98. data/lib/merge_ats_client/models/issue.rb +1 -1
  99. data/lib/merge_ats_client/models/issue_status_enum.rb +17 -7
  100. data/lib/merge_ats_client/models/job.rb +14 -3
  101. data/lib/merge_ats_client/models/job_interview_stage.rb +3 -2
  102. data/lib/merge_ats_client/models/job_status_enum.rb +17 -7
  103. data/lib/merge_ats_client/models/link_token.rb +13 -4
  104. data/lib/merge_ats_client/models/linked_account_condition.rb +282 -0
  105. data/lib/merge_ats_client/models/linked_account_condition_request.rb +269 -0
  106. data/lib/merge_ats_client/models/linked_account_selective_sync_configuration.rb +221 -0
  107. data/lib/merge_ats_client/models/linked_account_selective_sync_configuration_list_request.rb +226 -0
  108. data/lib/merge_ats_client/models/linked_account_selective_sync_configuration_request.rb +226 -0
  109. data/lib/merge_ats_client/models/meta_response.rb +1 -1
  110. data/lib/merge_ats_client/models/method_enum.rb +17 -7
  111. data/lib/merge_ats_client/models/offer.rb +1 -1
  112. data/lib/merge_ats_client/models/offer_status_enum.rb +17 -7
  113. data/lib/merge_ats_client/models/office.rb +1 -1
  114. data/lib/merge_ats_client/models/operator_schema.rb +229 -0
  115. data/lib/merge_ats_client/models/overall_recommendation_enum.rb +17 -7
  116. data/lib/merge_ats_client/models/{remote_data_request.rb → paginated_condition_schema_list.rb} +28 -41
  117. data/lib/merge_ats_client/models/phone_number_request.rb +29 -5
  118. data/lib/merge_ats_client/models/phone_number_type_enum.rb +17 -7
  119. data/lib/merge_ats_client/models/race_enum.rb +17 -7
  120. data/lib/merge_ats_client/models/reason_enum.rb +17 -7
  121. data/lib/merge_ats_client/models/reject_reason.rb +1 -1
  122. data/lib/merge_ats_client/models/remote_response.rb +23 -9
  123. data/lib/merge_ats_client/models/remote_user.rb +1 -1
  124. data/lib/merge_ats_client/models/request_format_enum.rb +17 -7
  125. data/lib/merge_ats_client/models/response_type_enum.rb +45 -0
  126. data/lib/merge_ats_client/models/scheduled_interview.rb +2 -2
  127. data/lib/merge_ats_client/models/scheduled_interview_status_enum.rb +17 -7
  128. data/lib/merge_ats_client/models/scorecard.rb +2 -2
  129. data/lib/merge_ats_client/models/sync_status.rb +0 -10
  130. data/lib/merge_ats_client/models/sync_status_status_enum.rb +18 -7
  131. data/lib/merge_ats_client/models/tag.rb +2 -2
  132. data/lib/merge_ats_client/models/update_application_stage_request.rb +244 -0
  133. data/lib/merge_ats_client/models/url.rb +1 -1
  134. data/lib/merge_ats_client/models/url_request.rb +30 -6
  135. data/lib/merge_ats_client/models/url_type_enum.rb +18 -7
  136. data/lib/merge_ats_client/models/veteran_status_enum.rb +17 -7
  137. data/lib/merge_ats_client/models/visibility_enum.rb +17 -7
  138. data/lib/merge_ats_client/version.rb +1 -1
  139. data/lib/merge_ats_client.rb +12 -1
  140. data/spec/api/activities_api_spec.rb +3 -1
  141. data/spec/api/applications_api_spec.rb +16 -1
  142. data/spec/api/attachments_api_spec.rb +3 -1
  143. data/spec/api/candidates_api_spec.rb +1 -1
  144. data/spec/api/departments_api_spec.rb +1 -1
  145. data/spec/api/eeocs_api_spec.rb +3 -1
  146. data/spec/api/interviews_api_spec.rb +3 -1
  147. data/spec/api/job_interview_stages_api_spec.rb +1 -1
  148. data/spec/api/jobs_api_spec.rb +3 -1
  149. data/spec/api/linked_accounts_api_spec.rb +1 -0
  150. data/spec/api/offers_api_spec.rb +3 -1
  151. data/spec/api/offices_api_spec.rb +1 -1
  152. data/spec/api/reject_reasons_api_spec.rb +1 -1
  153. data/spec/api/scorecards_api_spec.rb +3 -1
  154. data/spec/api/selective_sync_api_spec.rb +72 -0
  155. data/spec/api/sync_status_api_spec.rb +1 -1
  156. data/spec/api/tags_api_spec.rb +1 -1
  157. data/spec/api/users_api_spec.rb +3 -1
  158. data/spec/models/account_details_and_actions_spec.rb +6 -0
  159. data/spec/models/account_details_spec.rb +6 -0
  160. data/spec/models/condition_schema_spec.rb +70 -0
  161. data/spec/models/condition_type_enum_spec.rb +28 -0
  162. data/spec/models/data_passthrough_request_spec.rb +6 -0
  163. data/spec/models/email_address_request_spec.rb +12 -0
  164. data/spec/models/end_user_details_request_spec.rb +6 -0
  165. data/spec/models/job_spec.rb +6 -0
  166. data/spec/models/link_token_spec.rb +6 -0
  167. data/spec/models/linked_account_condition_request_spec.rb +46 -0
  168. data/spec/models/linked_account_condition_spec.rb +64 -0
  169. data/spec/models/linked_account_selective_sync_configuration_list_request_spec.rb +34 -0
  170. data/spec/models/linked_account_selective_sync_configuration_request_spec.rb +34 -0
  171. data/spec/models/linked_account_selective_sync_configuration_spec.rb +34 -0
  172. data/spec/models/operator_schema_spec.rb +40 -0
  173. data/spec/models/paginated_condition_schema_list_spec.rb +46 -0
  174. data/spec/models/phone_number_request_spec.rb +12 -0
  175. data/spec/models/remote_response_spec.rb +12 -0
  176. data/spec/models/response_type_enum_spec.rb +28 -0
  177. data/spec/models/update_application_stage_request_spec.rb +40 -0
  178. data/spec/models/url_request_spec.rb +12 -0
  179. metadata +153 -105
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1b232d252d83fdf6f953007833e80bec6b17bd7388b9106584997aa2e3b7fdd7
4
- data.tar.gz: a83e0bacb911e21b2bd9afaa15c5e99212157b462547d974f2e49555f7a1d456
3
+ metadata.gz: b96ca252f3f665761dd7925ec034a5c29a4b12be44075efab43da5f981fb12bd
4
+ data.tar.gz: c6145ab496e08fcafa23164a70897195011f49b50ad85e098167d790867a4468
5
5
  SHA512:
6
- metadata.gz: a983d7062d17834c41a5ad6bb01f3f72c5806a640456f054c2c1baaa12550c7b2d0379a643a1b55007754097607c6df7f5e5dee2f74cdedea3a3f2b67021224c
7
- data.tar.gz: 020b4a57e3b76c67b45cbefc2308c9999a402707f7938148bec62670bf374ce855194df7bab4ed477ccd9f487b33d1b3180e6912e8aa71d34b8687ea620cd65f
6
+ metadata.gz: 6983eed0bc6aa05eabe8ab9c9c79ab6f62060cc63bdc150b72399d32b8348b529fdc284f803abe1f2a8acd1d02e0e4c80d409b0d365a036655d8306498c726c2
7
+ data.tar.gz: 0d899f143d0ca14a15fa1972bead6590bdf63f2f542a163a3d06a40022b2531ec4f07b2385d8d626e13257b12684cea35dcf1b1896907c2633dcf4d418168132
data/LICENSE.md ADDED
@@ -0,0 +1,16 @@
1
+ _Last updated: April 21, 2022_
2
+
3
+ **Merge SDK & Code Snippets License**
4
+
5
+ Merge makes available to Customers various software development kits ("**SDKs**") and code snippets ("**Snippets**") (together, the "**Merge Assets**") to assist with Merge Integrations and making connections to their Customer Application. Merge Assets are deemed Software under the MSA (defined below). All terms applicable to Software under the MSA apply with equal force and effect to the Merge Assets under this Merge SDK and Code Snippets License ("**License**").
6
+
7
+ "**Customer**" means a person or entity that uses any of the Merge Assets. By using any Merge Asset, Customer agrees to the terms of this License.
8
+
9
+ "**MSA**" for the purpose of this License means: (a) for Merge "Launch" Customers, the Subscriber Agreement (available at: [https://merge.dev/subscriber-agreement](https://merge.dev/subscriber-agreement)); and (b) for Merge "Growth" and/or "Expand" Customers, Merge's Master Services Agreement (available at [https://merge.dev/msa](https://merge.dev/msa)), unless Merge and Customer have entered into a separate written agreement governing the Customer's use of the Service. Customer's use of any Merge Asset will be governed by the applicable MSA as well as the additional terms of this License. Capitalized terms used but not defined herein shall have the meaning as set forth in the MSA. In the event of any inconsistency between the terms of the MSA and this License, the terms of the MSA will prevail.
10
+
11
+ Merge reserves the right to modify or update this License in its sole discretion, the effective date of such updates and/or modifications will be the earlier of: (i) 30 days from the date of such update or modification; or (ii) Customer's continued use of any Merge Asset.
12
+
13
+ 1. **SDK and Snippets License**. Customer's right to access and use the Service under Section 1 of the MSA is extended to include use of the Merge Assets but solely during the Term and subject to the terms of the MSA.
14
+ 2. **Use with the Service Only**. Customer may use the Merge Assets but only in connections with the Service and Merge Integrations. Any other use of the Merge Assets requires Merge's prior written consent.
15
+ 3. **Limitations**. Customer's use of the Merge Assets may be subject to bandwidth limitations that Merge may impose from time to time during the Subscription. Merge will make commercially reasonable efforts to notify Customer of such limitations in advance via the location where Customer gained access to the applicable Merge Asset(s).
16
+ 4. **Merge Assets & Intellectual Property Rights**. Any modifications or derivatives (together, "**Asset Derivatives**") made by Customer to the Merge Assets are deemed "works made for hire" as that term is defined in the United States Copyright Act and are the sole property of Merge. To the extent that ownership of any Asset Derivative does not by operation of law vest in Merge, Customer hereby assigns to Merge all right, title and interest in and to the Asset Derivative, including all related intellectual property rights. Asset Derivatives will be governed by the terms of this License.
data/README.md CHANGED
@@ -7,7 +7,7 @@ The unified API for building rich integrations with multiple Applicant Tracking
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
9
  - API version: 1.0
10
- - Package version: 2.0.0
10
+ - Package version: 3.0.0
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [https://www.merge.dev/](https://www.merge.dev/)
13
13
 
@@ -24,16 +24,16 @@ gem build merge_ats_client.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./merge_ats_client-2.0.0.gem
27
+ gem install ./merge_ats_client-3.0.0.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./merge_ats_client-2.0.0.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./merge_ats_client-3.0.0.gem` to install the development dependencies)
31
31
 
32
32
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
33
33
 
34
34
  Finally add this to the Gemfile:
35
35
 
36
- gem 'merge_ats_client', '~> 2.0.0'
36
+ gem 'merge_ats_client', '~> 3.0.0'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -62,7 +62,7 @@ MergeATSClient.configure do |config|
62
62
  # Configure API key authorization: tokenAuth
63
63
  config.api_key['tokenAuth'] = 'YOUR API KEY'
64
64
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
65
- config.api_key_prefix['tokenAuth'] = 'Bearer'
65
+ # config.api_key_prefix['tokenAuth'] = 'Bearer'
66
66
  end
67
67
 
68
68
  api_instance = MergeATSClient::AccountDetailsApi.new
@@ -87,6 +87,7 @@ Class | Method | HTTP request | Description
87
87
  *MergeATSClient::AccountTokenApi* | [**account_token_retrieve**](docs/AccountTokenApi.md#account_token_retrieve) | **GET** /account-token/{public_token} |
88
88
  *MergeATSClient::ActivitiesApi* | [**activities_list**](docs/ActivitiesApi.md#activities_list) | **GET** /activities |
89
89
  *MergeATSClient::ActivitiesApi* | [**activities_retrieve**](docs/ActivitiesApi.md#activities_retrieve) | **GET** /activities/{id} |
90
+ *MergeATSClient::ApplicationsApi* | [**applications_change_stage_create**](docs/ApplicationsApi.md#applications_change_stage_create) | **POST** /applications/{id}/change-stage |
90
91
  *MergeATSClient::ApplicationsApi* | [**applications_create**](docs/ApplicationsApi.md#applications_create) | **POST** /applications |
91
92
  *MergeATSClient::ApplicationsApi* | [**applications_list**](docs/ApplicationsApi.md#applications_list) | **GET** /applications |
92
93
  *MergeATSClient::ApplicationsApi* | [**applications_meta_post_retrieve**](docs/ApplicationsApi.md#applications_meta_post_retrieve) | **GET** /applications/meta/post |
@@ -128,6 +129,9 @@ Class | Method | HTTP request | Description
128
129
  *MergeATSClient::RejectReasonsApi* | [**reject_reasons_retrieve**](docs/RejectReasonsApi.md#reject_reasons_retrieve) | **GET** /reject-reasons/{id} |
129
130
  *MergeATSClient::ScorecardsApi* | [**scorecards_list**](docs/ScorecardsApi.md#scorecards_list) | **GET** /scorecards |
130
131
  *MergeATSClient::ScorecardsApi* | [**scorecards_retrieve**](docs/ScorecardsApi.md#scorecards_retrieve) | **GET** /scorecards/{id} |
132
+ *MergeATSClient::SelectiveSyncApi* | [**selective_sync_configurations_list**](docs/SelectiveSyncApi.md#selective_sync_configurations_list) | **GET** /selective-sync/configurations |
133
+ *MergeATSClient::SelectiveSyncApi* | [**selective_sync_configurations_update**](docs/SelectiveSyncApi.md#selective_sync_configurations_update) | **PUT** /selective-sync/configurations |
134
+ *MergeATSClient::SelectiveSyncApi* | [**selective_sync_meta_list**](docs/SelectiveSyncApi.md#selective_sync_meta_list) | **GET** /selective-sync/meta |
131
135
  *MergeATSClient::SyncStatusApi* | [**sync_status_list**](docs/SyncStatusApi.md#sync_status_list) | **GET** /sync-status |
132
136
  *MergeATSClient::TagsApi* | [**tags_list**](docs/TagsApi.md#tags_list) | **GET** /tags |
133
137
  *MergeATSClient::UsersApi* | [**users_list**](docs/UsersApi.md#users_list) | **GET** /users |
@@ -163,6 +167,8 @@ Class | Method | HTTP request | Description
163
167
  - [MergeATSClient::CandidateResponse](docs/CandidateResponse.md)
164
168
  - [MergeATSClient::CategoriesEnum](docs/CategoriesEnum.md)
165
169
  - [MergeATSClient::CategoryEnum](docs/CategoryEnum.md)
170
+ - [MergeATSClient::ConditionSchema](docs/ConditionSchema.md)
171
+ - [MergeATSClient::ConditionTypeEnum](docs/ConditionTypeEnum.md)
166
172
  - [MergeATSClient::DataPassthroughRequest](docs/DataPassthroughRequest.md)
167
173
  - [MergeATSClient::DebugModeLog](docs/DebugModeLog.md)
168
174
  - [MergeATSClient::DebugModelLogSummary](docs/DebugModelLogSummary.md)
@@ -185,6 +191,11 @@ Class | Method | HTTP request | Description
185
191
  - [MergeATSClient::JobInterviewStage](docs/JobInterviewStage.md)
186
192
  - [MergeATSClient::JobStatusEnum](docs/JobStatusEnum.md)
187
193
  - [MergeATSClient::LinkToken](docs/LinkToken.md)
194
+ - [MergeATSClient::LinkedAccountCondition](docs/LinkedAccountCondition.md)
195
+ - [MergeATSClient::LinkedAccountConditionRequest](docs/LinkedAccountConditionRequest.md)
196
+ - [MergeATSClient::LinkedAccountSelectiveSyncConfiguration](docs/LinkedAccountSelectiveSyncConfiguration.md)
197
+ - [MergeATSClient::LinkedAccountSelectiveSyncConfigurationListRequest](docs/LinkedAccountSelectiveSyncConfigurationListRequest.md)
198
+ - [MergeATSClient::LinkedAccountSelectiveSyncConfigurationRequest](docs/LinkedAccountSelectiveSyncConfigurationRequest.md)
188
199
  - [MergeATSClient::LinkedAccountStatus](docs/LinkedAccountStatus.md)
189
200
  - [MergeATSClient::MetaResponse](docs/MetaResponse.md)
190
201
  - [MergeATSClient::MethodEnum](docs/MethodEnum.md)
@@ -193,12 +204,14 @@ Class | Method | HTTP request | Description
193
204
  - [MergeATSClient::Offer](docs/Offer.md)
194
205
  - [MergeATSClient::OfferStatusEnum](docs/OfferStatusEnum.md)
195
206
  - [MergeATSClient::Office](docs/Office.md)
207
+ - [MergeATSClient::OperatorSchema](docs/OperatorSchema.md)
196
208
  - [MergeATSClient::OverallRecommendationEnum](docs/OverallRecommendationEnum.md)
197
209
  - [MergeATSClient::PaginatedAccountDetailsAndActionsList](docs/PaginatedAccountDetailsAndActionsList.md)
198
210
  - [MergeATSClient::PaginatedActivityList](docs/PaginatedActivityList.md)
199
211
  - [MergeATSClient::PaginatedApplicationList](docs/PaginatedApplicationList.md)
200
212
  - [MergeATSClient::PaginatedAttachmentList](docs/PaginatedAttachmentList.md)
201
213
  - [MergeATSClient::PaginatedCandidateList](docs/PaginatedCandidateList.md)
214
+ - [MergeATSClient::PaginatedConditionSchemaList](docs/PaginatedConditionSchemaList.md)
202
215
  - [MergeATSClient::PaginatedDepartmentList](docs/PaginatedDepartmentList.md)
203
216
  - [MergeATSClient::PaginatedEEOCList](docs/PaginatedEEOCList.md)
204
217
  - [MergeATSClient::PaginatedIssueList](docs/PaginatedIssueList.md)
@@ -219,18 +232,19 @@ Class | Method | HTTP request | Description
219
232
  - [MergeATSClient::ReasonEnum](docs/ReasonEnum.md)
220
233
  - [MergeATSClient::RejectReason](docs/RejectReason.md)
221
234
  - [MergeATSClient::RemoteData](docs/RemoteData.md)
222
- - [MergeATSClient::RemoteDataRequest](docs/RemoteDataRequest.md)
223
235
  - [MergeATSClient::RemoteKey](docs/RemoteKey.md)
224
236
  - [MergeATSClient::RemoteKeyForRegenerationRequest](docs/RemoteKeyForRegenerationRequest.md)
225
237
  - [MergeATSClient::RemoteResponse](docs/RemoteResponse.md)
226
238
  - [MergeATSClient::RemoteUser](docs/RemoteUser.md)
227
239
  - [MergeATSClient::RequestFormatEnum](docs/RequestFormatEnum.md)
240
+ - [MergeATSClient::ResponseTypeEnum](docs/ResponseTypeEnum.md)
228
241
  - [MergeATSClient::ScheduledInterview](docs/ScheduledInterview.md)
229
242
  - [MergeATSClient::ScheduledInterviewStatusEnum](docs/ScheduledInterviewStatusEnum.md)
230
243
  - [MergeATSClient::Scorecard](docs/Scorecard.md)
231
244
  - [MergeATSClient::SyncStatus](docs/SyncStatus.md)
232
245
  - [MergeATSClient::SyncStatusStatusEnum](docs/SyncStatusStatusEnum.md)
233
246
  - [MergeATSClient::Tag](docs/Tag.md)
247
+ - [MergeATSClient::UpdateApplicationStageRequest](docs/UpdateApplicationStageRequest.md)
234
248
  - [MergeATSClient::Url](docs/Url.md)
235
249
  - [MergeATSClient::UrlRequest](docs/UrlRequest.md)
236
250
  - [MergeATSClient::UrlTypeEnum](docs/UrlTypeEnum.md)
@@ -13,6 +13,7 @@
13
13
  | **end_user_email_address** | **String** | | [optional][readonly] |
14
14
  | **status** | **String** | | [optional][readonly] |
15
15
  | **webhook_listener_url** | **String** | | [optional][readonly] |
16
+ | **is_duplicate** | **Boolean** | Whether a Production Linked Account's credentials match another existing Production Linked Account. This field is `null` for Test Linked Accounts, incomplete Production Linked Accounts, and ignored duplicate Production Linked Account sets. | [optional][readonly] |
16
17
 
17
18
  ## Example
18
19
 
@@ -28,7 +29,8 @@ instance = MergeATSClient::AccountDetails.new(
28
29
  end_user_organization_name: Waystar Royco,
29
30
  end_user_email_address: kendall.roy@waystar-royco.com,
30
31
  status: COMPLETE,
31
- webhook_listener_url: https://api.merge.dev/api/integrations/webhook-listener/7fc3mee0UW8ecV4
32
+ webhook_listener_url: https://api.merge.dev/api/integrations/webhook-listener/7fc3mee0UW8ecV4,
33
+ is_duplicate: true
32
34
  )
33
35
  ```
34
36
 
@@ -12,6 +12,7 @@
12
12
  | **end_user_organization_name** | **String** | | |
13
13
  | **end_user_email_address** | **String** | | |
14
14
  | **webhook_listener_url** | **String** | | |
15
+ | **is_duplicate** | **Boolean** | Whether a Production Linked Account's credentials match another existing Production Linked Account. This field is `null` for Test Linked Accounts, incomplete Production Linked Accounts, and ignored duplicate Production Linked Account sets. | [optional] |
15
16
  | **integration** | [**AccountDetailsAndActionsIntegration**](AccountDetailsAndActionsIntegration.md) | | [optional] |
16
17
 
17
18
  ## Example
@@ -28,6 +29,7 @@ instance = MergeATSClient::AccountDetailsAndActions.new(
28
29
  end_user_organization_name: Foo Bar, LLC,
29
30
  end_user_email_address: hradmin@foobar.dev,
30
31
  webhook_listener_url: https://api.merge.dev/api/integrations/webhook-listener/7fc3mee0UW8ecV4,
32
+ is_duplicate: true,
31
33
  integration: null
32
34
  )
33
35
  ```
@@ -36,11 +36,12 @@ opts = {
36
36
  created_before: Time.parse('2013-10-20T19:20:30+01:00'), # Time | If provided, will only return objects created before this datetime.
37
37
  cursor: 'cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw', # String | The pagination cursor value.
38
38
  expand: 'user', # String | Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
39
- include_deleted_data: true, # Boolean | Whether to include data that was deleted in the third-party service.
39
+ include_deleted_data: true, # Boolean | Whether to include data that was marked as deleted by third party webhooks.
40
40
  include_remote_data: true, # Boolean | Whether to include the original data Merge fetched from the third-party to produce these models.
41
41
  modified_after: Time.parse('2013-10-20T19:20:30+01:00'), # Time | If provided, will only return objects modified after this datetime.
42
42
  modified_before: Time.parse('2013-10-20T19:20:30+01:00'), # Time | If provided, will only return objects modified before this datetime.
43
43
  page_size: 56, # Integer | Number of results to return per page.
44
+ remote_fields: 'activity_type', # String | Which fields should be returned in non-normalized form.
44
45
  remote_id: 'remote_id_example', # String | The API provider's ID for the given object.
45
46
  user_id: 'user_id_example' # String | If provided, will only return activities done by this user.
46
47
  }
@@ -81,11 +82,12 @@ end
81
82
  | **created_before** | **Time** | If provided, will only return objects created before this datetime. | [optional] |
82
83
  | **cursor** | **String** | The pagination cursor value. | [optional] |
83
84
  | **expand** | **String** | Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces. | [optional] |
84
- | **include_deleted_data** | **Boolean** | Whether to include data that was deleted in the third-party service. | [optional] |
85
+ | **include_deleted_data** | **Boolean** | Whether to include data that was marked as deleted by third party webhooks. | [optional] |
85
86
  | **include_remote_data** | **Boolean** | Whether to include the original data Merge fetched from the third-party to produce these models. | [optional] |
86
87
  | **modified_after** | **Time** | If provided, will only return objects modified after this datetime. | [optional] |
87
88
  | **modified_before** | **Time** | If provided, will only return objects modified before this datetime. | [optional] |
88
89
  | **page_size** | **Integer** | Number of results to return per page. | [optional] |
90
+ | **remote_fields** | **String** | Which fields should be returned in non-normalized form. | [optional] |
89
91
  | **remote_id** | **String** | The API provider's ID for the given object. | [optional] |
90
92
  | **user_id** | **String** | If provided, will only return activities done by this user. | [optional] |
91
93
 
@@ -129,7 +131,8 @@ x_account_token = 'x_account_token_example' # String | Token identifying the end
129
131
  id = TODO # String |
130
132
  opts = {
131
133
  expand: 'user', # String | Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
132
- include_remote_data: true # Boolean | Whether to include the original data Merge fetched from the third-party to produce these models.
134
+ include_remote_data: true, # Boolean | Whether to include the original data Merge fetched from the third-party to produce these models.
135
+ remote_fields: 'activity_type' # String | Which fields should be returned in non-normalized form.
133
136
  }
134
137
 
135
138
  begin
@@ -167,6 +170,7 @@ end
167
170
  | **id** | [**String**](.md) | | |
168
171
  | **expand** | **String** | Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces. | [optional] |
169
172
  | **include_remote_data** | **Boolean** | Whether to include the original data Merge fetched from the third-party to produce these models. | [optional] |
173
+ | **remote_fields** | **String** | Which fields should be returned in non-normalized form. | [optional] |
170
174
 
171
175
  ### Return type
172
176
 
data/docs/Activity.md CHANGED
@@ -13,7 +13,7 @@
13
13
  | **body** | **String** | The activity's body. | [optional] |
14
14
  | **visibility** | [**VisibilityEnum**](VisibilityEnum.md) | The activity's visibility. | [optional] |
15
15
  | **remote_data** | [**Array<RemoteData>**](RemoteData.md) | | [optional][readonly] |
16
- | **remote_was_deleted** | **Boolean** | Indicates whether or not this object has been deleted on the third-party. | [optional][readonly] |
16
+ | **remote_was_deleted** | **Boolean** | Indicates whether or not this object has been deleted by third party webhooks. | [optional][readonly] |
17
17
 
18
18
  ## Example
19
19
 
@@ -4,12 +4,94 @@ All URIs are relative to *https://api.merge.dev/api/ats/v1*
4
4
 
5
5
  | Method | HTTP request | Description |
6
6
  | ------ | ------------ | ----------- |
7
+ | [**applications_change_stage_create**](ApplicationsApi.md#applications_change_stage_create) | **POST** /applications/{id}/change-stage | |
7
8
  | [**applications_create**](ApplicationsApi.md#applications_create) | **POST** /applications | |
8
9
  | [**applications_list**](ApplicationsApi.md#applications_list) | **GET** /applications | |
9
10
  | [**applications_meta_post_retrieve**](ApplicationsApi.md#applications_meta_post_retrieve) | **GET** /applications/meta/post | |
10
11
  | [**applications_retrieve**](ApplicationsApi.md#applications_retrieve) | **GET** /applications/{id} | |
11
12
 
12
13
 
14
+ ## applications_change_stage_create
15
+
16
+ > <ApplicationResponse> applications_change_stage_create(x_account_token, id, opts)
17
+
18
+
19
+
20
+ Updates the `current_stage` field of an `Application` object
21
+
22
+ ### Examples
23
+
24
+ ```ruby
25
+ require 'time'
26
+ require 'merge_ats_client'
27
+ # setup authorization
28
+ MergeATSClient.configure do |config|
29
+ # Configure API key authorization: tokenAuth
30
+ config.api_key['tokenAuth'] = 'YOUR API KEY'
31
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
32
+ # config.api_key_prefix['tokenAuth'] = 'Bearer'
33
+ end
34
+
35
+ api_instance = MergeATSClient::ApplicationsApi.new
36
+ x_account_token = 'x_account_token_example' # String | Token identifying the end user.
37
+ id = TODO # String |
38
+ opts = {
39
+ is_debug_mode: true, # Boolean | Whether to include debug fields (such as log file links) in the response.
40
+ run_async: true, # Boolean | Whether or not third-party updates should be run asynchronously.
41
+ update_application_stage_request: MergeATSClient::UpdateApplicationStageRequest.new # UpdateApplicationStageRequest |
42
+ }
43
+
44
+ begin
45
+
46
+ result = api_instance.applications_change_stage_create(x_account_token, id, opts)
47
+ p result
48
+ rescue MergeATSClient::ApiError => e
49
+ puts "Error when calling ApplicationsApi->applications_change_stage_create: #{e}"
50
+ end
51
+ ```
52
+
53
+ #### Using the applications_change_stage_create_with_http_info variant
54
+
55
+ This returns an Array which contains the response data, status code and headers.
56
+
57
+ > <Array(<ApplicationResponse>, Integer, Hash)> applications_change_stage_create_with_http_info(x_account_token, id, opts)
58
+
59
+ ```ruby
60
+ begin
61
+
62
+ data, status_code, headers = api_instance.applications_change_stage_create_with_http_info(x_account_token, id, opts)
63
+ p status_code # => 2xx
64
+ p headers # => { ... }
65
+ p data # => <ApplicationResponse>
66
+ rescue MergeATSClient::ApiError => e
67
+ puts "Error when calling ApplicationsApi->applications_change_stage_create_with_http_info: #{e}"
68
+ end
69
+ ```
70
+
71
+ ### Parameters
72
+
73
+ | Name | Type | Description | Notes |
74
+ | ---- | ---- | ----------- | ----- |
75
+ | **x_account_token** | **String** | Token identifying the end user. | |
76
+ | **id** | [**String**](.md) | | |
77
+ | **is_debug_mode** | **Boolean** | Whether to include debug fields (such as log file links) in the response. | [optional] |
78
+ | **run_async** | **Boolean** | Whether or not third-party updates should be run asynchronously. | [optional] |
79
+ | **update_application_stage_request** | [**UpdateApplicationStageRequest**](UpdateApplicationStageRequest.md) | | [optional] |
80
+
81
+ ### Return type
82
+
83
+ [**ApplicationResponse**](ApplicationResponse.md)
84
+
85
+ ### Authorization
86
+
87
+ [tokenAuth](../README.md#tokenAuth)
88
+
89
+ ### HTTP request headers
90
+
91
+ - **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
92
+ - **Accept**: application/json
93
+
94
+
13
95
  ## applications_create
14
96
 
15
97
  > <ApplicationResponse> applications_create(x_account_token, application_endpoint_request, opts)
@@ -120,7 +202,7 @@ opts = {
120
202
  current_stage_id: 'current_stage_id_example', # String | If provided, will only return applications at this interview stage.
121
203
  cursor: 'cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw', # String | The pagination cursor value.
122
204
  expand: 'candidate', # String | Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
123
- include_deleted_data: true, # Boolean | Whether to include data that was deleted in the third-party service.
205
+ include_deleted_data: true, # Boolean | Whether to include data that was marked as deleted by third party webhooks.
124
206
  include_remote_data: true, # Boolean | Whether to include the original data Merge fetched from the third-party to produce these models.
125
207
  job_id: 'job_id_example', # String | If provided, will only return applications for this job.
126
208
  modified_after: Time.parse('2013-10-20T19:20:30+01:00'), # Time | If provided, will only return objects modified after this datetime.
@@ -170,7 +252,7 @@ end
170
252
  | **current_stage_id** | **String** | If provided, will only return applications at this interview stage. | [optional] |
171
253
  | **cursor** | **String** | The pagination cursor value. | [optional] |
172
254
  | **expand** | **String** | Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces. | [optional] |
173
- | **include_deleted_data** | **Boolean** | Whether to include data that was deleted in the third-party service. | [optional] |
255
+ | **include_deleted_data** | **Boolean** | Whether to include data that was marked as deleted by third party webhooks. | [optional] |
174
256
  | **include_remote_data** | **Boolean** | Whether to include the original data Merge fetched from the third-party to produce these models. | [optional] |
175
257
  | **job_id** | **String** | If provided, will only return applications for this job. | [optional] |
176
258
  | **modified_after** | **Time** | If provided, will only return objects modified after this datetime. | [optional] |
@@ -118,11 +118,12 @@ opts = {
118
118
  created_before: Time.parse('2013-10-20T19:20:30+01:00'), # Time | If provided, will only return objects created before this datetime.
119
119
  cursor: 'cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw', # String | The pagination cursor value.
120
120
  expand: 'candidate', # String | Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
121
- include_deleted_data: true, # Boolean | Whether to include data that was deleted in the third-party service.
121
+ include_deleted_data: true, # Boolean | Whether to include data that was marked as deleted by third party webhooks.
122
122
  include_remote_data: true, # Boolean | Whether to include the original data Merge fetched from the third-party to produce these models.
123
123
  modified_after: Time.parse('2013-10-20T19:20:30+01:00'), # Time | If provided, will only return objects modified after this datetime.
124
124
  modified_before: Time.parse('2013-10-20T19:20:30+01:00'), # Time | If provided, will only return objects modified before this datetime.
125
125
  page_size: 56, # Integer | Number of results to return per page.
126
+ remote_fields: 'attachment_type', # String | Which fields should be returned in non-normalized form.
126
127
  remote_id: 'remote_id_example' # String | The API provider's ID for the given object.
127
128
  }
128
129
 
@@ -163,11 +164,12 @@ end
163
164
  | **created_before** | **Time** | If provided, will only return objects created before this datetime. | [optional] |
164
165
  | **cursor** | **String** | The pagination cursor value. | [optional] |
165
166
  | **expand** | **String** | Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces. | [optional] |
166
- | **include_deleted_data** | **Boolean** | Whether to include data that was deleted in the third-party service. | [optional] |
167
+ | **include_deleted_data** | **Boolean** | Whether to include data that was marked as deleted by third party webhooks. | [optional] |
167
168
  | **include_remote_data** | **Boolean** | Whether to include the original data Merge fetched from the third-party to produce these models. | [optional] |
168
169
  | **modified_after** | **Time** | If provided, will only return objects modified after this datetime. | [optional] |
169
170
  | **modified_before** | **Time** | If provided, will only return objects modified before this datetime. | [optional] |
170
171
  | **page_size** | **Integer** | Number of results to return per page. | [optional] |
172
+ | **remote_fields** | **String** | Which fields should be returned in non-normalized form. | [optional] |
171
173
  | **remote_id** | **String** | The API provider&#39;s ID for the given object. | [optional] |
172
174
 
173
175
  ### Return type
@@ -281,7 +283,8 @@ x_account_token = 'x_account_token_example' # String | Token identifying the end
281
283
  id = TODO # String |
282
284
  opts = {
283
285
  expand: 'candidate', # String | Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
284
- include_remote_data: true # Boolean | Whether to include the original data Merge fetched from the third-party to produce these models.
286
+ include_remote_data: true, # Boolean | Whether to include the original data Merge fetched from the third-party to produce these models.
287
+ remote_fields: 'attachment_type' # String | Which fields should be returned in non-normalized form.
285
288
  }
286
289
 
287
290
  begin
@@ -319,6 +322,7 @@ end
319
322
  | **id** | [**String**](.md) | | |
320
323
  | **expand** | **String** | Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces. | [optional] |
321
324
  | **include_remote_data** | **Boolean** | Whether to include the original data Merge fetched from the third-party to produce these models. | [optional] |
325
+ | **remote_fields** | **String** | Which fields should be returned in non-normalized form. | [optional] |
322
326
 
323
327
  ### Return type
324
328
 
@@ -194,7 +194,7 @@ opts = {
194
194
  cursor: 'cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw', # String | The pagination cursor value.
195
195
  expand: 'applications', # String | Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
196
196
  first_name: 'first_name_example', # String | If provided, will only return candidates with this first name.
197
- include_deleted_data: true, # Boolean | Whether to include data that was deleted in the third-party service.
197
+ include_deleted_data: true, # Boolean | Whether to include data that was marked as deleted by third party webhooks.
198
198
  include_remote_data: true, # Boolean | Whether to include the original data Merge fetched from the third-party to produce these models.
199
199
  last_name: 'last_name_example', # String | If provided, will only return candidates with this last name.
200
200
  modified_after: Time.parse('2013-10-20T19:20:30+01:00'), # Time | If provided, will only return objects modified after this datetime.
@@ -240,7 +240,7 @@ end
240
240
  | **cursor** | **String** | The pagination cursor value. | [optional] |
241
241
  | **expand** | **String** | Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces. | [optional] |
242
242
  | **first_name** | **String** | If provided, will only return candidates with this first name. | [optional] |
243
- | **include_deleted_data** | **Boolean** | Whether to include data that was deleted in the third-party service. | [optional] |
243
+ | **include_deleted_data** | **Boolean** | Whether to include data that was marked as deleted by third party webhooks. | [optional] |
244
244
  | **include_remote_data** | **Boolean** | Whether to include the original data Merge fetched from the third-party to produce these models. | [optional] |
245
245
  | **last_name** | **String** | If provided, will only return candidates with this last name. | [optional] |
246
246
  | **modified_after** | **Time** | If provided, will only return objects modified after this datetime. | [optional] |
@@ -0,0 +1,30 @@
1
+ # MergeATSClient::ConditionSchema
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **id** | **String** | The ID of the condition schema. This ID is used when updating selective syncs for a linked account. | |
8
+ | **common_model** | **String** | The common model for which a condition schema is defined. | [optional][readonly] |
9
+ | **native_name** | **String** | User-facing *native condition* name. e.g. \&quot;Skip Manager\&quot;. | |
10
+ | **field_name** | **String** | The name of the field on the common model that this condition corresponds to, if they conceptually match. e.g. \&quot;location_type\&quot;. | |
11
+ | **is_unique** | **Boolean** | Whether this condition can only be applied once. If false, the condition can be AND&#39;d together multiple times. | [optional] |
12
+ | **condition_type** | [**ConditionTypeEnum**](ConditionTypeEnum.md) | | |
13
+ | **operators** | [**Array&lt;OperatorSchema&gt;**](OperatorSchema.md) | The schemas for the operators that can be used on a condition. | |
14
+
15
+ ## Example
16
+
17
+ ```ruby
18
+ require 'merge_ats_client'
19
+
20
+ instance = MergeATSClient::ConditionSchema.new(
21
+ id: null,
22
+ common_model: null,
23
+ native_name: null,
24
+ field_name: null,
25
+ is_unique: null,
26
+ condition_type: null,
27
+ operators: null
28
+ )
29
+ ```
30
+
@@ -0,0 +1,15 @@
1
+ # MergeATSClient::ConditionTypeEnum
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+
8
+ ## Example
9
+
10
+ ```ruby
11
+ require 'merge_ats_client'
12
+
13
+ instance = MergeATSClient::ConditionTypeEnum.new()
14
+ ```
15
+
@@ -11,6 +11,7 @@
11
11
  | **multipart_form_data** | [**Array&lt;MultipartFormFieldRequest&gt;**](MultipartFormFieldRequest.md) | Pass an array of &#x60;MultipartFormField&#x60; objects in here instead of using the &#x60;data&#x60; param if &#x60;request_format&#x60; is set to &#x60;MULTIPART&#x60;. | [optional] |
12
12
  | **headers** | [**Hash&lt;String, AnyType&gt;**](AnyType.md) | The headers to use for the request (Merge will handle the account&#39;s authorization headers). &#x60;Content-Type&#x60; header is required for passthrough. Choose content type corresponding to expected format of receiving server. | [optional] |
13
13
  | **request_format** | [**RequestFormatEnum**](RequestFormatEnum.md) | | [optional] |
14
+ | **normalize_response** | **Boolean** | | [optional] |
14
15
 
15
16
  ## Example
16
17
 
@@ -24,7 +25,8 @@ instance = MergeATSClient::DataPassthroughRequest.new(
24
25
  data: {&quot;company&quot;: &quot;Lime&quot;, &quot;model&quot;: &quot;Gen 2.5&quot;},
25
26
  multipart_form_data: null,
26
27
  headers: {&quot;EXTRA-HEADER&quot;:&quot;value&quot;},
27
- request_format: JSON
28
+ request_format: JSON,
29
+ normalize_response: null
28
30
  )
29
31
  ```
30
32
 
data/docs/Department.md CHANGED
@@ -8,7 +8,7 @@
8
8
  | **remote_id** | **String** | The third-party API ID of the matching object. | [optional] |
9
9
  | **name** | **String** | The department&#39;s name. | [optional] |
10
10
  | **remote_data** | [**Array&lt;RemoteData&gt;**](RemoteData.md) | | [optional][readonly] |
11
- | **remote_was_deleted** | **Boolean** | Indicates whether or not this object has been deleted on the third-party. | [optional][readonly] |
11
+ | **remote_was_deleted** | **Boolean** | Indicates whether or not this object has been deleted by third party webhooks. | [optional][readonly] |
12
12
 
13
13
  ## Example
14
14
 
@@ -35,7 +35,7 @@ opts = {
35
35
  created_after: Time.parse('2013-10-20T19:20:30+01:00'), # Time | If provided, will only return objects created after this datetime.
36
36
  created_before: Time.parse('2013-10-20T19:20:30+01:00'), # Time | If provided, will only return objects created before this datetime.
37
37
  cursor: 'cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw', # String | The pagination cursor value.
38
- include_deleted_data: true, # Boolean | Whether to include data that was deleted in the third-party service.
38
+ include_deleted_data: true, # Boolean | Whether to include data that was marked as deleted by third party webhooks.
39
39
  include_remote_data: true, # Boolean | Whether to include the original data Merge fetched from the third-party to produce these models.
40
40
  modified_after: Time.parse('2013-10-20T19:20:30+01:00'), # Time | If provided, will only return objects modified after this datetime.
41
41
  modified_before: Time.parse('2013-10-20T19:20:30+01:00'), # Time | If provided, will only return objects modified before this datetime.
@@ -78,7 +78,7 @@ end
78
78
  | **created_after** | **Time** | If provided, will only return objects created after this datetime. | [optional] |
79
79
  | **created_before** | **Time** | If provided, will only return objects created before this datetime. | [optional] |
80
80
  | **cursor** | **String** | The pagination cursor value. | [optional] |
81
- | **include_deleted_data** | **Boolean** | Whether to include data that was deleted in the third-party service. | [optional] |
81
+ | **include_deleted_data** | **Boolean** | Whether to include data that was marked as deleted by third party webhooks. | [optional] |
82
82
  | **include_remote_data** | **Boolean** | Whether to include the original data Merge fetched from the third-party to produce these models. | [optional] |
83
83
  | **modified_after** | **Time** | If provided, will only return objects modified after this datetime. | [optional] |
84
84
  | **modified_before** | **Time** | If provided, will only return objects modified before this datetime. | [optional] |
data/docs/EEOC.md CHANGED
@@ -13,7 +13,7 @@
13
13
  | **veteran_status** | [**VeteranStatusEnum**](VeteranStatusEnum.md) | The candidate&#39;s veteran status. | [optional] |
14
14
  | **disability_status** | [**DisabilityStatusEnum**](DisabilityStatusEnum.md) | The candidate&#39;s disability status. | [optional] |
15
15
  | **remote_data** | [**Array&lt;RemoteData&gt;**](RemoteData.md) | | [optional][readonly] |
16
- | **remote_was_deleted** | **Boolean** | Indicates whether or not this object has been deleted on the third-party. | [optional][readonly] |
16
+ | **remote_was_deleted** | **Boolean** | Indicates whether or not this object has been deleted by third party webhooks. | [optional][readonly] |
17
17
 
18
18
  ## Example
19
19
 
data/docs/EeocsApi.md CHANGED
@@ -37,11 +37,12 @@ opts = {
37
37
  created_before: Time.parse('2013-10-20T19:20:30+01:00'), # Time | If provided, will only return objects created before this datetime.
38
38
  cursor: 'cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw', # String | The pagination cursor value.
39
39
  expand: 'candidate', # String | Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
40
- include_deleted_data: true, # Boolean | Whether to include data that was deleted in the third-party service.
40
+ include_deleted_data: true, # Boolean | Whether to include data that was marked as deleted by third party webhooks.
41
41
  include_remote_data: true, # Boolean | Whether to include the original data Merge fetched from the third-party to produce these models.
42
42
  modified_after: Time.parse('2013-10-20T19:20:30+01:00'), # Time | If provided, will only return objects modified after this datetime.
43
43
  modified_before: Time.parse('2013-10-20T19:20:30+01:00'), # Time | If provided, will only return objects modified before this datetime.
44
44
  page_size: 56, # Integer | Number of results to return per page.
45
+ remote_fields: 'disability_status', # String | Which fields should be returned in non-normalized form.
45
46
  remote_id: 'remote_id_example' # String | The API provider's ID for the given object.
46
47
  }
47
48
 
@@ -82,11 +83,12 @@ end
82
83
  | **created_before** | **Time** | If provided, will only return objects created before this datetime. | [optional] |
83
84
  | **cursor** | **String** | The pagination cursor value. | [optional] |
84
85
  | **expand** | **String** | Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces. | [optional] |
85
- | **include_deleted_data** | **Boolean** | Whether to include data that was deleted in the third-party service. | [optional] |
86
+ | **include_deleted_data** | **Boolean** | Whether to include data that was marked as deleted by third party webhooks. | [optional] |
86
87
  | **include_remote_data** | **Boolean** | Whether to include the original data Merge fetched from the third-party to produce these models. | [optional] |
87
88
  | **modified_after** | **Time** | If provided, will only return objects modified after this datetime. | [optional] |
88
89
  | **modified_before** | **Time** | If provided, will only return objects modified before this datetime. | [optional] |
89
90
  | **page_size** | **Integer** | Number of results to return per page. | [optional] |
91
+ | **remote_fields** | **String** | Which fields should be returned in non-normalized form. | [optional] |
90
92
  | **remote_id** | **String** | The API provider&#39;s ID for the given object. | [optional] |
91
93
 
92
94
  ### Return type
@@ -129,7 +131,8 @@ x_account_token = 'x_account_token_example' # String | Token identifying the end
129
131
  id = TODO # String |
130
132
  opts = {
131
133
  expand: 'candidate', # String | Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
132
- include_remote_data: true # Boolean | Whether to include the original data Merge fetched from the third-party to produce these models.
134
+ include_remote_data: true, # Boolean | Whether to include the original data Merge fetched from the third-party to produce these models.
135
+ remote_fields: 'disability_status' # String | Which fields should be returned in non-normalized form.
133
136
  }
134
137
 
135
138
  begin
@@ -167,6 +170,7 @@ end
167
170
  | **id** | [**String**](.md) | | |
168
171
  | **expand** | **String** | Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces. | [optional] |
169
172
  | **include_remote_data** | **Boolean** | Whether to include the original data Merge fetched from the third-party to produce these models. | [optional] |
173
+ | **remote_fields** | **String** | Which fields should be returned in non-normalized form. | [optional] |
170
174
 
171
175
  ### Return type
172
176
 
@@ -6,6 +6,8 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **value** | **String** | The email address. | [optional] |
8
8
  | **email_address_type** | [**EmailAddressTypeEnum**](EmailAddressTypeEnum.md) | The type of email address. | [optional] |
9
+ | **integration_params** | [**Hash&lt;String, AnyType&gt;**](AnyType.md) | | [optional] |
10
+ | **linked_account_params** | [**Hash&lt;String, AnyType&gt;**](AnyType.md) | | [optional] |
9
11
 
10
12
  ## Example
11
13
 
@@ -14,7 +16,9 @@ require 'merge_ats_client'
14
16
 
15
17
  instance = MergeATSClient::EmailAddressRequest.new(
16
18
  value: merge_is_hiring@merge.dev,
17
- email_address_type: PERSONAL
19
+ email_address_type: PERSONAL,
20
+ integration_params: {&quot;unique_integration_field&quot;:&quot;unique_integration_field_value&quot;},
21
+ linked_account_params: {&quot;unique_linked_account_field&quot;:&quot;unique_linked_account_field_value&quot;}
18
22
  )
19
23
  ```
20
24
 
@@ -4,12 +4,13 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **end_user_email_address** | **String** | | |
8
- | **end_user_organization_name** | **String** | | |
9
- | **end_user_origin_id** | **String** | | |
10
- | **categories** | [**Array&lt;CategoriesEnum&gt;**](CategoriesEnum.md) | | |
11
- | **integration** | **String** | The slug of a specific pre-selected integration for this linking flow token, for examples of slugs see https://www.merge.dev/docs/basics/integration-metadata | [optional] |
12
- | **link_expiry_mins** | **Integer** | An integer number of minutes between [30, 720] for how long this token is valid. Defaults to 30 | [optional][default to 30] |
7
+ | **end_user_email_address** | **String** | Your end user&#39;s email address. This is purely for identification purposes - setting this value will not cause any emails to be sent. | |
8
+ | **end_user_organization_name** | **String** | Your end user&#39;s organization. | |
9
+ | **end_user_origin_id** | **String** | This unique identifier typically represents the ID for your end user in your product&#39;s database. This value must be distinct from other Linked Accounts&#39; unique identifiers. | |
10
+ | **categories** | [**Array&lt;CategoriesEnum&gt;**](CategoriesEnum.md) | The integration categories to show in Merge Link. | |
11
+ | **integration** | **String** | The slug of a specific pre-selected integration for this linking flow token. For examples of slugs, see https://www.merge.dev/docs/basics/integration-metadata/. | [optional] |
12
+ | **link_expiry_mins** | **Integer** | An integer number of minutes between [30, 720 or 10080 if for a Magic Link URL] for how long this token is valid. Defaults to 30. | [optional][default to 30] |
13
+ | **should_create_magic_link_url** | **Boolean** | Whether to generate a Magic Link URL. Defaults to false. For more information on Magic Link, see https://merge.dev/blog/product/integrations,-fast.-say-hello-to-magic-link/. | [optional][default to false] |
13
14
 
14
15
  ## Example
15
16
 
@@ -22,7 +23,8 @@ instance = MergeATSClient::EndUserDetailsRequest.new(
22
23
  end_user_origin_id: null,
23
24
  categories: null,
24
25
  integration: null,
25
- link_expiry_mins: null
26
+ link_expiry_mins: null,
27
+ should_create_magic_link_url: null
26
28
  )
27
29
  ```
28
30