merge_crm_client 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (350) hide show
  1. checksums.yaml +7 -0
  2. data/Gemfile +9 -0
  3. data/LICENSE.md +16 -0
  4. data/README.md +236 -0
  5. data/Rakefile +10 -0
  6. data/docs/Account.md +46 -0
  7. data/docs/AccountDetails.md +36 -0
  8. data/docs/AccountDetailsAndActions.md +36 -0
  9. data/docs/AccountDetailsAndActionsIntegration.md +32 -0
  10. data/docs/AccountDetailsAndActionsStatusEnum.md +15 -0
  11. data/docs/AccountDetailsApi.md +79 -0
  12. data/docs/AccountIntegration.md +28 -0
  13. data/docs/AccountRequest.md +40 -0
  14. data/docs/AccountToken.md +20 -0
  15. data/docs/AccountTokenApi.md +79 -0
  16. data/docs/AccountsApi.md +335 -0
  17. data/docs/ActivityTypeEnum.md +15 -0
  18. data/docs/Address.md +30 -0
  19. data/docs/AddressRequest.md +30 -0
  20. data/docs/AddressTypeEnum.md +15 -0
  21. data/docs/AvailableActions.md +22 -0
  22. data/docs/AvailableActionsApi.md +79 -0
  23. data/docs/CRMAccountEndpointRequest.md +18 -0
  24. data/docs/CRMAccountResponse.md +24 -0
  25. data/docs/CRMContactEndpointRequest.md +18 -0
  26. data/docs/CRMContactResponse.md +24 -0
  27. data/docs/CategoriesEnum.md +15 -0
  28. data/docs/CategoryEnum.md +15 -0
  29. data/docs/Contact.md +40 -0
  30. data/docs/ContactRequest.md +32 -0
  31. data/docs/ContactsApi.md +335 -0
  32. data/docs/CountryEnum.md +15 -0
  33. data/docs/DataPassthroughRequest.md +32 -0
  34. data/docs/DebugModeLog.md +22 -0
  35. data/docs/DebugModelLogSummary.md +22 -0
  36. data/docs/DeleteAccountApi.md +78 -0
  37. data/docs/DirectionEnum.md +15 -0
  38. data/docs/EmailAddress.md +20 -0
  39. data/docs/EmailAddressRequest.md +20 -0
  40. data/docs/EncodingEnum.md +15 -0
  41. data/docs/EndUserDetailsRequest.md +30 -0
  42. data/docs/Engagement.md +40 -0
  43. data/docs/EngagementEndpointRequest.md +18 -0
  44. data/docs/EngagementRequest.md +38 -0
  45. data/docs/EngagementResponse.md +24 -0
  46. data/docs/EngagementType.md +24 -0
  47. data/docs/EngagementTypesApi.md +177 -0
  48. data/docs/EngagementsApi.md +333 -0
  49. data/docs/ErrorValidationProblem.md +24 -0
  50. data/docs/ForceResyncApi.md +79 -0
  51. data/docs/GenerateKeyApi.md +79 -0
  52. data/docs/GenerateRemoteKeyRequest.md +18 -0
  53. data/docs/Issue.md +30 -0
  54. data/docs/IssueStatusEnum.md +15 -0
  55. data/docs/IssuesApi.md +177 -0
  56. data/docs/Lead.md +52 -0
  57. data/docs/LeadEndpointRequest.md +18 -0
  58. data/docs/LeadRequest.md +44 -0
  59. data/docs/LeadResponse.md +24 -0
  60. data/docs/LeadsApi.md +339 -0
  61. data/docs/LinkToken.md +22 -0
  62. data/docs/LinkTokenApi.md +79 -0
  63. data/docs/LinkedAccountStatus.md +20 -0
  64. data/docs/LinkedAccountsApi.md +105 -0
  65. data/docs/MetaResponse.md +24 -0
  66. data/docs/MethodEnum.md +15 -0
  67. data/docs/ModelOperation.md +24 -0
  68. data/docs/MultipartFormFieldRequest.md +26 -0
  69. data/docs/Note.md +38 -0
  70. data/docs/NoteEndpointRequest.md +18 -0
  71. data/docs/NoteRequest.md +36 -0
  72. data/docs/NoteResponse.md +24 -0
  73. data/docs/NotesApi.md +341 -0
  74. data/docs/OpportunitiesApi.md +345 -0
  75. data/docs/Opportunity.md +44 -0
  76. data/docs/OpportunityEndpointRequest.md +18 -0
  77. data/docs/OpportunityRequest.md +42 -0
  78. data/docs/OpportunityResponse.md +24 -0
  79. data/docs/OpportunityStatusEnum.md +15 -0
  80. data/docs/PaginatedAccountDetailsAndActionsList.md +22 -0
  81. data/docs/PaginatedAccountList.md +22 -0
  82. data/docs/PaginatedContactList.md +22 -0
  83. data/docs/PaginatedEngagementList.md +22 -0
  84. data/docs/PaginatedEngagementTypeList.md +22 -0
  85. data/docs/PaginatedIssueList.md +22 -0
  86. data/docs/PaginatedLeadList.md +22 -0
  87. data/docs/PaginatedNoteList.md +22 -0
  88. data/docs/PaginatedOpportunityList.md +22 -0
  89. data/docs/PaginatedStageList.md +22 -0
  90. data/docs/PaginatedSyncStatusList.md +22 -0
  91. data/docs/PaginatedTaskList.md +22 -0
  92. data/docs/PaginatedUserList.md +22 -0
  93. data/docs/PassthroughApi.md +81 -0
  94. data/docs/PhoneNumber.md +20 -0
  95. data/docs/PhoneNumberRequest.md +20 -0
  96. data/docs/RegenerateKeyApi.md +79 -0
  97. data/docs/RemoteData.md +20 -0
  98. data/docs/RemoteKey.md +20 -0
  99. data/docs/RemoteKeyForRegenerationRequest.md +18 -0
  100. data/docs/RemoteResponse.md +28 -0
  101. data/docs/RequestFormatEnum.md +15 -0
  102. data/docs/Stage.md +26 -0
  103. data/docs/StagesApi.md +177 -0
  104. data/docs/SyncStatus.md +28 -0
  105. data/docs/SyncStatusApi.md +85 -0
  106. data/docs/SyncStatusStatusEnum.md +15 -0
  107. data/docs/Task.md +38 -0
  108. data/docs/TaskStatusEnum.md +15 -0
  109. data/docs/TasksApi.md +181 -0
  110. data/docs/User.md +30 -0
  111. data/docs/UsersApi.md +177 -0
  112. data/docs/ValidationProblemSource.md +18 -0
  113. data/docs/WarningValidationProblem.md +24 -0
  114. data/docs/WebhookReceiver.md +22 -0
  115. data/docs/WebhookReceiverRequest.md +22 -0
  116. data/docs/WebhookReceiversApi.md +153 -0
  117. data/git_push.sh +58 -0
  118. data/lib/merge_crm_client/api/account_details_api.rb +84 -0
  119. data/lib/merge_crm_client/api/account_token_api.rb +83 -0
  120. data/lib/merge_crm_client/api/accounts_api.rb +337 -0
  121. data/lib/merge_crm_client/api/available_actions_api.rb +84 -0
  122. data/lib/merge_crm_client/api/contacts_api.rb +337 -0
  123. data/lib/merge_crm_client/api/delete_account_api.rb +82 -0
  124. data/lib/merge_crm_client/api/engagement_types_api.rb +182 -0
  125. data/lib/merge_crm_client/api/engagements_api.rb +334 -0
  126. data/lib/merge_crm_client/api/force_resync_api.rb +84 -0
  127. data/lib/merge_crm_client/api/generate_key_api.rb +85 -0
  128. data/lib/merge_crm_client/api/issues_api.rb +181 -0
  129. data/lib/merge_crm_client/api/leads_api.rb +343 -0
  130. data/lib/merge_crm_client/api/link_token_api.rb +85 -0
  131. data/lib/merge_crm_client/api/linked_accounts_api.rb +120 -0
  132. data/lib/merge_crm_client/api/notes_api.rb +346 -0
  133. data/lib/merge_crm_client/api/opportunities_api.rb +364 -0
  134. data/lib/merge_crm_client/api/passthrough_api.rb +92 -0
  135. data/lib/merge_crm_client/api/regenerate_key_api.rb +85 -0
  136. data/lib/merge_crm_client/api/stages_api.rb +182 -0
  137. data/lib/merge_crm_client/api/sync_status_api.rb +90 -0
  138. data/lib/merge_crm_client/api/tasks_api.rb +196 -0
  139. data/lib/merge_crm_client/api/users_api.rb +182 -0
  140. data/lib/merge_crm_client/api/webhook_receivers_api.rb +154 -0
  141. data/lib/merge_crm_client/api_client.rb +390 -0
  142. data/lib/merge_crm_client/api_error.rb +57 -0
  143. data/lib/merge_crm_client/configuration.rb +281 -0
  144. data/lib/merge_crm_client/models/account.rb +410 -0
  145. data/lib/merge_crm_client/models/account_details.rb +302 -0
  146. data/lib/merge_crm_client/models/account_details_and_actions.rb +327 -0
  147. data/lib/merge_crm_client/models/account_details_and_actions_integration.rb +310 -0
  148. data/lib/merge_crm_client/models/account_details_and_actions_status_enum.rb +46 -0
  149. data/lib/merge_crm_client/models/account_integration.rb +303 -0
  150. data/lib/merge_crm_client/models/account_request.rb +382 -0
  151. data/lib/merge_crm_client/models/account_token.rb +237 -0
  152. data/lib/merge_crm_client/models/activity_type_enum.rb +46 -0
  153. data/lib/merge_crm_client/models/address.rb +287 -0
  154. data/lib/merge_crm_client/models/address_request.rb +287 -0
  155. data/lib/merge_crm_client/models/address_type_enum.rb +45 -0
  156. data/lib/merge_crm_client/models/available_actions.rb +249 -0
  157. data/lib/merge_crm_client/models/categories_enum.rb +48 -0
  158. data/lib/merge_crm_client/models/category_enum.rb +48 -0
  159. data/lib/merge_crm_client/models/contact.rb +338 -0
  160. data/lib/merge_crm_client/models/contact_request.rb +299 -0
  161. data/lib/merge_crm_client/models/country_enum.rb +292 -0
  162. data/lib/merge_crm_client/models/crm_account_endpoint_request.rb +223 -0
  163. data/lib/merge_crm_client/models/crm_account_response.rb +266 -0
  164. data/lib/merge_crm_client/models/crm_contact_endpoint_request.rb +223 -0
  165. data/lib/merge_crm_client/models/crm_contact_response.rb +266 -0
  166. data/lib/merge_crm_client/models/data_passthrough_request.rb +352 -0
  167. data/lib/merge_crm_client/models/debug_mode_log.rb +251 -0
  168. data/lib/merge_crm_client/models/debug_model_log_summary.rb +251 -0
  169. data/lib/merge_crm_client/models/direction_enum.rb +45 -0
  170. data/lib/merge_crm_client/models/email_address.rb +232 -0
  171. data/lib/merge_crm_client/models/email_address_request.rb +232 -0
  172. data/lib/merge_crm_client/models/encoding_enum.rb +46 -0
  173. data/lib/merge_crm_client/models/end_user_details_request.rb +430 -0
  174. data/lib/merge_crm_client/models/engagement.rb +337 -0
  175. data/lib/merge_crm_client/models/engagement_endpoint_request.rb +223 -0
  176. data/lib/merge_crm_client/models/engagement_request.rb +330 -0
  177. data/lib/merge_crm_client/models/engagement_response.rb +266 -0
  178. data/lib/merge_crm_client/models/engagement_type.rb +252 -0
  179. data/lib/merge_crm_client/models/error_validation_problem.rb +260 -0
  180. data/lib/merge_crm_client/models/generate_remote_key_request.rb +243 -0
  181. data/lib/merge_crm_client/models/issue.rb +281 -0
  182. data/lib/merge_crm_client/models/issue_status_enum.rb +45 -0
  183. data/lib/merge_crm_client/models/lead.rb +402 -0
  184. data/lib/merge_crm_client/models/lead_endpoint_request.rb +223 -0
  185. data/lib/merge_crm_client/models/lead_request.rb +363 -0
  186. data/lib/merge_crm_client/models/lead_response.rb +266 -0
  187. data/lib/merge_crm_client/models/link_token.rb +246 -0
  188. data/lib/merge_crm_client/models/linked_account_status.rb +237 -0
  189. data/lib/merge_crm_client/models/meta_response.rb +262 -0
  190. data/lib/merge_crm_client/models/method_enum.rb +50 -0
  191. data/lib/merge_crm_client/models/model_operation.rb +272 -0
  192. data/lib/merge_crm_client/models/multipart_form_field_request.rb +341 -0
  193. data/lib/merge_crm_client/models/note.rb +324 -0
  194. data/lib/merge_crm_client/models/note_endpoint_request.rb +223 -0
  195. data/lib/merge_crm_client/models/note_request.rb +318 -0
  196. data/lib/merge_crm_client/models/note_response.rb +266 -0
  197. data/lib/merge_crm_client/models/opportunity.rb +382 -0
  198. data/lib/merge_crm_client/models/opportunity_endpoint_request.rb +223 -0
  199. data/lib/merge_crm_client/models/opportunity_request.rb +376 -0
  200. data/lib/merge_crm_client/models/opportunity_response.rb +266 -0
  201. data/lib/merge_crm_client/models/opportunity_status_enum.rb +46 -0
  202. data/lib/merge_crm_client/models/paginated_account_details_and_actions_list.rb +240 -0
  203. data/lib/merge_crm_client/models/paginated_account_list.rb +240 -0
  204. data/lib/merge_crm_client/models/paginated_contact_list.rb +240 -0
  205. data/lib/merge_crm_client/models/paginated_engagement_list.rb +240 -0
  206. data/lib/merge_crm_client/models/paginated_engagement_type_list.rb +240 -0
  207. data/lib/merge_crm_client/models/paginated_issue_list.rb +240 -0
  208. data/lib/merge_crm_client/models/paginated_lead_list.rb +240 -0
  209. data/lib/merge_crm_client/models/paginated_note_list.rb +240 -0
  210. data/lib/merge_crm_client/models/paginated_opportunity_list.rb +240 -0
  211. data/lib/merge_crm_client/models/paginated_stage_list.rb +240 -0
  212. data/lib/merge_crm_client/models/paginated_sync_status_list.rb +240 -0
  213. data/lib/merge_crm_client/models/paginated_task_list.rb +240 -0
  214. data/lib/merge_crm_client/models/paginated_user_list.rb +240 -0
  215. data/lib/merge_crm_client/models/phone_number.rb +232 -0
  216. data/lib/merge_crm_client/models/phone_number_request.rb +232 -0
  217. data/lib/merge_crm_client/models/remote_data.rb +234 -0
  218. data/lib/merge_crm_client/models/remote_key.rb +238 -0
  219. data/lib/merge_crm_client/models/remote_key_for_regeneration_request.rb +243 -0
  220. data/lib/merge_crm_client/models/remote_response.rb +290 -0
  221. data/lib/merge_crm_client/models/request_format_enum.rb +46 -0
  222. data/lib/merge_crm_client/models/stage.rb +263 -0
  223. data/lib/merge_crm_client/models/sync_status.rb +294 -0
  224. data/lib/merge_crm_client/models/sync_status_status_enum.rb +48 -0
  225. data/lib/merge_crm_client/models/task.rb +327 -0
  226. data/lib/merge_crm_client/models/task_status_enum.rb +45 -0
  227. data/lib/merge_crm_client/models/user.rb +285 -0
  228. data/lib/merge_crm_client/models/validation_problem_source.rb +223 -0
  229. data/lib/merge_crm_client/models/warning_validation_problem.rb +260 -0
  230. data/lib/merge_crm_client/models/webhook_receiver.rb +246 -0
  231. data/lib/merge_crm_client/models/webhook_receiver_request.rb +280 -0
  232. data/lib/merge_crm_client/version.rb +15 -0
  233. data/lib/merge_crm_client.rb +150 -0
  234. data/merge_crm_client.gemspec +38 -0
  235. data/pull_request_template.md +19 -0
  236. data/spec/api/account_details_api_spec.rb +46 -0
  237. data/spec/api/account_token_api_spec.rb +46 -0
  238. data/spec/api/accounts_api_spec.rb +96 -0
  239. data/spec/api/available_actions_api_spec.rb +46 -0
  240. data/spec/api/contacts_api_spec.rb +108 -0
  241. data/spec/api/delete_account_api_spec.rb +46 -0
  242. data/spec/api/engagement_types_api_spec.rb +68 -0
  243. data/spec/api/engagements_api_spec.rb +95 -0
  244. data/spec/api/force_resync_api_spec.rb +46 -0
  245. data/spec/api/generate_key_api_spec.rb +46 -0
  246. data/spec/api/issues_api_spec.rb +69 -0
  247. data/spec/api/leads_api_spec.rb +98 -0
  248. data/spec/api/link_token_api_spec.rb +46 -0
  249. data/spec/api/linked_accounts_api_spec.rb +58 -0
  250. data/spec/api/notes_api_spec.rb +99 -0
  251. data/spec/api/opportunities_api_spec.rb +101 -0
  252. data/spec/api/passthrough_api_spec.rb +47 -0
  253. data/spec/api/regenerate_key_api_spec.rb +46 -0
  254. data/spec/api/stages_api_spec.rb +68 -0
  255. data/spec/api/sync_status_api_spec.rb +48 -0
  256. data/spec/api/tasks_api_spec.rb +70 -0
  257. data/spec/api/users_api_spec.rb +68 -0
  258. data/spec/api/webhook_receivers_api_spec.rb +58 -0
  259. data/spec/api_client_spec.rb +226 -0
  260. data/spec/configuration_spec.rb +42 -0
  261. data/spec/models/account_details_and_actions_integration_spec.rb +76 -0
  262. data/spec/models/account_details_and_actions_spec.rb +88 -0
  263. data/spec/models/account_details_and_actions_status_enum_spec.rb +28 -0
  264. data/spec/models/account_details_spec.rb +88 -0
  265. data/spec/models/account_integration_spec.rb +64 -0
  266. data/spec/models/account_request_spec.rb +100 -0
  267. data/spec/models/account_spec.rb +118 -0
  268. data/spec/models/account_token_spec.rb +40 -0
  269. data/spec/models/activity_type_enum_spec.rb +28 -0
  270. data/spec/models/address_request_spec.rb +70 -0
  271. data/spec/models/address_spec.rb +70 -0
  272. data/spec/models/address_type_enum_spec.rb +28 -0
  273. data/spec/models/available_actions_spec.rb +46 -0
  274. data/spec/models/categories_enum_spec.rb +28 -0
  275. data/spec/models/category_enum_spec.rb +28 -0
  276. data/spec/models/contact_request_spec.rb +76 -0
  277. data/spec/models/contact_spec.rb +100 -0
  278. data/spec/models/country_enum_spec.rb +28 -0
  279. data/spec/models/crm_account_endpoint_request_spec.rb +34 -0
  280. data/spec/models/crm_account_response_spec.rb +52 -0
  281. data/spec/models/crm_contact_endpoint_request_spec.rb +34 -0
  282. data/spec/models/crm_contact_response_spec.rb +52 -0
  283. data/spec/models/data_passthrough_request_spec.rb +76 -0
  284. data/spec/models/debug_mode_log_spec.rb +46 -0
  285. data/spec/models/debug_model_log_summary_spec.rb +46 -0
  286. data/spec/models/direction_enum_spec.rb +28 -0
  287. data/spec/models/email_address_request_spec.rb +40 -0
  288. data/spec/models/email_address_spec.rb +40 -0
  289. data/spec/models/encoding_enum_spec.rb +28 -0
  290. data/spec/models/end_user_details_request_spec.rb +70 -0
  291. data/spec/models/engagement_endpoint_request_spec.rb +34 -0
  292. data/spec/models/engagement_request_spec.rb +94 -0
  293. data/spec/models/engagement_response_spec.rb +52 -0
  294. data/spec/models/engagement_spec.rb +100 -0
  295. data/spec/models/engagement_type_spec.rb +52 -0
  296. data/spec/models/error_validation_problem_spec.rb +52 -0
  297. data/spec/models/generate_remote_key_request_spec.rb +34 -0
  298. data/spec/models/issue_spec.rb +70 -0
  299. data/spec/models/issue_status_enum_spec.rb +35 -0
  300. data/spec/models/lead_endpoint_request_spec.rb +34 -0
  301. data/spec/models/lead_request_spec.rb +112 -0
  302. data/spec/models/lead_response_spec.rb +52 -0
  303. data/spec/models/lead_spec.rb +136 -0
  304. data/spec/models/link_token_spec.rb +46 -0
  305. data/spec/models/linked_account_status_spec.rb +40 -0
  306. data/spec/models/meta_response_spec.rb +52 -0
  307. data/spec/models/method_enum_spec.rb +28 -0
  308. data/spec/models/model_operation_spec.rb +52 -0
  309. data/spec/models/multipart_form_field_request_spec.rb +58 -0
  310. data/spec/models/note_endpoint_request_spec.rb +34 -0
  311. data/spec/models/note_request_spec.rb +88 -0
  312. data/spec/models/note_response_spec.rb +52 -0
  313. data/spec/models/note_spec.rb +94 -0
  314. data/spec/models/opportunity_endpoint_request_spec.rb +34 -0
  315. data/spec/models/opportunity_request_spec.rb +106 -0
  316. data/spec/models/opportunity_response_spec.rb +52 -0
  317. data/spec/models/opportunity_spec.rb +112 -0
  318. data/spec/models/opportunity_status_enum_spec.rb +28 -0
  319. data/spec/models/paginated_account_details_and_actions_list_spec.rb +46 -0
  320. data/spec/models/paginated_account_list_spec.rb +46 -0
  321. data/spec/models/paginated_contact_list_spec.rb +46 -0
  322. data/spec/models/paginated_engagement_list_spec.rb +46 -0
  323. data/spec/models/paginated_engagement_type_list_spec.rb +46 -0
  324. data/spec/models/paginated_issue_list_spec.rb +46 -0
  325. data/spec/models/paginated_lead_list_spec.rb +46 -0
  326. data/spec/models/paginated_note_list_spec.rb +46 -0
  327. data/spec/models/paginated_opportunity_list_spec.rb +46 -0
  328. data/spec/models/paginated_stage_list_spec.rb +46 -0
  329. data/spec/models/paginated_sync_status_list_spec.rb +46 -0
  330. data/spec/models/paginated_task_list_spec.rb +46 -0
  331. data/spec/models/paginated_user_list_spec.rb +46 -0
  332. data/spec/models/phone_number_request_spec.rb +40 -0
  333. data/spec/models/phone_number_spec.rb +40 -0
  334. data/spec/models/remote_data_spec.rb +40 -0
  335. data/spec/models/remote_key_for_regeneration_request_spec.rb +34 -0
  336. data/spec/models/remote_key_spec.rb +40 -0
  337. data/spec/models/remote_response_spec.rb +64 -0
  338. data/spec/models/request_format_enum_spec.rb +28 -0
  339. data/spec/models/stage_spec.rb +58 -0
  340. data/spec/models/sync_status_spec.rb +64 -0
  341. data/spec/models/sync_status_status_enum_spec.rb +28 -0
  342. data/spec/models/task_spec.rb +94 -0
  343. data/spec/models/task_status_enum_spec.rb +28 -0
  344. data/spec/models/user_spec.rb +70 -0
  345. data/spec/models/validation_problem_source_spec.rb +34 -0
  346. data/spec/models/warning_validation_problem_spec.rb +52 -0
  347. data/spec/models/webhook_receiver_request_spec.rb +46 -0
  348. data/spec/models/webhook_receiver_spec.rb +46 -0
  349. data/spec/spec_helper.rb +111 -0
  350. metadata +545 -0
@@ -0,0 +1,15 @@
1
+ # MergeCRMClient::CategoriesEnum
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+
8
+ ## Example
9
+
10
+ ```ruby
11
+ require 'merge_crm_client'
12
+
13
+ instance = MergeCRMClient::CategoriesEnum.new()
14
+ ```
15
+
@@ -0,0 +1,15 @@
1
+ # MergeCRMClient::CategoryEnum
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+
8
+ ## Example
9
+
10
+ ```ruby
11
+ require 'merge_crm_client'
12
+
13
+ instance = MergeCRMClient::CategoryEnum.new()
14
+ ```
15
+
data/docs/Contact.md ADDED
@@ -0,0 +1,40 @@
1
+ # MergeCRMClient::Contact
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **id** | **String** | | [optional][readonly] |
8
+ | **remote_id** | **String** | The third-party API ID of the matching object. | [optional] |
9
+ | **first_name** | **String** | The contact's first name. | [optional] |
10
+ | **last_name** | **String** | The contact's last name. | [optional] |
11
+ | **account** | **String** | | [optional] |
12
+ | **addresses** | [**Array<Address>**](Address.md) | | [optional][readonly] |
13
+ | **email_addresses** | [**Array<EmailAddress>**](EmailAddress.md) | | [optional][readonly] |
14
+ | **phone_numbers** | [**Array<PhoneNumber>**](PhoneNumber.md) | | [optional][readonly] |
15
+ | **last_activity_at** | **Time** | When the contact's last activity occurred. | [optional] |
16
+ | **remote_created_at** | **Time** | When the third party's contact was created. | [optional] |
17
+ | **remote_data** | [**Array<RemoteData>**](RemoteData.md) | | [optional][readonly] |
18
+ | **remote_was_deleted** | **Boolean** | | [optional][readonly] |
19
+
20
+ ## Example
21
+
22
+ ```ruby
23
+ require 'merge_crm_client'
24
+
25
+ instance = MergeCRMClient::Contact.new(
26
+ id: null,
27
+ remote_id: 19202938,
28
+ first_name: Gil,
29
+ last_name: Feig,
30
+ account: 0958cbc6-6040-430a-848e-aafacbadf4ae,
31
+ addresses: [{"street_1":"50 Bowling Green Dr","street_2":"Golden Gate Park","city":"San Francisco","state":"CA","postal_code":"94122","country":"USA","address_type":"Shipping"}],
32
+ email_addresses: [{"email_address":"hello@merge.dev","email_address_type":"Work"}],
33
+ phone_numbers: [{"phone_number":"+13785579223","phone_number_type":"Mobile"}],
34
+ last_activity_at: 2022-02-10T00:00Z,
35
+ remote_created_at: 2021-11-10T00:00Z,
36
+ remote_data: [{"path":"/contacts","data":["Varies by platform"]}],
37
+ remote_was_deleted: null
38
+ )
39
+ ```
40
+
@@ -0,0 +1,32 @@
1
+ # MergeCRMClient::ContactRequest
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **remote_id** | **String** | The third-party API ID of the matching object. | [optional] |
8
+ | **first_name** | **String** | The contact's first name. | [optional] |
9
+ | **last_name** | **String** | The contact's last name. | [optional] |
10
+ | **account** | **String** | | [optional] |
11
+ | **last_activity_at** | **Time** | When the contact's last activity occurred. | [optional] |
12
+ | **remote_created_at** | **Time** | When the third party's contact was created. | [optional] |
13
+ | **integration_params** | [**Hash<String, AnyType>**](AnyType.md) | | [optional] |
14
+ | **linked_account_params** | [**Hash<String, AnyType>**](AnyType.md) | | [optional] |
15
+
16
+ ## Example
17
+
18
+ ```ruby
19
+ require 'merge_crm_client'
20
+
21
+ instance = MergeCRMClient::ContactRequest.new(
22
+ remote_id: 19202938,
23
+ first_name: Gil,
24
+ last_name: Feig,
25
+ account: 0958cbc6-6040-430a-848e-aafacbadf4ae,
26
+ last_activity_at: 2022-02-10T00:00Z,
27
+ remote_created_at: 2021-11-10T00:00Z,
28
+ integration_params: null,
29
+ linked_account_params: null
30
+ )
31
+ ```
32
+
@@ -0,0 +1,335 @@
1
+ # MergeCRMClient::ContactsApi
2
+
3
+ All URIs are relative to *https://api.merge.dev/api/crm/v1*
4
+
5
+ | Method | HTTP request | Description |
6
+ | ------ | ------------ | ----------- |
7
+ | [**contacts_create**](ContactsApi.md#contacts_create) | **POST** /contacts | |
8
+ | [**contacts_list**](ContactsApi.md#contacts_list) | **GET** /contacts | |
9
+ | [**contacts_meta_post_retrieve**](ContactsApi.md#contacts_meta_post_retrieve) | **GET** /contacts/meta/post | |
10
+ | [**contacts_retrieve**](ContactsApi.md#contacts_retrieve) | **GET** /contacts/{id} | |
11
+
12
+
13
+ ## contacts_create
14
+
15
+ > <CRMContactResponse> contacts_create(x_account_token, crm_contact_endpoint_request, opts)
16
+
17
+
18
+
19
+ Creates a `Contact` object with the given values.
20
+
21
+ ### Examples
22
+
23
+ ```ruby
24
+ require 'time'
25
+ require 'merge_crm_client'
26
+ # setup authorization
27
+ MergeCRMClient.configure do |config|
28
+ # Configure API key authorization: tokenAuth
29
+ config.api_key['tokenAuth'] = 'YOUR API KEY'
30
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
31
+ # config.api_key_prefix['tokenAuth'] = 'Bearer'
32
+ end
33
+
34
+ api_instance = MergeCRMClient::ContactsApi.new
35
+ x_account_token = 'x_account_token_example' # String | Token identifying the end user.
36
+ crm_contact_endpoint_request = MergeCRMClient::CRMContactEndpointRequest.new({model: MergeCRMClient::ContactRequest.new}) # CRMContactEndpointRequest |
37
+ opts = {
38
+ is_debug_mode: true, # Boolean | Whether to include debug fields (such as log file links) in the response.
39
+ run_async: true # Boolean | Whether or not third-party updates should be run asynchronously.
40
+ }
41
+
42
+ begin
43
+
44
+ result = api_instance.contacts_create(x_account_token, crm_contact_endpoint_request, opts)
45
+ p result
46
+ rescue MergeCRMClient::ApiError => e
47
+ puts "Error when calling ContactsApi->contacts_create: #{e}"
48
+ end
49
+ ```
50
+
51
+ #### Using the contacts_create_with_http_info variant
52
+
53
+ This returns an Array which contains the response data, status code and headers.
54
+
55
+ > <Array(<CRMContactResponse>, Integer, Hash)> contacts_create_with_http_info(x_account_token, crm_contact_endpoint_request, opts)
56
+
57
+ ```ruby
58
+ begin
59
+
60
+ data, status_code, headers = api_instance.contacts_create_with_http_info(x_account_token, crm_contact_endpoint_request, opts)
61
+ p status_code # => 2xx
62
+ p headers # => { ... }
63
+ p data # => <CRMContactResponse>
64
+ rescue MergeCRMClient::ApiError => e
65
+ puts "Error when calling ContactsApi->contacts_create_with_http_info: #{e}"
66
+ end
67
+ ```
68
+
69
+ ### Parameters
70
+
71
+ | Name | Type | Description | Notes |
72
+ | ---- | ---- | ----------- | ----- |
73
+ | **x_account_token** | **String** | Token identifying the end user. | |
74
+ | **crm_contact_endpoint_request** | [**CRMContactEndpointRequest**](CRMContactEndpointRequest.md) | | |
75
+ | **is_debug_mode** | **Boolean** | Whether to include debug fields (such as log file links) in the response. | [optional] |
76
+ | **run_async** | **Boolean** | Whether or not third-party updates should be run asynchronously. | [optional] |
77
+
78
+ ### Return type
79
+
80
+ [**CRMContactResponse**](CRMContactResponse.md)
81
+
82
+ ### Authorization
83
+
84
+ [tokenAuth](../README.md#tokenAuth)
85
+
86
+ ### HTTP request headers
87
+
88
+ - **Content-Type**: application/json, application/x-www-form-urlencoded, multipart/form-data
89
+ - **Accept**: application/json
90
+
91
+
92
+ ## contacts_list
93
+
94
+ > <PaginatedContactList> contacts_list(x_account_token, opts)
95
+
96
+
97
+
98
+ Returns a list of `Contact` objects.
99
+
100
+ ### Examples
101
+
102
+ ```ruby
103
+ require 'time'
104
+ require 'merge_crm_client'
105
+ # setup authorization
106
+ MergeCRMClient.configure do |config|
107
+ # Configure API key authorization: tokenAuth
108
+ config.api_key['tokenAuth'] = 'YOUR API KEY'
109
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
110
+ # config.api_key_prefix['tokenAuth'] = 'Bearer'
111
+ end
112
+
113
+ api_instance = MergeCRMClient::ContactsApi.new
114
+ x_account_token = 'x_account_token_example' # String | Token identifying the end user.
115
+ opts = {
116
+ account_id: 'account_id_example', # String | If provided, will only return contacts with this account.
117
+ created_after: Time.parse('2013-10-20T19:20:30+01:00'), # Time | If provided, will only return objects created after this datetime.
118
+ created_before: Time.parse('2013-10-20T19:20:30+01:00'), # Time | If provided, will only return objects created before this datetime.
119
+ cursor: 'cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw', # String | The pagination cursor value.
120
+ expand: 'account', # 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 marked as deleted by third party webhooks.
122
+ include_remote_data: true, # Boolean | Whether to include the original data Merge fetched from the third-party to produce these models.
123
+ modified_after: Time.parse('2013-10-20T19:20:30+01:00'), # Time | If provided, will only return objects modified after this datetime.
124
+ modified_before: Time.parse('2013-10-20T19:20:30+01:00'), # Time | If provided, will only return objects modified before this datetime.
125
+ page_size: 56, # Integer | Number of results to return per page.
126
+ remote_id: 'remote_id_example' # String | The API provider's ID for the given object.
127
+ }
128
+
129
+ begin
130
+
131
+ result = api_instance.contacts_list(x_account_token, opts)
132
+ p result
133
+ rescue MergeCRMClient::ApiError => e
134
+ puts "Error when calling ContactsApi->contacts_list: #{e}"
135
+ end
136
+ ```
137
+
138
+ #### Using the contacts_list_with_http_info variant
139
+
140
+ This returns an Array which contains the response data, status code and headers.
141
+
142
+ > <Array(<PaginatedContactList>, Integer, Hash)> contacts_list_with_http_info(x_account_token, opts)
143
+
144
+ ```ruby
145
+ begin
146
+
147
+ data, status_code, headers = api_instance.contacts_list_with_http_info(x_account_token, opts)
148
+ p status_code # => 2xx
149
+ p headers # => { ... }
150
+ p data # => <PaginatedContactList>
151
+ rescue MergeCRMClient::ApiError => e
152
+ puts "Error when calling ContactsApi->contacts_list_with_http_info: #{e}"
153
+ end
154
+ ```
155
+
156
+ ### Parameters
157
+
158
+ | Name | Type | Description | Notes |
159
+ | ---- | ---- | ----------- | ----- |
160
+ | **x_account_token** | **String** | Token identifying the end user. | |
161
+ | **account_id** | **String** | If provided, will only return contacts with this account. | [optional] |
162
+ | **created_after** | **Time** | If provided, will only return objects created after this datetime. | [optional] |
163
+ | **created_before** | **Time** | If provided, will only return objects created before this datetime. | [optional] |
164
+ | **cursor** | **String** | The pagination cursor value. | [optional] |
165
+ | **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 marked as deleted by third party webhooks. | [optional] |
167
+ | **include_remote_data** | **Boolean** | Whether to include the original data Merge fetched from the third-party to produce these models. | [optional] |
168
+ | **modified_after** | **Time** | If provided, will only return objects modified after this datetime. | [optional] |
169
+ | **modified_before** | **Time** | If provided, will only return objects modified before this datetime. | [optional] |
170
+ | **page_size** | **Integer** | Number of results to return per page. | [optional] |
171
+ | **remote_id** | **String** | The API provider&#39;s ID for the given object. | [optional] |
172
+
173
+ ### Return type
174
+
175
+ [**PaginatedContactList**](PaginatedContactList.md)
176
+
177
+ ### Authorization
178
+
179
+ [tokenAuth](../README.md#tokenAuth)
180
+
181
+ ### HTTP request headers
182
+
183
+ - **Content-Type**: Not defined
184
+ - **Accept**: application/json
185
+
186
+
187
+ ## contacts_meta_post_retrieve
188
+
189
+ > <MetaResponse> contacts_meta_post_retrieve(x_account_token)
190
+
191
+
192
+
193
+ Returns metadata for `CRMContact` POSTs.
194
+
195
+ ### Examples
196
+
197
+ ```ruby
198
+ require 'time'
199
+ require 'merge_crm_client'
200
+ # setup authorization
201
+ MergeCRMClient.configure do |config|
202
+ # Configure API key authorization: tokenAuth
203
+ config.api_key['tokenAuth'] = 'YOUR API KEY'
204
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
205
+ # config.api_key_prefix['tokenAuth'] = 'Bearer'
206
+ end
207
+
208
+ api_instance = MergeCRMClient::ContactsApi.new
209
+ x_account_token = 'x_account_token_example' # String | Token identifying the end user.
210
+
211
+ begin
212
+
213
+ result = api_instance.contacts_meta_post_retrieve(x_account_token)
214
+ p result
215
+ rescue MergeCRMClient::ApiError => e
216
+ puts "Error when calling ContactsApi->contacts_meta_post_retrieve: #{e}"
217
+ end
218
+ ```
219
+
220
+ #### Using the contacts_meta_post_retrieve_with_http_info variant
221
+
222
+ This returns an Array which contains the response data, status code and headers.
223
+
224
+ > <Array(<MetaResponse>, Integer, Hash)> contacts_meta_post_retrieve_with_http_info(x_account_token)
225
+
226
+ ```ruby
227
+ begin
228
+
229
+ data, status_code, headers = api_instance.contacts_meta_post_retrieve_with_http_info(x_account_token)
230
+ p status_code # => 2xx
231
+ p headers # => { ... }
232
+ p data # => <MetaResponse>
233
+ rescue MergeCRMClient::ApiError => e
234
+ puts "Error when calling ContactsApi->contacts_meta_post_retrieve_with_http_info: #{e}"
235
+ end
236
+ ```
237
+
238
+ ### Parameters
239
+
240
+ | Name | Type | Description | Notes |
241
+ | ---- | ---- | ----------- | ----- |
242
+ | **x_account_token** | **String** | Token identifying the end user. | |
243
+
244
+ ### Return type
245
+
246
+ [**MetaResponse**](MetaResponse.md)
247
+
248
+ ### Authorization
249
+
250
+ [tokenAuth](../README.md#tokenAuth)
251
+
252
+ ### HTTP request headers
253
+
254
+ - **Content-Type**: Not defined
255
+ - **Accept**: application/json
256
+
257
+
258
+ ## contacts_retrieve
259
+
260
+ > <Contact> contacts_retrieve(x_account_token, id, opts)
261
+
262
+
263
+
264
+ Returns a `Contact` object with the given `id`.
265
+
266
+ ### Examples
267
+
268
+ ```ruby
269
+ require 'time'
270
+ require 'merge_crm_client'
271
+ # setup authorization
272
+ MergeCRMClient.configure do |config|
273
+ # Configure API key authorization: tokenAuth
274
+ config.api_key['tokenAuth'] = 'YOUR API KEY'
275
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
276
+ # config.api_key_prefix['tokenAuth'] = 'Bearer'
277
+ end
278
+
279
+ api_instance = MergeCRMClient::ContactsApi.new
280
+ x_account_token = 'x_account_token_example' # String | Token identifying the end user.
281
+ id = TODO # String |
282
+ opts = {
283
+ expand: 'account', # 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.
285
+ }
286
+
287
+ begin
288
+
289
+ result = api_instance.contacts_retrieve(x_account_token, id, opts)
290
+ p result
291
+ rescue MergeCRMClient::ApiError => e
292
+ puts "Error when calling ContactsApi->contacts_retrieve: #{e}"
293
+ end
294
+ ```
295
+
296
+ #### Using the contacts_retrieve_with_http_info variant
297
+
298
+ This returns an Array which contains the response data, status code and headers.
299
+
300
+ > <Array(<Contact>, Integer, Hash)> contacts_retrieve_with_http_info(x_account_token, id, opts)
301
+
302
+ ```ruby
303
+ begin
304
+
305
+ data, status_code, headers = api_instance.contacts_retrieve_with_http_info(x_account_token, id, opts)
306
+ p status_code # => 2xx
307
+ p headers # => { ... }
308
+ p data # => <Contact>
309
+ rescue MergeCRMClient::ApiError => e
310
+ puts "Error when calling ContactsApi->contacts_retrieve_with_http_info: #{e}"
311
+ end
312
+ ```
313
+
314
+ ### Parameters
315
+
316
+ | Name | Type | Description | Notes |
317
+ | ---- | ---- | ----------- | ----- |
318
+ | **x_account_token** | **String** | Token identifying the end user. | |
319
+ | **id** | [**String**](.md) | | |
320
+ | **expand** | **String** | Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces. | [optional] |
321
+ | **include_remote_data** | **Boolean** | Whether to include the original data Merge fetched from the third-party to produce these models. | [optional] |
322
+
323
+ ### Return type
324
+
325
+ [**Contact**](Contact.md)
326
+
327
+ ### Authorization
328
+
329
+ [tokenAuth](../README.md#tokenAuth)
330
+
331
+ ### HTTP request headers
332
+
333
+ - **Content-Type**: Not defined
334
+ - **Accept**: application/json
335
+
@@ -0,0 +1,15 @@
1
+ # MergeCRMClient::CountryEnum
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+
8
+ ## Example
9
+
10
+ ```ruby
11
+ require 'merge_crm_client'
12
+
13
+ instance = MergeCRMClient::CountryEnum.new()
14
+ ```
15
+
@@ -0,0 +1,32 @@
1
+ # MergeCRMClient::DataPassthroughRequest
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **method** | [**MethodEnum**](MethodEnum.md) | | |
8
+ | **path** | **String** | | |
9
+ | **base_url_override** | **String** | | [optional] |
10
+ | **data** | **String** | | [optional] |
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
+ | **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
+ | **request_format** | [**RequestFormatEnum**](RequestFormatEnum.md) | | [optional] |
14
+ | **normalize_response** | **Boolean** | | [optional] |
15
+
16
+ ## Example
17
+
18
+ ```ruby
19
+ require 'merge_crm_client'
20
+
21
+ instance = MergeCRMClient::DataPassthroughRequest.new(
22
+ method: POST,
23
+ path: /scooters,
24
+ base_url_override: null,
25
+ data: {&quot;company&quot;: &quot;Lime&quot;, &quot;model&quot;: &quot;Gen 2.5&quot;},
26
+ multipart_form_data: null,
27
+ headers: {&quot;EXTRA-HEADER&quot;:&quot;value&quot;},
28
+ request_format: JSON,
29
+ normalize_response: null
30
+ )
31
+ ```
32
+
@@ -0,0 +1,22 @@
1
+ # MergeCRMClient::DebugModeLog
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **log_id** | **String** | | |
8
+ | **dashboard_view** | **String** | | |
9
+ | **log_summary** | [**DebugModelLogSummary**](DebugModelLogSummary.md) | | |
10
+
11
+ ## Example
12
+
13
+ ```ruby
14
+ require 'merge_crm_client'
15
+
16
+ instance = MergeCRMClient::DebugModeLog.new(
17
+ log_id: 99433219-8017-4acd-bb3c-ceb23d663832,
18
+ dashboard_view: https://app.merge.dev/logs/99433219-8017-4acd-bb3c-ceb23d663832,
19
+ log_summary: null
20
+ )
21
+ ```
22
+
@@ -0,0 +1,22 @@
1
+ # MergeCRMClient::DebugModelLogSummary
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **url** | **String** | | |
8
+ | **method** | **String** | | |
9
+ | **status_code** | **Integer** | | |
10
+
11
+ ## Example
12
+
13
+ ```ruby
14
+ require 'merge_crm_client'
15
+
16
+ instance = MergeCRMClient::DebugModelLogSummary.new(
17
+ url: https://harvest.greenhouse.io/v1/candidates/,
18
+ method: POST,
19
+ status_code: 200
20
+ )
21
+ ```
22
+
@@ -0,0 +1,78 @@
1
+ # MergeCRMClient::DeleteAccountApi
2
+
3
+ All URIs are relative to *https://api.merge.dev/api/crm/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_crm_client'
23
+ # setup authorization
24
+ MergeCRMClient.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 = MergeCRMClient::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 MergeCRMClient::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 MergeCRMClient::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
+
@@ -0,0 +1,15 @@
1
+ # MergeCRMClient::DirectionEnum
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+
8
+ ## Example
9
+
10
+ ```ruby
11
+ require 'merge_crm_client'
12
+
13
+ instance = MergeCRMClient::DirectionEnum.new()
14
+ ```
15
+
@@ -0,0 +1,20 @@
1
+ # MergeCRMClient::EmailAddress
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **email_address** | **String** | The email address. | [optional] |
8
+ | **email_address_type** | **String** | The email address&#39;s type. | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'merge_crm_client'
14
+
15
+ instance = MergeCRMClient::EmailAddress.new(
16
+ email_address: merge_is_hiring@merge.dev,
17
+ email_address_type: Work
18
+ )
19
+ ```
20
+
@@ -0,0 +1,20 @@
1
+ # MergeCRMClient::EmailAddressRequest
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **email_address** | **String** | The email address. | [optional] |
8
+ | **email_address_type** | **String** | The email address&#39;s type. | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'merge_crm_client'
14
+
15
+ instance = MergeCRMClient::EmailAddressRequest.new(
16
+ email_address: merge_is_hiring@merge.dev,
17
+ email_address_type: Work
18
+ )
19
+ ```
20
+
@@ -0,0 +1,15 @@
1
+ # MergeCRMClient::EncodingEnum
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+
8
+ ## Example
9
+
10
+ ```ruby
11
+ require 'merge_crm_client'
12
+
13
+ instance = MergeCRMClient::EncodingEnum.new()
14
+ ```
15
+