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,266 @@
1
+ =begin
2
+ #Merge CRM API
3
+
4
+ #The unified API for building rich integrations with multiple CRM platforms.
5
+
6
+ The version of the OpenAPI document: 1.0
7
+ Contact: hello@merge.dev
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 5.1.1
10
+
11
+ =end
12
+
13
+ require 'date'
14
+ require 'time'
15
+
16
+ module MergeCRMClient
17
+ class NoteResponse
18
+ attr_accessor :model
19
+
20
+ attr_accessor :warnings
21
+
22
+ attr_accessor :errors
23
+
24
+ attr_accessor :logs
25
+
26
+ # Attribute mapping from ruby-style variable name to JSON key.
27
+ def self.attribute_map
28
+ {
29
+ :'model' => :'model',
30
+ :'warnings' => :'warnings',
31
+ :'errors' => :'errors',
32
+ :'logs' => :'logs'
33
+ }
34
+ end
35
+
36
+ # Returns all the JSON keys this model knows about
37
+ def self.acceptable_attributes
38
+ attribute_map.values
39
+ end
40
+
41
+ # Attribute type mapping.
42
+ def self.openapi_types
43
+ {
44
+ :'model' => :'Note',
45
+ :'warnings' => :'Array<WarningValidationProblem>',
46
+ :'errors' => :'Array<ErrorValidationProblem>',
47
+ :'logs' => :'Array<DebugModeLog>'
48
+ }
49
+ end
50
+
51
+ # List of attributes with nullable: true
52
+ def self.openapi_nullable
53
+ Set.new([
54
+ ])
55
+ end
56
+
57
+ # Initializes the object
58
+ # @param [Hash] attributes Model attributes in the form of hash
59
+ def initialize(attributes = {})
60
+ if (!attributes.is_a?(Hash))
61
+ fail ArgumentError, "The input argument (attributes) must be a hash in `MergeCRMClient::NoteResponse` initialize method"
62
+ end
63
+
64
+ # check to see if the attribute exists and convert string to symbol for hash key
65
+ attributes = attributes.each_with_object({}) { |(k, v), h|
66
+ if (!self.class.attribute_map.key?(k.to_sym))
67
+ fail ArgumentError, "`#{k}` is not a valid attribute in `MergeCRMClient::NoteResponse`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
68
+ end
69
+ h[k.to_sym] = v
70
+ }
71
+
72
+ if attributes.key?(:'model')
73
+ self.model = attributes[:'model']
74
+ end
75
+
76
+ if attributes.key?(:'warnings')
77
+ if (value = attributes[:'warnings']).is_a?(Array)
78
+ self.warnings = value
79
+ end
80
+ end
81
+
82
+ if attributes.key?(:'errors')
83
+ if (value = attributes[:'errors']).is_a?(Array)
84
+ self.errors = value
85
+ end
86
+ end
87
+
88
+ if attributes.key?(:'logs')
89
+ if (value = attributes[:'logs']).is_a?(Array)
90
+ self.logs = value
91
+ end
92
+ end
93
+ end
94
+
95
+ # Show invalid properties with the reasons. Usually used together with valid?
96
+ # @return Array for valid properties with the reasons
97
+ def list_invalid_properties
98
+ invalid_properties = Array.new
99
+ if @model.nil?
100
+ invalid_properties.push('invalid value for "model", model cannot be nil.')
101
+ end
102
+
103
+ if @warnings.nil?
104
+ invalid_properties.push('invalid value for "warnings", warnings cannot be nil.')
105
+ end
106
+
107
+ if @errors.nil?
108
+ invalid_properties.push('invalid value for "errors", errors cannot be nil.')
109
+ end
110
+
111
+ invalid_properties
112
+ end
113
+
114
+ # Check to see if the all the properties in the model are valid
115
+ # @return true if the model is valid
116
+ def valid?
117
+ return false if @model.nil?
118
+ return false if @warnings.nil?
119
+ return false if @errors.nil?
120
+ true
121
+ end
122
+
123
+ # Checks equality by comparing each attribute.
124
+ # @param [Object] Object to be compared
125
+ def ==(o)
126
+ return true if self.equal?(o)
127
+ self.class == o.class &&
128
+ model == o.model &&
129
+ warnings == o.warnings &&
130
+ errors == o.errors &&
131
+ logs == o.logs
132
+ end
133
+
134
+ # @see the `==` method
135
+ # @param [Object] Object to be compared
136
+ def eql?(o)
137
+ self == o
138
+ end
139
+
140
+ # Calculates hash code according to all attributes.
141
+ # @return [Integer] Hash code
142
+ def hash
143
+ [model, warnings, errors, logs].hash
144
+ end
145
+
146
+ # Builds the object from hash
147
+ # @param [Hash] attributes Model attributes in the form of hash
148
+ # @return [Object] Returns the model itself
149
+ def self.build_from_hash(attributes)
150
+ new.build_from_hash(attributes)
151
+ end
152
+
153
+ # Builds the object from hash
154
+ # @param [Hash] attributes Model attributes in the form of hash
155
+ # @return [Object] Returns the model itself
156
+ def build_from_hash(attributes)
157
+ return nil unless attributes.is_a?(Hash)
158
+ self.class.openapi_types.each_pair do |key, type|
159
+ if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
160
+ self.send("#{key}=", nil)
161
+ elsif type =~ /\AArray<(.*)>/i
162
+ # check to ensure the input is an array given that the attribute
163
+ # is documented as an array but the input is not
164
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
165
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
166
+ end
167
+ elsif !attributes[self.class.attribute_map[key]].nil?
168
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
169
+ end
170
+ end
171
+
172
+ self
173
+ end
174
+
175
+ # Deserializes the data based on type
176
+ # @param string type Data type
177
+ # @param string value Value to be deserialized
178
+ # @return [Object] Deserialized data
179
+ def _deserialize(type, value)
180
+ case type.to_sym
181
+ when :Time
182
+ Time.parse(value)
183
+ when :Date
184
+ Date.parse(value)
185
+ when :String
186
+ value
187
+ when :Integer
188
+ value.to_i
189
+ when :Float
190
+ value.to_f
191
+ when :Boolean
192
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
193
+ true
194
+ else
195
+ false
196
+ end
197
+ when :Object
198
+ # generic object (usually a Hash), return directly
199
+ value
200
+ when /\AArray<(?<inner_type>.+)>\z/
201
+ inner_type = Regexp.last_match[:inner_type]
202
+ value.map { |v| _deserialize(inner_type, v) }
203
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
204
+ k_type = Regexp.last_match[:k_type]
205
+ v_type = Regexp.last_match[:v_type]
206
+ {}.tap do |hash|
207
+ value.each do |k, v|
208
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
209
+ end
210
+ end
211
+ else # model
212
+ # models (e.g. Pet) or oneOf
213
+ klass = MergeCRMClient.const_get(type)
214
+ klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
215
+ end
216
+ end
217
+
218
+ # Returns the string representation of the object
219
+ # @return [String] String presentation of the object
220
+ def to_s
221
+ to_hash.to_s
222
+ end
223
+
224
+ # to_body is an alias to to_hash (backward compatibility)
225
+ # @return [Hash] Returns the object in the form of hash
226
+ def to_body
227
+ to_hash
228
+ end
229
+
230
+ # Returns the object in the form of hash
231
+ # @return [Hash] Returns the object in the form of hash
232
+ def to_hash
233
+ hash = {}
234
+ self.class.attribute_map.each_pair do |attr, param|
235
+ value = self.send(attr)
236
+ if value.nil?
237
+ is_nullable = self.class.openapi_nullable.include?(attr)
238
+ next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
239
+ end
240
+
241
+ hash[param] = _to_hash(value)
242
+ end
243
+ hash
244
+ end
245
+
246
+ # Outputs non-array value in the form of hash
247
+ # For object, use to_hash. Otherwise, just return the value
248
+ # @param [Object] value Any valid value
249
+ # @return [Hash] Returns the value in the form of hash
250
+ def _to_hash(value)
251
+ if value.is_a?(Array)
252
+ value.compact.map { |v| _to_hash(v) }
253
+ elsif value.is_a?(Hash)
254
+ {}.tap do |hash|
255
+ value.each { |k, v| hash[k] = _to_hash(v) }
256
+ end
257
+ elsif value.respond_to? :to_hash
258
+ value.to_hash
259
+ else
260
+ value
261
+ end
262
+ end
263
+
264
+ end
265
+
266
+ end
@@ -0,0 +1,382 @@
1
+ =begin
2
+ #Merge CRM API
3
+
4
+ #The unified API for building rich integrations with multiple CRM platforms.
5
+
6
+ The version of the OpenAPI document: 1.0
7
+ Contact: hello@merge.dev
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 5.1.1
10
+
11
+ =end
12
+
13
+ require 'date'
14
+ require 'time'
15
+
16
+ module MergeCRMClient
17
+ # # The Opportunity Object ### Description The `Opportunity` object is used to represent an opportunity in the remote system. ### Usage Example TODO
18
+ class Opportunity
19
+ attr_accessor :id
20
+
21
+ # The third-party API ID of the matching object.
22
+ attr_accessor :remote_id
23
+
24
+ # The opportunity's name.
25
+ attr_accessor :name
26
+
27
+ # The opportunity's description.
28
+ attr_accessor :description
29
+
30
+ # The opportunity's amount.
31
+ attr_accessor :amount
32
+
33
+ attr_accessor :owner
34
+
35
+ attr_accessor :account
36
+
37
+ attr_accessor :stage
38
+
39
+ # The opportunity's status.
40
+ attr_accessor :status
41
+
42
+ # When the opportunity's last activity occurred.
43
+ attr_accessor :last_activity_at
44
+
45
+ # When the opportunity was closed.
46
+ attr_accessor :close_date
47
+
48
+ # When the third party's opportunity was created.
49
+ attr_accessor :remote_created_at
50
+
51
+ attr_accessor :remote_data
52
+
53
+ attr_accessor :remote_was_deleted
54
+
55
+ # Attribute mapping from ruby-style variable name to JSON key.
56
+ def self.attribute_map
57
+ {
58
+ :'id' => :'id',
59
+ :'remote_id' => :'remote_id',
60
+ :'name' => :'name',
61
+ :'description' => :'description',
62
+ :'amount' => :'amount',
63
+ :'owner' => :'owner',
64
+ :'account' => :'account',
65
+ :'stage' => :'stage',
66
+ :'status' => :'status',
67
+ :'last_activity_at' => :'last_activity_at',
68
+ :'close_date' => :'close_date',
69
+ :'remote_created_at' => :'remote_created_at',
70
+ :'remote_data' => :'remote_data',
71
+ :'remote_was_deleted' => :'remote_was_deleted'
72
+ }
73
+ end
74
+
75
+ # Returns all the JSON keys this model knows about
76
+ def self.acceptable_attributes
77
+ attribute_map.values
78
+ end
79
+
80
+ # Attribute type mapping.
81
+ def self.openapi_types
82
+ {
83
+ :'id' => :'String',
84
+ :'remote_id' => :'String',
85
+ :'name' => :'String',
86
+ :'description' => :'String',
87
+ :'amount' => :'Integer',
88
+ :'owner' => :'String',
89
+ :'account' => :'String',
90
+ :'stage' => :'String',
91
+ :'status' => :'OpportunityStatusEnum',
92
+ :'last_activity_at' => :'Time',
93
+ :'close_date' => :'Time',
94
+ :'remote_created_at' => :'Time',
95
+ :'remote_data' => :'Array<RemoteData>',
96
+ :'remote_was_deleted' => :'Boolean'
97
+ }
98
+ end
99
+
100
+ # List of attributes with nullable: true
101
+ def self.openapi_nullable
102
+ Set.new([
103
+ :'remote_id',
104
+ :'name',
105
+ :'description',
106
+ :'amount',
107
+ :'owner',
108
+ :'account',
109
+ :'stage',
110
+ :'status',
111
+ :'last_activity_at',
112
+ :'close_date',
113
+ :'remote_created_at',
114
+ :'remote_data',
115
+ ])
116
+ end
117
+
118
+ # Initializes the object
119
+ # @param [Hash] attributes Model attributes in the form of hash
120
+ def initialize(attributes = {})
121
+ if (!attributes.is_a?(Hash))
122
+ fail ArgumentError, "The input argument (attributes) must be a hash in `MergeCRMClient::Opportunity` initialize method"
123
+ end
124
+
125
+ # check to see if the attribute exists and convert string to symbol for hash key
126
+ attributes = attributes.each_with_object({}) { |(k, v), h|
127
+ if (!self.class.attribute_map.key?(k.to_sym))
128
+ fail ArgumentError, "`#{k}` is not a valid attribute in `MergeCRMClient::Opportunity`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
129
+ end
130
+ h[k.to_sym] = v
131
+ }
132
+
133
+ if attributes.key?(:'id')
134
+ self.id = attributes[:'id']
135
+ end
136
+
137
+ if attributes.key?(:'remote_id')
138
+ self.remote_id = attributes[:'remote_id']
139
+ end
140
+
141
+ if attributes.key?(:'name')
142
+ self.name = attributes[:'name']
143
+ end
144
+
145
+ if attributes.key?(:'description')
146
+ self.description = attributes[:'description']
147
+ end
148
+
149
+ if attributes.key?(:'amount')
150
+ self.amount = attributes[:'amount']
151
+ end
152
+
153
+ if attributes.key?(:'owner')
154
+ self.owner = attributes[:'owner']
155
+ end
156
+
157
+ if attributes.key?(:'account')
158
+ self.account = attributes[:'account']
159
+ end
160
+
161
+ if attributes.key?(:'stage')
162
+ self.stage = attributes[:'stage']
163
+ end
164
+
165
+ if attributes.key?(:'status')
166
+ self.status = attributes[:'status']
167
+ end
168
+
169
+ if attributes.key?(:'last_activity_at')
170
+ self.last_activity_at = attributes[:'last_activity_at']
171
+ end
172
+
173
+ if attributes.key?(:'close_date')
174
+ self.close_date = attributes[:'close_date']
175
+ end
176
+
177
+ if attributes.key?(:'remote_created_at')
178
+ self.remote_created_at = attributes[:'remote_created_at']
179
+ end
180
+
181
+ if attributes.key?(:'remote_data')
182
+ if (value = attributes[:'remote_data']).is_a?(Array)
183
+ self.remote_data = value
184
+ end
185
+ end
186
+
187
+ if attributes.key?(:'remote_was_deleted')
188
+ self.remote_was_deleted = attributes[:'remote_was_deleted']
189
+ end
190
+ end
191
+
192
+ # Show invalid properties with the reasons. Usually used together with valid?
193
+ # @return Array for valid properties with the reasons
194
+ def list_invalid_properties
195
+ invalid_properties = Array.new
196
+ if !@amount.nil? && @amount > 2147483647
197
+ invalid_properties.push('invalid value for "amount", must be smaller than or equal to 2147483647.')
198
+ end
199
+
200
+ if !@amount.nil? && @amount < -2147483648
201
+ invalid_properties.push('invalid value for "amount", must be greater than or equal to -2147483648.')
202
+ end
203
+
204
+ invalid_properties
205
+ end
206
+
207
+ # Check to see if the all the properties in the model are valid
208
+ # @return true if the model is valid
209
+ def valid?
210
+ return false if !@amount.nil? && @amount > 2147483647
211
+ return false if !@amount.nil? && @amount < -2147483648
212
+ true
213
+ end
214
+
215
+ # Custom attribute writer method with validation
216
+ # @param [Object] amount Value to be assigned
217
+ def amount=(amount)
218
+ if !amount.nil? && amount > 2147483647
219
+ fail ArgumentError, 'invalid value for "amount", must be smaller than or equal to 2147483647.'
220
+ end
221
+
222
+ if !amount.nil? && amount < -2147483648
223
+ fail ArgumentError, 'invalid value for "amount", must be greater than or equal to -2147483648.'
224
+ end
225
+
226
+ @amount = amount
227
+ end
228
+
229
+ # Checks equality by comparing each attribute.
230
+ # @param [Object] Object to be compared
231
+ def ==(o)
232
+ return true if self.equal?(o)
233
+ self.class == o.class &&
234
+ id == o.id &&
235
+ remote_id == o.remote_id &&
236
+ name == o.name &&
237
+ description == o.description &&
238
+ amount == o.amount &&
239
+ owner == o.owner &&
240
+ account == o.account &&
241
+ stage == o.stage &&
242
+ status == o.status &&
243
+ last_activity_at == o.last_activity_at &&
244
+ close_date == o.close_date &&
245
+ remote_created_at == o.remote_created_at &&
246
+ remote_data == o.remote_data &&
247
+ remote_was_deleted == o.remote_was_deleted
248
+ end
249
+
250
+ # @see the `==` method
251
+ # @param [Object] Object to be compared
252
+ def eql?(o)
253
+ self == o
254
+ end
255
+
256
+ # Calculates hash code according to all attributes.
257
+ # @return [Integer] Hash code
258
+ def hash
259
+ [id, remote_id, name, description, amount, owner, account, stage, status, last_activity_at, close_date, remote_created_at, remote_data, remote_was_deleted].hash
260
+ end
261
+
262
+ # Builds the object from hash
263
+ # @param [Hash] attributes Model attributes in the form of hash
264
+ # @return [Object] Returns the model itself
265
+ def self.build_from_hash(attributes)
266
+ new.build_from_hash(attributes)
267
+ end
268
+
269
+ # Builds the object from hash
270
+ # @param [Hash] attributes Model attributes in the form of hash
271
+ # @return [Object] Returns the model itself
272
+ def build_from_hash(attributes)
273
+ return nil unless attributes.is_a?(Hash)
274
+ self.class.openapi_types.each_pair do |key, type|
275
+ if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
276
+ self.send("#{key}=", nil)
277
+ elsif type =~ /\AArray<(.*)>/i
278
+ # check to ensure the input is an array given that the attribute
279
+ # is documented as an array but the input is not
280
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
281
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
282
+ end
283
+ elsif !attributes[self.class.attribute_map[key]].nil?
284
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
285
+ end
286
+ end
287
+
288
+ self
289
+ end
290
+
291
+ # Deserializes the data based on type
292
+ # @param string type Data type
293
+ # @param string value Value to be deserialized
294
+ # @return [Object] Deserialized data
295
+ def _deserialize(type, value)
296
+ case type.to_sym
297
+ when :Time
298
+ Time.parse(value)
299
+ when :Date
300
+ Date.parse(value)
301
+ when :String
302
+ value
303
+ when :Integer
304
+ value.to_i
305
+ when :Float
306
+ value.to_f
307
+ when :Boolean
308
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
309
+ true
310
+ else
311
+ false
312
+ end
313
+ when :Object
314
+ # generic object (usually a Hash), return directly
315
+ value
316
+ when /\AArray<(?<inner_type>.+)>\z/
317
+ inner_type = Regexp.last_match[:inner_type]
318
+ value.map { |v| _deserialize(inner_type, v) }
319
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
320
+ k_type = Regexp.last_match[:k_type]
321
+ v_type = Regexp.last_match[:v_type]
322
+ {}.tap do |hash|
323
+ value.each do |k, v|
324
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
325
+ end
326
+ end
327
+ else # model
328
+ # models (e.g. Pet) or oneOf
329
+ klass = MergeCRMClient.const_get(type)
330
+ klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
331
+ end
332
+ end
333
+
334
+ # Returns the string representation of the object
335
+ # @return [String] String presentation of the object
336
+ def to_s
337
+ to_hash.to_s
338
+ end
339
+
340
+ # to_body is an alias to to_hash (backward compatibility)
341
+ # @return [Hash] Returns the object in the form of hash
342
+ def to_body
343
+ to_hash
344
+ end
345
+
346
+ # Returns the object in the form of hash
347
+ # @return [Hash] Returns the object in the form of hash
348
+ def to_hash
349
+ hash = {}
350
+ self.class.attribute_map.each_pair do |attr, param|
351
+ value = self.send(attr)
352
+ if value.nil?
353
+ is_nullable = self.class.openapi_nullable.include?(attr)
354
+ next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
355
+ end
356
+
357
+ hash[param] = _to_hash(value)
358
+ end
359
+ hash
360
+ end
361
+
362
+ # Outputs non-array value in the form of hash
363
+ # For object, use to_hash. Otherwise, just return the value
364
+ # @param [Object] value Any valid value
365
+ # @return [Hash] Returns the value in the form of hash
366
+ def _to_hash(value)
367
+ if value.is_a?(Array)
368
+ value.compact.map { |v| _to_hash(v) }
369
+ elsif value.is_a?(Hash)
370
+ {}.tap do |hash|
371
+ value.each { |k, v| hash[k] = _to_hash(v) }
372
+ end
373
+ elsif value.respond_to? :to_hash
374
+ value.to_hash
375
+ else
376
+ value
377
+ end
378
+ end
379
+
380
+ end
381
+
382
+ end