merge_ats_client 1.0.2 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (166) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +16 -0
  3. data/docs/AccountDetails.md +30 -0
  4. data/docs/AccountDetailsAndActions.md +30 -0
  5. data/docs/AccountDetailsAndActionsIntegration.md +32 -0
  6. data/docs/AccountDetailsAndActionsStatusEnum.md +15 -0
  7. data/docs/AccountDetailsApi.md +76 -0
  8. data/docs/Activity.md +3 -3
  9. data/docs/Application.md +5 -3
  10. data/docs/ApplicationRequest.md +5 -3
  11. data/docs/Candidate.md +9 -7
  12. data/docs/CandidateRequest.md +9 -7
  13. data/docs/CandidatesApi.md +9 -1
  14. data/docs/CategoriesEnum.md +15 -0
  15. data/docs/CategoryEnum.md +15 -0
  16. data/docs/DataPassthroughRequest.md +5 -3
  17. data/docs/DeleteAccountApi.md +78 -0
  18. data/docs/EEOC.md +1 -1
  19. data/docs/EmailAddress.md +1 -1
  20. data/docs/EmailAddressRequest.md +1 -1
  21. data/docs/EndUserDetailsRequest.md +1 -1
  22. data/docs/Issue.md +30 -0
  23. data/docs/IssueStatusEnum.md +15 -0
  24. data/docs/IssuesApi.md +169 -0
  25. data/docs/Job.md +8 -6
  26. data/docs/JobsApi.md +1 -0
  27. data/docs/LinkedAccountsApi.md +103 -0
  28. data/docs/Offer.md +4 -4
  29. data/docs/PaginatedAccountDetailsAndActionsList.md +22 -0
  30. data/docs/PaginatedIssueList.md +22 -0
  31. data/docs/PaginatedSyncStatusList.md +2 -2
  32. data/docs/RemoteUser.md +1 -1
  33. data/docs/RemoteUserRequest.md +1 -1
  34. data/docs/RequestFormatEnum.md +15 -0
  35. data/docs/ScheduledInterview.md +5 -5
  36. data/docs/ScheduledInterviewRequest.md +5 -5
  37. data/docs/Scorecard.md +2 -2
  38. data/docs/ScorecardRequest.md +2 -2
  39. data/docs/SyncStatusApi.md +1 -1
  40. data/docs/UsersApi.md +1 -0
  41. data/lib/merge_ats_client/api/account_details_api.rb +77 -0
  42. data/lib/merge_ats_client/api/account_token_api.rb +1 -1
  43. data/lib/merge_ats_client/api/activities_api.rb +1 -1
  44. data/lib/merge_ats_client/api/applications_api.rb +1 -1
  45. data/lib/merge_ats_client/api/attachments_api.rb +1 -1
  46. data/lib/merge_ats_client/api/available_actions_api.rb +1 -1
  47. data/lib/merge_ats_client/api/candidates_api.rb +13 -1
  48. data/lib/merge_ats_client/api/delete_account_api.rb +82 -0
  49. data/lib/merge_ats_client/api/departments_api.rb +1 -1
  50. data/lib/merge_ats_client/api/eeocs_api.rb +1 -1
  51. data/lib/merge_ats_client/api/generate_key_api.rb +1 -1
  52. data/lib/merge_ats_client/api/interviews_api.rb +1 -1
  53. data/lib/merge_ats_client/api/issues_api.rb +169 -0
  54. data/lib/merge_ats_client/api/job_interview_stages_api.rb +1 -1
  55. data/lib/merge_ats_client/api/jobs_api.rb +4 -1
  56. data/lib/merge_ats_client/api/link_token_api.rb +1 -1
  57. data/lib/merge_ats_client/api/linked_accounts_api.rb +117 -0
  58. data/lib/merge_ats_client/api/offers_api.rb +1 -1
  59. data/lib/merge_ats_client/api/offices_api.rb +1 -1
  60. data/lib/merge_ats_client/api/passthrough_api.rb +1 -1
  61. data/lib/merge_ats_client/api/regenerate_key_api.rb +1 -1
  62. data/lib/merge_ats_client/api/reject_reasons_api.rb +1 -1
  63. data/lib/merge_ats_client/api/scorecards_api.rb +1 -1
  64. data/lib/merge_ats_client/api/sync_status_api.rb +3 -3
  65. data/lib/merge_ats_client/api/tags_api.rb +1 -1
  66. data/lib/merge_ats_client/api/users_api.rb +1 -1
  67. data/lib/merge_ats_client/api_client.rb +1 -1
  68. data/lib/merge_ats_client/api_error.rb +1 -1
  69. data/lib/merge_ats_client/configuration.rb +1 -1
  70. data/lib/merge_ats_client/models/access_role_enum.rb +1 -1
  71. data/lib/merge_ats_client/models/account_details.rb +273 -0
  72. data/lib/merge_ats_client/models/account_details_and_actions.rb +293 -0
  73. data/lib/merge_ats_client/models/account_details_and_actions_integration.rb +308 -0
  74. data/lib/merge_ats_client/models/account_details_and_actions_status_enum.rb +36 -0
  75. data/lib/merge_ats_client/models/account_integration.rb +5 -5
  76. data/lib/merge_ats_client/models/account_token.rb +1 -1
  77. data/lib/merge_ats_client/models/activity.rb +1 -1
  78. data/lib/merge_ats_client/models/activity_type_enum.rb +1 -1
  79. data/lib/merge_ats_client/models/application.rb +19 -6
  80. data/lib/merge_ats_client/models/application_request.rb +19 -6
  81. data/lib/merge_ats_client/models/attachment.rb +1 -1
  82. data/lib/merge_ats_client/models/available_actions.rb +1 -1
  83. data/lib/merge_ats_client/models/candidate.rb +22 -6
  84. data/lib/merge_ats_client/models/candidate_request.rb +21 -5
  85. data/lib/merge_ats_client/models/categories_enum.rb +36 -0
  86. data/lib/merge_ats_client/models/category_enum.rb +36 -0
  87. data/lib/merge_ats_client/models/data_passthrough_request.rb +16 -8
  88. data/lib/merge_ats_client/models/department.rb +1 -1
  89. data/lib/merge_ats_client/models/disability_status_enum.rb +1 -1
  90. data/lib/merge_ats_client/models/eeoc.rb +1 -1
  91. data/lib/merge_ats_client/models/email_address.rb +1 -1
  92. data/lib/merge_ats_client/models/email_address_request.rb +1 -1
  93. data/lib/merge_ats_client/models/email_address_type_enum.rb +1 -1
  94. data/lib/merge_ats_client/models/end_user_details_request.rb +1 -1
  95. data/lib/merge_ats_client/models/gender_enum.rb +1 -1
  96. data/lib/merge_ats_client/models/generate_remote_key_request.rb +1 -1
  97. data/lib/merge_ats_client/models/issue.rb +281 -0
  98. data/lib/merge_ats_client/models/issue_status_enum.rb +35 -0
  99. data/lib/merge_ats_client/models/job.rb +16 -2
  100. data/lib/merge_ats_client/models/job_interview_stage.rb +1 -1
  101. data/lib/merge_ats_client/models/job_status_enum.rb +1 -1
  102. data/lib/merge_ats_client/models/link_token.rb +1 -1
  103. data/lib/merge_ats_client/models/method_enum.rb +1 -1
  104. data/lib/merge_ats_client/models/model_operation.rb +1 -1
  105. data/lib/merge_ats_client/models/offer.rb +1 -1
  106. data/lib/merge_ats_client/models/offer_status_enum.rb +1 -1
  107. data/lib/merge_ats_client/models/office.rb +1 -1
  108. data/lib/merge_ats_client/models/overall_recommendation_enum.rb +1 -1
  109. data/lib/merge_ats_client/models/paginated_account_details_and_actions_list.rb +240 -0
  110. data/lib/merge_ats_client/models/paginated_activity_list.rb +1 -1
  111. data/lib/merge_ats_client/models/paginated_application_list.rb +1 -1
  112. data/lib/merge_ats_client/models/paginated_attachment_list.rb +1 -1
  113. data/lib/merge_ats_client/models/paginated_candidate_list.rb +1 -1
  114. data/lib/merge_ats_client/models/paginated_department_list.rb +1 -1
  115. data/lib/merge_ats_client/models/paginated_eeoc_list.rb +1 -1
  116. data/lib/merge_ats_client/models/paginated_issue_list.rb +240 -0
  117. data/lib/merge_ats_client/models/paginated_job_interview_stage_list.rb +1 -1
  118. data/lib/merge_ats_client/models/paginated_job_list.rb +1 -1
  119. data/lib/merge_ats_client/models/paginated_offer_list.rb +1 -1
  120. data/lib/merge_ats_client/models/paginated_office_list.rb +1 -1
  121. data/lib/merge_ats_client/models/paginated_reject_reason_list.rb +1 -1
  122. data/lib/merge_ats_client/models/paginated_remote_user_list.rb +1 -1
  123. data/lib/merge_ats_client/models/paginated_scheduled_interview_list.rb +1 -1
  124. data/lib/merge_ats_client/models/paginated_scorecard_list.rb +1 -1
  125. data/lib/merge_ats_client/models/paginated_tag_list.rb +1 -1
  126. data/lib/merge_ats_client/models/phone_number.rb +1 -1
  127. data/lib/merge_ats_client/models/phone_number_request.rb +1 -1
  128. data/lib/merge_ats_client/models/phone_number_type_enum.rb +1 -1
  129. data/lib/merge_ats_client/models/race_enum.rb +1 -1
  130. data/lib/merge_ats_client/models/reject_reason.rb +1 -1
  131. data/lib/merge_ats_client/models/remote_data.rb +1 -1
  132. data/lib/merge_ats_client/models/remote_data_request.rb +1 -1
  133. data/lib/merge_ats_client/models/remote_key.rb +1 -1
  134. data/lib/merge_ats_client/models/remote_key_for_regeneration_request.rb +1 -1
  135. data/lib/merge_ats_client/models/remote_response.rb +1 -1
  136. data/lib/merge_ats_client/models/remote_user.rb +1 -1
  137. data/lib/merge_ats_client/models/request_format_enum.rb +35 -0
  138. data/lib/merge_ats_client/models/scheduled_interview.rb +2 -1
  139. data/lib/merge_ats_client/models/scheduled_interview_request.rb +1 -0
  140. data/lib/merge_ats_client/models/scheduled_interview_status_enum.rb +1 -1
  141. data/lib/merge_ats_client/models/scorecard.rb +1 -1
  142. data/lib/merge_ats_client/models/sync_status.rb +1 -1
  143. data/lib/merge_ats_client/models/sync_status_status_enum.rb +1 -0
  144. data/lib/merge_ats_client/models/tag.rb +1 -1
  145. data/lib/merge_ats_client/models/url.rb +6 -6
  146. data/lib/merge_ats_client/models/url_request.rb +6 -6
  147. data/lib/merge_ats_client/models/url_type_enum.rb +1 -1
  148. data/lib/merge_ats_client/models/veteran_status_enum.rb +1 -1
  149. data/lib/merge_ats_client/models/visibility_enum.rb +1 -1
  150. data/lib/merge_ats_client/version.rb +1 -1
  151. data/lib/merge_ats_client.rb +16 -1
  152. data/merge_ats_client.gemspec +1 -1
  153. data/spec/api/account_details_api_spec.rb +45 -0
  154. data/spec/api/linked_accounts_api_spec.rb +57 -0
  155. data/spec/api_client_spec.rb +1 -1
  156. data/spec/configuration_spec.rb +1 -1
  157. data/spec/models/account_details_and_actions_integration_spec.rb +76 -0
  158. data/spec/models/account_details_and_actions_spec.rb +70 -0
  159. data/spec/models/account_details_and_actions_status_enum_spec.rb +28 -0
  160. data/spec/models/account_details_spec.rb +70 -0
  161. data/spec/models/categories_enum_spec.rb +28 -0
  162. data/spec/models/category_enum_spec.rb +28 -0
  163. data/spec/models/paginated_account_details_and_actions_list_spec.rb +46 -0
  164. data/spec/models/request_format_enum_spec.rb +28 -0
  165. data/spec/spec_helper.rb +1 -1
  166. metadata +52 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6dbc9859520778d9dfaccfe22ec307d3fbd5f5215dafb79e1d6b198de2571508
4
- data.tar.gz: 30532fbbff70e35e0c456f4f2feb4eb7216889e25ee880042bb9f65fc9e59a6f
3
+ metadata.gz: a4294102daeca64e4fcfe5466827fb2ae1809ca7737df76fe86ffb876ccd029b
4
+ data.tar.gz: 24d3ec852c7f24b46266eb07f9bfb3abf4a5b374a950757fc98cb05d2a592f66
5
5
  SHA512:
6
- metadata.gz: 5f096bf4ee6ce2e524376a5a3fc2e7cf4382401121aa9d8d7bc400f923a254afcc6b342bea8743f51296b7c2e15aa66fca9e2028a8a1461229ade1a40b3f6f8d
7
- data.tar.gz: 42754969c76a8553e0dc5a444ab67f2223a924e3bff4866aa0cd60305b53e44e72a7e630ed5010ced74ed3c9534ea073a9ff3a032ea82b10bd327f24d90dcc83
6
+ metadata.gz: c0c9ecd7febeef9e4c75736dc03d9a36e9967394d3ae37641fe0d28f0aa25ca57a323ee92a9a3d4be82abc27b751c4df24e7eec95714daf999ac75f00e9d2c1c
7
+ data.tar.gz: b73cbfcc97c27ffcb0e5bfca202009fb33db74d30c5604560d4749ddf623e7f24dd3234accbf0069f35669618b25085b85dd6e533039b8313f6317989aded926
data/README.md CHANGED
@@ -83,6 +83,7 @@ All URIs are relative to *https://api.merge.dev/api/ats/v1*
83
83
 
84
84
  Class | Method | HTTP request | Description
85
85
  ------------ | ------------- | ------------- | -------------
86
+ *MergeATSClient::AccountDetailsApi* | [**account_details_retrieve**](docs/AccountDetailsApi.md#account_details_retrieve) | **GET** /account-details |
86
87
  *MergeATSClient::AccountTokenApi* | [**account_token_retrieve**](docs/AccountTokenApi.md#account_token_retrieve) | **GET** /account-token/{public_token} |
87
88
  *MergeATSClient::ActivitiesApi* | [**activities_list**](docs/ActivitiesApi.md#activities_list) | **GET** /activities |
88
89
  *MergeATSClient::ActivitiesApi* | [**activities_retrieve**](docs/ActivitiesApi.md#activities_retrieve) | **GET** /activities/{id} |
@@ -96,6 +97,7 @@ Class | Method | HTTP request | Description
96
97
  *MergeATSClient::CandidatesApi* | [**candidates_create**](docs/CandidatesApi.md#candidates_create) | **POST** /candidates |
97
98
  *MergeATSClient::CandidatesApi* | [**candidates_list**](docs/CandidatesApi.md#candidates_list) | **GET** /candidates |
98
99
  *MergeATSClient::CandidatesApi* | [**candidates_retrieve**](docs/CandidatesApi.md#candidates_retrieve) | **GET** /candidates/{id} |
100
+ *MergeATSClient::DeleteAccountApi* | [**delete_account_create**](docs/DeleteAccountApi.md#delete_account_create) | **POST** /delete-account |
99
101
  *MergeATSClient::DepartmentsApi* | [**departments_list**](docs/DepartmentsApi.md#departments_list) | **GET** /departments |
100
102
  *MergeATSClient::DepartmentsApi* | [**departments_retrieve**](docs/DepartmentsApi.md#departments_retrieve) | **GET** /departments/{id} |
101
103
  *MergeATSClient::EeocsApi* | [**eeocs_list**](docs/EeocsApi.md#eeocs_list) | **GET** /eeocs |
@@ -104,11 +106,14 @@ Class | Method | HTTP request | Description
104
106
  *MergeATSClient::InterviewsApi* | [**interviews_create**](docs/InterviewsApi.md#interviews_create) | **POST** /interviews |
105
107
  *MergeATSClient::InterviewsApi* | [**interviews_list**](docs/InterviewsApi.md#interviews_list) | **GET** /interviews |
106
108
  *MergeATSClient::InterviewsApi* | [**interviews_retrieve**](docs/InterviewsApi.md#interviews_retrieve) | **GET** /interviews/{id} |
109
+ *MergeATSClient::IssuesApi* | [**issues_list**](docs/IssuesApi.md#issues_list) | **GET** /issues |
110
+ *MergeATSClient::IssuesApi* | [**issues_retrieve**](docs/IssuesApi.md#issues_retrieve) | **GET** /issues/{id} |
107
111
  *MergeATSClient::JobInterviewStagesApi* | [**job_interview_stages_list**](docs/JobInterviewStagesApi.md#job_interview_stages_list) | **GET** /job-interview-stages |
108
112
  *MergeATSClient::JobInterviewStagesApi* | [**job_interview_stages_retrieve**](docs/JobInterviewStagesApi.md#job_interview_stages_retrieve) | **GET** /job-interview-stages/{id} |
109
113
  *MergeATSClient::JobsApi* | [**jobs_list**](docs/JobsApi.md#jobs_list) | **GET** /jobs |
110
114
  *MergeATSClient::JobsApi* | [**jobs_retrieve**](docs/JobsApi.md#jobs_retrieve) | **GET** /jobs/{id} |
111
115
  *MergeATSClient::LinkTokenApi* | [**link_token_create**](docs/LinkTokenApi.md#link_token_create) | **POST** /link-token |
116
+ *MergeATSClient::LinkedAccountsApi* | [**linked_accounts_list**](docs/LinkedAccountsApi.md#linked_accounts_list) | **GET** /linked-accounts |
112
117
  *MergeATSClient::OffersApi* | [**offers_list**](docs/OffersApi.md#offers_list) | **GET** /offers |
113
118
  *MergeATSClient::OffersApi* | [**offers_retrieve**](docs/OffersApi.md#offers_retrieve) | **GET** /offers/{id} |
114
119
  *MergeATSClient::OfficesApi* | [**offices_list**](docs/OfficesApi.md#offices_list) | **GET** /offices |
@@ -131,6 +136,10 @@ Class | Method | HTTP request | Description
131
136
  ## Documentation for Models
132
137
 
133
138
  - [MergeATSClient::AccessRoleEnum](docs/AccessRoleEnum.md)
139
+ - [MergeATSClient::AccountDetails](docs/AccountDetails.md)
140
+ - [MergeATSClient::AccountDetailsAndActions](docs/AccountDetailsAndActions.md)
141
+ - [MergeATSClient::AccountDetailsAndActionsIntegration](docs/AccountDetailsAndActionsIntegration.md)
142
+ - [MergeATSClient::AccountDetailsAndActionsStatusEnum](docs/AccountDetailsAndActionsStatusEnum.md)
134
143
  - [MergeATSClient::AccountIntegration](docs/AccountIntegration.md)
135
144
  - [MergeATSClient::AccountToken](docs/AccountToken.md)
136
145
  - [MergeATSClient::Activity](docs/Activity.md)
@@ -143,6 +152,8 @@ Class | Method | HTTP request | Description
143
152
  - [MergeATSClient::AvailableActions](docs/AvailableActions.md)
144
153
  - [MergeATSClient::Candidate](docs/Candidate.md)
145
154
  - [MergeATSClient::CandidateRequest](docs/CandidateRequest.md)
155
+ - [MergeATSClient::CategoriesEnum](docs/CategoriesEnum.md)
156
+ - [MergeATSClient::CategoryEnum](docs/CategoryEnum.md)
146
157
  - [MergeATSClient::DataPassthroughRequest](docs/DataPassthroughRequest.md)
147
158
  - [MergeATSClient::Department](docs/Department.md)
148
159
  - [MergeATSClient::DisabilityStatusEnum](docs/DisabilityStatusEnum.md)
@@ -153,6 +164,8 @@ Class | Method | HTTP request | Description
153
164
  - [MergeATSClient::EndUserDetailsRequest](docs/EndUserDetailsRequest.md)
154
165
  - [MergeATSClient::GenderEnum](docs/GenderEnum.md)
155
166
  - [MergeATSClient::GenerateRemoteKeyRequest](docs/GenerateRemoteKeyRequest.md)
167
+ - [MergeATSClient::Issue](docs/Issue.md)
168
+ - [MergeATSClient::IssueStatusEnum](docs/IssueStatusEnum.md)
156
169
  - [MergeATSClient::Job](docs/Job.md)
157
170
  - [MergeATSClient::JobInterviewStage](docs/JobInterviewStage.md)
158
171
  - [MergeATSClient::JobStatusEnum](docs/JobStatusEnum.md)
@@ -163,12 +176,14 @@ Class | Method | HTTP request | Description
163
176
  - [MergeATSClient::OfferStatusEnum](docs/OfferStatusEnum.md)
164
177
  - [MergeATSClient::Office](docs/Office.md)
165
178
  - [MergeATSClient::OverallRecommendationEnum](docs/OverallRecommendationEnum.md)
179
+ - [MergeATSClient::PaginatedAccountDetailsAndActionsList](docs/PaginatedAccountDetailsAndActionsList.md)
166
180
  - [MergeATSClient::PaginatedActivityList](docs/PaginatedActivityList.md)
167
181
  - [MergeATSClient::PaginatedApplicationList](docs/PaginatedApplicationList.md)
168
182
  - [MergeATSClient::PaginatedAttachmentList](docs/PaginatedAttachmentList.md)
169
183
  - [MergeATSClient::PaginatedCandidateList](docs/PaginatedCandidateList.md)
170
184
  - [MergeATSClient::PaginatedDepartmentList](docs/PaginatedDepartmentList.md)
171
185
  - [MergeATSClient::PaginatedEEOCList](docs/PaginatedEEOCList.md)
186
+ - [MergeATSClient::PaginatedIssueList](docs/PaginatedIssueList.md)
172
187
  - [MergeATSClient::PaginatedJobInterviewStageList](docs/PaginatedJobInterviewStageList.md)
173
188
  - [MergeATSClient::PaginatedJobList](docs/PaginatedJobList.md)
174
189
  - [MergeATSClient::PaginatedOfferList](docs/PaginatedOfferList.md)
@@ -191,6 +206,7 @@ Class | Method | HTTP request | Description
191
206
  - [MergeATSClient::RemoteResponse](docs/RemoteResponse.md)
192
207
  - [MergeATSClient::RemoteUser](docs/RemoteUser.md)
193
208
  - [MergeATSClient::RemoteUserRequest](docs/RemoteUserRequest.md)
209
+ - [MergeATSClient::RequestFormatEnum](docs/RequestFormatEnum.md)
194
210
  - [MergeATSClient::ScheduledInterview](docs/ScheduledInterview.md)
195
211
  - [MergeATSClient::ScheduledInterviewRequest](docs/ScheduledInterviewRequest.md)
196
212
  - [MergeATSClient::ScheduledInterviewStatusEnum](docs/ScheduledInterviewStatusEnum.md)
@@ -0,0 +1,30 @@
1
+ # MergeATSClient::AccountDetails
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **id** | **String** | | [optional][readonly] |
8
+ | **integration** | **String** | | [optional][readonly] |
9
+ | **category** | [**CategoryEnum**](CategoryEnum.md) | | [optional] |
10
+ | **end_user_origin_id** | **String** | | [optional][readonly] |
11
+ | **end_user_organization_name** | **String** | | [optional][readonly] |
12
+ | **end_user_email_address** | **String** | | [optional][readonly] |
13
+ | **status** | **String** | | [optional][readonly] |
14
+
15
+ ## Example
16
+
17
+ ```ruby
18
+ require 'merge_ats_client'
19
+
20
+ instance = MergeATSClient::AccountDetails.new(
21
+ id: null,
22
+ integration: null,
23
+ category: null,
24
+ end_user_origin_id: null,
25
+ end_user_organization_name: null,
26
+ end_user_email_address: null,
27
+ status: null
28
+ )
29
+ ```
30
+
@@ -0,0 +1,30 @@
1
+ # MergeATSClient::AccountDetailsAndActions
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **id** | **String** | | |
8
+ | **category** | [**CategoryEnum**](CategoryEnum.md) | | [optional] |
9
+ | **status** | [**AccountDetailsAndActionsStatusEnum**](AccountDetailsAndActionsStatusEnum.md) | | |
10
+ | **end_user_origin_id** | **String** | | [optional] |
11
+ | **end_user_organization_name** | **String** | | |
12
+ | **end_user_email_address** | **String** | | |
13
+ | **integration** | [**AccountDetailsAndActionsIntegration**](AccountDetailsAndActionsIntegration.md) | | [optional] |
14
+
15
+ ## Example
16
+
17
+ ```ruby
18
+ require 'merge_ats_client'
19
+
20
+ instance = MergeATSClient::AccountDetailsAndActions.new(
21
+ id: e59b1821-f85c-4e28-a6b3-1804156f3563,
22
+ category: hris,
23
+ status: COMPLETE,
24
+ end_user_origin_id: 3ac95cde-6c7f-4eef-afec-be710b42308d,
25
+ end_user_organization_name: Foo Bar, LLC,
26
+ end_user_email_address: hradmin@foobar.dev,
27
+ integration: null
28
+ )
29
+ ```
30
+
@@ -0,0 +1,32 @@
1
+ # MergeATSClient::AccountDetailsAndActionsIntegration
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **name** | **String** | | |
8
+ | **categories** | [**CategoriesEnum**](CategoriesEnum.md) | | |
9
+ | **image** | **String** | | [optional] |
10
+ | **square_image** | **String** | | [optional] |
11
+ | **color** | **String** | | |
12
+ | **slug** | **String** | | |
13
+ | **passthrough_available** | **Boolean** | | |
14
+ | **available_model_operations** | [**Array<ModelOperation>**](ModelOperation.md) | | [optional] |
15
+
16
+ ## Example
17
+
18
+ ```ruby
19
+ require 'merge_ats_client'
20
+
21
+ instance = MergeATSClient::AccountDetailsAndActionsIntegration.new(
22
+ name: null,
23
+ categories: null,
24
+ image: null,
25
+ square_image: null,
26
+ color: null,
27
+ slug: null,
28
+ passthrough_available: null,
29
+ available_model_operations: null
30
+ )
31
+ ```
32
+
@@ -0,0 +1,15 @@
1
+ # MergeATSClient::AccountDetailsAndActionsStatusEnum
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::AccountDetailsAndActionsStatusEnum.new()
14
+ ```
15
+
@@ -0,0 +1,76 @@
1
+ # MergeATSClient::AccountDetailsApi
2
+
3
+ All URIs are relative to *https://api.merge.dev/api/ats/v1*
4
+
5
+ | Method | HTTP request | Description |
6
+ | ------ | ------------ | ----------- |
7
+ | [**account_details_retrieve**](AccountDetailsApi.md#account_details_retrieve) | **GET** /account-details | |
8
+
9
+
10
+ ## account_details_retrieve
11
+
12
+ > <AccountDetails> account_details_retrieve
13
+
14
+
15
+
16
+ Get details for a linked account.
17
+
18
+ ### Examples
19
+
20
+ ```ruby
21
+ require 'time'
22
+ require 'merge_ats_client'
23
+ # setup authorization
24
+ MergeATSClient.configure do |config|
25
+ # Configure API key authorization: tokenAuth
26
+ config.api_key['Authorization'] = 'YOUR API KEY'
27
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
28
+ config.api_key_prefix['Authorization'] = 'Bearer'
29
+ end
30
+
31
+ api_instance = MergeATSClient::AccountDetailsApi.new
32
+
33
+ begin
34
+
35
+ result = api_instance.account_details_retrieve
36
+ p result
37
+ rescue MergeATSClient::ApiError => e
38
+ puts "Error when calling AccountDetailsApi->account_details_retrieve: #{e}"
39
+ end
40
+ ```
41
+
42
+ #### Using the account_details_retrieve_with_http_info variant
43
+
44
+ This returns an Array which contains the response data, status code and headers.
45
+
46
+ > <Array(<AccountDetails>, Integer, Hash)> account_details_retrieve_with_http_info
47
+
48
+ ```ruby
49
+ begin
50
+
51
+ data, status_code, headers = api_instance.account_details_retrieve_with_http_info
52
+ p status_code # => 2xx
53
+ p headers # => { ... }
54
+ p data # => <AccountDetails>
55
+ rescue MergeATSClient::ApiError => e
56
+ puts "Error when calling AccountDetailsApi->account_details_retrieve_with_http_info: #{e}"
57
+ end
58
+ ```
59
+
60
+ ### Parameters
61
+
62
+ This endpoint does not need any parameter.
63
+
64
+ ### Return type
65
+
66
+ [**AccountDetails**](AccountDetails.md)
67
+
68
+ ### Authorization
69
+
70
+ [tokenAuth](../README.md#tokenAuth)
71
+
72
+ ### HTTP request headers
73
+
74
+ - **Content-Type**: Not defined
75
+ - **Accept**: application/json
76
+
data/docs/Activity.md CHANGED
@@ -23,10 +23,10 @@ instance = MergeATSClient::Activity.new(
23
23
  id: ecbe05ac-62a3-46c5-ab31-4b478b37d1b4,
24
24
  remote_id: 198123,
25
25
  user: 9d892439-5fab-4dbb-8bd8-34f7f96c7912,
26
- remote_created_at: null,
26
+ remote_created_at: 2021-10-15T00:00Z,
27
27
  activity_type: NOTE,
28
- subject: Gil Feig&#39;s applicant status,
29
- body: Candidate will only join if we provide a Barry&#39;s subsidy.,
28
+ subject: Gil Feig&#39;s interview,
29
+ body: Candidate loves integrations!!.,
30
30
  visibility: PRIVATE,
31
31
  remote_data: [{&quot;path&quot;:&quot;/actions&quot;,&quot;data&quot;:[&quot;Varies by platform&quot;]}]
32
32
  )
data/docs/Application.md CHANGED
@@ -15,6 +15,7 @@
15
15
  | **current_stage** | **String** | The application&#39;s current stage. | [optional] |
16
16
  | **reject_reason** | **String** | The application&#39;s reason for rejection. | [optional] |
17
17
  | **remote_data** | [**Array&lt;RemoteData&gt;**](RemoteData.md) | | [optional][readonly] |
18
+ | **custom_fields** | [**Hash&lt;String, AnyType&gt;**](AnyType.md) | Custom fields configured for a given model. | [optional] |
18
19
 
19
20
  ## Example
20
21
 
@@ -26,13 +27,14 @@ instance = MergeATSClient::Application.new(
26
27
  remote_id: 98796,
27
28
  candidate: 2872ba14-4084-492b-be96-e5eee6fc33ef,
28
29
  job: 52bf9b5e-0beb-4f6f-8a72-cd4dca7ca633,
29
- applied_at: null,
30
- rejected_at: null,
30
+ applied_at: 2021-10-15T00:00Z,
31
+ rejected_at: 2021-11-15T00:00Z,
31
32
  source: Campus recruiting event,
32
33
  credited_to: 58166795-8d68-4b30-9bfb-bfd402479484,
33
34
  current_stage: d578dfdc-7b0a-4ab6-a2b0-4b40f20eb9ea,
34
35
  reject_reason: 59b25f2b-da02-40f5-9656-9fa0db555784,
35
- remote_data: [{&quot;path&quot;:&quot;/candidacies&quot;,&quot;data&quot;:[&quot;Varies by platform&quot;]}]
36
+ remote_data: [{&quot;path&quot;:&quot;/candidacies&quot;,&quot;data&quot;:[&quot;Varies by platform&quot;]}],
37
+ custom_fields: null
36
38
  )
37
39
  ```
38
40
 
@@ -13,6 +13,7 @@
13
13
  | **credited_to** | **String** | The user credited for this application. | [optional] |
14
14
  | **current_stage** | **String** | The application&#39;s current stage. | [optional] |
15
15
  | **reject_reason** | **String** | The application&#39;s reason for rejection. | [optional] |
16
+ | **custom_fields** | [**Hash&lt;String, AnyType&gt;**](AnyType.md) | Custom fields configured for a given model. | [optional] |
16
17
 
17
18
  ## Example
18
19
 
@@ -23,12 +24,13 @@ instance = MergeATSClient::ApplicationRequest.new(
23
24
  remote_id: 98796,
24
25
  candidate: 2872ba14-4084-492b-be96-e5eee6fc33ef,
25
26
  job: 52bf9b5e-0beb-4f6f-8a72-cd4dca7ca633,
26
- applied_at: null,
27
- rejected_at: null,
27
+ applied_at: 2021-10-15T00:00Z,
28
+ rejected_at: 2021-11-15T00:00Z,
28
29
  source: Campus recruiting event,
29
30
  credited_to: 58166795-8d68-4b30-9bfb-bfd402479484,
30
31
  current_stage: d578dfdc-7b0a-4ab6-a2b0-4b40f20eb9ea,
31
- reject_reason: 59b25f2b-da02-40f5-9656-9fa0db555784
32
+ reject_reason: 59b25f2b-da02-40f5-9656-9fa0db555784,
33
+ custom_fields: null
32
34
  )
33
35
  ```
34
36
 
data/docs/Candidate.md CHANGED
@@ -19,10 +19,11 @@
19
19
  | **phone_numbers** | [**Array&lt;PhoneNumber&gt;**](PhoneNumber.md) | | [optional] |
20
20
  | **email_addresses** | [**Array&lt;EmailAddress&gt;**](EmailAddress.md) | | [optional] |
21
21
  | **urls** | [**Array&lt;Url&gt;**](Url.md) | | [optional] |
22
- | **tags** | **Array&lt;String&gt;** | | [optional] |
23
- | **applications** | **Array&lt;String&gt;** | | [optional] |
24
- | **attachments** | **Array&lt;String&gt;** | | [optional] |
22
+ | **tags** | **Array&lt;String&gt;** | Array of &#x60;Tag&#x60; names as strings. | [optional] |
23
+ | **applications** | **Array&lt;String&gt;** | Array of &#x60;Application&#x60; object IDs. | [optional] |
24
+ | **attachments** | **Array&lt;String&gt;** | Array of &#x60;Attachment&#x60; object IDs. | [optional] |
25
25
  | **remote_data** | [**Array&lt;RemoteData&gt;**](RemoteData.md) | | [optional][readonly] |
26
+ | **custom_fields** | [**Hash&lt;String, AnyType&gt;**](AnyType.md) | Custom fields configured for a given model. | [optional] |
26
27
 
27
28
  ## Example
28
29
 
@@ -36,9 +37,9 @@ instance = MergeATSClient::Candidate.new(
36
37
  last_name: Feig,
37
38
  company: Columbia Dining App.,
38
39
  title: Software Engineer,
39
- remote_created_at: null,
40
- remote_updated_at: null,
41
- last_interaction_at: null,
40
+ remote_created_at: 2021-10-15T00:00Z,
41
+ remote_updated_at: 2021-10-16T00:00Z,
42
+ last_interaction_at: 2021-10-17T00:00Z,
42
43
  is_private: true,
43
44
  can_email: true,
44
45
  locations: [&quot;San Francisco&quot;,&quot;New York&quot;,&quot;Miami&quot;],
@@ -48,7 +49,8 @@ instance = MergeATSClient::Candidate.new(
48
49
  tags: [&quot;High-Priority&quot;],
49
50
  applications: [&quot;29eb9867-ce2a-403f-b8ce-f2844b89f078&quot;,&quot;b4d08e5c-de00-4d64-a29f-66addac9af99&quot;,&quot;4ff877d2-fb3e-4a5b-a7a5-168ddf2ffa56&quot;],
50
51
  attachments: [&quot;bea08964-32b4-4a20-8bb4-2612ba09de1d&quot;],
51
- remote_data: [{&quot;path&quot;:&quot;/candidates&quot;,&quot;data&quot;:[&quot;Varies by platform&quot;]}]
52
+ remote_data: [{&quot;path&quot;:&quot;/candidates&quot;,&quot;data&quot;:[&quot;Varies by platform&quot;]}],
53
+ custom_fields: null
52
54
  )
53
55
  ```
54
56
 
@@ -18,9 +18,10 @@
18
18
  | **phone_numbers** | [**Array&lt;PhoneNumberRequest&gt;**](PhoneNumberRequest.md) | | [optional] |
19
19
  | **email_addresses** | [**Array&lt;EmailAddressRequest&gt;**](EmailAddressRequest.md) | | [optional] |
20
20
  | **urls** | [**Array&lt;UrlRequest&gt;**](UrlRequest.md) | | [optional] |
21
- | **tags** | **Array&lt;String&gt;** | | [optional] |
22
- | **applications** | **Array&lt;String&gt;** | | [optional] |
23
- | **attachments** | **Array&lt;String&gt;** | | [optional] |
21
+ | **tags** | **Array&lt;String&gt;** | Array of &#x60;Tag&#x60; names as strings. | [optional] |
22
+ | **applications** | **Array&lt;String&gt;** | Array of &#x60;Application&#x60; object IDs. | [optional] |
23
+ | **attachments** | **Array&lt;String&gt;** | Array of &#x60;Attachment&#x60; object IDs. | [optional] |
24
+ | **custom_fields** | [**Hash&lt;String, AnyType&gt;**](AnyType.md) | Custom fields configured for a given model. | [optional] |
24
25
 
25
26
  ## Example
26
27
 
@@ -33,9 +34,9 @@ instance = MergeATSClient::CandidateRequest.new(
33
34
  last_name: Feig,
34
35
  company: Columbia Dining App.,
35
36
  title: Software Engineer,
36
- remote_created_at: null,
37
- remote_updated_at: null,
38
- last_interaction_at: null,
37
+ remote_created_at: 2021-10-15T00:00Z,
38
+ remote_updated_at: 2021-10-16T00:00Z,
39
+ last_interaction_at: 2021-10-17T00:00Z,
39
40
  is_private: true,
40
41
  can_email: true,
41
42
  locations: [&quot;San Francisco&quot;,&quot;New York&quot;,&quot;Miami&quot;],
@@ -44,7 +45,8 @@ instance = MergeATSClient::CandidateRequest.new(
44
45
  urls: [{&quot;value&quot;:&quot;http://alturl.com/p749b&quot;,&quot;url_type&quot;:&quot;BLOG&quot;}],
45
46
  tags: [&quot;High-Priority&quot;],
46
47
  applications: [&quot;29eb9867-ce2a-403f-b8ce-f2844b89f078&quot;,&quot;b4d08e5c-de00-4d64-a29f-66addac9af99&quot;,&quot;4ff877d2-fb3e-4a5b-a7a5-168ddf2ffa56&quot;],
47
- attachments: [&quot;bea08964-32b4-4a20-8bb4-2612ba09de1d&quot;]
48
+ attachments: [&quot;bea08964-32b4-4a20-8bb4-2612ba09de1d&quot;],
49
+ custom_fields: null
48
50
  )
49
51
  ```
50
52
 
@@ -115,12 +115,16 @@ opts = {
115
115
  created_after: Time.parse('2013-10-20T19:20:30+01:00'), # Time | If provided, will only return objects created after this datetime.
116
116
  created_before: Time.parse('2013-10-20T19:20:30+01:00'), # Time | If provided, will only return objects created before this datetime.
117
117
  cursor: 'cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw', # String | The pagination cursor value.
118
+ email_address: 'email_address_example', # String | If provided, will only return candidates with this email_address.
118
119
  expand: 'applications', # String | Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
120
+ first_name: 'first_name_example', # String | If provided, will only return candidates with this first name.
119
121
  include_remote_data: true, # Boolean | Whether to include the original data Merge fetched from the third-party to produce these models.
122
+ last_name: 'last_name_example', # String | If provided, will only return candidates with this last name.
120
123
  modified_after: Time.parse('2013-10-20T19:20:30+01:00'), # Time | If provided, will only return objects modified after this datetime.
121
124
  modified_before: Time.parse('2013-10-20T19:20:30+01:00'), # Time | If provided, will only return objects modified before this datetime.
122
125
  page_size: 56, # Integer | Number of results to return per page.
123
- remote_id: 'remote_id_example' # String | The API provider's ID for the given object.
126
+ remote_id: 'remote_id_example', # String | The API provider's ID for the given object.
127
+ tag: 'tag_example' # String | If provided, will only return candidates with this tag.
124
128
  }
125
129
 
126
130
  begin
@@ -158,12 +162,16 @@ end
158
162
  | **created_after** | **Time** | If provided, will only return objects created after this datetime. | [optional] |
159
163
  | **created_before** | **Time** | If provided, will only return objects created before this datetime. | [optional] |
160
164
  | **cursor** | **String** | The pagination cursor value. | [optional] |
165
+ | **email_address** | **String** | If provided, will only return candidates with this email_address. | [optional] |
161
166
  | **expand** | **String** | Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces. | [optional] |
167
+ | **first_name** | **String** | If provided, will only return candidates with this first name. | [optional] |
162
168
  | **include_remote_data** | **Boolean** | Whether to include the original data Merge fetched from the third-party to produce these models. | [optional] |
169
+ | **last_name** | **String** | If provided, will only return candidates with this last name. | [optional] |
163
170
  | **modified_after** | **Time** | If provided, will only return objects modified after this datetime. | [optional] |
164
171
  | **modified_before** | **Time** | If provided, will only return objects modified before this datetime. | [optional] |
165
172
  | **page_size** | **Integer** | Number of results to return per page. | [optional] |
166
173
  | **remote_id** | **String** | The API provider&#39;s ID for the given object. | [optional] |
174
+ | **tag** | **String** | If provided, will only return candidates with this tag. | [optional] |
167
175
 
168
176
  ### Return type
169
177
 
@@ -0,0 +1,15 @@
1
+ # MergeATSClient::CategoriesEnum
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::CategoriesEnum.new()
14
+ ```
15
+
@@ -0,0 +1,15 @@
1
+ # MergeATSClient::CategoryEnum
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::CategoryEnum.new()
14
+ ```
15
+
@@ -7,8 +7,9 @@
7
7
  | **method** | [**MethodEnum**](MethodEnum.md) | | |
8
8
  | **path** | **String** | | |
9
9
  | **base_url_override** | **String** | | [optional] |
10
- | **data** | [**Hash&lt;String, AnyType&gt;**](AnyType.md) | | [optional] |
10
+ | **data** | **String** | | [optional] |
11
11
  | **headers** | [**Hash&lt;String, AnyType&gt;**](AnyType.md) | | [optional] |
12
+ | **request_format** | [**RequestFormatEnum**](RequestFormatEnum.md) | | [optional] |
12
13
 
13
14
  ## Example
14
15
 
@@ -19,8 +20,9 @@ instance = MergeATSClient::DataPassthroughRequest.new(
19
20
  method: POST,
20
21
  path: /scooters,
21
22
  base_url_override: null,
22
- data: {&quot;scooters&quot;:[{&quot;company&quot;:&quot;Lime&quot;,&quot;model&quot;:&quot;Gen 2.5&quot;},{&quot;company&quot;:&quot;Bird&quot;,&quot;model&quot;:&quot;Bird Zero&quot;}]},
23
- headers: {&quot;EXTRA-HEADER&quot;:&quot;value&quot;}
23
+ data: {&quot;company&quot;: &quot;Lime&quot;, &quot;model&quot;: &quot;Gen 2.5&quot;},
24
+ headers: {&quot;EXTRA-HEADER&quot;:&quot;value&quot;},
25
+ request_format: JSON
24
26
  )
25
27
  ```
26
28
 
@@ -0,0 +1,78 @@
1
+ # MergeATSClient::DeleteAccountApi
2
+
3
+ All URIs are relative to *https://api.merge.dev/api/ats/v1*
4
+
5
+ | Method | HTTP request | Description |
6
+ | ------ | ------------ | ----------- |
7
+ | [**delete_account_create**](DeleteAccountApi.md#delete_account_create) | **POST** /delete-account | |
8
+
9
+
10
+ ## delete_account_create
11
+
12
+ > delete_account_create(x_account_token)
13
+
14
+
15
+
16
+ Delete a linked account.
17
+
18
+ ### Examples
19
+
20
+ ```ruby
21
+ require 'time'
22
+ require 'merge_ats_client'
23
+ # setup authorization
24
+ MergeATSClient.configure do |config|
25
+ # Configure API key authorization: tokenAuth
26
+ config.api_key['tokenAuth'] = 'YOUR API KEY'
27
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
28
+ # config.api_key_prefix['tokenAuth'] = 'Bearer'
29
+ end
30
+
31
+ api_instance = MergeATSClient::DeleteAccountApi.new
32
+ x_account_token = 'x_account_token_example' # String | Token identifying the end user.
33
+
34
+ begin
35
+
36
+ api_instance.delete_account_create(x_account_token)
37
+ rescue MergeATSClient::ApiError => e
38
+ puts "Error when calling DeleteAccountApi->delete_account_create: #{e}"
39
+ end
40
+ ```
41
+
42
+ #### Using the delete_account_create_with_http_info variant
43
+
44
+ This returns an Array which contains the response data (`nil` in this case), status code and headers.
45
+
46
+ > <Array(nil, Integer, Hash)> delete_account_create_with_http_info(x_account_token)
47
+
48
+ ```ruby
49
+ begin
50
+
51
+ data, status_code, headers = api_instance.delete_account_create_with_http_info(x_account_token)
52
+ p status_code # => 2xx
53
+ p headers # => { ... }
54
+ p data # => nil
55
+ rescue MergeATSClient::ApiError => e
56
+ puts "Error when calling DeleteAccountApi->delete_account_create_with_http_info: #{e}"
57
+ end
58
+ ```
59
+
60
+ ### Parameters
61
+
62
+ | Name | Type | Description | Notes |
63
+ | ---- | ---- | ----------- | ----- |
64
+ | **x_account_token** | **String** | Token identifying the end user. | |
65
+
66
+ ### Return type
67
+
68
+ nil (empty response body)
69
+
70
+ ### Authorization
71
+
72
+ [tokenAuth](../README.md#tokenAuth)
73
+
74
+ ### HTTP request headers
75
+
76
+ - **Content-Type**: Not defined
77
+ - **Accept**: Not defined
78
+
data/docs/EEOC.md CHANGED
@@ -23,7 +23,7 @@ instance = MergeATSClient::EEOC.new(
23
23
  id: f7dd7b4f-237e-4772-8bd4-3246384c6c58,
24
24
  remote_id: 76,
25
25
  candidate: f963f34d-3d2f-4f77-b557-cf36bc7e6498,
26
- submitted_at: null,
26
+ submitted_at: 2021-10-15T00:00Z,
27
27
  race: HISPANIC_OR_LATINO,
28
28
  gender: FEMALE,
29
29
  veteran_status: I_AM_NOT_A_PROTECTED_VETERAN,
data/docs/EmailAddress.md CHANGED
@@ -13,7 +13,7 @@
13
13
  require 'merge_ats_client'
14
14
 
15
15
  instance = MergeATSClient::EmailAddress.new(
16
- value: merge_is_hiring@gmail.com,
16
+ value: merge_is_hiring@merge.dev,
17
17
  email_address_type: PERSONAL
18
18
  )
19
19
  ```
@@ -13,7 +13,7 @@
13
13
  require 'merge_ats_client'
14
14
 
15
15
  instance = MergeATSClient::EmailAddressRequest.new(
16
- value: merge_is_hiring@gmail.com,
16
+ value: merge_is_hiring@merge.dev,
17
17
  email_address_type: PERSONAL
18
18
  )
19
19
  ```
@@ -7,7 +7,7 @@
7
7
  | **end_user_email_address** | **String** | | |
8
8
  | **end_user_organization_name** | **String** | | |
9
9
  | **end_user_origin_id** | **String** | | |
10
- | **categories** | **Array&lt;String&gt;** | | |
10
+ | **categories** | **Array&lt;String&gt;** | | [optional] |
11
11
  | **integration** | **String** | | [optional] |
12
12
 
13
13
  ## Example